/*
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 {
	background: #d6f3fe url(images/page-bg.gif) 0 0 repeat-x;
}
	.format_text {
		font-size: 14px;
	}
	
	.format_text li {
		list-style: disc;
	}
	
	.headline_area {
		display: none !important;
	}


/* page */
#page {
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/container-bg.gif) 0 0 no-repeat;
}




/* navigation */
ul#tabs {
	height: 41px;
	color: #f3f2f2;
	margin: 0;
	padding: 0;
	border: none !important;
}
	ul#tabs li {
		float: left;
		border: 0;
		font-size: 13px;
		background: none !important;
		border: none !important;
		position: relative;
	}
		ul#tabs li a {
			color: #f3f2f2;
			border-right: 1px solid #337699;
			height: 15px;
			font-size: 13px;
			text-transform: none !important;
			padding: 13px 15px;
			letter-spacing: 0;
		}
			ul#tabs li a:hover {
				color: #f3f2f2;
				text-decoration: none;
			}
			
			
	/* mouseover navigation. for level 2 flyout navigation */
	ul#tabs li:hover ul, 
	ul#tabs li:focus ul, 
	ul#tabs li.sfhover ul {
		display: block !important;
	}		
			
	ul#tabs ul {
		background: #0f608b;
		list-style: none;
		margin: 0;
		padding: 0;
		left: 0;
		top: 41px;
		position: absolute;
		width: 195px;
		display: none;
		z-index: 9999;
	}
		ul#tabs ul li {
			float: none;
			border-bottom: 1px solid #3e7897 !important;
		}
			ul#tabs ul li:last-child {
				border-bottom: none !important;
			}
	
	
	
	
/* header */
#header {
	height: 295px;
	position: relative;
	border: none !important;
}
	#header #logo {
		display: none;
	}
	
	

	
/* opt in */
#optIn {
	position: absolute;
	top: -8px;
	right: 0;
	width: 413px;
	height: 324px;
	background: url(images/optin-bg.gif) 0 0 no-repeat;
}
	#optIn dl {
		padding-top: 160px;
		margin: 0 auto;
		width: 275px;
	}
	
	#optIn dl input {
		border: 1px solid #333;
		padding: 5px;
		width: 273px;
		margin-bottom: 8px;
		color: #acadad;
		font-family: arial;
		font-size: 12px;
		background: #fff;
	}	
		#optIn dl .bSubmit {
			border: none;
			font-size: .01em;
			width: 188px;
			height: 24px;
			background: url(images/b-getinstandaccess.gif) 0 0 no-repeat;
			margin-left: 43px;
		}
	
	
	
	
	
#content_box {
	background: none !important;
	margin: 0 20px;
	width: 920px !important;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content {
	margin-right: 0;
	width: 580px !important;
}
	.headline_area {
		padding: 0 !important;
		margin: -30px 0 0 0 !important;
	}
	

#sidebars {
	width: 265px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
	#multimedia_box {
		display: none;
	}	



/* FOOTER */
#footer {
	border: none;
	background: #2B779D url(images/footer-bg.gif) 0 0 no-repeat;
	color: #fff;
	min-height: 196px;
	height: auto !important;
	height: 196px;
	font-size: 12px !important;
	line-heiht: 16px !important;
	text-align: left !important;
	padding: 25px !important;
}
	#footer a {
		color: #fff !important;
		border: none !important;
	}
		#footer a:hover {
			color: #fff !important;
		}
		
		
	#footer li {
		width: 245px;
		display: block;
		float: left;
		background: none;
		font-size: 12px !important;
		line-heiht: 16px !important;
		margin-right: 50px;
	}
		.widget_box {
			background: none !important;
			border: none !important;
			font-size: 12px !important;
			line-heiht: 16px !important;
		}
		#footer p {
			background: none !important;
			border: none !important;
			font-size: 12px !important;
			line-heiht: 16px !important;
		}
		#footer h3 {
			font-size: 13px;
			margin-bottom: 10px;
			font-weight: bold;
			color: #fff;
		}
		
		
		
		
		
/* HEADINGS */

#content h1, #content h2, #content h3, #content h4, #content h5, #sidebars h1, #sidebars h2, #sidebars h3, #sidebars h4, #sidebars h5  {
	line-height: 1.2em; 
	margin: 10px 0 15px; 
	color: #a30134;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}
	h1 {font-size: 24px; margin-top: 0 !important;}		
	h2 {font-size: 20px; color: #0e5f88 !important;}	
	h3 {font-size: 18px;}	
	h4 {font-size: 14px; color: #0e5f88 !important;}	
	h5 {font-size: 12px;}	
	h6 {font-size: 12px;}	

	
img.right, img.alignright {float: right; clear: right; padding: 6px; border: 1px solid #ddd; margin: 0 0 15px 15px;}

img.left, img.alignleft {float: left; clear: left; padding: 6px; border: 1px solid #ddd; margin: 0 15px 15px 0;}
	
hr {border: 1px solid #878787; border-width: 1px 0 0 0; border-collapse: collapse; clear: both; margin: 10px 0 15px;}

.clear{clear:both; height:1px;}

#content, #sidebar {
	font-size: 12px;
}

.comments_closed {
	display: none;
}
	
	
/* --------------------------------
Plugin - CF FORMS
--------------------------------- */	
fieldset {border: none;	padding: 0;}
	fieldset legend {display: none;}

form#cformsform {margin: 5px 0;}
	form#cformsform ol {list-style: none; padding: 0; margin: 0;}	
		form#cformsform ol li {list-style: none; padding: 5px 0 10px 0;}	
		
		form#cformsform ol li label {display: block; font-weight: bold;	padding-bottom: 2px;}	
	
	form#cformsform ol li input {width: 300px; margin-right: 5px; padding: 3px 5px; border: 1px solid #222; font-size: 13px;}	

	form#cformsform ol li textarea {width: 550px; margin-right: 5px; padding: 3px 5px; border: 1px solid #222; font-family: arial, helvetica, sans-serif; font-size: 13px;}	

	form#cformsform .reqtxt, form#cformsform .emailreqtxt {color: #EB000C; font-size: 10px; position: absolute;}

	form#cformsform #sendbutton {border: none; background: #A40235; color: #fff; font-weight: bold; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; width: 190px; height: 25px;}

	#usermessagea, #usermessageb {font-weight: bold; color: #EB000C;}

.linklove {display: none;}
