/*
Theme Name: Wanderer
Theme URI: http://www.cindypepper.com
Description: Layout for Cindy
Version: 1.0
Author: Cindy Pepper
Author URI: http://www.cindypepper.com
*/


body{
	margin: 0;
	font-family: "palatino linotype", palatino, garamond, georgia, times new roman, serif;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	background-color: #b1aeb5;
	color: #26212b;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 960px;
}

#content{
	width: 960px;
	text-align: left;
	float: left;
	background-color: #b1aeb5;
	background-image: url(layout_bg.jpg);
	background-repeat: repeat-y;
}

#header{
	width: 960px;
	min-height: 330px;
	float: left;
	background-image: url(layout_top.jpg);
	background-repeat: no-repeat;
	color: #b1aeb5;
}

#headercontent{
	width: 300px;
	float: right;
	margin-top: 20px;
}

#headercontent p{
	line-height: 20px;
}

#headercontent a{
	display: block;
	height: 40px;
}

#headercontent span{
	display: none;
}

a#link-about{
	display: block;
	width: 150px;
	background: url("linksabout.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a#link-about:hover{
	background-position: -150px 0;
}


a#link-work{
	display: block;
	width: 150px;
	background: url("linkswork.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a#link-work:hover{
	background-position: -150px 0;
}

a#link-blog{
	display: block;
	width: 150px;
	background: url("linksblog.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a#link-blog:hover{
	background-position: -150px 0;
}

a#link-contact{
	display: block;
	width: 150px;
	background: url("linkscontact.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a#link-contact:hover{
	background-position: -150px 0;
}

#container{
	float: left;
	width: 630px;
}

#container a{
	color: #891d1b;
	text-decoration: none;
}

#container a:hover{
	color: #27212b;
	text-decoration: none;
}

.post{
	padding: 15px;
	background-color: #c8c5cb;
	margin-bottom: 20px;
}


.post h2{
	font-size: 28px;
	font-style: oblique;
	font-weight: normal;
}

.post h3{
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #26212b;
	text-transform: uppercase;
}

.post h4{
	margin: 20px 0 10px 0;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}


.post ul{
	line-height: 1.5em;
}

.entry{
	line-height: 18px;
}

.navigation{
	background-color: #c8c5cb;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.sidebar{
	float: right;
	width: 300px;
	margin: 0 0 0 10px;
	display: inline;
	color: #b1aeb5;
}

.sidebar a:link, a:visited{
	color: #e4bb62;
}

.sidebar a:hover{
	color: #27212b;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}


.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	width: auto;
	min-height: 400px;
	background-color: #26212b;
	background-image: url(layout_bottombg.jpg);
	background-repeat: repeat-x;
	color: #b1aeb5;
}

#footerimage{
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 400px;
	background-color: #26212b;
	background-image: url(layout_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footercontent{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}


a:link, a:visited{
	color: #e4bb62;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #27212b;
}

p{
	padding: 10px 0 0 0;
	line-height: 1.5em;
}

caption{
	margin-top: 15px;
	font-size: 24px;
	font-style: oblique;
	color: #e4bb62;
}

.emphasis{
	color: #d0c2c7;
	font-style: oblique;
	font-weight: bold;
}

ul{
	line-height: 1.5em;
}