/*  
Theme Name: CS
Theme URI: http://carolselter.com/
Description: A portfolio theme for the artist Carol Selter
Version: 2.0
Author: Leslie Heinz
Author URI: http://www.lphdesign.com/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #767676;
	background-color: #fff;
	overflow-y: scroll;
}


#wrapper {
	margin: 50px auto;
	width: 1000px;
}

#nav {
	width: 250px;
	float: right;
}

#content {
	width: 750px;
	float: left;
	margin: 0 auto 30px auto;
	font-size: 14px;
}

#footer {
	clear: both;
	height: 30px;
}


/* styles */
.entry {
	width: 90%;
	text-align: justify;
	line-height: 1.4em;
	}
	
.posttitle {
	color: #714700;
	font-style: italic;
	font-size: 16px;
	}

.textpage {
	width: 90%;
	margin: 45px 0 0 0;
	text-align: left;
	line-height: 1.4em;
	}

	
a {
	color: #767676;
	}

#content ul.bookmark li {
	list-style-type: none;
	padding-bottom: 15px;
	}
	
#footer p {
	font-size: 10px;
	text-align: left;
	}
	

/* NAVIGATION */
#nav a {
	text-decoration: none;
	}
#nav a:hover { /*hover state CSS*/
	color: #603913;
	}

.listmenu {
	width: 250px;
	padding: 10px 0 0 0;
}
.listmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listmenu ul li{
	padding: 3px 0;
	margin: 0;
	}

ul.menuouter > li{
	font-size: 14px;
	color: #767676;
}

ul.menuouter ul li {
	font-size: 13px;
	padding: 4px 0;
	margin-left: 10px;
}

ul.menuouter > li.current_page_item, ul.menuouter > li.current_page_parent, ul.menuouter > li.current_page_ancestor {
	background: url(images/on_square_beige.gif) no-repeat 0 10px;
	padding-left: 12px;
}

ul.menuouter li ul li.current_page_item > a, ul.menuouter li ul li.current_page_parent > a, ul.menuouter li ul li.current_page_ancestor > a{
	color: #603913;
	font-style: italic;
}

ul.menuouter li ul li ul li.current_page_item a{
	background: url(images/on_carat.gif) no-repeat 0 3px;
	padding-left: 12px;
}




