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

.custom {
	background-color: #000000;
	background-image: url(/wp-content/themes/thesis/images/bg.png);
	color: #444;
	padding-bottom: 20px;
	font-family:verdana;
	padding-top:10px;
}

.custom #container {
	background-color: #FFF;
	background-image: url(/wp-content/themes/thesis/images/toolbar_bg.png);
	background-repeat: repeat-x;
	width: 960px;
	margin: 0px auto 0 auto;
}

.custom #page {
	padding:0;
	}

.custom #header {
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	border:0;
	clear:none;
	}

.custom #header-container {
	overflow: hidden;
	zoom: 1;
	font-family: verdana;
	font-size: 11px;
	color: #666;
}

.custom #header-container a {
	color: #666;
	text-decoration: none;
}

.custom #header-social {
	float: left;
	display: inline;
	overflow: hidden;
	zoom: 1;
	width: 283px;
	margin-left: 20px;
}

.custom #header-social ul li {
	float: left;
	list-style:none;
	padding:0;
	margin:0;
}

.custom #header-social ul li a {
	line-height: 25px;
	margin-right: 15px;
}

.custom #header-search {
	float: left;
	width: 354px;
	height: 47px;
	background-image: url(/wp-content/themes/thesis/images/search_bg.png);
}

.custom #search-container {
	padding: 8px 27px;
}

.custom #search-box {
	margin-top: 2px;
	width: 270px;
	height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	border: 0;
	float: left;
	color: #CCC;
	height: 20px;
	background-color:#FFF;
}

.custom input.go {
	width: 30px;
	height: 24px;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
	display: block;
}

.custom #header-info {
	float: left;
	display: inline;
	overflow: hidden;
	zoom: 1;
	width: 283px;
	margin-right: 20px;
	
}

.custom #header-info ul li {
	float: right;
	list-style:none;
	padding:0;
	margin:0;
}

.custom #header-info ul li a {
	line-height: 25px;
	margin-left: 15px;
}

.custom #content_box {
	background:transparent;
}

.custom #menu-container {
	margin-top:22px;
	height:82px;
	background-image: url(/wp-content/themes/thesis/images/menu_bg.png);
	overflow: hidden;
	zoom: 1;
}

.custom #header #logo {
	float:left;
	display:inline;
	margin-left:25px;
	width:198px;
}

.custom #menu {
	float:left;
	display:inline;
	margin-left:30px;
	width:700px;
}

.custom #menu li {
	float:left;
	display:inline;
	margin-right:25px;
}

.custom #menu li a {
	font-family:sans-serif;
	font-size:17px;
	color:#999;	
	display:block;	
	line-height:59px;
	font-weight:bold;
}

.custom #menu li a:hover {
	color:#777;	
}

.custom #menu li a.selected {
	background-image: url(/wp-content/themes/thesis/images/menu_selected.png);
	background-repeat:x-repeat;
	color:#000;
}

.custom #breadcrumb {
	display:block;
	font-family: verdana;
	font-size: 10px;
	font-style:italic;
	color:#666;;
	padding:20px 55px 0 55px;
}

.custom #breadcrumb strong {
	font-weight:normal;
	font-style:normal;
	color:#000;
}

.custom #breadcrumb span {
	font-style:italic;
	color:#666;
}

.custom #breadcrumb a {
	text-decoration:none;
	color:#000;
	font-style:normal;
}

.custom #breadcrumb a.selected {
	text-decoration:none;
	color:#FF3987;
}

.custom #content_box {
	display:block;
	margin:20px 25px 0 55px;
	overflow:hidden;
	padding-bottom:60px;
	width:880px;
}

.custom #content_box #content {
	padding:0;
	margin:0;
	width:610px;
}

.custom #content_box #sidebars {
	padding:0;
	margin:0;
	width:220px;
}

.custom #content_box a {
	color:#FF3987;
}

.custom #content_box .post_box, .custom #content_box .teasers_box {
	margin:0; padding:0;
	padding-top:20px;
}

.custom #content_box .top, .custom #content_box  .top {
	margin:0; padding:0;
}

.custom .sidebar ul.sidebar_list {
	padding-top:0;
}

.custom .sidebar h3 {
	color:#000;
	text-transform:none;
	font-variant:normal;
	letter-spacing:0;
	font-weight:normal;
	font-size:1.3em;
	font-family:sans-serif;
}

.custom .sidebar .widget {
	margin-bottom:25px;
}

.custom  .format_text h2 {
	color:#444;
	font-family:sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;	
	margin:10px 0 20px 0;
}

.custom #content_box .headline_area h2, .custom #content_box .headline_area h2 a {
	color:#000;
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
}



.custom #content_box .headline_area h1,.custom #content_box .headline_area h1 a {
	color:#000;
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
}

#footer {
	border:0;	
}

.custom #tag_cloud a {
	line-height:1.3;	
}

.custom .prev_next {
	padding-left:0;padding-right:0;
}

.custom #comments, .custom .comments_intro, .custom #respond, .custom #commentform {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;	
}

