/*
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/
*/

/***| Customizations for SweetBeadStudio.com by Andrea Arden @ MysticComputing.com |***/

/* Body BACKGROUND and content area TEXT */
body.custom {background: #81b1a3 url(images/background-tile2-shadow2.jpg) repeat-y scroll center 0;
color: #372821;}

/* CONTAINER BACKGROUND and BORDER */
.custom #container {background: #ffffff none repeat scroll 0 0;
border: 1px double #372821;}

/***| CLICKABLE HEADER IMAGE |***/
.custom #header #logo a {background: transparent url('images/header.jpg') no-repeat; height: 400px; width: 960px; outline: none; display: block; margin-left: -0.4em; margin-top: -1em; border-bottom: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field. Do not change this line! */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line removes the border that appears above the content. */
.custom #header {border-bottom: none;}

/***| LEFT SIDEBAR TOP PADDING |***/
.custom #column_wrap .sidebar ul.sidebar_list { padding-top: 0em; }


/***| TEXT & LINK COLORS |*** (For content body text color see Body Background color above) */
.custom h2 {color: #1b5655;}
.custom h2 a {color: #00767F;}
.custom h2 a:hover {color: #372821; background: #81b1a3;}
.custom a {color: #1b5655;}
.custom a:hover {color: #372821;}
.custom .headline_meta {color:#372821;}
.custom #footer a {color: #372821;}
.custom #footer a:hover {color: #1b5655;}

/* TURN OFF NO COMMENTS DISPLAY */
.custom .comments_closed p {display: none ;}

/* FOOTER */
.custom #footer {border-top: 1px solid #dddddd; color: #372821;}

/* SEARCH BOX TEXT */
.custom .sidebar input, textarea {font-size: .8em;}

/* SIDEBAR TITLE BACKGROUND IMAGES (need to add vertical space [line height] to disply) */
/* .custom .sidebar h3 {background:url(images/about_1.gif) no-repeat;} */

/* CUSTOM BLUE CAPTION IMAGE FRAME */
.custom .wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#81B1A3;
border:1px solid #372821;
font-size:small;
/* margin:10px; */
padding-top:4px;
text-align:center;
}

.custom .format_text img.frame, .format_text .wp-caption {
border-width:0.071em;
padding:0.35em;
}

.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
margin:0 1.271em 1.271em 0;
}

/***| COMMENT NUMBER |***/
.custom .format_text .to_comments span { color: #372821; }
.custom .format_text .to_comments a { color: #372821; }


/***| POST AUTHOR'S COMMENT BACKGROUND COLOR |***/
.custom #comment_list .bypostauthor { background:#81b1a3 none repeat scroll 0 0; } 

/* 

/**** ****/


#sidebar_1 .sidebar_list  .xoxo{text-align: left; }