/*
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 {
        background-color: #73a705;
}

/* Tweet Button */
.custom div.tweetbutton {
	float:right;
	padding-left: 5px;
}

/* Tweet Button */
.custom div.fb_share {
	float:right;
	padding-left: 5px;
}

/* .custom .sidebar ul.sidebar_list {position: relative;} */
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:99px; left:677px; width:468px; }


custom #nav_area {background-color: #73a705;;}
	.custom #nav_area .page {background:transparent;}

.custom ul.menu {text-align:center;}
    .custom ul.menu li {display:inline; float:none;}
        .custom ul.menu li a {display:inline-block; background:transparent;}

.custom .menu a:hover {
	background-color: #3ab8ee;
}

/* Footer
-----------------------------------------------------------*/
#tdfooter {
	clear:both;
	font-size:12px;
	border-top:1px solid #111;
	background:#1f242a;
	overflow:hidden;
	padding:10px;
	margin-bottom:30px;
}

#tdfooter a {
	color:#8b8b8b;
}

#tdfooter a:hover {
	color:#fff;
	text-decoration:underline;
}

.custom #footer {
	height: 100%;
	width: 100%;
	text-align:left;
	font-size:12px;
	border-top:1px solid #111;
	background: #1F242A;
	padding:0em;
	margin-bottom:30px;
}

.custom #footer a {
	color:#8b8b8b;
}

.custom #footer a:hover {
	color:#fcfcfc;
	text-decoration:underline;
}

.custom #footer-wrap {
	background:#1F242A;
	border-top:1px solid #777;
	border-bottom:1px solid #111;
	color:#8B8B8B;
	overflow:hidden;
}

.custom .footer-widget-title {
	color:#fcfcfc;
	text-transform:none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	border-bottom:3px solid #666;
	margin-bottom:10px;
	padding-bottom:5px;
}

.custom .footer-widget {
	color:#D3D3D3;	
	width:310px;
	float:left;
	margin-top:15px;
	padding:10px;
}

.custom .footer-widget ul {
	list-style:none;
	padding:0 0 0 15px;
	text-align:left;
}

.custom .footer-widget ul li {
	list-style:none;
	list-style-type:square;
	padding:4px 0;
}

.custom #copyright {
	color:#ffffff;
	font-size:12px;
	border-top:1px solid #444444;
	margin:0;
	padding:10px;
	overflow:hidden;
}

.custom #copyright p {
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	margin:0 0 5px;
	padding:6px 0;
}

/* SIDEBAR
------------------------------------------------------- */
.custom .sidebar h3 {
	font-size:14px;
	margin-bottom:10px;
	line-height:18px;
	font-weight:700;
	color:#333;
	border-bottom:3px solid #dedede;
	text-transform:uppercase;
	letter-spacing:0.4px;
	padding:0 0 3px;
}

.custom .sidebar ul.sidebar_list {
	margin-right:0;
	padding-top:15px;
	padding-left:0;
	padding-right:15px;
}

.custom li.widget {
        margin-left: 1em;
}


/* Slideout CSS */
.slide-out-div {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 2px solid #29216D;
    padding: 20px;
    width: 300px;
      }      
 

/* author box */
.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;}

/* breadcrumbs */
#breadcrumbs {font-size: 12px; padding: 4px;}

/*author box*/
#author-profile-vcard {
    background: none repeat scroll 0 0 lightyellow;
    border: 1px dotted #DDDDDD;
    color: #666666;
    font: 14px/25px Georgia,Verdana,sans-serif;
    margin-bottom: 48px;
    overflow: hidden;
    padding: 25px 25px 0;
}
.wp-caption img {
    border: 1px dotted #CCCCCC;
    margin: 0;
    max-width: 586px;
    padding: 0;
}
.wp-caption .wp-caption-text {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #AE1B22;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 2px;
    padding: 0 5px;
    text-align: right;
}
.thumbnail {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #CCCCCC;
    float: right;
    margin: 0 0 9px 15px;
    max-height: 150px;
    max-width: 150px;
    padding: 9px;
}
.avatar {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px dotted #CCCCCC;
    float: left;
    height: 150px;
    margin: 0 15px 6px 0;
    padding: 3px;
    width: 150px;
}
.user .avatar {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 21px;
    padding: 9px;
}