/*
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/
*/

/*------------------------------------------------------------------------------------------------------ */

/*-----customize sticky post-----*/


#post-3811 h2.entry-title {display:none;}
#post-3811 abbr.published {display:none;}
#post-3811 p.to_comments {display:none;}
#post-3811 {padding-top: 0px; } /*14 if a box or picture or 7 if text*/


/*-----teaser-----*/

.custom .teaser h2 a {font-size: 16px; }
.custom .teaser .format_teaser {color: #999999; }
.custom .teaser .teaser_link {color: #707070; text-decoration: none; border-bottom:0px solid #707070; padding:2px 0px; 2px; 0px;}
.custom .teaser .teaser_link:hover  {text-decoration: none; background-color: #444444; border-bottom:0px ; padding:2px 0px; 2px; 0px;}
.custom .teaser .teaser_link {display: inline; }

/*-----image borders-----*/

.custom .teaser img {border: 1px solid #AAAAAA; padding: 0px;}
.custom img {border: 5px solid #AAAAAA; padding: 0px;}
.custom .teaser .format_teaser .post_image_link img.alignleft {margin-top:5px; margin-bottom:0px; margin-right:10px;}
.custom img.noborder {border: 0px solid #AAAAAA; padding: 0px;}

/*-----about/galleries-----*/

.custom #content img.about {border: 4px solid #AAAAAA; padding: 0px;}
.custom td.about {vertical-align: center; text-align: center; color: #777777; }


/*-----clickable header image-----*/

/*-- This line sets up our clickable background image based on the site title's link */
/*-- DIY: Adjust the height & width attributes to reflect the actual size of your image */
/*-- DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 100px; width: 960px; background: url('images/header.jpg') no-repeat; outline: none; }*/

/*-- This line gets rid of the site title & tagline by casting them out to far left field */
/*--.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }*/
/*.custom #header #logo { text-indent: -9999px; }*/
/*.custom #header #tagline { text-indent: -9999px; }*/

/*-- This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/*-- This is a bit of a kludge, but it seems to work. */
/*.custom #header #tagline { height: 0; }

/*-- This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
/*.custom #header { padding: 0; }*/


/*-----remove page titles-----*/

.splash h1 { display: none; }
/*.contact h1 { display: none; }
/*.contact .post_box { padding-top: 0px !important; }*/ /* delete space above*/


/*-----other-----*/

/*.custom .sidebar ul.sidebar_list {padding-top: 18px; }*/ /*--match the top padding of sticky content post--*/
.custom #sidebar_2 {margin-left: 16px; width: 160px; border-color:#111111;} /*--move right sidebar to left by 16px--*/

.custom #sidebar_1 ul.sidebar_list {padding-top: 24px; }
.custom #sidebar_2 ul.sidebar_list {padding-top: 24px; }

/*-----hr-----*/

hr {
border: 0;
color: #707070;
background-color: #707070;
height: 1px;
width: 100%;
text-align: left;
margin-bottom: 15px;
}


/*-----background-----*/

body.custom {background: #262626;}

/*-----page_background-----*/

.custom #content {padding-top: 2px; background-color:#333333; }

.custom #container {margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #444444; border: 1px solid #707070; } /* -moz-border-radius: 8px 8px 8px 8px; */
.custom #page {padding-bottom: 0.9em; }

/*-----widget_formatting-----*/

.custom li.widget {margin-bottom: 12px; padding-bottom: 12px; }

/*-----search widget_formatting-----*/

.custom .sidebar input[type="text"] {color: #999999; background-color: #606060; width:128px; }

.custom li.widget .sidebar_box_1 {
width: 118px;
color: #A0A0A0;
padding:5px 7px; 5px; 7px;
line-height: 1.636em;
background: #333333; border: 1px solid #707070;
margin-bottom: 10px; 
}

.custom li.widget .sidebar_box_2 {
width: 118px;
color: #A0A0A0;
padding:5px 7px; 5px; 7px;
line-height: 1.636em;
background: #606060; border: 1px solid #707070;
margin-bottom: 10px; 
}

.custom li.widget .sidebar_box_3 {
width: 118px;
color: #333333;
padding:5px 7px; 5px; 7px;
line-height: 1.636em;
background: #606060; border: 1px solid #333333;
margin-bottom: 10px; 
}

.custom .format_text p.content_box_1 {width:594px; color:#A0A0A0 ; background:#333333 none repeat scroll 0 0; border:1px solid #606060; padding:5px 7px; 5px; 7px; }

.custom .format_text p.content_box_2 {width:594px; color:#777777;background:#444444 none repeat scroll 0 0; border:1px solid #707070; padding:5px 7px; 5px; 7px; }
.custom .format_text p.content_box_2 a {color:#777777; }
.custom .format_text p.content_box_2 a:hover {color:#888888; background-color: #606060; border-bottom:0px ;}

.custom .format_text p.para {margin-bottom: 0.818em; } /* 1.636em; */

/*-----default image classes-----*/

.custom .sidebar img {border: 1px solid #777777; background-color: #777777; margin-bottom: 6px; display: block; }
/*.custom .sidebar img {padding: 1px; background-color: #AAAAAA; margin-bottom: 10px; display: block; }*/
.custom #content img {background-color: #AAAAAA; display: block; }

/*-----custom image classes-----*/

.custom .sidebar img.banner_ad {border: 1px solid #777777; padding: 3px; background-color: #444444; margin-bottom: 12px; display: block; }
.custom #content img.banner_ad {border: 1px solid #777777; padding: 3px; background-color: #333333; margin-bottom: 20px; display: block; }

/*-----custom gallery classes-----*/

.custom #content img.gallery {border: 1px solid #AAAAAA; padding: 0px; background-color: #333333; float: left; margin-top: 2px; margin-right: 10px; margin-bottom: 8px; }
/*.custom #content a:hover img.gallery {border: 1px solid #DDDDDD; }*/
.custom td.gallery {vertical-align: top; }
.custom caption.gallery {padding-bottom: 12px; text-align: left; }
.galleries h3 {margin-top:0; margin-bottom: 10px; }

/*-----custom gallery classes new-----*/

.custom #content img.gallerynew {border: 1px solid #AAAAAA; padding: 0px; background-color: #333333; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; }

/*-----custom rollover class-----*/

/*.custom img.nohover {border:0;}
.custom img.hover {border:0;display:none;}
.custom a:hover img.hover {display:inline;}
.custom a:hover img.nohover {display:none;}*/

/*-----blog post box formatting-----*/

.custom .post_box {padding-left: 0px; padding-right: 0px; margin-left: 30px; margin-right: 30px; } /*hr lines that reach to 30px of width*/
.custom .post_box {border-top:1px solid #707070; }
.custom .post_box, .teasers_box {border-top:1px solid #707070; }
.custom .teasers_box {padding-bottom:1.8em; padding-top:0.9em; }

/*-----header text_color-----*/

.custom #header #logo a {color: #333333; }
.custom #header #tagline {color: #333333; }
.custom #header #tagline {font-weight: bold; letter-spacing:1px; }

/*-----body text_color-----*/

.custom .format_text {color: #999999; }
/*.custom .sidebar a {color: #999999; }*/

.custom h1 {color: #777777; }
.custom h2 {color: #777777; }
.custom h3 {color: #777777; }

.custom h2 a {color: #777777; letter-spacing: 1px; }
.custom blockquote {color: #999999; border-left:1px solid #707070; }
.custom .format_text blockquote {margin:0 50px 0 20px; padding-left:2.2em; }
.custom li.widget {color: #999999; line-height: 1.636em}  /*sidebar color*/

/*-----tabs-----*/

.custom ul#tabs {border-color:#707070; border-style:solid; border-width:0 0 1px 1px; }
.custom ul#tabs li {background: #333333; border-color:#707070; border-style:solid solid solid none;}
.custom ul#tabs li a {color: #777777; }
.custom ul#tabs li a:hover {color: #707070; background: #333333;} /* feedback hover over the tabs*/
.custom ul#tabs li.current_page_item { background: #444444;}
.custom ul#tabs li.current_page_item a { color: #999999;}
.custom ul#tabs li.current_page_item a:hover { color:#999999; background: #444444; }
.custom ul#tabs a:hover {text-decoration: none;}

/*-----media box-----*/

.custom #image_box {background: #606060 none repeat scroll 0 0; padding: 1.1em; border-bottom: 1px solid #707070; border-right: 1px solid #707070; }
.custom #custom_box {background: #606060 none repeat scroll 0 0; padding: 1.1em; border-bottom: 1px solid #707070; border-right: 1px solid #707070; }

/*-----links-----*/

.custom .format_text a { color: #999999; text-decoration: none; border-bottom:1px solid #707070; padding:2px 0px; 2px; 0px;}
.custom .format_text a:hover {text-decoration: none; background-color: #444444; border-bottom:0px ; }
.custom #sidebar_1 a { color: #999999; text-decoration: none; border-bottom:0px solid #707070; padding:2px 0px; 2px; 0px; }
.custom #sidebar_1 a:hover {border-bottom:1px solid #707070 ;}
.custom #sidebar_2 a { color: #999999; text-decoration: none; border-bottom:0px solid #707070; padding:2px 0px; 2px; 0px; }
.custom #sidebar_2 a:hover {border-bottom:1px solid #707070 ;}
.custom .post_nav a { color: #707070; text-decoration: none; border-bottom:1px solid #707070; padding:2px 0px; 2px; 0px;}
.custom .post_nav a:hover {cbackground-color: #444444; border-bottom:0px ;}
.custom .prev_next a { color: #707070; text-decoration: none; border-bottom:0px solid #707070; padding:2px 0px; 2px; 0px;}
.custom .prev_next a:hover {background-color: #444444; border-bottom:0px ;}
.custom .headline_meta a {color: #777777; text-decoration: none; border-bottom:1px solid #606060; padding:2px 0px; 2px; 0px;}
.custom .headline_meta a:hover {background-color: #444444; border-bottom:0px ;}
.custom .format_text .to_comments a {font-size: 11px; color: #707070; border-bottom:0px;} /*border-bottom:1px puts the undeline back*/

.custom .format_text .digg {font-size: 11px; color: #707070; border-bottom:0px;} /*border-bottom:1px puts the undeline back*/

/*-----contact form fields-----*/

.custom td.email {padding-top:4px; padding-right:10px; text-align:right; vertical-align:top;}
.custom textarea {background-color:#444444; border-color:#707070; color:#999999; }
.custom input.email, textarea.email {background-color:#444444; border-color:#707070; color:#999999; padding:0.364em; margin-right: 8px; }
.custom input.email {height: 16px; }
.custom textarea.email {height: 150px; width: 450px;}

/*-----firefox fix?-----*/

.custom textarea.email {font-size: 11px; font-family:Verdana,sans-serif; }

.custom input.email_submit {
background:#333333 none repeat scroll 0 0;
border-style:double;
border-width:3px;
color:#707070;
font-weight:bold;
font-family:Verdana,sans-serif;
font-size:1.273em;
padding:0.357em ; 
cursor:pointer;
margin-right: 5px; 
}

.custom input.email_submit:hover { background-color: #333333;}

/*-----comment form fields-----*/

.custom #respond p { color: #777777; }
.custom #commentform {padding-left: 3.2em; padding-right: 3.2em; border-top:0px solid #707070;}
.custom .prev_next {border-top: 1px solid #707070; }
.custom input, textarea { color: #999999; background-color: #444444; border-color: #707070; }
.custom #commentform p.allowed { background-color: #444444; border-color: #707070; border-style:none solid solid; }
.custom #commentform p.allowed span { color: #707070;}
.custom input.form_submit { background: none; color:  #707070; background-color: #333333; border-style: double; border-width: 3px; }
.custom input.form_submit:hover { background: none; color: #707070; background-color: #333333;}

/*-----text_style-----*/

.custom h1, .custom h2, .custom h3, .custom h4 {font-weight: bold; }
.custom h1 {letter-spacing: 1px; font-size: 24px; }
.custom h2 {letter-spacing: 1px; font-size: 24px; }

/*-----comments_post-----*/

/* resets size to normal .comments_intro size */
.custom .comments_intro span {font-size: inherit; color: #707070;  }
.custom .to_comments span {font-size: inherit; color: #707070; }
.custom dl#comment_list dd {border-bottom: 1px solid #707070; } /*--dotted comment divider in posts*/

.custom dl#comment_list .bypostauthor {background:none repeat scroll 0 0 #444444;}

.custom dl#comment_list dt a {color: #888888;text-decoration:none;  }
.custom dl#comment_list dt a:hover {color: #888888;text-decoration:none; background-color:#444444; }

.custom dl#comment_list dt .comment_author {color: #BBBBBB; font-size:1.1em;  font-weight:bold;  line-height:1.385em; padding-right:0.692em; text-decoration:none;}
.custom dl#comment_list dt .comment_author a {color: #BBBBBB; }

.custom .comments_intro p {font-size:1.1em;line-height:1.8em; padding-left:12px;}
.custom dl#comment_list {border-top:1px solid #707070;}

.custom dl#comment_list dd .format_text, dl#comment_list dd #respond {padding-left:12px; padding-right:28px; }
.custom dl#comment_list dt {padding-left:28px; padding-right:28px; padding-top:18px;}

/*.custom dl#comment_list {
   margin-left:0px;
   margin-right:0px;
   padding-left:0px;
   padding-right:0px; }
   
.custom #comments {
   margin-left:0px;
   margin-right:0px;
   padding-left:0px;
   padding-right:0px; }*/

/*-----author_comment_background-----*/

.custom #comment_list dt.alt, .custom #comment_list dd.alt { background: #333333; }
.custom .author_comment { background: #333333 !important; }

/*-----archive and search page-----*/

.custom #archive_info {border-bottom: 1px solid #707070;}
.custom #content #archive_info h1 {font-weight: normal ; letter-spacing: 2px; font-size: 10px; color: #707070; text-transform:uppercase;}
.custom #archive_info p {color: #707070; }

/*-----comments_page-----*/

.custom .comments_intro a {color: #707070;  text-decoration: none; border-bottom:1px solid #707070; padding:2px 0px; 2px; 0px;}
.custom .comments_intro a:hover {color: #999999; background-color: #444444; border-bottom:0px ; padding:2px 0px; 2px; 0px;}/********/
.custom .comments_intro p {color: #707070; }
.custom .comments_intro p:hover {color: #707070; }
.custom #commentform label { color: #888888; }

.custom #respond_intro p {font-size:1.1em; color:#BBBBBB; font-weight: bold; padding-left:12px;}

/*-----make comments braces disappear-----*/

.custom .comments_intro span.bracket {display: none;}
.custom .to_comments span.bracket {display: none}

/*-----header-----*/

#header {border-bottom: 1px solid #707070; }
#footer {border-top: 1px solid #707070; }