/*
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 #container {width:1000px;background:url(images/pagebg.png) repeat-y;margin:0 auto;padding:0}
.custom #page {width:960px;margin:0 auto;padding-bottom:12px;}
body.custom {background:url(images/bg.gif) repeat;}
.custom input, .custom textarea {background:#fff;} 

/* HEADER AND MENU */
.custom #header {padding:20px 0 0;margin:0;}
.custom #headerimage {width:600px;height:115px;margin:0;float:left;}
.custom #mainmenu {width:350px;float:right;margin:53px 0 0;height:32px;}
.custom .menu li {margin-right:5px;}
.custom .menu a {text-shadow:1px 1px #666;}
.custom .menu li.current {border-bottom:1px solid #554c3b;}

/* CONTENT */
.custom #content {width:600px;}
.custom .headline_area h1, .custom .headline_area h2 {line-height:23px;padding-bottom:9px;border-bottom:1px solid #87cdcf;}
.custom .format_text img {border:1px solid #ddd;background:#fff;padding:7px;box-shadow:3px 3px 5px #666;-moz-box-shadow: 3px 3px 5px #666;-webkit-box-shadow: 3px 3px 5px #666;margin-bottom:10px;}


/* SIDEBARS */
.custom #subscribeicons img {margin:0 -4px;}
.custom #sidebars a {color:#E2E271;}
.custom #sidebarsearch input {height:25px; width:300px;margin-left:10px; padding-left:5px;}
.custom #sidebars {background:#554C3b;width:350px;padding:0;margin:-30px 0 0;}
.custom #multimedia_box {background:#554C3b;}
.custom #sidebar_1, .custom #sidebar_2 {padding:0;padding-left:20px;margin-top:20px;}
.custom #sidebar_1 {width:130px;}
.custom #sidebar_2 {width:160px;}
.custom #sidebar_2 ul.sidebar_list, .custom .sidebar ul.sidebar_list  {padding:0;}
.custom #sidebars h3 {font-variant:normal;text-transform:uppercase;text-shadow:1px 1px #333;border-bottom:1px solid #87cdcf;padding-bottom:5px;}

/* FOOTER */
.custom #footer {background:#87cdcf; padding:20px;}
.custom #footer a {border:none;text-decoration:underline;color:#554c3b;}
.custom #footer a:hover {text-decoration:none;}
.custom #footer p {color:#554c3b;text-align:center;}

/* TO COMMENTS LINKS */ 
.custom .format_text .to_comments span.bracket, .custom .comments_intro span.bracket {color: #D3E6E0; font-size:24px;} 
.custom .format_text .to_comments span, .custom .comments_intro span {color:#593f2a; font-size:18px;} 
.custom .format_text .to_comments, .custom .comments_intro {font-size:13px;} 

/* COMMENTS */
.custom dl#comment_list .bypostauthor {background:none repeat scroll 0 0 #F3FFFF;}
.custom #commentform input.form_submit {background:#554c3b;border-width:0px;color:#FFFFFF;font-weight:normal;padding:10px;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;} 
.custom .comments_closed p {display:none;} 


/* PREV–NEXT POST */ 
.custom .prev_next p {font-size:14px; line-height:24px;} 
.custom .prev_next a {font-size:17px; line-height:24px;} 
.custom .prev_next {padding-top:25px;}

/* BLOCKQUOTE */ 
.custom .format_text blockquote {color:#554c3b;border:1px dashed #adc021;margin:0 0 15px;padding:20px 20px 5px;} 
.custom blockquote {border:none;} 
.custom .format_text blockquote h2, .custom .format_text blockquote h3 {margin-top:0px;}

/* FOOTNOTES */
.custom h4 {color:#554c3b;font-weight:normal;font-size:11px;line-height:14px;}
.custom h4 a {font-weight:bold;border-bottom:1px solid #554c3b;}

/* PHOTO CREDIT */
.custom .format_text h5 {font-size:10px;margin-bottom:20px;text-align:center;margin-top:-20px;}

/* AD ARRAY */
.custom #sidebarads {margin:16px;width:350px;} 
.custom #sidebarads ul {display:inline; list-style:none;} 
.custom #sidebarads ul li {height:125px; width:125px; padding:10px; float:left;} 
.custom #sidebarads img {border:0px solid #555;background:#fff;padding:0px;box-shadow:0px 0px 5px #333;-moz-box-shadow:0px 0px 5px #333;-webkit-box-shadow: 0px 0px 5px #333;}

/* SOCIAL BOOKMARKING */
.custom #socialbookmarking ul, .custom #recipesocialbookmarking ul {list-style:none;margin-left:0;}
.custom #socialbookmarking ul li, .custom #recipesocialbookmarking ul li {display:inline;padding-right:5px;}
.custom #socialbookmarking {height:25px;border-top:1px solid #87cdcf;border-bottom:1px solid #87cdcf;padding:15px 0px 15px 100px;margin-bottom:20px;}
.custom #recipesocialbookmarking {height:25px;padding:5px 0px 0px;margin:-20px 0 40px;}
.custom .format_text #socialbookmarking img, .custom #recipesocialbookmarking img, .custom #wp-email-content img, .custom #comments img {padding:0px;border:0;box-shadow:0px 0px 0px;-moz-box-shadow:0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;margin-bottom:0;}

/* TEASERS */
.custom .teasers_box, .custom .teaser {width:575px;padding:0;}
.custom .teaser {padding-top:30px;}
.custom .teasers_box h2 {line-height:20px;padding-bottom:6px;border-bottom:1px solid #87cdcf;}
.custom .teaser .teaser_link {float:right;font-size:12px;letter-spacing:2px;line-height:0px;text-transform:uppercase;}
.custom .format_teaser img {margin-right:15px;margin-bottom:10px;padding:2px;border:1px solid #ddd;box-shadow:2px 2px 4px #666;-moz-box-shadow: 2px 2px 4px #666;-webkit-box-shadow: 2px 2px 4px #666;}

/* RECIPE INDEX */
.custom #leftrecipe {width:265px;padding-right:20px;float:left;display:inline;margin-top:-45px;}
.custom #rightrecipe {width:265px;float:right;display:inline;margin-top:-45px;}
.custom #rightrecipe h2, .custom #leftrecipe h2 {color:#554c3b;}

/* LT ADS */
.custom #lt300 {width:300px;margin:25px auto 5px;}
.custom #ltfooter {width:728px;margin:15px auto 10px;}


/* WP THREAD COMMENT */ 
.custom .chalt {background:#fff;} 
.custom .comment-childs {padding:15px; margin-bottom:10px; border:1px dotted #554c3b;} 



