/*
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"&gt;. 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/
*/
/* pesty link colors */
.custom a {color: #479EE7; text-decoration:none !important; border-bottom:0px dotted #3B86C5;}
/* .custom a:visited {color:#8B68E7;} */
.custom a:hover {text-decoration:none !important; border-bottom:1px solid #3B86C5;}
.custom .post a {text-decoration:none !important; border-bottom:1px solid #3B86C5;}
.custom .post a:hover {text-decoration:none !important; border-bottom:0px solid #3B86C5;}
.custom .post_tags a, .custom .headline_meta a,  .custom .edit_post a {color: #3B86C5; text-decoration:none !important; border-bottom:0px;}

.custom .comment_time a {color:#818181;}
.custom .comment_time a:hover, .custom .comment-reply-link:hover {border-bottom:1px solid #818181 !important;}
.custom .post_tags a:hover, .custom .headline_meta a:hover {text-decoration:none !important; border-bottom:1px solid #479EE7 !important;}
/* .custom .menu a {text-decoration:none !important; border-bottom:0  !important;} */
.custom .menu a {color:#3272A7;}

.custom a:hover img {border-bottom: 0px !important; text-decoration:none !important;}
.custom .related_pic a, .custom .menu a:hover {border-bottom: 0px !important; text-decoration:none !important;}


.tb_photo {text-decoration:none !important; border-bottom:0  !important;}
.tb_msg {font-size:10px;}
.custom #refreshlink, .custom #infolink  {text-decoration:none !important; border-bottom:0  !important;}
.custom .menu {padding:0 .5em 0 0;}

#content h1, /* #content h2, */ #content h3, #content h4 
{border-bottom:1px dotted #6787b0; 
font:normal 100% georgia, serif; color:#974; display:block; clear:both;}

#content h2 
{font-family:georgia, serif; color:#A76938; display:block; clear:both; font-size: 20px;}

h2, h3, h4 {width:100%;}
 
#content h1 {margin:14px 0 5px 0; font-size: 23px; }
/* #content h2 {font-size: 1.4em; } */
#content h3 {font-size: 20px;}
#content h4 {font-size: 15px; margin-top:2.5em;}
#content h5 {font:normal 14px georgia, serif; color:#974; text-transform: none;}



.strike {text-decoration: line-through;}
.custom .entry-title a {text-decoration:none !important;  border-bottom:1px dotted #6787b0;}
.custom .teaser {text-align: justify;}

.sexy-bookmarks {margin-bottom:15px !important; margin-top:35px !important; border-bottom:1px solid #B8B8B8;}

/* teasers 1 column across */
.custom .teaser {width: 100%; margin-top: 2em; margin-bottom: 1em; padding-top: 1em; padding-bottom: 2em; border-bottom: 1px dotted #bbb; text-align: justify;}
.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}
.custom .teaser_link{margin-bottom: 10em; border-bottom:0;}
.post_tags {clear:both; padding-top: 1.5em;}

.mappress {margin-bottom:1em; padding:.5em;}

/*Attaching an image/logo in the header*/
/* .custom #title_area { background: none; padding: 1em 0 0.5em; border-bottom: none; }
.custom #header {background: url(images/headerbg.jpg) 0 0 no-repeat;  
border-bottom: none; height: 155px; text-align:right; margin: 0;}
#logo a {text-decoration:none; border-bottom:0; font-family:georgia, serif; color:#A76938; } */

.custom #header #logo a { display: block; height: 179px; width: 100%; 
background: url('images/headerbg.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:1px solid #ACACAC; padding:0}
.custom #header { padding: 0; }
.custom #header #logo a:hover {border-bottom: 0px !important; text-decoration:none !important;}

.custom .sidebar h3{background-color: #D7C0A3; width:189px;
background: url(images/side-cat1.png) -5px 0 no-repeat; 
padding: 0.5em; font-weight:bold; font-size:.9em; color:#ffffff;}
.custom .comments_closed p {display: none ;}
.custom .entry-title {font-size:18pt;}
.custom .search_form {font-size:10px;}


/* CommentLuv last blog post settings*/
.cluv {display:block; padding:8px;border: 1px solid #E1E1E0; background: #F5F5F5; 
text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 5px; 
-webkit-border-radius: 5px; margin-top: 15px;}


/* comments */
.custom #comments .comments_intro, .custom #comments #respond_intro 
	{margin:0; padding:4.4em 0 1.1em 1.1em; padding-left:1.1em; border-bottom:0px solid #EEE5E4; border-top:0px solid #C7A9A5;}
.custom .comments_intro span.bracket, .custom .format_text .to_comments span.bracket {color:#C7A9A5;}
.custom dl#comment_list {border-top:0;}
.custom dl#comment_list dt {border-top:0px solid #C7A9A5; min-height:70px;}
.custom dl#comment_list dd {border-bottom:1px solid #EEE5E4;}
.custom dl#comment_list .bypostauthor {background-color:#F3F3F3;}
.custom dl#comment_list .bypostauthor code {background-color:#EEE5E4;}
.custom dl#comment_list .bypostauthor pre {background-color:#EEE5E4; border-color:#C7A9A5;}
.custom .comments_closed p {display:none;}
/* threaded comments */
.custom dl#comment_list dl dt {border-top:0; border-color:#B59173;}
.custom dl#comment_list dl dd {border-bottom:0;}
.custom dl#comment_list dl dd .format_text {border-color:#B59173;}
.custom dl#comment_list dl .bypostauthor {background-color:transparent;}
.custom dl#comment_list dl > .bypostauthor {border-color:#C7A9A5;}
.custom dl#comment_list dl > .bypostauthor > .format_text {border-color:#C7A9A5;}


.custom #commentform {border-top:0px solid #C7A9A5; border-bottom:0px solid #EEE5E4;}
.custom #commentform #submit{margin-bottom:10px; padding:5px 12px;}

/* center gallery, yes I know this is a messy way to do it */
.custom .centergallery 
{margin: 45px 100px; padding:0px; border:0px solid #0f0; 
font-size:9pt; line-height: 9pt; font-weight:normal;}
.custom .panel-overlay h2 {color:#ECE8DC !important; font-family:verdana, sans-serif !important;
margin-top:-1px !important;}


.center {text-align:center;}
.image-caption {float:left; width:350px; border:1px solid #c0c0c0; padding:7px; margin:14px;}
.image-caption div {padding:5px; font-size:90%;}
.image-caption div div {font-size:90%; color:#a5a5a5;}

.custom .tweet-tools {font-size:9pt;}
/* twitterlink */
.custom .tweet_user {font-size: 12px; float: left;}


.custom .avatar img {border:2px solid #E9E9E9 !important;}

/* Gravatar info */
.custom .gravatarinfo {margin-bottom:9px; font-size:11px;}

/*related posts */
.custom .relatedposts {font-size:11pt; margin-bottom:2px; margin-top:45px; color:#434343;}


.custom #commentluv a:hover {text-decoration:none !important; border-bottom:0px solid #6787b0;}
.custom #commentluv img {float:left; margin: 0 5px 15px 0;}

/* Text widgets */
.textwidget {font-size:12px; color:#8B8B8B;}

.custom #container {width:95em;}

#sidebars { border:none; padding-right:5px;}
#content {padding-left:3em; padding-top:3em;}
.custom #content_box {background-position:725px;}

.custom #archive_info {border:none;}
.custom #archive_info p {text-transform:capitalize; font-size:11px;}

.custom .twitlink {background:#FEFFFE !important; border:0;  font-size:12px;}

/* RSS & Twitter sidebar */
.spiffy {margin-bottom:10px;}
.spiffy:after {content: " "; display: block; height: 0; clear: both;}
.spiffy img {float:left; margin:7px 10px 7px 5px; clear:both;}
.spiffy p {float:left; width:75%; min-height:40px; font-size:9pt; line-height: 11pt;}

.socialside {margin-bottom:0;}
.socialside img {border:1px solid #fff; padding:5px; text-decoration:none;}
.socialside a:hover {border-bottom: 0px !important; text-decoration:none !important;}


.custom .panel-overlay h2 { font-size: 13px !important;}
.custom #twitter_div a:hover {border-bottom: 0px !important;}


/* related posts with images
.custom .related_holder {display:block; height:120px; margin-bottom:10px; border-bottom:1px dotted #6787b0;}
.custom .related_pic {float:left; width:100px; height:100px; margin-right:20px;}
.custom .related_pic img {padding: 2px; margin-right:10px; margin-top:10px; display:inline;}
.custom .related_contents {float:left; width:500px; height:100px;}
.custom .related_title {font-size:12px;}
.custom .related_excerpt {font-size:11px;}
.custom .related_excerpt p{margin:0;} */

/* related posts with images - no excerpt*/
.custom .related_holder {float:left; margin:0 5px 5px 5px; border:1px solid #D4D4D4; font-size:12px; line-height:13px;}
.custom .related_holder a {border:0; text-decoration:none;}
.custom .related_pic {/*width:100px; height:120px; margin-bottom:5px; display:block;*/}
.custom .related_pic img {padding: 0px; margin:15px 20px;}
.custom .related_contents {width:130px; height:60px; padding:0 7px 3px 7px;}

.custom .related_contents a:hover {border:0; text-decoration:underline !important;}
.custom .related_title {font-size:12px;}
.custom .related_excerpt {font-size:11px;}
.custom .related_excerpt p{margin:0;} 
.custom a img {border: none !important; text-decoration:none !important;}


/* twitter header */
.custom .twtr-hd h3 {background:none !important;}


.custom .teaser_link, .custom .teaser_comments {text-decoration:none !important; border-bottom:0px !important;}

.custom .teaser_link:hover, .custom .teaser_comments:hover, {text-decoration:underline !important; border-bottom:1px  solid #479EE7 !important;}

.custom .nodot {padding-top:0; margin-top:0!important; } 
.custom .nodot li {list-style-type:none;}


/* Sitemap */
.sitemaps {font-family: verdana, sans-serif; font-weight: bold; background:#fff; color:#666;}
.sitemaps li {line-height: .95em; list-style: none; font-size:1.1em;  font-weight:bold; background: #fff url(inc/img/folder.png) no-repeat top left; padding-left: 25px; margin-bottom: 7px;}
.sitemaps li ul {margin: 8px 0 10px 25px; font-size:.85em;  }
.sitemaps li ul li {line-height: 1.2em; font-weight:normal; background: #fff url(inc/img/page.png) no-repeat center left; padding-left: 16px; margin-left:-10px;}

.custom .info {cursor:help; text-decoration:underline;}
.custom .quote-author {font-size:11px; color:#B18C6A;}