/*
File:		custom.css
Description:	Custom styles for Thesis

BASIC USAGE:
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


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/
*/




body {background: #FFDA4A url('images/body_bg.gif') repeat-x; }


#page {
    background: #fff; margin: auto; padding: 0;
    width: 960px;
}
.custom h1 { color: #F08223;}
.custom .sidebar h3 { background-color: #f5f5f5; border-bottom: 1px solid #575757;}

.custom a { color: #FF9D00; text-decoration: none; }
.custom a:hover { color:  #F08223; text-decoration: none; }

.format_text a { text-decoration: none; color: #FF9D00; font-weight: bold;}
.format_text a:hover { text-decoration: underline; color:#F08223; }
/*---:[ daily photo styles ]:---*/

#multimedia_box { width: 100%; }
	#image_box { padding: 1.1em; background: #f5f5f5; border-bottom: 1px solid #ddd; }
	#image_box img { display: block; padding: .1em; background: #eee; border: 0.1em solid #bbb; }

	/*---:[ video box styles ]:---*/
	#video_box { padding: 1em; background: #000; }

	/*---:[ custom box styles ]:---*/
	#custom_box { padding: 1.0em; background: #f5f5f5; border-bottom: 1px solid #ddd; }
#custom_box { font-size: 1.2em; text-align: center;}
#custom_box a { padding: 5px 0 15px 0; color: #333;}
#custom_box a:hover { color: #d2bfa7; text-decoration: underline;}

/*---:[ #tab styles ]:---*/
.custom ul#tabs {background: #FFDA4A; width: 960px;}
.custom ul#tabs li {background: #FFDA4A; padding: 0 1px 0 1px;}
.custom ul#tabs li a {font-weight: bold;}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #37479D;}
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #fff;}

.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
.custom ul#tabs li a:hover {color: #FFF; background: #37479D; text-decoration: none; }
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover{ background: #F08223; color: #fff;}
/*---:[ #header styles ]:---*/

.custom #header { height: 200px; padding: 0; background: url('images/banners/Banner.jpg') no-repeat; }

#header #logo { font-weight: bold;}
        
#header #logo a { color: #fff; position: relative; top: 50px; left: 40px;}

#header #logo a:hover { color: #fff; }
	
#header #tagline { font-weight: bold; color: #fff; position: relative; top: 50px; left: 40px; font-size: 28px;}


#prev_next_links {padding: 10px 10px 10px 10px; background: #f5f5f5;}
#prev_next_links a { color: #333; font-family: arial; font-size: 1.2em;  
    margin: 10px 0 10px 10px;
}
#prev_next_links a:hover { color: #d2bfa7; text-decoration: underline;}

#footer {text-align: center;}
