/*
File:			custom.css
Description:	Custom styles for Thesis

/* CLICKABLE HEADER ZONE */


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a {  
display: block;
height: 220px; 
width: 40%; 
background:transparent center center; 
outline: none; 
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header { padding: 0; }

/* BEHIND EVERYTHING */

body.custom {
	background: #FFFFFF;
}

/* HEADER IMAGE MAP */





/* HEADER ZONE */

.custom #header_area {
	background:#181821 url('images/star-tile.jpg') repeat scroll 0 0; 
height: 220px;
padding-bottom: 0em;
border-bottom: 0px solid #000000;
}

 /*Header goes here */

.custom #header_area .page {
	background: transparent;
height: 220px;
width: 1000px;
padding-top: 0em;
padding-bottom:0em;
}


.custom #header {
	height: 220px;
	background: transparent;
	border-bottom: 0px;
padding-bottom: 0em;

}

/* NAVBAR ZONE */

.custom #nav_area {
	background: #333359;
}

.custom #nav_area .page {
	background: #333359;
width:1000px;

}

.custom .menu {
	background: #333359;
	border: 0px;

}




/* CONTENT ZONE */

.custom #content_area {
	background: FFFFFF;
}

.custom #content_area .page {
	background: FFFFFF;
}

.custom #content_box {
	
background: FFFFFF;}

.custom .post_box, .teasers_box {

margin:0;

}

/* FOOTER ZONE */

.custom #footer_area {
	background: #333359;
}

.custom #footer_area .page {
	background: #333359;
padding-bottom: 1em;
}

.custom #footer {
	border: 0;
	background: #333359;
text-align: left;
padding-left:0px;
padding-right:0px;

}

.custom #footer a:hover {
	color:#FFFFFF;
text-decoration: none;

}

.custom #footer a {
	text-decoration: none;
border-bottom: 0px;


}


/* WIDGETIZED FOOTER */

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:30%; margin-right:2%; float:left; ,margin-left:0px;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#FFFFFF;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#D4E7EE; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#FFFFFF;}
.custom #footer_1 ul.sidebar_list {
	padding-left:0em;
padding-right:0em;
}




/* BLOCKQUOTE */


.custom blockquote {
background:#E0EFF5 none repeat scroll 0 0;
border:1px dotted #3286B2;
margin:1em 0em;
padding:1em;

}

.custom blockquote .format_text h3 {
margin-top: 0px;
padding-top: 0px;

}


/* SIDEBARS */

.custom #sidebars {
	border-width: 0px;
}

.custom .sidebar h3 {font-size: 1.3em;
color: #FFFFFF; }

/* GALLERY */


.custom .format_text dl {
color: #333333;
font-style:italic;
margin-bottom:1em;
}

.gallery {
clear:both;
display:block;
margin:1em 0;
overflow:hidden;
padding: 1.571em;
background: #FFFFFF;
border: #8B8A98 dotted 1px;
}

/* IMAGES & CAPTIONS */

.custom .wp-caption {
background-color:#FFFFFF;
border-color:#FFFFFF;
border-style:solid;
font-style:italic;
text-align:center;
}

.custom .format_text img.frame, .format_text .wp-caption {
border-width:0;
padding:0em;
}

/* TEASERS */

.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}


/* SPECIAL STYLES */

.custom #book-launch {

background:#E0EFF5 none repeat scroll 0 0;
border:1px solid #3286B2;
margin:1em;
padding:1em;
text-align:left;
width:35%;

}

.custom .rsevent {
	color: #FAFAF0;
}

/* SEARCH BOX */

.custom input, textarea {
font-size:0.8em;
}
