/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> 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/
*/

/*make the image caption black */
.format_text .wp-caption p { 
line-height:1.5em;
font-size:0.857em;
margin-bottom:0;
color:#000000;
}

/*make headlines bold caps */
.headline_area h1, .headline_area h2 {
font-size:2.2em;
line-height:1.364em;
font-weight: bold;
text-transform: uppercase;
}

.custom.home_pg #container #page #content_box #content #post-2107 .headline_area {
	margin: 0px;
	padding:0px;
}

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background: none repeat scroll 0 0;
width: 100%;
float: left;
} 
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: underline; } 

/* Custom Header */
.custom #header { border-bottom:none;
height:64px;
padding-top:0;
padding-bottom:0;
background:url(images/stdlogo.png) no-repeat;
}
.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .menu  {
height:3em;
background-color:#000;
padding-top:1em;
padding-bottom:1em;
padding-left:0em;
width:100%;
font-weight:bold;
}

.custom #post-2107 .headline_area {
	display:none;
	}
	

.custom #post-2107 {
	padding-top:0em;
	padding-bottom:0em;
	margin:0em;
	border-style:none;
	background-color:#fff9fb;
	} 
.custom #post-2107 .format_text p {
	
	margin-left:1em;
	margin-right:1em;
	}

.custom #layer1 {
float:left;
width:720px;
height:206px;
padding-bottom:20px;
margin:0px;
}

.custom #layer2 {
float:right;
width:236px;
height:103px;
padding:0px;
margin:0px;
}

.custom #layer3 {
float:right;
width:236px;
height:103px;
padding-bottom:20px;
margin:0px;
}

.custom #layer4 {
	background-color:#F00;
	width:956px;
}
.custom #content_box h1 {
	text-align: center;
	padding-bottom:1em;
	padding-top:1em;
	
}

.custom #home_heading {
	position:relative;
	width:100%;
	height:100px;
}



/* Small Columns */
.custom .quarter_column_pink {
	padding:10px;
	width:219px;
	height:230px;
	
	float:left;
	background:url(images/pink_background.png) 0 0 no-repeat;
	

}

.custom .quarter_column_blue {
	padding:10px;
	width:219px;
	height:230px;
	background-color:#e2f6fd;
	float:left;
	background:url(images/blue_background.png) 0 0 no-repeat;

}

.custom .small_thumb {
	border-style:solid;
	border-width:0.4em;
	border-color:#FFF;
	width:69px;
	height:61px;
	margin-right:0.5em;
	margin-bottom:0.1em;
	float:left;
}

.custom .medium_thumb {
	border-style:solid;
	border-width:0.4em;
	border-color:#FFFFFF;
	width:179px;
	height:158px;
	margin-top:1em;
	margin-right:1em;
	margin-bottom:1em;
	float:left;
}

.custom .half_column {
	padding:19px;
	width:46%;
	height:400px;
	background-color:#DAF5F7;
	float:left;
}


.custom .go_button {
	
	position:relative;
	float:right;
	}
	
.custom #content_box .single_column .quarter_column p {
	margin-top: 0px;
}

.custom #content_box .single_column .quarter_column .go_button a {
	text-decoration: none;
}

.custom #content_box .single_column .quarter_column .go_button img {
	text-decoration: none;
}

.custom #content_box .single_column .quarter_column p {
}

.custom .single_column .quarter_column_pink p {
	margin-top: 0px;
	font-size:0.85em;
}

.custom .single_column .quarter_column_blue p {
	margin-top: 0px;
	font-size:0.85em;
}

.custom #spacer {height:200px;}

/* make the search box look nice with a spyglass on the top right*/
#s {
     float: right;
     background: url("http://save-date-magnets.com/wp-content/uploads/seracharea.png") 0 0 no-repeat;
     color: #111;
     padding: 0px 10px 3px 25px;
     width: 281px;
	 height:32px;
}
/* remove the border around the search box text*/
input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:0px;
color:#444444;
font-size:1em;
margin-top: 3em;
margin-right: 3em;
}


/* Add Thumb Gallery Carousel  Styling */

.custom.dynamic_gallery_pg #container #page #content_box #topcarosel {
	padding-top: 1em;
	padding-bottom: 1em;
}
.custom.dynamic_gallery_pg #container #page #content_box #topcarosel .carouselu {
	float: left;
	height: 230px;
	width: 200px;
	text-align:center;
	font-size:1.25em;
	margin: 0.7em;
-moz-border-radius: 1.0em;
-webkit-border-radius: 1.0em;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
padding:0em;
text-align:center;
}


.custom.dynamic_gallery_pg #container #page #content_box #topcarosel  {
	margin: 1.0em;
	padding-bottom:15px;
}

.custom.dynamic_gallery_pg #container #page #content_box #topcarosel .carouselu {
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding:0.5em;
}

.comments_closed p {
display:none;
}

.custom.home_pg #container #page #content_box #sidebars {
	background-color: #FFF1E4;
}

.custom #archive_info p {
font-size:2em;
line-height:1em;
margin-bottom:1.1em;
text-align:center;
color:#EB0008;
}