/*
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 .custom {
	margin:0;
	padding:0;
}
.custom {
    background:#f3f7e0 url() ;	
	
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }


.custom #header {
    height:216px;
    *width:830px;
    width:833px;
    padding:0;
    margin:0;
    margin-right:-1px;
    float:right;
    background:url(images/banner.png)
    top left no-repeat; 
    border:none;
}

.custom #content {
    width:600px;
	*width:605px;
	
}

.custom #page {
    *padding:45px 0;
    margin-top:45px; 
    background:#616161 url(images/Ashley_Knoote-Parke_L2B-67-cut.jpg) no-repeat 0 0;
	width:1050px;
    border:none;
	
}

.custom .menu {
	margin-right:0px;
	margin-top:3px;
	width:821px;
	*border-right:1px solid #000;
	height:50px;
	border:none;
	font-family:Helvetica,Sansumi, Arial,  sans-serif;
	font-size:12px;
        float:right;
}
/* Custom Menu */

.custom .menu li {
	padding:0;
	margin:0;
	width:90px;
	
}
.custom .menu li.tab{
	margin-right:0px;
	
}

.custom .menu li.tab a{
	width:72px;
	height:35px;
	background:url(images/menuBg.png) no-repeat;
	border:none;
	font-size: 11px;
	font-weight:bold;
	text-transform:none;
	text-align:center;

}

.custom .menu li.tab a:hover{
	color:#B4D82E;
}

.custom .menu li.tab.current a{
	background:url(images/menuBg.png) no-repeat;
	color:#fff;
}

.custom .menu li.tab.current-parent a{
	color:#fff;
}

.custom .submenu {
	overflow:visible;
	border:1px solid #fff;
	border-top:none;
	width:144px;
}

.custom .submenu li.item a, .custom .current .submenu li.item a{
	background:#C18ECF;
	color:#fff;
	border-top:1px solid #fff;
	width:125px;
	height:auto;
}

.custom .submenu li.item a:hover{
	color:#B4D82E;
}

.custom .submenu li.item.current a, .custom .current .submenu li.item.current a {
	background:#C18ECF;
	color:#fff;
	border:2px solid #fff;
	height:auto;
}
/* Custom Menu Ends */


.custom #content_box {
    background:#e4edae url();
	margin-left:216px;
        border:none;
	width:835px;
	overflow:visible;
	*width:835px;
	*overflow:auto;
	
}

.custom #sidebars {
	 width:218px;
}
.custom #footer {
	
        border:0 0 0 0;
        padding-top:0;
        padding-bottom:0;
        padding:none;
        border-bottom:none;
        display:none;
}

.review_wrapper {
width:525px;
height:300px;
background:url(images/review_bg.jpg) 0 0 no-repeat;
padding:20px 20px 0px 20px;
margin-bottom:20px;
}

.review_wrapper .review text {
text-align:justify;
width:400px;
}



.format_text ul {
margin-left:50px;
}
.review_wrapper .posted {
float:right;

}

.format_text blockquote {
border:#B5D518 2px solid;
background:#F3F7E0;
color:#000;
float:left;
padding-right:10px;
padding-top:20px;
margin:0;
width:560px;
}
blockquote hr {
color:#B5D518;
width:100%;
margin:20px 0;
}

blockquote p {
margin-left:20px;
}

blockquote .right {
text-align:right;
margin-right:20px;
}

.book_review_wrapper {
width:565px;
margin-bottom:20px;

}
.book_review_wrapper .posted {
text-align:right;
margin-right:20px;
}

.book_review_wrapper .format_text p {
margin-bottom:20px;
font-weight:normal;
font-size:12px;
margin-left:20px;
}

.book_review_wrapper .right p {
float:right;
}


.rev_top {
background:url(images/review_bg_top.jpg) 0 0 no-repeat;
padding-bottom:31px;
}
.rev_body {
background:url(images/review_bg_body.jpg)0 0 repeat-y; 
width:100%;
}

.rev_content {
position:absolute;
top:-20px;
margin-top:-100px;
}
.rev_bottom {
background:url(images/review_bg_bottom.jpg) 0 0 no-repeat;
padding-top:31px;
}

.book_review_wrapper blockquote hr {
color:#B5D518;
width:95%;
margin:15px 0;
}

@charset "utf-8";
/* CSS Document */


.bip_box {
	background: #f3f7e0 url(images/grad.png) repeat-x bottom left;
	width:585px;
	float:left;
	color:#525558;
margin:15px 0;
}

.bipauthor {
	width:565x;
	margin-bottom: 5px !important;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}
.bip_box .date { margin:0; }
.bip_text { margin:0 0 0 10px; color:#333333; }


.bip_box .t {background: url(images/dot.jpg) 0 0 repeat-x; width: 565px;}
.bip_box .b {background: url(images/dot.jpg) 0 100% repeat-x; width: 585px;}
.bip_box .l {background: url(images/dot.jpg) 0 0 repeat-y; width: 585px;}
.bip_box .r {background: url(images/dot.jpg) 100% 0 repeat-y; width: 585px;}
.bip_box .bl {background:  url(images/bl.png) 0 100% no-repeat; width: 585px;}
.bip_box .br {background:  url(images/br.jpg) 100% 100% no-repeat; width: 585px;}
.bip_box .tl {background: url(images/tl.jpg) 0 0 no-repeat; width: 585px;}
.bip_box .tr {background: url(images/tr.png) 100% 0 no-repeat; padding:10px; width: 565px;} 

.bip_clear {font-size: 1px; height: 1px; clear:both; margin:0; padding:0; } 

#bips h3 {
	color: #525558;
}

.bip_text .right {
	text-align:right;
	margin-right:12px;
}
 span {
color:#800080;
}

a {
margin:0px;
}

#wrap_text {
	width:595px;
overflow:auto;
}

#columntext_left {
   float:left;
   width:290px;
   background:#E4EDAE;
   margin-right:15px;
   text-align:justify;
}

#columntext_left p {
 	padding:0 10px 0 10px;

}

#columntext_right {
   float:right;
   width:290px;
   background:#E4EDAE;
   text-align:justify;
}

#columntext_right p {
 	padding:0 10px 0 10px;

}
a {
text-decoration:none;
}
.ashbg p {
	background:url(http://www.branditpurple.com/wp-content/themes/thesis_16/custom/images/purple_bar.jpg) repeat-x;
	width:590px;
	float:left;
	margin:0px;	
	text-align:left;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fffcff;
}
