/*
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/
*/

/* LAYOUT AND BACKGROUNDS */
body {background: #7f7f7f url(images/bg.png) repeat-x;}
.custom #container {background: transparent url(images/content_bg.png) repeat-y; width: 970px; margin-top: 15px; margin-bottom: 15px;}
.custom #page {width: 951px; margin: 0 0 0 4px; border-top: 6px #98012e solid; border-bottom: 6px #343434 solid;}
.custom #header {margin: 0; padding: 0; height: 0;}
#logo_box {background: url(images/Logo.gif) no-repeat; height: 100px; margin: 15px 0 5px 15px;}
.custom #footer {background: #8b8b8b; color: #fff; text-align: center;}
.custom #footer a {color: #fff;}
.custom .post_box {padding-top:6px;}
.headline_area {display: none;}
.post .headline_area {display: inline;}
#page img {margin: 0 10px 0 0;}
#content img {margin: 0 0 0 10px;}
.clearleft {clear: left;}
#content_box {margin-top: -6px;}

/* HEADER ROTATOR FIX */
#headerRotator img {display: block; height: 202px; width: 951px;}
#headerRotator {position:relative; height: 202px; width: 951px; top: -7px; overflow: hidden;}

/* FONT STYLES */
.custom h1 {font-family: Georgia, times, serif; color: #004400; font-size: 19pt; text-align: center;}
.custom h2 {color: #3b3b5f; margin: 0 0 15px; font-size: 13pt;}
.custom h3 {color: #6b0020; font-size: 12pt; font-weight: bold;}
.custom h2 a {text-decoration: none; padding: 0; margin: 0; }
.custom .post_box h2 {padding-top: 15px;}
.post_box ul, ol {}

/* MEET YOUR TEAM PAGE STYLES */
.meetYourTeam img {margin: 0; padding: 0 0 0 5px;}
table.meetYourTeam td {padding: 0 10px 10px; margin: 0; vertical-align: top;}
table.meetYourTeam {padding:0;margin:0;}
.custom #content table.meetYourTeam p {margin:0;}
.custom #content table.meetYourTeam h2 {padding: 0;}

/* CONTACTS PAGE */
.custom table.contacts {margin:0 auto;}
.custom table.contacts td {padding: 3px 10px;}
.custom #post-6 {text-align: center;}

/* PROJECT PAGES */
.projectFeaturesList {width: 180px; float:right; background: #e4eee2; font-size: 10pt; line-height: 12pt; margin: 0 0 10px 10px;}
.projectFeaturesList ul {list-style-type: none; padding: 0; margin: 5px 10px;}
.projectFeaturesList li {padding-bottom: 10px;}

/* NAVIGATION MENU */
.custom .menu {height: 42px; background: #7f7f7f url(images/menu_bg.png) repeat-x; border: none;}
.custom .tab a {background: url(images/menu_bg.png) repeat-x; border: none; color: white; font-family: verdana, arial, san-serif; font-size: 13pt; padding: 8px 27px 0; cursor: pointer; text-transform: none; height: 42px;}
.custom .tab a:hover {background: transparent url(images/menu_activated_bg.png) repeat-x; border: none; color: #343434; height: 42px;}
.custom .current a {background: transparent url(images/menu_activated_bg.png) repeat-x; height: 34px; cursor: hand; color: #343434; height: 42px;}
/* WHO WE WORK WITH TAB STYLES */
.custom .tab-1 a {width: 266px; text-align: center; padding: 8px 0 0 0;}
.custom .tab-1 .submenu-1 {background: #7f7f7f; margin:-8px 0 0 1px; padding:0; margin-top: -8px; width: 263px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;border-bottom: 1px #e2e2e2 solid; border-left: 1px #e2e2e2 solid; border-right: 1px #e2e2e2 solid;}
.custom .tab-1 .submenu li a {background: transparent; height: 10px; font-size: 10pt; margin:0; padding:8px 0; width: 264px; text-align:center;}
.custom .tab-1 .submenu li a:hover {background: #e2e2e2; height: 10px; font-size: 10pt; margin:0; padding:8px 0; width: 264px; }
.custom .tab-1 .submenu-1 .item-5 a {-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;}
/* MEET YOUR TEAM TAB STYLES */
.custom .tab-2 a {width: 229px; padding: 8px 0 0; text-align: center;}
.custom .tab-2 .submenu-1 {background: #7f7f7f; margin: -8px 0 0 1px; padding:0; width: 227px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;border-bottom: 1px #e2e2e2 solid; border-left: 1px #e2e2e2 solid; border-right: 1px #e2e2e2 solid;}
.custom .tab-2 .submenu li a {background: transparent; height: 10px; font-size: 10pt; margin:0; padding:8px 0; width: 228px; text-align:center;}
.custom .tab-2 .submenu li a:hover {background: #e2e2e2; height: 10px; font-size: 10pt; margin:0; padding:8px 0; width: 228px; }
.custom .tab-2 .submenu-1 .item-18 a {-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;}
.custom .tab-4 {width: 146px;}

/* SIDEBARS */
.custom #sidebars {background: #e2e2e2; padding-top: 8px;}
.custom #sidebars h3 {background: url(images/sidebar_header_bg.png) repeat-x; color: #fff; height: 42px; font-size: 14pt; text-align: center; padding-top:6px; font-weight: normal;}
.custom ul.sidebar_list {padding:0;}
.custom .sidebar_list ul {margin: 0 0 0 40px; list-style-image: url(images/bullet.png);}
.custom .widget_text p {padding: 0px 10px 0 10px;}
#email_feed {background: url(images/email_updates.png) no-repeat; height:34px; margin: 0px 0 6px 8px; width:145px; float:left;}
#rss_feed {background: url(images/feed_updates2.png) no-repeat; height:34px; margin: 0px 0 6px 170px; width:144px;}
#text-3 {height: 280px;}
#text-3 p {font-style: italic;}
.search_form p {width: 260px; margin: 0 auto;}

/* CONTENT */
.custom h2.entry-title {font-family: Geneva, times, serif;}
.custom #content p {margin:0 0 15px;}
.custom #content h1 {line-height: 24pt;}
.custom #content h3 {margin:0 0 15px;}