/*
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/
*/
#archive_info h1 {font-size:2.2em;}
#archive_info {margin-left:14px;}
/* clears the header floats */
#page
{padding: 1em 2.2em;}
#header {
	overflow: hidden;
	padding-top:0.8em;
}
/* allows the search function to be positioned to the right of the logo */
#logo, #tagline {
	float: left;
	width: 500px;
}
/* places the tagline below the logo */
#tagline {
	clear: left;
}
/* positions the search widget on the right hand side of the header */
.widget_search {
	float: right;
	width: 200px;
}
/* formats the search input and button */
.search_form .text_input {
	font-size: 11px;
	padding: 5px;
}
.search_form #searchsubmit {
	font-size: 11px;
	padding: 4px;
}
img.frame {background:none;border-style:none;
}
#feature_box {background:#F1F8E9;border-style:none;margin:20px 25px ;padding:10px 15px; font-family:"Trebuchet MS",Verdana, Arial, Helvetica, Trebuchet MS, sans-serif; font-size:14px;}
.post_box {
padding-top:0px
}
.headline_area {
margin=bottom:0px
}
#buyform {
	background-color: #FFFFCC;
	width:485px;
	height:auto;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
        margin-top:20px; 
		
		
		margin-bottom:20px;
}
#buybox {
	border-color: #CCCCCC;
	float: left;
	width:160px;
	margin-top:35px
}
 .submit{
color:#ffffff;
background:#cc0000;
font-weight:bold; 
font-size:15px; 
padding:2px;
margin-top:4px
}
#buyinfo h3{ 
font-weight: bold;
font-size: 1.3em;
}
#buyinfo {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:1px solid #EEEEEE;
padding:10px;
background:#FFFFCC;
width: auto;
margin-bottom: 10px;
}
#buyinfo p, h2{
	margin-bottom: 7px;
	margin-top: 14px;
	padding: 0px;
}
.custom .ads { text-align: left; }
.custom .ads img { margin-bottom: 5px; }
/* CLEARS AND STUFF */
.clearall {
	clear: both;
}
/* LOSE THE BORDERS */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
	background: none;
}
/* HEADER */
.custom #header {
	margin-bottom: 0em;
}
.custom #logo {
	width: 40%;
	float: left;
}
.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #logo a { 
	display: block; 
	height: 70px; 
	width: 525px; 
	background: url(http://www.thecadcompany.com/wp-content/uploads/logo.png) no-repeat; 
	outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}
.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #tagline {
	float: left;
	clear: both;
}
/* NAV */
.custom .menu li.current a, .custom .menu li.current-cat a {
	border-bottom: #f6a836 4px solid;
	}
.custom .menu a:hover {
	text-decoration: none;
	background: none;
	}
.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 2em;
}
.custom .menu {
	background: none;
	border: none;
	width: auto;
	float: right;
	margin-top:-30px;
}
.custom .menu li a, .custom .menu li ul {
	border: none;
}
.custom .menu a, .custom .menu a:active {
	letter-spacing: normal;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
	background: none;
}
.custom .menu .current .submenu, .custom .menu .current-cat .children {
	margin-top: -4px;
}
.custom .menu .submenu li, .custom .menu .children li {
	background-color: #00557F;
	border:1px solid #05364F;
}
.custom .menu .submenu li a, .custom .menu .children li a {
	padding: 5px 0px;
	text-decoration: none;
	margin-bottom: 0px;
}
.custom .menu .submenu li a:hover, .custom .menu .children li a:hover {
	border: none;
	text-decoration: underline;
}
.custom .menu li ul li.current a, .custom .menu li.current ul a, .custom .menu li ul li.current-cat a, .custom .menu li.current-cat ul a { 
	background: none;
	border: none;
}
/* BODY */
.custom #container #page {
	background: none;
}
body.custom {
	background: #20739f url(http://www.thecadcompany.com/wp-content/uploads/body-bg.jpg) center top no-repeat;
}
.custom #content_box {
	background: #FFF;
	border: #53849e 1px solid;
	border-top: #b6c4ce 1px solid;
	padding-bottom: 1.5em;
}
.custom .post_box, .full_width #content_box .page {
	margin: 0 2.5em 0 2.5em;
}
#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
	
