/*

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/

*/



#content_box {
	margin:0 0 0 0;
	min-height:400px;
}
#content {
	margin:20px 0 0;
}
#clsLeftcontent {
	width:620px;
	float:left;
}
#clsRightcontent {
	width:330px;
	float:left;
	padding-top:1px;
}
.sidebar_list {
	margin:0;
}
#sidebar_2 {
	width:329px;
	margin:0px;
	padding:0px;
	float:left;
}
#sidebar_2_new {
	width:329px;
	margin:0px;
	padding:0px;
	float:left;
	min-height:550px;
}
#sidebar_2 ul {
	margin:0px;
	padding:0px;
}
#sidebar_2 ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	list-style:none;
	float:left;
}
#sidebar_2 ul li h3 {
	background:url(images/sidebar_2head.jpg) no-repeat scroll 0 0;
	margin:0px;
	padding:30px 0px 0px 10px;
	float:left;
	width:319px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	height:47px;
}
#sidebar_2 ul li form {
	width:327px;
	padding:0px;
	float:left;
	border:solid 1px #d8d8d8;
	border-top:0px;
}
#cforms5form {
	background:url("images/sidebar_2book.jpg") no-repeat scroll center 0 transparent;
	margin-top:0;
	padding:210px 0 0 !important;
	width:327px;
}
#cforms5form label, #cforms5form span {
	width:80px;
	text-align:left;
}
#cforms5form span {
	padding-left:10px;
}
#sendbutton5 {
	background:url(images/sidebar_2button.jpg) no-repeat scroll 0 0;
	font-size:0;
	padding:0;
	margin:0 30px 10px 0;
	height:59px !important;
	width:264px !important;
	border:none !important;
	border-style:none !important;
}
h1 {
	color:#000000;
	padding:20px;
	text-align:center;
}
.jhmp4_ytl {
	display:none;
}
#cforms5form input {
	width:225px;
}
#usermessage5a {
	border:none;
	border-style:none;
	width:296px !important;
}
#sidebar_2_new {
	width:329px;
	margin:0px;
	padding:0px;
	float:left;
	min-height:550px;
}
#sidebar_2_new ul {
	margin:0px;
	padding:0px;
}
#sidebar_2_new ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	list-style:none;
	float:left;
}
#sidebar_2_new ul li h3 {
	background:url(images/sidebar_2head.jpg) no-repeat scroll 0 0;
	margin:0px;
	padding:30px 0px 0px 10px;
	float:left;
	width:319px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	height:47px;
}
#sidebar_2_new ul li form {
	width:327px;
	padding:0px;
	float:left;
	border:solid 1px #d8d8d8;
	border-top:0px;
}
#gform_wrapper_4 {
	float:left;
	width:300px;
}
#gform_wrapper_6 {
	float:left;
	width:300px;
}
.gfield_description validation_message,.instruction validation_message {
	margin-left:0;
}
#gform_wrapper_4 ul li {
	width:100%; 
	padding:0 15px;
}
#gform_wrapper_6 ul li {
	width:100%; 
	padding:0 15px;
}
#input_4_3,#input_4_1,#input_4_2,#input_4_4,#input_4_5 {
	width:125px;
	
}
#input_6_3,#input_6_6,#input_6_8,#input_6_4,#input_6_9 {
	width:135px;
	
}
.gform_footer left_label {
	padding:0;
	
}
.gfield_label {
	text-align:right;
	padding-right:15px;
	white-space:nowrap;
	width:100px;
	float:left;
}
.gfield {
	margin-bottom:10px;
	
}
.gform_footer .button {
	float:right;
	margin-right:25px;
	
}
.ginput_container {
	float:left;
	width:125px;
	
}
.validation_error {
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
}
.gform_title {
	float:left;
	padding-left:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#212773;
	padding-top:15px;
	font-size:20px;
	width:270px;
}
.required_txt2 {
	color:#ff3e3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	padding-right:20px;
	padding-top:7px;
	
}
.sale_left_content {
	width:580px;
	padding-right:25px;
	border-right:1px dotted #ccc;

	
}
.clear {clear:both;}

.gform_outer {
	position:absolute;
	left:640px;}
.sales_outer {
	width:915px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc; position:relative;
	margin-left:17px;
	margin-top:-20px;
	padding:20px;
	margin-bottom:-20px;
	
	
}
#newsletterHeading {
	padding-top:20px;
	padding-left:20px;
	color:#CC0000;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:150%;
}
.newsletter_content {
	width:915px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc; position:relative;
	margin-left:17px;
	margin-top:-20px;
	padding:20px;
	margin-bottom:-50px;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.newsletter_title {
	color:#000000;
	font-weight:bold;
	color:#000000;
	font-size:20px;
	padding-top:20px;
}
.newsletter_box {
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	width:400px;
	border:2px #999 dashed;
	background:#ededed;
	padding:20px;
	padding-top:0;
	padding-bottom:15px;
}
#itsupportHeading {
	padding-top:20px;
	padding-left:20px;
	color:#CC0000;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:150%;
}
.itsupport_content {
	width:915px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc; position:relative;
	margin-left:17px;
	margin-top:-20px;
	padding:20px;
	margin-bottom:-20px;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.itsupport_title {
	color:#000000;
	font-weight:bold;
	color:#000000;
	font-size:20px;
	padding-top:20px;
}
.itsupport_subtitle {
	color:#000000;
	font-weight:bold;
	color:#000000;
	font-size:16px;
	padding-top:20px;
}
.itsupport_highlight1 {
	color:#039;
	
}
.itsupport_highlight2 {
	background-color:#FF0;
	
}
.itsupport_highlight3 {
	color:#039;
	background-color:#FF0;
	
	
}
.bulletin_box {
	border:1px dashed #999;
	padding:15px;
	margin:0 30px;
	
}
.custom_anchor {
	color:#00F;
}

