/*
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 {
	font-family:arial, helvetica, sans-serif;
	background:URL('images/body-bg.jpg');
	background-repeat:repeat-x;  
	background-color:#e2e2e2;
}

ul li {display:inline;list-style:none;}
h5 {margin-left:10px;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
/*overwriting wp styles*/
#column_wrap {background:none;width:700px;height:auto;}
#content_box{background:none;}
.post_box {}
#content {float:left;margin-left:212px;width:500px;_margin-left:107px;}
#content ul {
	width:480px;
	}
#content ul li {list-style:disc; display:list-item; font-size:13px; margin:0 0 0 20px;font-weight:normal;}
.teasers_box{float:left;}
.hfeed {background:URL('images/wideblock-bg.jpg');float:left;}
#multimedia_box {display:none;}
#page {width:auto;}

#sidebar_1{position:absolute;top:502px;margin-left:-18px;}
#sidebar_1 li a, #sidebar_1 li h3 {margin-left:10px;}
#sidebar_2{position:absolute;top:523px;margin-left:-7px;}
#sidebar_2 ul li {margin-left:-11px;}
#sidebar_2 ul li a{margin-left:31px;}

#sidebars {width:191px;}
#header{display:none;}
#footer{display:none;}
.headline_area {width:700px;background:URL('images/wideblock-bg.jpg');
background-repeat:repeat-y;margin:-30px 0 0 -39px;}
.headline_area h1 {
	color:#ff8c28;
	font-weight:bold;
	font-size:1.9em;
	float:left;
	width:520px;
	padding:5px 0 10px 8px;
	position:relative;
	z-index:10;
	top:-25px\9;
	margin-left:-39px\9;
	background:URL('images/wideblock-bg.jpg')\9;  
	width:520px\9;
	}
.headline_area h2 {
	color:#ff8c28;
	font-weight:bold;
	font-size:1.9em;
	float:left;
	width:500px;
	padding:4px 0 0 10px;
	position:relative;
	z-index:10;
	padding-top:0\9;
	top:-25px\9;
	float:none\9;
	margin-left:-39px\9;
	background:URL('images/wideblock-bg.jpg')\9;  
	width:509px\9;  
	}

/*dear God- what have we done*/

.h2_custom, .h1_custom {
	background:URL('images/blueblock-header.jpg') no-repeat !important;
	height:40px !important;
	width: 700px !important;
	margin-top:10px !important;
	padding-top:7px !important;
	margin-bottom:-42px !important \9;
}

.h1_custom {
	height:22px !important;
}

.sidebar{width:180px;float:left;top:0;}
.format_text {background:URL('images/wideblock-bg.jpg');width:530px;margin:10px 0 -3px -39px;height:auto;margin:10px 0 -2px -39px\9;}
#home_format_text{margin-top:-25px !important;}
.format_text p {width:500px;margin:5px 10px 10px 10px;}
.format_text a:hover {text-decoration:underline;}
#archive_info {border:none;background:URL('images/wideblock-bg.jpg');width:480px;margin:-3px 0 -50px -17px;}
#archive_info p,#archive_info h1{width:450px;}
/*end overwrite*/
#logo {width:162px;height:90px;position:absolute;margin:5px 0 0 -740px;top:0px\9;margin-left:-850px\9;}

#my_header {
	background: URL('images/header.jpg');
	height:103px;
	margin:0 auto 20px auto;
	width:964px;
	background-repeat:no-repeat;
}

#my_header h1 {
	margin:40px 0 0 180px;
	color:#2d363b;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
}

#my_header h2 {
	margin: 37px 0 0 0;
	color:#df320c;
	font-size:22px;
	font-weight:normal;
	float:right;
}

#my_header ul {
	float:left;
	margin:18px 0 0 150px;
	width:auto;
	margin-top:20px\9;
	width:800px\9;
}

#my_header ul li {
	display:inline;
	list-style:none;
	border-right:1px solid #45545d;
}

#my_header ul li ul li {
	border:none;
}

#my_header a {
	color:#d3d6d8;
	margin:0 7px;
	font-weight:bold;
	font-size:13px;
}

