/*   
Theme Name: Burton Memorial
Description: A theme based on Mimbo by Darren Hoyt
Author: Perciful

/* ---------- @ Nav -----------*/

@import url('./nav.css');




/* ---------- @ Google Forms -----------*/

@import url('../google-forms.css');




/* ---------- @ HTML Tags -----------*/

* {
	margin:0;
	margin-width:0px;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	//background:#fff;
	background:#ECEADA url(images/tile.png);
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Helvetica, Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 10px 0;
	line-height:160%;
	}

a, a:visited {
	color: #000;
	}

a:hover, a:active {
	color:#000;
	}

a:focus{
	outline:1px dotted #333	
}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
ul,ol{
	padding-left:20px;
}


/* ---------- @ Layout -----------*/

#page {
	background: #fff;
	padding: 40px;
	margin-top:60px;
	margin-bottom: 100px;
	}
	
#header{
	padding-bottom: 20px;
	margin:auto;
	}


#brand{
	background:#ff4000;
	margin-top: -15px;
	width:250px;
	padding:10px;
	float:right;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius:5px;
	display:none;
}

#masthead{
	overflow: hidden;
}

#masthead h1{
	margin-bottom: 0;
}
	
#brand a{
	color:#eee;
	text-decoration:none;
}
	
#wrapper {
	clear:both;
}

/* ---------- @ Page Templates -----------*/

/* INDEX PAGE */

#sermon-column .audioplayer_container{
	display: none;
}

#sermon-column #sermon-list{
	padding: 0;
	list-style: none;
}

.sermon{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 11px;
}

a.listen, span.listen{
	font-family: times new roman, times, serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #ff592e;
}

.sermon h3 a span.listen{
	visibility: hidden;
}

.sermon h3 a:hover .listen{
	visibility: visible;
}

#sermon-column{
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background-image: -moz-linear-gradient(top, #f1f1f1 , #fff );
	-moz-border-radius: 2px;
}


/* ---------- @ Homepage Layout -----------*/

/* SECTION 1 */

#section-1{
	overflow:hidden;
	clear:both;
	margin-bottom: 20px;
}
#slideshow-container{
	overflow:hidden;
}
#slideshow{
	overflow: hidden;	
}

#slideshow p{
	margin:0;	
}

#slideshow img{
	width:630px;
}

.slide img:hover{
	cursor:pointer;
}

#slider{
	padding:0 5px;
	float:right;
	z-index:100;
	float: right;
}

#slider a{
	display: block;
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 10px 5px 5px 5px;
	font-size: 20px;
	line-height: 6px;
}

#slider a.activeSlide{
	color: #333;
}

#home-post{
	font-size: 12px;
	color:#333;
}

#home-post .entry{
	padding:20px 20px 20px 0px;
	height:260px;
}

/* SECTION 2 */

#section-2 {
	background:#fff;
	font-size: 12px;
	padding-bottom: 10px;
	-moz-border-radius: 2px;
	border-top:3px solid #d0c69b;
	overflow:hidden;
}

h4#resources-heading{
	margin-top: 2px;
	padding: 8px 0;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 3px; 
	border-top:1px dotted #d0c69b;
}

#section-2 .grid_4{
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background-image: -moz-linear-gradient(top, #f1f1f1 , #fff );
	-moz-border-radius: 2px;
	height: 260px;
}

#section-2 .grid_4 h5{
	text-align: center;
}

#section-2 ul{
	list-style: none;
	padding: 0;
}

#section-2 li{
	margin-bottom: 20px;
}

#news{
	overflow:hidden;
}

.news-entry{
	
}

.news-entry{
	
}

#event-ad{
	overflow:hidden;
	text-align: center;
}

#event-ad:hover{
	cursor: pointer;
}

#event-ad img{
	width:240px;
	margin: 0;
}

#event-ad p{
	font-size: 11px;
}

/* PAGE STYLES */

.page-title{
	padding:0px 0 5px 0;
	border-bottom: 2px solid #ccc;
}

.content {
	overflow:hidden;
}

.content p, .content li{
	line-height: 1.5em;
}

.content li{
	margin-bottom:10px;	
}

.post{
	margin-bottom:100px;	
}

/* ---------- @ 2 column layout -----------*/

/* ---------- @ gatherings layout -----------*/

.main-content{
}

.schedule{
	background:#eee;
	font-size:18px;
	margin-bottom:40px;
}

.schedule p{
	padding: 0 10px;
}

.content-bottom{
	
	border-top:1px solid #666;
	padding-top:25px;
	clear:both;
}

/* ---------- @ Staff Page -----------*/

#elders{
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

#staff-interns{
		
}

#deacons{
	
}


/* ---------- @ Sermons Page -----------*/

#home-sermons{
	background: #f1f1f1;
}

#sermon-list{
	overflow: hidden;
}

.sermon{
}

.sermondate{

}

.sermon a{

}

.podcast-subscribe{
	display: none;
}

.play{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px 5px 5px 8px;
	border-color: transparent transparent transparent #333;
	border-style: solid;
	margin-top: -17px;
	margin-left:10px;
}

.posttags{
}

