/*
Theme Name: WHITESPACE
Theme URI: http://www.riflebird.co.uk/
Description: CMS theme for Wordpress
Version: 0.1
Author: Dave Tillotson
Datum: May 11, 2009
*/
@charset "utf-8";
/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0px; 
  padding: 0px;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 16px; 
  line-height: 42px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
  color: #2E3192;
}

h3 {
  font-weight:bold; 
  font-size: 1em; margin-bottom: 12px;
}

h4{font-weight:normal; 
  font-size: 1em; margin-bottom: 8px;}



img{
padding-left:10px;

}

/* GENERAL */

body {
	background: #fff;
	font: 0.8em, Georgia, Arial, Helvetica, sans-serif;
	color: #333;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}

.contact{ line-height:1.6em}



#wrap {
	width: 800px;
	margin: 40px auto 10px;
	background: #fff;
}


#content {
	position:absolute; left:250px; top:160px; right:auto;
	width: 500px;
	padding: 30px 0px 0px 0px;
	float:right;
	line-height: 1.5em;
}


#latest{
width:480px;
margin-top: 20px;
margin-right: 20px;
padding: 10px;
background-color:#ffffff;
border: 1px solid #333;
line-height: 150%}

.quote{
margin: 0px;
font-style: italic;
line-height: 150%}

.publish{
font-size: 14px; 
color: #666666;
}

#lastpost{
	position:absolute; top:390px; left:30px;
	float: left;
	width: 140px;
	margin: 0px 10px 0px 20px;
	padding: 5px 10px 5px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

a {
	outline: none;
	color: #2E3192;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	position: absolute; top: 40px; left: 145px;
	background: url(img/roger_horberry.gif) no-repeat bottom left;
	height: 120px;
	padding-top: 0px;
	margin-left:0px;
	width:620px;
}

#head2 {
	position: absolute; top: 40px; left: 145px;
	background: url(img/roger_horberry2.gif) no-repeat bottom left;
	height: 120px;
	padding-top:0px;
	margin-left:0px;
	width:620px;
}



/* MENU */

#menu {
	position:absolute; top:188px; left:30px;
	float: left;
	width: 170px;
	margin:0px;
	padding:0px;	
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li {
	margin: 0px 0px 0px 0px;
	padding-left:10px;
	list-style: none;
}


#menu ul ul li a {
	font-size: 0.9em;
	color: #666666;
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu ul ul li a:before {
	content:"» ";
}

#menu ul ul li a:hover {
	color: #000;
	background: none;
}

#menu li a {
	color: #666666;
	padding:0px 10px;
	display: block;
	line-height: 28px; 
	text-decoration: none;
}

#menu li a:hover {
	background: url(img/nav.gif) no-repeat center left;
}

.page_item ul {
	display: none;
}


/* MENU 2 */

#menu2 {
	position:absolute; top:380px; left:40px;
	float: left;
	width: 120px;
	margin:10px 0px 0px 10px;
	padding:5px 0px 5px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu2 ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu2 li {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu2 ul ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

#menu2 ul ul li a:before {
	content:"» ";
}

#menu2 li a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: block;
	line-height: 1.6em;
	text-decoration: none;
}

#menu2 li a:hover {
	color: #000;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

/*#menu .current_page_item li, #menu2 .current_page_parent ul li {}*/


/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
position:absolute; top:auto; bottom:10px; left:50px;
color: #666666; font-family: verdana, sans-serif; font-size: 10px; line-height: 1.4em;
clear: both;
}





















