/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;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; }	&lt;--- 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/
*/
body.custom {margin:0 auto;background-image: url(http://www.sethellsworth.com/images/bg.png);background-repeat:no-repeat;background-position:50% top;background-color:#dedede;}
.custom #page {background:none;}
.custom .image_box {background:#dedede;}
.custom #nav_area {width:950px;height:45px;margin:auto;}
.custom #header {display:none;}
.custom #content_area {margin-top:150px;}
.custom #footer_area {padding:0;margin-top:15px;}
.custom #column_wrap {background:#ffffff;}

/*HEADER IMAGE & STUFF*/
/*.custom #header #logo a { display: block; height: 128px; width: 900px; background: url('images/header.png') no-repeat; outline: none; }*/
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/*.custom #header #tagline { height: 0; }
.custom #header {display: block;height: 130px;width: 100%;background: #e3f2f9 url('http://www.sethellsworth.com/images/header.png') no-repeat;padding:0px;border:none;}*/

/*CONTENT BORDER/SHADOW*/
/*.custom #content_area .page {border:1px solid #dddddd;}*/
.custom #content_box {border:1px solid #d8d8d8;margin-top:150px;background: white;-webkit-box-shadow: 0px 0px 10px #888; -moz-box-shadow: 0px 0px 10px #888;box-shadow: 0px 0px 10px #888;}
.custom #content {border-right:1px solid #dddddd;border-left:1px solid #dddddd;}

/*NAVIGATION MENU */
.custom .menu {border:none;background:none/*#305EA0*/;width:750px/*76.3em*/;margin-left:-12px;font-size:10px;}	
.custom .menu li {background: none;border:none;margin-right:1px;margin-bottom:1px;padding:7px 5px 5px 5px/*.75em .5em .5em .5em*/;}
.custom .menu li a:hover {color:#305EA0;background: #e3f2f9;text-decoration:none;}
.custom .menu li a {background:none;font-weight: bold;letter-spacing: 1px;padding: 6px 7px;color: /*#14568a*/#e3f2f9;-moz-border-radius-bottomleft: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;}
.custom .menu li.current_page_item a {color: #305EA0;background:#e3f2f9;}
.custom .menu .rss a {-moz-border-radius-bottomleft: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;font-weight: bold;letter-spacing: 1px;padding: 6px 7px;color: #14568a/*#e3f2f9*/;background:#dedede;}
.custom .menu .rss a:hover {background: #e3f2f9;/*color:#003974;*/text-decoration:none;}

/*SEARCH BOX STYLE*/
#search {float:right;width:200px;margin:0;position:relative;top:-33px;left:-13px;/*background:#305EA0;*/}
#s p {margin:0;}
#s {font-size:10px;width:200px;font-weight: bold;letter-spacing: 1px;padding: 6px 7px;color: #e3f2f9;background:#305EA0;border:none;/*-moz-border-radius-bottomleft: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;*/}
#s:focus {width:200px;font-weight: bold;letter-spacing: 1px;padding: 6px 7px;color: #305EA0;background:#e3f2f9;-moz-border-radius-bottomleft: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;}

/* SIDEBAR 1 & TWITTER */
.custom #sidebar_1 {padding-top:1em;width:16.8em;}
#friendmeup {margin-right:1em;margin-left:1em;padding:.5em;text-align:center;background:#dedede;border:1px solid #d3d3d3;}
#friendmeup span {text-align:center;}
#subscribe {margin-right:1em;margin-left:1em;padding:.5em;text-align:center;background:#ededed;border:1px solid #d3d3d3;}
#subscribe span {font-variant:small-caps;font-style:italic;color:#2361A1;}
#tweets {font-size:.8em;}
#tweets .mytweets {text-align:center;padding-top:1em;}
#tweetness ul li {padding:1em;border-bottom:1px solid #dddddd;}
.custom li.widget ul li {margin-bottom:0;}

/*SUBSCRIBE BOX STYLE*/
#subfeed form{margin-top:5px;}
#subfeed a:hover{color:#000;text-decoration:underline;}
#subfeed input.text{width:160px;height:17px;border-color:#000;margin-right:3px;}
#subfeed input{padding:4px;}
#subfeed input.button {width:75px;height:25px;border:1px solid #dddddd;background:#dddddd;-moz-border-radius:13px;-khtml-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;}
#subfeed input.button:hover {width:75px;height:25px;border:1px solid #dddddd;background:#cccccc;-moz-border-radius:13px;-khtml-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;-webkit-box-shadow: 0px 0px 10px #888; -moz-box-shadow: 0px 0px 10px #888; box-shadow: 0px 0px 10px #888;cursor:pointer;}

/*GLOBAL WIDGET STYLES*/
li.widget {margin-bottom:0; width:auto !important;}
ul.sidebar_list {padding: 0 !important;}
/*#sidebars h3 {text-indent:-9999px;color:#666;border:1px solid #d3d3d3;background: #dedede url(images/sidebar_header.png) repeat-x; margin: 0 0 0 0; padding: 10px; width: auto;font: italic; color:#000;-webkit-box-shadow: 3px 3px 10px #888; -moz-box-shadow: 3px 3px 10px #888;box-shadow: 3px 3px 10px #888;}*/

/*KILLER RECENT ENTRIES*/
#widget_killer_recent_entries-2 h3 {background: #dedede url(http://www.sethellsworth.com/images/newest.png) no-repeat 11% 50%;text-indent:-9999px;margin: 0;height:45px;width: 270px;}
#widget_killer_recent_entries-2 li {background: url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/star.png) 2% 45% no-repeat;border-bottom: 1px solid #dddddd; display: block; margin: 0; padding: 0.5em 1.1em 0.5em 1.7em;}
#widget_killer_recent_entries-2 li:hover {background: url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/star.png) 2% 45% #dddddd no-repeat;display:block;margin: 0; padding: 0.5em 1.1em 0.5em 1.7em;}

/*RECENT COMMENTS*/
#recent-comments-3 h3 {background: #dedede url(http://www.sethellsworth.com/images/opiniones.png) no-repeat 10% 50%;text-indent:-9999px;margin: 0;height:45px;width: 270px;}
#recent-comments-3 li {background: url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/star.png) 2% 45% no-repeat;border-bottom: 1px solid #dddddd; display: block; margin: 0; padding: 0.5em 1.1em 0.5em 1.7em;}
#recent-comments-3 li:hover {background: url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/star.png) 2% 45% #dddddd no-repeat;display:block;margin: 0; padding: 0.5em 1.1em 0.5em 1.7em;}

/*POST TAGS*/
p.post_tags {margin-bottom:1em;}
.format_text .post_tags {margin-bottom:1em;}

/*FOOTER STYLES*/
#footer {border:none; text-align:left;}
#footer a {border:none;}
#footer img { margin: 1em 0 1em 0;}


/*PREVIOUS NEXT POST LINKS*/
.prev_next {margin-top:2.5em;}
.prev_next{text-transform:uppercase;letter-spacing:0;color:#666;clear:both;}
.prev_next p.previous{float:left;width:50%;border-right:1px dotted #CCC;text-align:left;}
.prev_next p{float:right; width:45%;text-align:right;}
.prev_next a{text-decoration:none;letter-spacing:0;}
.prev_next a:hover{text-decoration:underline;}
.post_nav a{display:block;font-size:11px;text-transform:none;letter-spacing:normal;}
.prev_next p{letter-spacing:2px;line-height:1.2em;}
.prev_next.btm{border-top:1px solid #e4e4e4;border-bottom:none;}

/* COMMENT SECTION */
.custom dl#comment_list {border-top:0; border-bottom:1px solid #ddd;}
.custom dl#comment_list dt.comment {width:21em; float:left; clear:both; position:relative; padding-bottom:5em;}
	.custom .avatar img {border:#ddd solid 0.3em; vertical-align:text-top;}
		.custom dl#comment_list dt.comment span {line-height:1.2em;}
		.custom dl#comment_list dt.comment span.comment_author, .custom dl#comment_list dt.comment span.comment_time, .custom dl#comment_list dt.comment span.edit_comment {display:block; border-bottom:1px solid #ddd; width:11em; float:left; padding:0.5em;}
		.custom dl#comment_list dt.comment .comment_num {padding:0; position:absolute; bottom:0; right:1em;}
			.custom dl#comment_list dt.comment .comment_num a {font-size:3em; color:#ddd;}
			.custom dl#comment_list dt.comment .comment_num a:hover, .custom dl#comment_list .bypostauthor .comment_num a:hover {color:#bbb; background:none;}
		.custom .comment_time {white-space:normal;}
		.custom dl#comment_list dt.comment span.comment_author {font-size:1em; width:13.2em;}
.custom dl#comment_list dd {border-top:1px solid #ddd; border-bottom:0; padding-bottom:1em;}
	.custom dl#comment_list dd .format_text {padding-left:19.25em;}
		.custom dl#comment_list dd .format_text p, .custom dl#comment_list dd .format_text ul, .custom dl#comment_list dd .format_text ol, .custom dl#comment_list dd .format_text pre {}

.custom dl#comment_list .bypostauthor {background-color:#343B4B; color:#ddd;}
	.custom dl#comment_list .bypostauthor a {color:#fff;}
.custom dl#comment_list dt.bypostauthor {border-top:1px solid #ddd;}
	.custom dl#comment_list .bypostauthor code, .custom dl#comment_list .bypostauthor pre {background-color:#333; color:#fff;}

.custom #commentform {font-family:Helvetica, Arial, sans-serif;}
.custom input.form_submit:hover {color: #a00;}
.page div.comments_closed p {display:none;}
