/*

Theme Name: BVT
Description: Simple, modern, lightweight
Version: 1.0
Author: Mark Phillips
Author URI: http://www.cygnus-extra.co.uk
Tags: grey, blue, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p, h2, h3, h4, h5 {
  font-size:12px;
}

img {
  border:0;
}

div#wrapper {
  width:768px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(images/top.png) no-repeat; */
}

div#masthead {
  width:768px;
  background:url(images/main_bg.png) repeat-y;
  position:relative;
}


/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#003366;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation
div#masthead ul {
  float:left;
  margin-left:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#ff7700;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:40px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(./images/nav_bg.png) bottom repeat-x;
}
*/

/* Banner image dropshadow */
div#masthead_image {
	width:724px;
	height:148px;
	clear:both;
	padding:8px 22px;
	position:relative;
	z-index:1;

	background-image: url(images/image_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a {
	outline:0;
	color:#003366;
}

/* Page dropshadow */
div#content {
  width:768px;

}
div#content2 {
  width:768px;

}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/


div#main {
  padding:0 20px 20px;
  width:490px;
  float:left;
}

/* Main header on single pages */
h2 {
	color:#336600;
	font-size:24px;
	padding:5px 0 0;
	line-height:1.4;
	margin:0 0 5px;
	/*	border-bottom:1px solid #e7e7e7; */
	position:relative;
	z-index:1;
}

div#main h2 a {
	color:#336600;
	text-decoration:none;
}

h2 span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

h3 {
	color:#003366;
	font-size:14px;
	padding:10px 0 0;
	line-height:1.4;
	margin:0 0 10px;
	position:relative;
	z-index:1;
}

h3 a {
  color:#003366;
  text-decoration:none;
}

h3 a:hover {
  text-decoration:underline;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:0px 0 5px;
  font-size:16px;
  color:#003366;
}

div#main p {
	color:#444444;
	line-height:1.5;
	font-size: 12px;
	margin:10px 0 10px;
	position:relative;
	left: 0px;
	top: 0px;
}

div#main a {
  color:#003366;
  text-decoration:none;
}

div#main a:hover {
  text-decoration:underline;
}


blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #003366;
  background:#F0F0F0;
}

div#main ul, ol {
  font-size:12px;
  color:#444444;
  margin-left:15px;
  margin-bottom: 10px;
}

div#main ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(images/square.png) 0 center no-repeat;
}

div#main ol {
  margin-left:30px;
}

div#main ol li {
  list-style:decimal;
  margin:10px 0;
}

ol li ol {
  font-size:12px;
  margin-left:15px;
}

div#main ul#norm {
	margin: 0 0 10px 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

div#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:11px;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

.logo {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

#quotes {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #eee;
	padding:10px;
	margin-top:-10px;
}

div#secondary {
  padding:15px 10px 20px 15px;
  width:200px;
  float:left;
}

div#secondary ul {
  margin:5px 0 5px 5px;
  color:#003366;
  padding-bottom:0px;
  border-bottom:0px solid #e7e7e7;
}

div#secondary li {
  margin:5px 0;
  font-size:12px;
  line-height:1.2em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#003366;
  margin:15px 0 0px;
  font-size:16px;
  line-height:1;
}

div#secondary h2 a {
  color:#003366;
}

div#secondary h3 {
	text-decoration:none;
	color:#003366;
	font-size:14px;
	font-style:normal;
}

div#secondary h3 a {

	color:#003366;
}

div#secondary a {
  color:#555;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
  color: #003366;
}



/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:-5px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}



/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  background:url(images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#333333;
  padding:10px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#003366;
  text-decoration:none;
}

ul#footer li a:hover{
  color:#003366;
  text-decoration:underline;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;  
}

.alignright {
  float: right;
   margin-left: 10px;
   	border: 1px solid #999999;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.entry_info {
  clear:both;
  font-size: 10px;
  font-color: #999999;
}

.post-edit-link {
  clear:both;
  font-size:10px;

}

div#posted-date {
	font-size: 10px;
	color: #999999;
}

div.navigation {
  margin:10px 0;
}


/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


