/*
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 #respond {background-color: #660005 !important; color: #ffffff !important; padding-bottom: 12px !important; border: 8px solid #ffffff;}
.custom dl#comment_list {border-top: 2px dotted #660005;border-bottom: none;}
.custom dl#comment_list dd {border-bottom: 2px dotted #660005;}
.custom #respond_intro p {color: #ffffff !important; padding-top:10px !important;}
.custom #commentform {border:none;}
.custom #commentform input, .custom #commentform textarea {background-color: #ffffff !important;}
.custom #commentform input.form_submit {background: #ffffff;}
.custom #commentform input.form_submit:hover {color:#660005;}

.custom #content .headline_area .headline_meta {float:right !important; letter-spacing:0px;}
.custom #content .headline_area .headline_meta span, .custom .headline_meta abbr {text-transform: none; letter-spacing:0px;}

.custom #page {position:relative;}
.custom #mappedheader {height:142px;width:1000px; }
.custom #header {background-image: none; position:relative;
    background-repeat: no-repeat;
    width: 1000px !important;
    height: 142px !important;
    padding: 0;background-size:1000px 142px;}
.custom #logo a, .custom #logo {
    display: block;
    height: 142px;
    outline: medium none;
    text-indent: -9999px;
    width: 1000px;}
.custom #page {width:1000px;border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; padding:0px;}
.custom .menu-primary-container {position:absolute; top:117px;}
.custom .menu .current a, .custom .menu .current-cat a, .custom .menu .current-menu-item a {border-color: transparent; background-color: transparent; color: #ffffff; height:10px;text-transform:none; letter-spacing:1px;}
.custom .menu a, .custom .menu .current-cat ul a, .custom .menu .current-menu-item ul a {border-color: transparent; background-color: transparent; color: #ffffff; height:10px;text-transform:none; letter-spacing:1px;}
.custom .menu .rss {display:none;}
.custom .menu, .custom .menu a, .custom .menu li ul {border-style:none;}
.custom .menu .current a:hover, .custom .menu .current-menu-item a:hover {background-color: #F3E8E4; color: #000000;}
.custom .menu li a {height:11px;}
.custom .menu li a:hover {background-color: #F3E8E4; color: #000000;}
.custom .menu li ul a {background-color: #660005; color:#ffffff; height:15px;margin-top:1px;}
.custom .menu li ul a:hover {background-color: #F3E8E4; color: #000000; height:15px; line-height:15px;}
.custom .image_box {background:none;}
.custom .menu-primary-container { }


#content #socialbookmarking li {background:none; display:inline; padding: 0 3px; margin 0; }
#socialbookmarking {background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #660005;
    border-top: 2px solid #660005;
    height: 26px;
    padding-top: 6px;
    position: relative;
    width: 575px; margin-top:10px; margin-bottom:10px;
}
#content #socialbookmarking ul {margin-left: 3px; }
#googleplus {display: inline;
    margin-right: -24px;
    width: 50px; }
#pinbutton {height: 20px; width: 39px;
    left: 252px;
    position: absolute;
    top: 6px; }
#likebutton {position:absolute; left:295px; }

.custom #footer, #footer a {
    background-color: #660005;
    color: #FFFFFF; min-height:75px;}
.custom #footer a:hover {color: #f3f3f3;}


.custom #content h1.entry-title, .custom #content h2.entry-title {
    background: url("/wp-content/uploads/2011/11/flower.png") no-repeat scroll 5px 50% #FFFFFF;
    border-bottom: 2px solid #660005;
    color: #660005;
    font-size: 22px;
    padding: 5px 0 8px 45px;}
.custom #content h1.entry-title a, .custom #content h2.entry-title a {color: #660005;}
.custom #content h1.entry-title a:hover, .custom #content h2.entry-title a:hover {color: #000000;)
.custom #content .headline_area .headline_meta {float:right !important;}
.custom #content .headline_area .headline_meta span, .custom .headline_meta abbr {text-transform: none;}