/* SIDEBAR */
.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}
.custom .sidebar .widget {
	float: left;
	width: 165px;
	background: url(/wp-content/uploads/bottom-sidebar.gif) no-repeat bottom;
	padding-bottom: 25px;
	color: #222222;
	margin-bottom: 10px;
}
.custom .widget h3 {
	line-height: 28px;
	color: #FFFFFF;
	background: url(/wp-content/uploads/main-sidebar.gif) no-repeat bottom;
	margin: 0px;
	float: left;
	height: 34px;
	width: 165px;
	padding-left: 0px;
        font-size:15px;
        font-weight:normal;
        letter-spacing:0px;
        text-transform:none;
        font-variant:normal;
}
.custom .widget ul .nodeLevel1 {margin-left:-10px;padding-left:10px; padding-top:0px}
.custom .widget ul .nodeLevel1 a {color: red}
.custom .widget ul {
	background: url(/wp-content/uploads/bd-sidebar.gif) repeat-y;
	margin: 0px;
	padding-top: 5px;
	float: left;
	width: 165px;
	list-style-type: none;
        line-height:1.5em;
}
.custom .widget li {
	background: url(bd-sidebar.gif) repeat-y;
	margin: 0px;
	padding: 0px 10px;
	float: left;
	width: 145px;
	list-style-type: none;
}
.custom .widget p {
        margin: 0px;
	padding: 0;
	
	
}
.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
	
/* POST */
.custom .headline_meta * {
	text-transform: none;
}
.custom .headline_meta {
	font-style: normal;
	text-transform: capitalize;
}
.custom .tt_post .headline_meta {
	padding-left: 42px;
}
.custom .tt_post .headline_area .entry-title {
	padding-left: 40px;
}
.custom .tt_post .headline_area {
	margin-bottom: .5em;
}
.custom .tt_post .post .entry-content {
	padding-left: 42px;
}
/* COMMENTS */
.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
	border-left: 2px solid #CFDBE4;
}
.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.custom .bracket {
	display: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f7fafd;
}
.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #cfdbe4;
	border-top: 0px;
	margin-left: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}
.custom #comment_list dt.comment {
	border: 1px solid #cfdbe4;
	border-bottom: 0px;
	margin-left: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #d9eaf5 url(http://www.thecadcompany.com/wp-content/uploads/admin-bg.jpg) bottom center repeat-y;
}
/* COMMENT FORMS */
.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #cfdbe4;
	background-color: #f7fafd;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #b6c4ce;
}
.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}
/* TEASERS */
.custom .teaser .entry-content {
	padding-right: 2em;
}
.custom .teaser .entry-title {
	padding-right: 2em;
}
.custom .teasers_box {
	padding-left: 1.5em;
}
.custom .prev_next p {
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f4f4f4;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border: 1px solid #d6d6d6;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.3em;
}
/* FOOTER */
.custom #footer a, .custom #footer a:visited {
	color: #F9DF71;
	text-decoration: none;
	border-bottom: none;}