.custom dl#comment_list dt, .custom dl#comment_list dd {
	padding-left:5px;
	padding-right:5px;
	margin-left:0;
	margin-right:0;	
}

.custom  .comments_intro {
	margin-top:0px;	
}

.custom #content_box .comment_author, .custom #content_box .comment_author a {
	color:#000;	
}

.custom #footer {
	font-size:1em;
	line-height:1;
	border:0;
	padding:0;
	margin:0;
}
	
.custom img, .custom img a, .custom #footer a {
	border:none;
}
	
.custom a:active, a:focus {
      outline: 0;
}

.custom #content_full {
	padding-right:30px;	
}

.result-header {
	background-image: url(/wp-content/themes/thesis/images/gradient_bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	overflow:hidden;
	zoom:1;
	text-transform:uppercase;
	font-size:13px;
	border-bottom:1px solid #DDD;
}

.result-header-reg {
	display:inline;
	float:left;
	margin: 0 5px;
	width:200px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

.result-header-price {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:130px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

.result-header-type {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:500px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

.result {
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #DDD;
}

.result-reg {
	display:inline;
	float:left;
	margin: 0 5px;
	width:200px;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	color:#000;
}

.result-price {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:130px;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	color:#FF3988;
}

.result-type {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:400px;
	font-weight:normal;
	font-size:12px;
	line-height:35px;
	color:#000;
}

.result-type a {
	color:#FF3988;
	text-decoration:none;
}

.result-action {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:95px;
	font-weight:bold;
	color:#666;
	padding:4px 0;
	text-align:right;
}


	
.custom #content_full p {
	font-size:1.4em;
	line-height:1.571em;
	margin-bottom:20px;	
}

.custom #content_full .prev_next p, .prev_next p {
	font-size:10px;
	}

.custom #content_full h1 {
	color:#000000;
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;	
	margin-bottom:20px;
}

.custom #content_full h2 {
	color:#444;
	font-family:sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;	
	margin:10px 0 20px 0;
}

.custom div.prev_next {
	padding-bottom:0px;
	margin-bottom:0;
	border-top:0;
}

.custom div.prev_next p, .custom #content_full div.prev_next p{
	padding-bottom:0px;
	margin-bottom:0;
}

.custom ul.cover {
	overflow:hidden;
	zoom:1;
	list-style:none;
	padding-bottom:1px;
}

.custom ul.cover li {
	float:left;
	font-size:13px;
	line-height:17px;
	padding:0;
}

.custom ul.cover li.label {
	background-color:#444;
	color:#FFF;
	width:180px;
	text-align:center;
}

.custom #content_full ul.cover li a {
	display:inline-block;
	background-color:#EEE;
	border-right:1px solid #FFF;
	width:40px;
	text-align:center;
	color:#666;
}

.custom #content_full ul.cover li a:hover {
	background-color:#FF3988;
	color:#FFF;
}

.custom #content_full ul.coverreverse {
	margin-bottom:20px;
}

.custom #content_full .cols3 {
	overflow:hidden;
	zoom:1;
	border-top:1px solid #DDD;
	padding-top:20px;
}

.custom #content_full .cols3 ul {
	margin:0;
	padding-left:0;
	list-style:none;
	line-height:1.5em;
	font-size:1.2em;
	}

.custom #content_full .cols3 .col1,.custom #content_full .cols3 .col2,.custom #content_full .cols3 .col3 {
	float:left;
	width:263px;
	display:inline;
	margin-right:20px;
}

input.submit {
	border:0;
	padding:0;
	margin:0;

}

.price-breakdown-header {
	background-image: url(/wp-content/themes/thesis/images/gradient_bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	overflow:hidden;
	zoom:1;
	text-transform:uppercase;
	font-size:13px;
	border-bottom:1px solid #DDD;
}

.price-breakdown-header-item {
	display:inline;
	float:left;
	margin: 0 5px;
	width:635px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

.price-breakdown-header-price {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:100px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

.price-breakdown {
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #DDD;
}

.price-breakdown-item {
	display:inline;
	float:left;
	margin: 0 5px;
	width:635px;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	color:#000;
}

.price-breakdown-price-grey {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:100px;
	font-weight:normal;
	font-size:14px;
	line-height:35px;
	color:#444;
}

.price-breakdown-price {
	display:inline;
	float:left;
	margin: 0 5px 0 0;
	width:100px;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	color:#FF3988;
}

.order-buttons {
	padding-top:20px;
}

.order-buttons .left, .order-buttons .right{
	float:left;
	display:inline;
	margin-right:10px;
}

.custom .order-buttons .submit {
	border:0;
	padding:0;
	margin:0;
	}

.order-buttons .right {	
	line-height:27px;
	color:#444;
}

.custom #content_box .order-buttons .right a {	
	color:#444;
	text-decoration:underline;
}

.custom #content_box .inline-terms {
	margin-top:20px;
	border:1px dotted #999;
	height:100px;
	overflow:auto;
	margin-bottom:20px;
	padding:15px;
	background-color:#FFF;
}

.custom #content_box .inline-terms p {
	font-size:12px;
	line-height:1.3;
	margin-bottom:12px;	
}

