/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &amp;lt;body&gt; tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


#header_area.full_width {background:transparent url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/navblock9.png') 0% 0% repeat-x;}
#header_area.full_width .page {background:transparent;}
ul.menu li a, ul.menu li.current a, ul.menu a:hover, ul.menu li.current a:hover {background:transparent;}
.custom #header_area.full_width div.page {padding-top:0; width: 1099px; }
.custom #header { padding: 10px 0 0 0;} 
.custom #header #logo a { display: block; height: 220px; width: 930px; background: #ddd url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/newbanner20.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }


.custom #footer_area {background:#303030; padding:0.5em 0; border-top:1px solid #bbd;}

	.custom #footer_area .page {background:transparent;}

		.custom #footer {border-top:0;}
.custom #footer {background-color:#303030;} 
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#D2F7D7;font-size:1.5em;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#C8F7E6; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#F1F748;}

.custom div.adblock img {
  padding: 3px;
  background-color: #FFFFFF;
  display: inline;
}
.custom .cenx {text-align: center;}

.custom #multimedia_box { background:#FFFFFF; }


.custom li#search.thesis_widget_search h3 {
height:70px; 
background:url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/searchclear.png') center left no-repeat; 
text-indent: -9999px;}
.custom li#search.thesis_widget_search  p{padding-left:10px;
padding-right:10p;}
li#search.thesis_widget_search {height:118px; background: transparent url('http://martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/blankcardsearch.png') 0 0 no-repeat;}
#s {width:220px; margin-left:8px;}


.custom li#categories-3.widget_categories h3 {
height:70px; 
background:url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/categoriesclear.png') center left no-repeat; 
text-indent: -9999px;}
li#categories-3 {
	font-size: 14px; text-align: center;
}








.hire-marty div.headline_area h1 {display:none;}
.about-marty div.headline_area h1 {display:none;}
.latest-video div.headline_area h1 {display:none;}
.contact-marty div.headline_area h1 {display:none;}
.photos div.headline_area h1 {display:none;}
.archives div.headline_area h1 {display:none;}
.the-store div.headline_area h1 {display:none;}
.prayer div.headline_area h1 {display:none;}
.the-wedding-film div.headline_area h1 {display:none;}



#mm_box_banner {
display:block;
width:265px;
height:70px;
}

li#text-4.widget {margin-bottom:1px;}
#text-4 p img {
  float: left;
  width: 140px;
  margin-right: 0.2em;
}

li#text-5.widget {margin-bottom:1px;}
li#text-6.widget {margin-bottom:1px;}
li#text-9.widget {margin-bottom:1px;}
li#text-8.widget {margin-bottom:1px;}
li#text-7.widget {margin-bottom:2px;}
li#text-11.widget {margin-bottom: 1px;}


li#search.thesis_widget_search {margin-bottom:1px;}
#multimedia_box {margin-bottom:0;}

.custom .format_text input[type="image"] { border: none; background: none; width: auto; }

#feature_box {background:#ddd; margin-left:auto; margin-right:auto;}

#feature_box {border:9px solid #ddd;}


.custom li#text-11 h3 {
height:60px; 
background:url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/mediaheadline.png') center left no-repeat; 
text-indent: -9999px;}
li#text-11 {
	font-size: 16px; text-align: center;
}




.custom li#text-12 h3 {
height:60px; 
background:url('http://www.martinrayvaughan.com/wp-content/themes/thesis_16/custom/images/christianbanner.png') center left no-repeat; 
text-indent: -9999px;}
li#text-12 {
	font-size: 14px; text-align: center;
}

.teaser .post_image_link img.aligncenter {margin-bottom:1em;}

#footer_setup {
	/* widget padding */
	padding: 0 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

#footer_setup .footer_items h3 {
	padding-bottom: 3px;
	padding-top: 20px;
	color:#D2F7D7;
	font-size:2em;
}
#footer_setup a {font-size:10pt;border-bottom:0 none;color:#C8F7E6;text-decoration:none;}
#footer_setup a:hover {color:#F1F748;}

#footer_setup .footer_items ul li { list-style: none;margin-bottom:0.8em; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
.textwidget{color:#C8F7E6;font-size:10pt;}
.menu a{padding:0.714em 0.7em;}


#infobar a {
display:block;
height:48px;
text-indent:-9999px;
border-bottom:medium none;
}
#infobar a.photo {
background:url("/wp-content/themes/thesis_16/custom/images/infobar/film.png") no-repeat scroll 0 0 transparent;
width:144px;
}
#infobar a.top {
background:url("/wp-content/themes/thesis_16/custom/images/infobar/backtotop.png") no-repeat scroll 0 0 transparent;
width:144px;
}
#infobar a.email {
background:url("/wp-content/themes/thesis_16/custom/images/infobar/email.png") no-repeat scroll 0 0 transparent;
width:144px;
}
#infobar a.video {
background:url("/wp-content/themes/thesis_16/custom/images/infobar/videos.png") no-repeat scroll 0 0 transparent;
width:144px;
}
#infobar a.rss {
background:url("/wp-content/themes/thesis_16/custom/images/infobar/rss.png") no-repeat scroll 0 0 transparent;
width:144px;
}
#infobar li a:hover{background-position:0 -48px;}
#infobar li a.rss:hover, #infobar li a.email:hover{background-position:0 -49px;}
#infobar ul {display:inline;}
#infobar ul li {display:inline;float:left;}
#infobar{width:720px;margin:0 auto;text-align:justify;}
#infobarbg{background-color:#000;height:48px;width:100%;}