/*
Theme Name: Din BRF sida
Theme URI: 
Author: Per Brolund
Author URI: 
Version: 1.0
Template: catch-box
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url("../catch-box/style.css");

.nocomments{display:none;} /* Ta bort "Comments are closed" */
span.cat-links{display:none;} /* Ta bort Posted in Uncategorized */
footer.entry-meta{display:none;} /* Ta bort This entry was posted in Okategoriserade by admin. Bookmark the permalink. */

/* =Header
----------------------------------------------- */
#branding{
    margin: 0 0;
    padding: 0 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-height: 100px;
/*    background-color: #585858;
	background-image: -ms-radial-gradient(center, circle farthest-corner, #585858 0%, #3d3d3d 100%);
	background-image: -moz-radial-gradient(center, circle farthest-corner, #585858 0%, #3d3d3d 100%);
	background-image: -o-radial-gradient(center, circle farthest-corner, #585858 0%, #3d3d3d 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #585858), color-stop(1, #3d3d3d));
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #585858 0%, #3d3d3d 100%);
	background-image: radial-gradient(circle farthest-corner at center, #585858 0%, #3d3d3d 100%);*/
}

#site-title, #site-description {
    margin-right: 0;
	padding-right:40px;
	padding-left:40px;
}

#site-title {
	padding-top:20px;
}

#site-description {
	padding-bottom:20px;
}

.clearfix {
	width: 100%;
}

#branding, #site-logo img{
	margin: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#branding ul.menu a, #colophon #access-footer ul.menu a {
    color: rgb(255, 255, 255);
 }

/* Added after updated parent theme */
#header-content {
	margin: 0;
	padding: 0;
	min-height: 100px;
}


#main {
    background-color: #f2f2f2; /* Change color on background */
}

.entry-title {
font-size: 18px;
}

.page-header {
    border-bottom: 0px solid #CCCCCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 2em;
    padding: 2em 5%;
}
#page {
    border: 1px solid #AFAFAF;
    -moz-box-shadow: 0px 0px 8px #0A0A0A;
    -webkit-box-shadow: 0px 0px 8px #0A0A0A;
    box-shadow: 0px 0px 8px #0A0A0A;
}

.widget {
    background-color: #fff;
    border-bottom: 1px solid #000;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;
    border-color:#cfcfcf;
	padding: 0.5em 1em 0.6em;
    /* box-shadow: 3px 3px 0px #ccc; */
}

.widget-area, .widget ul, .widget ul li{
    font-size: 14px;
    color: #333333;
}

.widget-title {
    background-color: #fff;
    border-bottom: 1px solid #ccc;  
    margin: 0 -0.85em 1em;	
    color: #000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0	em;
}

.widget li {
        list-style: none;       
}

#site-generator{
padding: 2.2em 0px;
}
/*
.hentry, 
.no-results,
#author-info,
#disqus_thread,
#content .error404 {
    border-bottom: 2px solid #fff; /* Remove border from bottom of each page */
/*}
*/

body, input, textarea {
	font: 14px "Open Sans",Arial,Helvetica,sans-serif; /* Changed prefered font and size */
	color: #333333;
}

/* menu vertical lines */
#branding ul.menu li:first-child {
border-right: 1px solid #ffffff;
}
#branding ul.menu li{
border-right: 1px solid #ffffff;
/*border-left: 1px solid #ffffff;*/
border-left: none;
}
/* menu border lines */
#branding #access, #colophon #access-footer {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}


.entry-content td {
	border-top: 0px solid #ccc;
}

/*
	Problem:  

	<a href="">//someurl.com/a-really-really-really-really-really-really-really-really-really-long-url</a>
*/
a {
	word-wrap: break-word;
}

/* Link color, obs this only works if no link color is selected in temainställningar */
/*a,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.widget_catchbox_ephemera .comments-link a:hover,
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
section.recent-posts .other-recent-posts .comments-link a:hover,
.format-image footer.entry-meta a:hover,
#site-generator a:hover {
	color: #2454B3;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	border-color: #2454B3;
} */
/*article.feature-image.small .entry-summary p a:hover,
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active,
.feature-slider a.active {
	background-color: #2454B3;
}*/

