/*  
Theme Name: Chelsea Capperauld
Theme URI: http://andyjdesign.com/
Description: Custom Theme: Create page "Blog" and set to static "Home" page.
Version: 0.1
Author: Andrew Jacobs
Author URI: http://andyjdesign.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

*/



body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	background: #ebebeb;
	color: #333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	}
	
.current_page_item {
  /* text-decoration: underline; */
}
.page_item {
  padding: 5px;
}

#page {
	margin: 40px auto;
	padding: 0;
	width: 800px;
	background-color: white;
	border: 0;
	text-align: left;
	background: url('images/chelseamiddlebg.jpg') repeat-y top center; 
	border: none;
	}

.pagetitle {
  margin: 0 0 20px 0;
}
.navigation {
  text-align: center;
}


#header {
	background: #ebebeb url('images/chelseaheader.jpg') no-repeat top center;
	margin: 0 0 0 0; 
	padding: 0px 0 0 0px; 
	height: 49px; 
	width: 800px; 
}
	
#header h1 {
	position: relative;
	float: left;
	top: 15px;
	left: 30px;
	width: 304px;
	height: 28px;
	background: #fff url('images/chelseam.jpg') no-repeat top left; 
}

#headerlinks {
	/* right-aligned block of top-level navigation */
	text-align: right;
	padding: 20px 60px 0 0; 
	margin: 0 0 0px 0;
	font-size: 1.3em;
	} 

#content {
display: block;
	padding: 0px 50px 30px 50px;
	}
	
#contentwide {
display: block;
	margin: 0px 20px 30px 50px;
	}

#entry {
  display: block;
}

#footer {
	background: #ebebeb url('images/chelseafoot.jpg') no-repeat bottom center; 
	border: none;
	height: 38px;
	}
#footerwords {
  padding: 0 0 0 50px;
}

#sidebar {
   float: right;
	padding: 20px 30px 0px 0;
	margin: 0px 0px 0px 0px;
	width: 150px;
	}

h1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
hr {
  display: none;
}
h1 span {
display: none;
}
sidebar li { display:block; }
ul, li { display: inline; padding: 0 0 0 0; margin: 0 0 0 0; }
h1, h2, h3 { border: 0; padding: 0 0 0 0; margin: 0 0 0 0; }

/* Typography */
a {
  text-decoration: none;
  color: #6e1f1f;
}

a:hover {
	text-decoration: underline;
}

.post h2 {
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6em;
}
.post small {
  font-size: 0.9em;
  color: #aaaaaa;
}
.post {
  font-size: 1.2em;
  line-height: 1.4em;
}
.postmetadata {
  font-size: 0.8em;
}
.pagetitle {
  font-size: 1.8em;
}
.navigation {
	color: #aaaaaa;
   font-size: 1.1em;
}
#sidebar h2 {
  font-size: 1.3em;
}
input {
  font-size: 1.1em;
}