/*
Theme Name: StixCamp Theme v.2.0
Theme URI: http://stixcamp.org/
Description: A theme specifically for StixCamp blogs
Version: 2.0
Author: Ben Balbo and Kathy Reid
Author URI: http://benbalbo.com/
Tags: stixcamp

Common colours used:
Dark ochre: #934d01
Baby poo brown: #ce953a
Light tan: #f4ebdd
Very light tan: #fdfaf6
Light beight: #ede2d0
*/

html{
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	padding: 0;
	margin: 0;
	background: url(images/blend-vertical-brown-tan.png) #ce953a top left repeat-x;
}

body {
	margin: 0;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;;
}

a img {
	border: none;
}

#page {
	background: white;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
}

a {
	color: #ce953a;
	text-decoration: underline;
}

a:hover {
	color: #ce953a;
	text-decoration: underline;
	background: #f4ebdd;
}

p {
	line-height: 130%;
}
.entry p, .entry h2 {
	clear: both;
}

#header {
	position: relative;
	width: 70%;
	background: url(images/stixcamp-keyline-586x128.png) no-repeat;
	height: 128px;
	margin-left: -2%;
	clear: left;
}

#header h1 {
	display: none;
}

.description {
	display: none;
}

.hidden {
	display: none;
}

#header hr, #footer hr {
	display: none;
}

#content {
	position: relative;
	float: left;
	width: 70%;
}

#content .post {
	clear: both;
}

#sidebar {
	position: relative;
	float: right;
	width: 25%;
	margin: -128px 0 50px 0;
	background: #934d01;
	border: 3px solid #ede2d0;
}



#sidebar ul {
	margin: 1em;
	font-size: 95%;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
	
}

#sidebar ul li h2 {
	text-transform: lowercase;
	color: #ede2d0;
}

#sidebar ul li a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #ede2d0;
	background: #934d01;
}

#sidebar ul li p {
	color: white;
}

#sidebar ul li ul {
	list-style: outside url(images/stixcamp-brown-logo-20x20px.png);
}

#sidebar ul li ul li {
	color: white;
}

#footer {
	clear: both;
	padding: 1%;
	font-size: 80%;
	padding-top: 150px;
	background: url(images/stixcamp-leaves-design-footer.png) top left repeat-x;
}

blockquote {
	margin-left: 10%;
	padding-left: 5%;
	border-left: 3px solid #934d01;
	font-style: oblique;
}