input.eMember_button ,.wpcf7-submit, input[type="button"], input[type="submit"], button{
	/*-moz-box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3d3d), color-stop(1, #2e2e2e) );
	background:-moz-linear-gradient( center top, #3d3d3d 5%, #2e2e2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#2e2e2e');
	background-color:#3d3d3d;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
	cursor: hand; 
	cursor: pointer;
}
/*input.eMember_button:hover ,.wpcf7-submit:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e2e2e), color-stop(1, #3d3d3d) );
	background:-moz-linear-gradient( center top, #2e2e2e 5%, #3d3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#3d3d3d');
	background-color:#2e2e2e;
}
*/
 
/*Style comments*/
.commentlist > li.comment {
    background: none;
	background-color: #FFFFFF;
}

#respond {
    background: none;
	background-color: #FFFFFF;
}

article.feature-image.small .entry-summary p a:hover, .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active, .feature-slider a.active {
    background-color: transparent;
}

/* Edit color on "New published by" */
.page-title {
	color: #333333;
}

.hentry:last-child, .no-results  {
    border-bottom: 2px solid #CCCCCC;
}

/** Settings for THe Events Calendar**/
/* Widget */
.tribe-events-list-widget .entry-title {
font-size: 14px;
padding-top: 5px;
}

.tribe-events-list-widget ol {
padding-left: 0;
margin-left: 0;
margin-bottom: 10px;
}

.tribe-events-list-widget ol li {
margin-bottom: 5px !important;
list-style: none;
border-bottom: none !important;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 0em;
}

.tribe-events-widget-link{
padding: 0em;
margin-bottom: 0.5em;
}

.tribe-events-widget-link a:hover{
text-decoration: underline !important;
}

.tribe-events-list-widget .duration {
    font-weight: normal !important;
}

/* List view */
.tribe-events-list .vevent.hentry {
    padding: 2.25em 2.25em !important;
}

/* BBP widget */
.widget_display_topics ul {
margin: 0;
}

.widget_display_topics li {
margin-bottom: 1em;
}


/* Text input */
input[type="text"], input[type="password"], input[type="email"], textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #888888;
    border-radius: 4px;
	padding: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	background:  none repeat scroll 0 0 #FFFFFF;
	border-color: #777777 #CCCCCC #CCCCCC #777777;
}

.google-maps-widget a img{    
    padding: 5px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.hentry.post
{
background-color: #fff;
-moz-border-radius: 3px;
border-radius: 3px;
border-style: solid solid none;
border-width: 1px;
border-color: #cfcfcf;
margin: 0;
padding: 0.5em 5% 0.1em
}

.type-page
{
background-color: #fff;
-moz-border-radius: 3px;
border-radius: 3px;
border-style: solid solid solid;
border-width: 1px;
border-color: #cfcfcf;
margin: 2;
padding: 0.5em 5% 0.1em
}

.hentry:last-child, .no-results  {
    border-bottom: 1px solid #CCCCCC;
}

.single-post .hentry  {
    border-bottom: 1px solid #CCCCCC;
}

#comments
{
padding-top: 2em;
}

.hentry:last-child
{
margin: 0 0 2em;
border-bottom: 1px solid #000;
border-color: #cfcfcf;
}

.sticky.post {
background-color: #fff;
border-bottom: 1px solid #000;
-moz-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #cfcfcf;
margin: 0 0 2em;
}

.news-title {
    background-color: #FFFFFF;
    border-bottom: none;
    color: #000000;
    font-size: 15px;
    margin: 0 -1.85em 0em;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 0 1.85em 0.5em;
}

.entry-content, .entry-summary {
    padding: 0.3em 0 0;
}

/* iPhone Portrait and other Smaller then standard 479 (devices and browsers) ----------- */
@media screen and (max-width: 479px) {
	#site-title , #site-title a, #site-title a:visited, #site-title a:focus, #site-title a:hover, #site-title a:active{
		font-size: 26px !important;
		line-height: 36px !important;
	}
	#site-description {
		font-size: 12px !important;
	}
	.news-title {
		margin: 0 -1em 0em;
	}
	div.wpcf7 .wpcf7-form-control { 
	max-width: 100%; 
	}
}

/* Remove arrow in responsive menu */
@media screen and (max-width: 960px) {
	.tinynav {
		-webkit-appearance: none;
	}
}
