/*  
Theme Name: SashaCagen
Theme URI: http://sashacagen.com/
Description: Custom theme for Sasha Cagen's site
Version: 1.1
Author: Robyn Overstreet
Author URL: robynover@gmail.com
*/

/*
Containers
*/

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	color:#666;
	background-color:#6cc;
}
#wrap{
	margin:20px auto;
	text-align:left;
	width:816px;
}
#innerwrap{
	float:left; /*must float to make white background and contain other elements*/
	/*background: #fff url(images/notebook_bg2.gif);*/
	background: #fff url(images/wrap_bg4.gif);
	background-repeat:repeat-y;
}

#centercol{
	float:left;
	width:492px;
}

#header{
	padding:0;
   	width:490px;
	height:110px;
	border-right: 1px solid #66cccc;
	border-left: 1px solid #f99;
	border-bottom: 1px solid #66cccc;
	margin-bottom:0;
	background-color:#fff;
}

#content{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding:10px;
	width:470px;
	background-color:#fff;
	border-left:1px solid #ff9999;
	border-right: 1px solid #66cccc;
	min-height:925px;
}

#sidebar{
	float:right;
	width:204px;
	font-size:12px;
	line-height:1;
	background: #fff url(images/sidebar_bg.gif);
	background-repeat:repeat-y;
	min-height:400px;
	padding:0;
}
#sidebar_content{
	width:188px;
}

#leftnav{ 
	float:left;
	clear:left;
	width:120px;
	background: #fff url(images/punched_lines.gif);
	background-repeat:no-repeat;
	background-position:left 110px;
	height:925px;
}

#footer{
	color:#333;
	clear:both;
	padding:10px;
	line-height:1;
	font-size:10px;
}

img.hdr_corner{
	border-bottom:1px solid #6cc;
}

img.clippic{
	position:relative;
	margin-top:-11px;
	border:0;
}

/*
 H & P
*/

 h1, h2, h3{
	font-weight:normal;
	margin:0;
}

/*h2.newsheader{
	font-size:16px;
	color: #690;
	margin-bottom:5px;
	padding:0;
	margin-top:-2px;
}*/
h2.pageheader,h2.newsheader{
	font-size:16px;
	line-height:22px;
	height:22px;
	border-bottom:1px solid #66cccc;
	/*background-color:#eee;*/
	color: #666;
	font-weight:normal;
	padding:0;
	padding-left:10px;
	margin:-10px;
	margin-bottom:10px;
}

h3.pressheader{
	font-size:16px;
	font-weight:normal;
}

#leftnav ul{
	margin: 0;
	padding:0;
}

#leftnav li{
	list-style-type: none;
	line-height:24px;
	font-size:13px;
	text-transform: uppercase;
	color: #666;
	font-weight:bold;
	margin-left:15px;
}

#leftnav ul ul {
	margin:0;
}
#leftnav ul ul li {
	margin-left:20px;
	font-weight:bold;
	font-size:11px;
	line-height:24px;
}

#leftnav a{
	color: #666;
}
#leftnav a:hover{
	color: #0cc;
}
#leftnav a.menu_selected{
	color:#690;
	font-weight:bold;
}
#leftnav ul ul li.current_page_item a{
	color:#690;
}

.entrytitle h2{
	font-size:14px;
    font-weight:bold;
	background: url(images/dashed_line.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:15px;
}

.entrytitle h2 a
{
	color:#666;
	background: url(images/asterisk.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	padding-bottom:4px;
	border-bottom:1px solid #666;
}
.entrytitle h2 a:hover{
	color:#0cc;
}
.entrytitle h3{
	margin-top:4px;
	font-size:14px;
	font-weight:normal;
	color:#666;
}


img.sidebar_title{
	border-top:1px solid #66cccc;
	margin-top:5px;
	padding-top:5px;
}
img.buy_btn{

}

/*
 Entry
*/
 
.entry{
	/*margin-bottom:1em;*/
}

.entrymeta{
	font-size:0.9em;
}

/*
 Sidebar
*/

#sidebar ul{
	/*list-style-type:none;*/
	list-style-type: disc;
	list-style-position:inside;
	margin:0;
	padding:0;
	color:#690;
}
#sidebar ul li{
	margin-bottom:0;
	padding:2px;
	padding-left:8px;
	/*padding-bottom:0;*/
}

/*#sidebar ul.getintouch,#sidebar ul.swebsites,#sidebar ul.bloglist{
	list-style-type: disc;
	list-style-position:inside;
	margin:0;
	padding:0;
	color:#690;
}*/

#sidebar h2{
	border-top:1px solid #66cccc;
	margin-top:5px;
	padding-top:5px;
	padding-left:5px;
	font-size:16px;
}

/*
 Comments
*/

.commentsblock{
	margin:2px;
	/*padding:10px;*/

}
.commentsblock textarea{
	width:430px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#666;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:15px;
	padding:0;
}
.commentlist li{
	width:430px;
	margin-bottom:5px;
	padding:5px 10px;
}
.alt{
	background:#eee;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*
 Links
*/

a{
	color:#690;
	text-decoration:none;
}
a:hover{
	color:#00cccc;
}


/*
RO 
*/

img{
	border:0;
}

img.jacket_pg{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
div.pg_list{
	float:left;
	clear:right;
}

div.pg_list ul{
	margin: 0;
	padding:0;
}
div.pg_list ul li{
	list-style-type: none;
}

ul.pg_list li{
	list-style-type: none;
}