/*
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; }				&;lt;--- 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/
*/

/* Main Body Stuff */
body.custom {
background:url("http://conversiontheory.com/wp-content/themes/thesis_17/custom/images/bgmute.png") repeat scroll 0 0 #E2E2E2;
}

/* Bye Bye Sidebar border */
#content_box { background:none; } 

/* Top Navigation */
.custom .menu {}
ul.menu li, ul.menu li.current_page_item, ul.menu li.current-cat {}
ul.menu li a { background:none repeat scroll 0 0 #EDEDED;}
ul.menu li a, ul.menu li a:visited {}
.custom .menu .tab-home a:hover { background:none repeat scroll 0 0 #77C7FF;}
.custom .menu .tab-1 a:hover { background:none repeat scroll 0 0 #ACFF63;}
.custom .menu .tab-2 a:hover { background:none repeat scroll 0 0 #FF6565;}
ul.menu li.current_page_item a, ul.menu li.current-cat a {}
ul.menu li.rss a { color:#C02E59;}
ul.menu li.rss a:hover { color:#716F7D; text-decoration:none;}

/* Container and Center Page Layout */
.custom #container {
-moz-box-shadow:0 0 15px #333333; -webkit-box-shadow:0 0 15px #333333; box-shadow: 0 0 15px #333333;
margin-bottom:2em;
margin-top:2em;
}
.custom #page { background:none repeat scroll 0 0 #FFFFFF; border:1px solid #EEEEEE; padding:5px;}
a:link { background:none repeat scroll 0 0 transparent; color:#FF5A5A; text-decoration:none;}
a:visited {
background:none repeat scroll 0 0 transparent;
color:#FF5A5A;
text-decoration:none;
}
a:hover {
background:none repeat scroll 0 0 transparent;
color:#FF9000;
text-decoration:underline;
}
a:active {
background:none repeat scroll 0 0 transparent;
color:#E31700;
text-decoration:none;
}
ul#tabs li a { font-size:11px; font-weight:bold; letter-spacing:0;}
ul#tabs { position:relative;}

/* Header Stuff */
#header {
background:url("http://conversiontheory.com/wp-content/themes/thesis_17/custom/images/header7.png") no-repeat scroll center top #4E4E4E;
border:2px solid #999999;
height:172px;
margin-bottom:10px;
padding:0;
}
.socialblock {
border-bottom:2px solid #DDDDDD;
border-top:2px solid #DDDDDD;
font-size:11px;
margin-bottom:10px;
padding:3px;
}
#header #logo {
font-size:2.5em;
line-height:1.188em;
margin-left:15px;
margin-top:75px;
}
#header #tagline {
float:left;
font-size:3em;
padding-left:133px;
padding-top:75px;
width:550px;
}
#header #topbanner {
float:right;
vertical-align:text-top;
width:480px;
}
#topleft {
float:left;
margin-top:-60px;
padding-top:0;
vertical-align:text-top;
width:430px;
}
logo span {
display:none;
}
.custom #header .tweet {
float:right;
margin:5px;
}
#topcarosel {
border:1px solid #EFEFEF;
margin:0;
padding:0 0 0 5px;
}
.caroselu {
float:left;
margin:0;
padding:3px;
text-align:center;
width:145px;
}
.caroselu img {
border:2px solid #CCCCCC;
display:block;
}

/* Sidebar Stuff */
.sidebar ul {
list-style-type:none;
}
#sidebar_ {margin-left:10px;}
.custom .sidebar_list a {width:100%; display:inline-block;} 
.custom .sidebar_list a:hover {}
.custom .sidebar_list .widget_tag_cloud a {display: inline;}
.custom .sidebar_list .widget_tag_cloud a:hover {}

.custom .sidebar_list h3 {border-bottom: 1px dotted #dddddd;}

/* Titles and Teasers */
.entry-title {
color:#0082FF;
font-weight:bold;
margin-bottom:5px;
}
.entry-title a {
color:#0082FF;
text-decoration:none;
}
.entry-title a:visited {
background:none repeat scroll 0 0 transparent;
color:#0082FF;
text-decoration:none;
}
.entry-title a:hover {
background:none repeat scroll 0 0 transparent;
color:#76FF44;
text-decoration:none;
}
.custom .teaser h2 { font-size:1.4em;}
.custom h1 .entry-title { font-size:17px;}


/* Hide Comments Closed Note */
.comments_closed {
display:none;
}

/* Feature Box Stuff */
.custom #feature_box {
background:none repeat scroll 0 0 #FFFFFF;
border:medium none;
padding:0;
}
.custom #feature_box #myGallery {
-moz-box-shadow:0 0 10px #333333; -webkit-box-shadow: 0 0 10px #333333; box-shadow:0 0 10px #333333;
margin:15px auto 10px;
}

/* Post Image Shadow */
.custom img.post_image { -moz-box-shadow:0 0 10px #333333; -webkit-box-shadow:0 0 10px #333333; box-shadow:0 0 10px #333;}
.custom #socialmedia {
border:1px solid #DDDDDD;
float:right;
padding:6px;
width:62px;
}

/* Social Media Stuff */
.custom #socialmedia ul { list-style:none outside none;}
.dd_post_share_right {border:1px solid #ddd;}