/*drop down for services  */

#my_header ul li ul {
	float:left;
	position:absolute;
	background-color:#5c6b73;
	margin:5px 0 0 50px;
	display:none;
	z-index:999;
	padding-bottom:5px;
	height:auto;
	width:310px\9;
	margin:15px 0 0 -70px\9;
	}

#home-block-link {color:#ff8c28;}

#home-block-link:hover {color:#d37624;}

#drop {border-top:2px solid #45545d;}	
#drop li {padding:0\9;}
#drop hr {border:1px solid #45545d;margin:.2em 0;margin:0\9;}
#first {padding-top:1em;}
#last hr{margin-bottom:-5px;display:none\9;}
#drop li a{margin:8px;height:4em;padding:.2em 0;z-index:999\9;margin:-3px 0 -3px 5px\9;}
#services:hover #drop{display:block;}

/*bios dropdown*/

#drop2 {border-top:2px solid #45545d;margin:6px 0 0 690px!important;}	
#drop2 li {padding:0\9;}
#drop2 hr {border:1px solid #45545d;margin:.2em 0;margin:0\9;}
#drop2 #last hr{margin-bottom:-7px;}
#drop2 li a{margin:8px;height:4em;padding:.2em 0;z-index:999\9;margin:-3px 0 -3px 5px\9;}
#bios:hover #drop2{display:block;}


/*gforms begin*/

#gform_1 .button {
	width:80px;
	margin-left:20px;
}

#gform_1 textarea {
	width:235px;
}

#field_1_6 {
	display: inline;
}

#gform_1 .instruction {
	display:none;
}

/*gforms end*/
#container{
	width:958px;
	min-height:700px;
	margin-top:0;
	background-color:white;
	background:URL('images/content-bg.jpg');
	background-repeat:repeat-y;
}

#breadcrumb {
	width:956px;
	margin:0 auto;
	background:URL('images/menu-bg.jpg');
	height:25px;	
	font-size:11px\9;
}

#events_box {margin-left:110px\9 !IMPORTANT;}

#breadcrumb .breadcrumb {
	color:white;
	font-weight:bold;
	position:absolute;
	margin:5px 0 0 35px;	
	width:90%;
	height:10px;
}

.breadcrumb a {
	color:white;
}

#topnav {
	margin:0 auto;
	height:42px;
	width:956px;
	background:URL('images/topnav-bg.jpg');
}

#topnav img {float:left;margin:-8px -15px 0 10px\9;}

#topnav ul {margin:0 0 0 20px;}

#topnav ul li {float:left;margin:8px 15px;padding-top:3px;}

#topnav ul li a{font-size:17px;color:white;font-weight:bold;float:left\9;}

#flash {
	background-color:#615c59;
	margin:0 auto;
	width:956px;
	height:310px;
	position:relative\9;
	z-index:0\9;
}

#wideblock {
	margin:0;
	width:520px;
}

#col1 {
	float:left;
	margin:0 0 0 15px;
}

#col2 {
	float:left;
	width:500px;
	margin:0;
}

#col2 h1, #col2 h2 {
	color:#ff8c28;
}

#col2 p {
	font-size:14;
	color:#4f4f4f;
}

#col2 h1 {
	font-size:19;
}

#col3 {
	float:right;
	margin:0 15px 0 0;
}

#col3 h1 {
	font-size:14px;
	font-weight:normal;
	margin: -17px 0 0 10px;
}

#timeforce {
	width:191px;
	margin:-3px 0;
	height:auto;
	background:URL('images/block-white-bg.jpg');
	background-repeat:repeat-y;
}

#block {
	margin:-3px 0;
	width:191px;
	/*height:auto;*/
	background:URL('images/block-bg.jpg');
	background-repeat:repeat-y;
}

#block p {
	font-size:14px;
	font-weight:normal;
	margin: 0 0 0 10px;
	text-align:center;
}

#block-white {
	margin-bottom:-4px;
	width:191px;
	height:auto;
	background:URL('images/block-white-bg.jpg');
	background-repeat:repeat-y;
	margin-top:-3px\9;
}

