/* -standards- */

a {text-decoration:none}

body {
	background: #1E1E1E;
	color: #FFFFFF;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	line-height : 1.5em;
	display: block;
	align: left;
	margin: 0px;
		}
	
#wrap {
	margin: 10px;
	width: 840px;
}
	
h2 {
	font-size: 1.5em;
	}
p {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	}
a img {border: none; }
#navlink {
	margin: 30px 0 50px 0;
	text-decoration: none;
	}
#navlink a:link
 { color: #FFFFFF; text-decoration: none;
 }
#navlink a:visited
 { color: #FFFFFF; text-decoration: none;
 } 
#navlink a:visited:hover 
 { color: #00BEFF; text-decoration: none;
 } 	
#navlink a:active
 { color: #00BEFF; text-decoration: none;
 }
#navlink a:hover 
 { color: #00BEFF; text-decoration: none;
 } 

/* - NEW header- */	
#head-title {
	margin: 60px 0px 0px 10px;
	border: 0px;
	height: 100px;
	width: 445px;
	float: left;
	display: inline-block;
	clear: none;
	}
#head-barnbrook {
	background: url("images/header-barnbrook/rotate.php") no-repeat top left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border: none;
	height: 100px;
	width: 285px;
	clear: none;
	float: left;
	}
#head-blog {
	background: url("images/header-blog/rotate.php") no-repeat top left;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100px;
	width: 150px;
	clear: none;
	float: left;
	}	
#head-barnbrook a,#head-blog a {
	border: none;
	}
#bar-lines {
	background: #1E1E1E;
	border: 0px;
	margin-bottom: 10px;
	height: 10px;
	width: 840px;
	float: left;
}
#search


/* -content- */

#contentwrap {
	margin-top: 30px;
	width: 840px;
	}
#content {
	float: left;
	margin: 0px;
	width: 600px;
	}
#post-background {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 25px;
	width: 550px;
	background: #141414;
	}
#post-text-wrap {
	float: left;
	width: 550px;
	margin: 0px 0px 20px 0px;
	}


/* -navigation- */

#navigationwrap {
	float: right;
	margin-bottom: 30px;
	}
#navigation {
	width: 220px;
	}
#navigation h2 {
	background: #333333;
	color: #ffffff;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	}
#navigation ul {
	list-style: none;
	font-family: Georgia, Times, Serif;
	font-size: 11px
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	padding: 0px 3px 2px 10px;
	}
#navigation a:link
 { color : #FFFFFF; text-decoration : none;
 }
#navigation a:visited
 { color : #FFFFFF; text-decoration : none;
 }
#navigation a:hover
 { color : #00BEFF; text-decoration : none;
 }
#navigation a:active
 { color : #00BEFF; text-decoration : none;
 }
 
/* -post and entries- */
.articletitle {
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height : 1.3em;
	}
.entry {
	padding: 0px;
	margin-bottom: 10px;
	float: left;
	}
.entry a:link
{ color : #00BEFF; text-decoration : none; }
.entry a:visited
{ color : #00BEFF; text-decoration : none; }
.entry a:hover
{ color : #FFFFFF; text-decoration : none; }
.entry a:active
{ color : #00BEFF; text-decoration : none; }
.entry-divider
{ background: #666666;
  height: 1px;
  width: 550px;
  margin: 20px 0px 10px 0px;
}

/* -NEW HOME PAGE- */

.featured {
	float: left;
	width: 350px;
	height: 350px;
	background-color: #00BEFF;
	}	
.featured a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	}

.excerpt {
	background: #141414;
	width: 230px;
	height: 330px;
	padding: 10px;
	float: right;
	}
.excerpt-title {
	font-size: 18px;
	font-style: italic;
	line-height : 1.3em;
	padding-top: 0px;
	padding-bottom: 10px;
	}
.excerpt-title a:link
 { color: #FFFFFF; text-decoration: none; border-bottom: none;
	}
.excerpt-title a:hover 
{ color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #FFFFFF;
	}
.excerpt-title a:visited  
{ color: #FFFFFF; text-decoration: none; border-bottom: none;
	}	
.excerpt-title a:active  
{ color: #FFFFFF; text-decoration: none; border-bottom: none;
	}
.excerpt-title a:visited:hover 
{ color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #FFFFFF;
	}
.excerpt-divider
{ background: #666666;
  height: 1px;
  width: 230px;
  margin: 0px 0px 6px 0px;
}		
.details {
	font-size: 10px;
	font-family: verdana; monaco;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	color: #666666;
	}
.details a:link 
{ color: #FFFFFF; text-decoration : none; 
	}
.details a:hover 
{ color: #666666; text-decoration : none; 
	}
.details a:visited 
{ color: #FFFFFF; text-decoration : none; 
	}
.details a:visited:hover 
{ color: #666666; text-decoration : none; 
	}

			
/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #666666 url("images/magnifier.png") no-repeat top left;
	border: none;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 6px 2px 6px 25px;
	width: 193px;
	height: 15px;
	}
	
	
/* -NEW SEARCH PAGE- */

.searchresult {
	padding-top: 0px;
	padding-bottom: 12px;
	}

.searchpagetitle {
	font-size: 25px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height : 1.3em;
	}
.searchposttitle {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	line-height : 1.3em;
	}
.searchposttitle a {
	color: #FFFFFF; text-decoration : none;
	}
.searchposttitle a:hover {
	color: #FFFFFF; text-decoration : none; border-bottom : 1px dotted #FFFFFF;
	}
.searchposttitle a:visited {
	color: #FFFFFF; text-decoration : none;
	}

/* floating footer */


#blog-footer {
  background: #1E1E1E; position:fixed; bottom: 0; left:0; padding-left: 10px;
  vertical-align: bottom; z-index: 10001; 
}
#blog-footer div {
  border-top: 1px solid #666; width: 840px;
}
#blog-footer p {
  color: #666; margin: 0px; padding: 10px; font-size: 11px;
}
#blog-footer p a, #blog-footer p a:link, #blog-footer p a:visited {
  color: #666; text-decoration : none;
}
#blog-footer p a:hover {
  color: #FFF; text-decoration : none;
}
* html #blog-footer {position:absolute;}

#pos-fixed-header-spacer { height: 80px; }
#pos-fixed-footer-spacer { height: 50px; }


/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
