/*
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/
*/

body { margin:0px; background: url(images/header_bckgrd.gif) repeat-x #ffffff;}

.format_text a { color: #172a6a; text-decoration: none; }
.format_text a:hover { color: #172a6a; text-decoration: underline;}

a { color: #172a6a; text-decoration: none; }
a:hover { color: #172a6a; text-decoration: underline; }

p { line-height:14px; font-size:12px; color:#333333; }

h1, h2 {font-size: 24px; color: #172a6a;}
.notitle .headline_area h1 {display:none; }

h3 a {font-size: 18px; color: #172a6a;}

/*.widget_links h3 {display:none;}*/

#tagline {display: none;}

#logo {display:none;}

.xoxo li a {color: #333333; }


.haha img {float: left; padding: 5px; margin: 0px 50px 0em 50px; text-align: center; border: 5px solid #f0f0f0; border-top: 7px solid #f0f0f0; border-bottom: 7px solid #f0f0f0; border-left: 15px solid #f0f0f0; border-right: 15px solid #f0f0f0; }

#img_row {padding: 10px 0px 10px 125px; width: 515px; min-height: 130px; background: #e0e0e0; text-align: center; }  

#img_3row {padding: 10px 0px 10px 33px; width: 607px; min-height: 130px; background: #e0e0e0; text-align: center; }

#img_1row {padding: 10px 0px 10px 210px; width: 430px; min-height: 130px; background: #e0e0e0; text-align: center; }  

#img_place { width: 162px; height: 122px; margin: 0px 10px 0px 10px; float: left; border: 5px solid #ffffff;}

#sidebars {width: 180px; display: block;}
.homepage #sidebars {width: 180px; display: none;}

.sidebar {padding: 0px 0px 0px 20px; color: #333333;}


#header { background: url(images/tabs.jpg); height: 37px; padding: 0px; margin: 0px; width: 100%; position: relative; border: none; }

#content {background: #ffffff; min-height: 280px; padding: 0px; margin:0px; }
.homepage #content { background: #ffffff; width: 900px; min-height: 280px;  }

#content_area { background: #ffffff; min-height: 280px; } 

#header_area { background: url(images/header_bckgrd.gif) 0px 0px repeat-x; width: 100%; min-height: 300px; padding-top: 0px; }

#header_area .page { padding-top: 0px; } 

#content_box { background: url(images/content_box_bck.gif) repeat-y #ffffff 205px 0px; min-height: 228px; } 

#page { background: none; width: 100%; padding-top: 0em; } 

#banner { background: url(images/header_lg.jpg) #ffffff; height: 288px; } 

ul#tabs { list-style: none; border: none; font-size: 1.1em; background: url; height: 50px; width: 100%;  position: absolute; left: 200px; padding: 5px 0px 0px 0px; }

ul#tabs li { margin-bottom: -0.1em; background: none ; repeat: url(images/menu_main.png) repeat-x; border: none; float: left; height: 25px;  }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0; background: url(images/menu_hl.png) ; repeat:none;}
ul#tabs li:hover { background: url(images/menu_hl.png) repeat-x; height: 25px;}
ul#tabs li:hover.current_page_item { background: url(images/menu_hl.png) repeat-x; height: 25px; }
ul#tabs li a { display: block; line-height: 1.4em; color: #333333; text-transform: none; letter-spacing: 0px; text-align: center; }
ul#tabs li a:hover { color: #333333; text-decoration: none; }
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color: #333333; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }

#footer { border-top: none; font-size: 10px; color: #ffffff; margin: 5px 0px; height: 25px; background: #999999; }
#footer a { border-top: none; color: #ffffff; text-decoration: none; border-bottom: none;  }
#footer a:hover { border-top: none; color: #ffffff; text-decoration: underline;  }


/* custom divs */

#logo_wrapper { width: 870px;}
.logo_row { border-bottom: 1px solid #a9a9a9; height: 220px }
.logo_row_bottom { border-bottom: medium none; height: 220px; }
.logo_box { border-right: 1px solid #a9a9a9; float: left; width: 285px; vertical-align: middle; }
.logo_box_right { border-right: medium none; float: left; width: 285px; vertical-align: middle; }