/*
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 .menu, .menu a, .menu li ul { border: none; }

.custom dl#comment_list dt.bypostauthor,
.custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}
.custom .flickrfeed { font-size:1.3em; line-height:1.385em; }
.custom .flickrfeed img { padding:1px; margin-right:5px; width:80px; }

.thesis_widget_subscriptions .sub_twit a { padding-left: 20px; background: url('http://ducedo.com/wp-content/uploads/twitterimage.gif') 0 50% no-repeat; }

.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/*.custom {background-color: #2B2B2B;}*/
.custom #page {background-color:#FFFFFF;}

/*.custom #content_box {background: #FFFFFF url('http://ducedo.com/wp-content/uploads/background1.jpg') repeat-y top center;}*/
.custom #header {border: 0;}
.custom #header #logo a {color: #000000;}

#leaderboard_ad {float: right; position: absolute; width: 468px; height: 60px; padding-left: 40em;}

/* Left Side Social Media Icons */
.custom #feedback {background: transparent; width: 3.2em; position: fixed; top: 35%; left: 0.55%;}
.custom #feedback a {display: block; text-indent: -9999px; height: 3.2em;}
.custom #feedback #twitter {background: url('http://ducedo.com/wp-content/uploads/thumb_twitter.png')}
.custom #feedback #rss {background: url('http://ducedo.com/wp-content/uploads/thumb_rss.png')}
.custom #feedback #email {background: url('http://ducedo.com/wp-content/uploads/thumb_contact.png')}
/* Stop Left Side Social Media Icons */

.custom .my_featured { text-align: center; margin: 15px 0 0 0;}

#feature_box {
	margin-top: 10px;
	background: #ffffa0; border: 1px solid #ddd;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
}

.custom #adrotate_1 img { margin: 5px; }

.wordpress_hosting #content { clear: both; width: 100%; }
.wordpress_hosting table { width: 480px; text-align: center; font-size: 1em; margin: 0 auto; }

.custom #footer { padding-left: 0; padding-right: 0; }
.custom #footer_1 {text-align:left; color:#333; background-color: #F3F3F3; margin-bottom: 8px; border-top: 5px solid #666666; border-bottom: 5px solid #666666;}
.custom #footer_1 ul.sidebar_list li.widget {width:46%; margin-right:3%; float:left; margin-bottom: 0;}
.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
.custom #footer_1 ul.sidebar_list li.widget a {color:#2361A1; border-bottom:0; text-decoration: underline;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#2361A1;}
.custom #footer_1 ul.sidebar_list li.widget p {font-size:90%;}

/* FORMAT POST AUTHOR COMMENT/REPLY BGD */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor > div { background:#f5f5f5; }