#block a {
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
}

#block-white a {
	margin:20px 0 10px 110px;
	font-size:12px;
	font-weight:bold;
	color:#ff8c28;
}

#block-white h1 {
	color:#3e3e3e;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:-25px 0 0 0;
	position:relative;
	z-index:10;
	margin-top:-22px\9;
}

#block-white h2 {
	font-weight:bold;
	font-size:14px;
	color:#3e3e3e;
	margin:4px 0 0 10px;
}

#block-white p {
	margin-left:10px;
	font-size:12px;

}

#my_footer {
	width:958px;
	height:30px;
	margin:0 auto 40px auto;
}

#my_footer img {
	margin:0;
	margin-top:-20px\9;
}

#my_footer ul {
	margin:5px 0 0 25px;
}

#my_footer li {
	border-right:1px solid #3b3b3b;
}

#my_footer a {
	margin:0 7px;
}

#my_footer ul li a, ul li{
	font-size:11px;
	font-weight:bold;
	color:#3b3b3b;
}

#list {
	width:480px;
	}
	
#list ul li {list-style:disc; display:list-item; font-size:13px;}

#partners table tr td img{border:1px solid #ccc;margin:10px auto 0 auto;}
#partners table tr td p {width:250px;line-height:1.1em;font-size:12px;font-weight:bold;text-align:left;}

#form {padding-left:10px;}
#form textarea {padding-left:3px;width:237px;}
.form_input {margin:0 0 5px 0;}
.submitButton {background-color:#615c59;color:white;}
input.submit {margin:10px 0 0 0; color:red;}
#differences {
	width:480px;
	}
#reference-links ul li, #articles ul li {font-size:12px;list-style:normal;display:block;}
/*#differences ul li {list-style-type:disc; list-style:disc; display:list-item; font-size:13px;}*/
#screening i {float:right;margin-right:30px;}
#disclaimer {float:left;margin-top:-10px;}
#disclaimer h3{margin-left:10px;}
#disclaimer p{width:500px;margin-left:10px;}
#disclaimer ol{margin-left:30px;width:440px;}

/* sean added 2.7.2010 to get control of a ordered list on the are you a growing company page */

.format_text ol {
	margin:10px 0 13px 0;
	}

ol li {
margin: 0 0 0 53px;

}

#james-author-box {
	background-image: URL('images/james-author-box.jpg');
	width: 500px;
	height: 117px;
	background-repeat: no-repeat;
	margin: 0 19px 0 9px;
	}
	
#james-author-text {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color:#535353;
	line-height: 125%;
	width: 354px;
	height: 103px;
	padding: 6px 8px 6px 0;
	margin-left: 118px;
	}
	
#dennis-author-box {
	background-image: url('images/dennis-author-box.jpg');
	width: 500px;
	height: 123px;
	background-repeat: no-repeat;
	margin: 0 19px 0 9px;
	}
	
#dennis-author-text {
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color:#535353;
	line-height: 125%;
	width:379px;
	padding: 6px 8px 6px 0;
	}

#dennis-author-text p {
	margin-top:5px;
	margin-bottom:5px;
	width:379px;
}

#dennis-author-text ul {
	margin:-2px 0 0 10px;
}

#dennis-author-text ul, #dennis-author-text ul li{
	font-size: 12px;
	font-weight: normal;
	color:#535353;
	line-height: 110%;
}
	
.webinar-headline {
	color:#FFF;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin:40px 0 0 0;
	width:435px;
	height:52px;
	line-height:120%;
	background-color:#dd2000;
	border-bottom:#000 solid 18px;
}

#webinar-body {
	color:#333;
	font-size:13px;
	padding:10px;
	width:433px;
	line-height:120%;
	border:#CCC 1px solid;
	margin-bottom:10px;
}

#webinar-body p {
	margin-left:0;
	width:435px;
}

#webinar-body a {
	font-size:15px;
	}
	
.format_text h2, .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.11em 10px; }

.font12px {
	font-size:12px;
	font-weight:bold;
}

#login-btn {
}

.wp-caption-text {
	text-align:left;
	width:auto;
}