.posttags a{
	background:#ddd;
	display: block;
	padding:5px 7px;
	margin: 0 5px 5px 0;
	color:#666;
	text-shadow: 0 -1px 0 #fff;
	font-size: 10px;
	line-height:10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	float:left;
}

.posttags a:hover{
	background:#ccc;
}



#description {
	font: italic 1em "palatino", "Times New Roman", Times, serif;
	color:rgb(71,73,36);
	border-left:1px solid #ccc;
	letter-spacing:0.01em;
	text-shadow:1px 0 #fff;
	}
	
#description p{
	padding:20px 20px;
}

#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:413px;
	float:right;
	}

	
/* ---------- @ Headings -----------*/

h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}

h1{
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 60px;
	color: #333;
}

h2{
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #333;
}

h3{
	line-height: 20px;
}

h4{
	font-family: Palatino, cambria, times new roman, serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	color: #333;
}

h5{
	font-family: Palatino, cambria, times new roman, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

h6{

}

.entry h1{
	font-size:40px;
	color:#444;
	
}

.entry h2{
	font-family: Helvetica,	arial, sans-serif;
	font-size:30px;
	color:#444;
}

.entry h3{
	color:#444;
}

.entry h4{
	color:#444;
}

.entry h5{

}

.entry h6{
}

	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/
/* subpages and recent posts*/

#sidebar{
	margin-top:20px;
	text-decoration: none;
}

#sidebar a{
	text-decoration: none;
}

.widget li{
	padding:5px 0;
	color:#666;
}

#bookstore-ad{
	background:rgb(223,223,223);
	margin:0 0 20px 0;	
}

#bookstore-ad p{
	background:rgb(223,223,223);
	padding:10px;
	margin:0;
	font-size:9px;
}

#sidebar .widget{
	background:#f9f9f9;
	margin:0 0 20px 0;
	padding: 10px;
}

#sidebar ul, #sidebar ol{
	padding:0;
	list-style:none;	
}

#recent-posts-3 li, .subpages li{
	display:block;
	padding:15px;	
}

#recent-posts-3 li a:hover{
}
	
.subpages{
	/*border-top:1px solid #ccc;*/	
	list-style-type:none;
}

.subpages li{
	margin-right:0px;
	border-bottom:1px dotted #ccc;
}

.subpages .current_page_item{
	/*background:url(images/current-item.png) no-repeat left;
	padding-left: 20px;*/
}

.subpages li ul, .subpages li ul{
	display:none;	
}

.subpages a{
	font-family: Garamond, times new roman, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	color:#BA902D;
}

/* Archive */

.headlines li {
	margin-left:30px;
	padding:5px 0;
	}

#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#BA902D;
	text-decoration: none;
	}


#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
.upcoming-events{
	margin-top:20px;	
}
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/
	
.postcontent{
	padding-top:10px;
	overflow:hidden;	
}

.postdate {

}	
	
.postmetadata{
	color:rgb(142,164,136);	
}

.postmetadata a{
	color:rgb(69,97,77);	
	text-decoration:underline;
}

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 0px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
.ngg-galleryoverview{
	margin:20px 0;
}
	
	
	

/* ---------- @ Comments -----------*/

#respond{
	background:rgb(244,246,238);	
	padding:10px;
}

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

/*Authors*/		

.about-author{
	background:rgb(244,246,238);
	overflow:hidden;
	padding:10px;
	display: none;
}
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#search{
	margin-top: 7px;
}

#searchform {
	text-align:right;
	}

#s {
	width:190px;
	font-size:12px;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
}		



	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	margin-top:60px;
	padding-top:20px;
	clear:both;
	font-size: 12px;
	border-top:1px solid #ccc;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
.pageid-33 .wedding-request-link{
	background: #919d5e;
	display: block;
	margin: 11px auto;
	padding: 10px 0;
	width:400px;
	color: #464b32;
	font-size: 12;
	text-shadow: 0-1px 0 #adb97a;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px #333;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pageid-33 .wedding-request-link:active{
	margin: 12px auto 10px auto;
}
	
.wedding-inquiry-link, #benevolence{
	background:rgb(204,203,190) url(images/diagonals.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:20px 0;
	padding:30px 10px 30px;
	overflow:hidden;
}

.wedding-inquiry-link p, #benevolence p{
	font-style: italic;
	font-size:1.2em;
	font-family:palatino, times, serif;
	color:rgb(39,41,40);	
	text-shadow:0 1px #eee;
}

.wedding-inquiry-link a, #benevolence a{
	background:#ccc;
	margin:-10px 30px 0 0;
	padding:7px 20px;
	border:1px outset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:rgb(94,102,48);
	font-size:.8em;
	font-weight:bold;
	font-style:normal;
	font-family:helvetica;
	text-decoration:none;
	text-shadow:0 1px #fff;
	display:block;
}	
.wedding-inquiry-link a:hover, #benevolence a:hover{
	margin-top:-9px;
}

iframe#wedding-form{
width:760px;
height:820px;	
}

/* LIBRARY */

.inner{
	margin: 0;
	padding:10px;
}

img.full {
	width:260px;
	}
img.thumbnail {
	width:125px;
	}
	
.alignleft {
	float:left;
	}

.alignright {
	float:right;
	}
	
.alignnone {
	float:none;
	}
.menu-item-862{

}
