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

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #8966B5;
	background-image: url(http://www.choclovers.com/wp-content/uploads/2009/08/background_2009.gif);
	background-repeat: repeat-y;
	background-position:top center;
	height: 100%;
	min-height: 100%;
}

*html #canvasmaster {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 925px;	
	height: 98.9%;
}

#canvasmaster {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 925px;
	min-height: 814px;
}
/* DoubleMule Clickable Header v. 1.0 */

.custom #header
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:858px;
height:156px;
background:url(http://www.choclovers.com/wp-content/uploads/2009/11/choclovers.com_logo2.jpg) right; no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 5px;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
}

/* Change the color of all tabs */
.custom ul#tabs .home-item a { color: #FFFFFF; }
.custom ul#tabs { margin-left:20px;}

/* Change the color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { background: #FF58FF; }
/* Change the font color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { color: #390084; }
.custom #tabs li a:hover { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; }
.custom #tabs li { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; }

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;


}
ul#tabs li a {text-transform: capitalize;}


.custom #sidebar_1 {background:#F2CCFF none repeat scroll 0 0;}
.custom #sidebar_2 {background:#F2CCFF none repeat scroll 0 0;}


#customnavbar {
width: 858px;
}

#customnavbar ul {
padding: 0;
margin: 0;
display: inline;
}

#customnavbar li {
list-style: none;
display: inline;
padding: 0;
margin: 0;
border: none;
}

#customnavbar a li {
padding: 0;
margin: 0;
}

#customnavbar a img {
border: none;
margin: 0;
padding: 0;
}