.custom #content_box .inline-terms ul,.custom #content_box .inline-terms ol {
	font-size:12px;
	line-height:1.3;
	margin-bottom:12px;	
	margin-left:2em;
}

.custom #content_box .inline-terms li {
	
}

.custom .dvlacols {
	overflow:hidden;
	zoom:1;
	padding-bottom:20px;
}

.custom .dvlaprefix {
	float:left;
	display:inline;
	width:409px;
	border:1px solid #CCC;
	}
	
.custom .dvlacurrent {
	float:right;
	display:inline;
	width:409px;
	border:1px solid #CCC;
	}
	
.custom .fieldset {
	border:1px solid #DDD;
	padding:20px;	
	margin-top:20px;
	background-color:#FDFDFD;
}

.custom #content_full .dvlaprefix h2, .custom #content_full .dvlacurrent h2  {
	margin-bottom:0;	
}

.custom .dvlapad {
	padding:10px 20px;	
}
	
.custom #content_full .fieldset h2 {
	padding:0px;
	margin-top:0;
}

.custom .formrow {
	overflow:hidden;
	zoom:1;
	padding-bottom:5px;	
	font-size:1.4em;
	line-height:1.571em;
}

.custom .formlabel {
	float:left;
	display:inline;
	width:179px;
	text-align:right;
}

.custom .formfield {
	float:right;
	display:inline;
	width:609px;
	text-align:left;
}

.securelogos {
	float:right;
	margin:0 0 10px 10px;
	}


	
.custom div.error {
	border:1px solid #FF3987;
	}
	
.custom .ordersummary {
	padding:20px;	
	font-size:1.4em;
	line-height:1.571em;
	border:1px solid #C6C600;
	background-color:#FFFFD9;
}

.custom #content_full #paymentform input {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
}

.custom #content_full #paymentform input.large {
	width:250px;
}

.custom #content_full #paymentform textarea.large {
	width:250px;
	height:100px;
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
	font-size:13px;
}

.custom #content_full #paymentform input.medium {
	width:150px;
}

.custom #content_full #paymentform input.small {
	width:80px;
}

.custom #content_full #paymentform input.error, .custom #content_full #paymentform textarea.error  {
	border-color:#FF3987;
	} 
	
.custom #content_full #paymentform select.error {
	border-color:#FF3987;
	} 

.custom #content_full #paymentform select.cardmonth {
	width:60px;
	}
	
.custom #content_full #paymentform select.cardyear {
	width:60px;
	}
	
.custom #content_full #paymentform select.cardtype {
	width:150px;
	}
	
.custom #content_full #paymentform .inlinecheckbox {
	font-size:1.4em;
	line-height:1.571em;
	padding-bottom:10px;
	}

.optional {
	font-size:10px;
	font-style:italic;
	display:inline;	
} 

.custom #content_full #paymentform input[type='checkbox'],.custom #content_full #paymentform input[type='radio'] { 
   background-color: transparent;
   border:0;
}

#search-form {
	overflow:hidden;
	zoom:1;	
}

#current-search-form, #prefix-search-form {
	float:right;
}

.current-block1, .current-block2, .current-block3, .prefix-block1, .prefix-block2, .prefix-block3 {
	margin-right:3px;
}

.current-submit, .prefix-submit{
	font-size:1.4em;
}

.custom #content_full #prefix-form select.blockselect {
	width:65px;
	margin-right:2px;
	font-size:12px;
}

.custom #content_full #prefix-form input.block3error {
	border-color:#FF3987;
}

.custom #content_full #prefix-form input.blockinput {
	background-color: transparent;
	width:65px;
	margin-right:2px;
	font-size:12px;
	line-height:14px;
	padding:1px 0;
}

.custom #content_full #prefix-form input.searchsubmit, .custom #content_full #prefix-form input.searchsubmit:focus, .custom #content_full #prefix-form input.searchsubmit:active {
	background-color: #000;
	color:#FFF;
	width:65px;
	margin-right:2px;
	font-size:12px;
	line-height:14px;
	padding:1px 0;
}

.custom #content_full #prefix-form {
	margin-bottom:20px;
}

.custom #content_full #current-form select.blockselect {
	width:65px;
	margin-right:2px;
	font-size:12px;
}

.custom #content_full #current-form input.block3error {
	border-color:#FF3987;
}

.custom #content_full #current-form input.blockinput {
	background-color: transparent;
	width:65px;
	margin-right:2px;
	font-size:12px;
	line-height:14px;
	padding:1px 0;
}

.custom #content_full #current-form input.searchsubmit, .custom #content_full #current-form input.searchsubmit:focus, .custom #content_full #current-form input.searchsubmit:active {
	background-color: #000;
	color:#FFF;
	width:65px;
	margin-right:2px;
	font-size:12px;
	line-height:14px;
	padding:1px 0;
}

.custom #content_full #current-form {
	margin-bottom:20px;
}