/*
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/
*/

/* Structure */
body.custom {background:#83B8D2 url(images/body_bg.gif) repeat-y center;}
.custom .page {background:none;}
.custom .full_width .page {width:1000px;}
.custom hr {height:1px;border-width:0;color:#BBB;background-color:#4C6284;margin:15px auto;width:90%;}

/* Header */
.custom #header {height:170px;margin:0; padding:0;border:0px;}
.custom #header_area {background:url(images/header_bg.png) repeat-x;padding:0;margin:0;height:235px;border:0;}
.custom #header #logo { display:none;}
.custom #header #tagline { display:none; }

/* Menu */
.custom .menu {border:0;background:none;margin:23px 0 20px 32px;height:40px;}
.custom .menu a {letter-spacing:1px; background:none;padding:9px 18px 7px;}
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover {background:none;border:none;}

/* Content */
.custom .headline_area h1, .custom .headline_area h2 {line-height:32px;}
.custom #content {width:520px;margin-left:40px; background:#fff;}
.custom #content_box {background:url(images/sidebarbg.gif) repeat-y 550px 0;}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {margin:0 2.2em 0 0;}
.custom .post_box {padding-bottom:15px;}
.custom .top {border:0px;}
.custom .format_text a:hover {text-decoration:underline;}
.custom .format_text img {padding:15px;}
.custom .format_text a {text-decoration:none;}
.custom .format_teaser img {padding:0px 8px 4px 0px;}
.custom .teasers_box {padding-top:1em; padding-bottom:10px; border-top:1px solid #225a9b;}
.custom blockquote {color:inherit;border-left:5px solid #FAC422;}
.post_box, .teasers_box {border-color:#4C6284;border-style:solid;}
#feature_box, #archive_info, #comment_nav_2 {border-width:0;}
.custom .format_teaser img {padding:0px 8px 4px 0px;}
.custom .teasers_box {border-top:1px solid #4C6284;}
.custom .headline_area h2 {background:transparent url(images/flower.png) no-repeat; margin-left:-15px;padding-left:15px;}

/* Sidebars */
.custom #multimedia_box {background:none; width:400px;margin:25px 40px 20px 0px; border:0px; padding:0px;}
.custom #multimedia_box p {margin:0 10px 20px 20px;font-size:13px;}
.custom #sidebars {margin-top:0px; width:440px;}
.custom #sidebar_1 {width:180px;margin:0; padding-left:20px; padding-right:20px;border:0px;}
.custom #sidebar_2 {width:180px;margin:0; padding-left:10px; padding-right:30px;border:0px;}
.custom #sidebars a {border:0px;}
.custom #sidebar_1 img, .custom #sidebar_2 img {margin-bottom:15px;}
li.widget p a:link, li.widget p a:visited {text-decoration:none;}
li.widget p a:hover {text-decoration:underline;}
#subscribeicons {width:400px;margin:-10px auto 10px 10px;}
.custom .sidebar ul.sidebar_list {padding-left:0;padding-right:0;}
#about img {float:left;padding:3px;border:1px solid #111;background:#c4df8f;margin:5px 10px 10px -5px;}
#about {margin-top:10px;}

/* SIDEBAR SEARCH */
.custom #sidebarsearch {background:width:375px;margin:10px auto;}
.custom #sidebarsearch input, .custom #sidebarsearch textarea {width:375px; height:25px; padding-top:6px; border:1px solid #999; padding-left:5px; margin:0px;background:#fff;}


/* LEFT SIDEBAR TITLES OF 1 LINE */
.custom #sidebar_1 h3 {background:transparent url(images/lsidebar_bg.png) no-repeat scroll 0 0; height:50px; margin:0 -15px; padding: 11px 10px 0 14px;font-variant:normal;text-transform:uppercase;letter-spacing:2px;line-height:14px;}

/* LEFT SIDEBAR TITLES OF 2 LINES */
.custom #linkcat-184 h3 {background:transparent url(images/lsidebar_bg_tall.png) no-repeat scroll 0 0; height:72px; margin:0 -15px; padding: 19px 15px 0 14px;font-variant:normal;text-transform:uppercase;letter-spacing:2px;}

/* RIGHT SIDEBAR TITLES OF 1 LINE */

.custom #sidebar_2 h3 {background:transparent url(images/rsidebar_bg.png) no-repeat scroll 0 0; height:50px; margin:0 -45px 0 -20px; padding: 16px 10px 0 20px;font-variant:normal;text-transform:uppercase;letter-spacing:2px;}

/* RIGHT SIDEBAR TITLES OF 2 LINES */


/* COMMENTS */
.custom dl#comment_list {border-top:1px solid #225a9b;}
.custom dl#comment_list dd {border-bottom:1px solid #225a9b;}
.custom #commentform {border-top:1px solid #225a9b;}
#commentprompt {padding:20px; font-style:italic;border:0px;margin-bottom:10px;}
.custom dl#comment_list .bypostauthor {background:#EDF2F9}
.custom #commentform input.form_submit {background:#ffbd57;border-width:0px;color:#FFFFFF;font-weight:normal;padding:10px;} 

/* Page Navigation */
.custom .prev_next {border-color:#225a9b;border-width:1px 0 0px 0;margin-right:22px;border-style:solid;margin-bottom:10px;}
.custom .prev_next p {font-size:1.2em;}
.custom .post_nav .previous {margin-bottom:.1em;}

/* Footer */
.custom #footer {border:0px;margin:0px;padding:25px 0 30px;}
.custom #footer p {text-align:center; margin-bottom:10px;}
.custom #footer_area {background:#c4df8f;min-height:100px; border-top:18px solid #225a9b;padding-bottom:20px;}
.custom #footer_area a {font-weight:bold;border:0px;}
#footerlinks {margin-bottom:25px;}
#footerlinks a {font-size:17px;}

/* Miscellaneous */
.custom input, .custom textarea {background:#FFF;}
.custom .cluv {border:0px;}
.custom .chalt {background:#fff;}
.custom .comment-childs {padding:15px; margin-bottom:10px; border:1px dotted #ccc;}
.custom .comments_closed p {display: none;}

/* SOCIAL BOOKMARKING */
.custom #socialbookmarking ul {list-style:none;margin-left:0;}
.custom #socialbookmarking ul li {display:inline;}
.custom #socialbookmarking img {padding:0;}

/* POST SIGNATURE */
.custom #postsignature img {padding:0;}
.custom #postsignature p {margin-bottom:.7em;line-height:1.3em;}
.custom #postsignature {margin-bottom:20px;}

/******** SOCIAL BOOKMARKING *******/
#socialbookmarking {
	margin:10px 0;
}

#socialbookmarking ul {
	list-style:none;
}

#content #socialbookmarking li {
	display:inline;
	float:left;
	background:none !important;
	padding:0 5px 0 0 !important;
	margin:0;
}
	