.custom #footer a:hover {
	text-decoration: underline;
}
.custom #footer {
	padding-top: .8em;
	padding-bottom: 1.2em;
	font-weight: bold;
	
}	
/* TT COMMENTS */
.custom .tt_comment_box {
	background: url(http://www.thecadcompany.com/wp-content/uploads/comments.gif) no-repeat;
	float: left;
	width: 30px;
	height: 31px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
/* TT SPECIAL HEADER */
.custom #tt_special_header {
	background: #d9eaf5 url(http://www.cadcompany.com/wp-content/uploads/specialh-bg.jpg) bottom center no-repeat;
	height: 20em;
	border: #53849e 1px solid;
	border-bottom: 0px;
	margin-right: -2px;
	padding: 4em 6em;
}
.custom .tt_icon {
	width: 201px;
	height: 197px;
	background: url(http://www.thecadcompany.com/wp-content/uploads/rising_icon.png) no-repeat;
	float: left;
	padding-right: 40px;
}
.custom #tt_special_header h3 {
	font-size: 4.4em;
	color: #464e5c;
	padding-bottom: 10px;
}
.custom #tt_special_header p {
	font-size: 1.7em;
	line-height: 1.5em;
	color: #4d515a;
}
/* MEDIA BOX */
.custom .custom_box {
	text-align: left;
	background: none;
	padding: 5%;
	padding-bottom: 0em;
	margin-bottom: 3em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 0px;
}
.custom #custom_box {
	font-size: 1em;
	padding-top: 2.4em;
}
.tt_rss a {
	background: url(http://www.thecadcompany.com/wp-content/uploads/rss_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
}
.tt_rss, .tt_twitter {
	padding-bottom: 25px;
	font-size: 1.5em;
}
.tt_twitter a {
	background: url(http://www.thecadcompany.com/wp-content/uploads/twitter_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
}
#s {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 5px;
	border: 1px solid #e1e1e1;
	background: #fff url(http://www.thecadcompany.com/wp-content/uploads/search_bg.gif) repeat-x;
	font-size: 1.4em;
	color: #5b5b5b;
	width: 95%;
}
.custom #adwidget_content {
}
#cad-header{ 
background-image:url(cad-header-.jpg);
background-repeat:no-repeat;
height:147px;
width:950px;
font-family:"Trebuchet MS", Arial, helvetica; 
}
#cad-left{ width:450px; margin-left:8px; float:left; }
#cad-left p{margin-top:10px;}
#cad-left .sitename a:hover { color:#F9DF71;}
#cad-left .sitename a { color:#fff;}
#cad-left .sitename { font-family:"Trebuchet MS", Arial, helvetica; font-size:4.5em;font-weight:bold; letter-spacing: -2px; margin-top:-10px; z-index:100}
#cad-left .sitedesc {
	font-family:"Trebuchet MS", Arial, helvetica;
	font-size:1.7em;
	color:#DFF590;
	letter-spacing: 0px;
	margin-top:-10px
}
#cad-left .sitemsg a {
color:#FFF;	
}
#cad-left .sitemsg {font-family:"Trebuchet MS", Arial, helvetica;	font-size:1.4em;color:#fff;	letter-spacing: 0px; margin-top:60px; float:left;}
#cad-left .sitefind {font-family:"Trebuchet MS", Arial, helvetica;	font-size:2.3em;color:#fff;	letter-spacing: 0px; margin-left:220px;  margin-top:20px;  }
#cad-mid {
	float:left;
	width: 370px;
	margin-top:45px
}
#cad-nav {
	font-family:"Trebuchet MS", Arial, helvetica;
	color: #DFF590;
	font-weight: normal;
	
	font-size:1.7em;
	
	margin-bottom:10px;
}
#cad-nav a{
color: #DFF590;
}
#cad-nav a:hover { color: #F9DF71; }
#cad-search {margin-left:-15px;}
#cad-right { float:right; height:147px; font-size:1.2em; margin-top:-5px;padding-right:10px;  }
#cad-right a{ color:#fff }
#cad-right img{ margin-top:30px;  }
fieldset.search {
	border: none;
	width: 330px;
	margin: 0 auto;
	}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 2em;
	width: 230px;
	height: 26px;
	padding: 4px 4px;
	background: #fff url(search_bg.gif) no-repeat;
	margin-right: 10px;
	margin-left: -9px
}
.search input.box:focus {
	background: #fff url(search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 81px;
	height: 33px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(/wp-content/uploads/search.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(/wp-content/uploads/search.gif) no-repeat top right;
}
#listing-box
{
	 background-color:#fff;
	width:685px;
	margin-left:25px;
	margin-bottom:50px;
	
}
.listing{
 margin-left:5px; 
 width: 685px;
 font-size:1.3em;
 line-height:2.2em;
 border-bottom:1px dashed #E0E0E0;
}
#listing-head{
 margin-top:70px; 
 margin-left:25px; 
}
#listing-head h2{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 margin-bottom:0px;
 font-weight:bold;
background:#333;
color:#FFFFFF;
font-size:1.8em;
font-weight:bold;
margin-bottom:0;
padding-left:5px;
width:685px;
}
#listing-head p{
 margin-bottom:-15px; 
 font-size:1em;
}
.listing .product{
 margin-left:0px; 
 float:left;
 width: 145px;
}
.listing .desc{
 margin-left:25px; 
 float:left;
 width: 410px;
}
.listing .download{
 margin-left:15px; 
 float:left;
 width: 75px;
 padding-left:15px;
 background-color:#FFFFCC;
}
.teaser-cat a{
 border-bottom:1px solid #EEEEEE;
color:#888888;
letter-spacing:1px;
text-transform:uppercase;
text-decoration:none;
font-size:.8em;
line-height:1.8em;
margin:0;
padding:0;
}
.teaser .format_teaser a {
text-decoration:none;
}
.teaser .format_teaser  {
margin-bottom:0.1em;
}
.teaser-price{
margin-top:0.1em;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 14px;
}
.teasers_box {
padding-bottom:1.2em;
padding-top:1.2em;
}
#versions {
margin-top:20px; 
font-size:1em;
margin-bottom:60px; 
}
.teaser a img {
padding-bottom:10px;
}
.teaser a img {
padding-bottom:10px;
}
.custom .teaser { width: 23.5em; }
.custom .teaser3 .myteaser {display : none}
.post_box{
padding-right:20px;
}
#buycol{
margin-left:10px;
margin-right:-20px;
margin-top:-59px;
width:210px; 
height:auto;
float:right;
font-size:1.2em
}
#buycol p{
margin-top:5px;
}
.price {
font-size: 1.3em;
margin-bottom:-5px;
}
.buy {
margin-bottom:25px;
margin-top:10px;
border:0px;
}
.buyoffers {
margin-top: -15px;
}
.buyoffers a{
color:#CC0000;
}
.teaser .format_teaser {
font-size:1.3em;
line-height:1.5em;
}
.teaser h2 {
font-size:1.7em;
}


