/*  
Theme Name: BlueBasic
Theme URI: http://www.tonybullard.com
Description: Basic Two Column Theme.
Version: 1.0
Author: Tony Bullard
Author URI: http://www.tonybullard.com/
*/

body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #334f60;
	color: #000000;
}

/* ----------------------------------- formatting -----------------------------------  */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #5588aa;
}

a:hover{
	text-decoration: none;
	color: #677699;
}

.entry img {
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer img{
	border: none;
}

h1{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px 0 15px 0;
	border-bottom: 1px dotted #c9c8bf;
}

.post h2 a{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 35px;
	color: #7f7e79;
	letter-spacing:-2px;
}

.post h2 a:hover{
	text-decoration: none;
	color: #333333;
}


p{
	padding: 10px 0 0 0;
}

p.postcategory{
	padding: 0 0 0 1px;
	font-size: 11px;
}

p.postmetadata{
	font-size: 11px;
}

.navigation{
	padding: 5px 0 0 0;
	height: 35px;
	font-size: 25px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align:center;
}

.flashvideo {
	padding: 10px;
}


/* -----------------------------------  sidebar -----------------------------------  */

.sidebar{
	float: right;
	width: 250px;
	min-height: 100%; 
	background: #f5f5f5;
	background-image:url('img/sidebar.jpg');
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 20px;
	color: #7f7e79;
	padding: 0 0 5px 0;
}

.sidebar ul ul li{
	padding: 0;
}




#searchform input{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 20px;
	color: #7f7e79;
}


/* -----------------------------------  structure -----------------------------------  */

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	overflow: hidden;
	background-image: url(img/background.gif);
}

#header{
	float: left;
	width: 800px;
	height: 77px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#navmenu {
	background-image: url(img/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
	width: 800px;
	height: 36px;
	top: 74px;
	position: relative;
}

#container{
	float: left;
	width: 530px;
	background: #ffffff;
	padding: 21px 10px 0 10px;
}

#footer{
	background-image:url('img/footer.gif');
	background-repeat: no-repeat;
	background-position: center 1px;
	background-color: #334f60;
	padding-top: 8px;
	clear: both;
	float: left;
	width: 800px;
	height: 61px;
	color: #ffffff;
}

#home {
	height: 50px;
	width: 440px;
	position: absolute;
	left: 10px;
	bottom: 42px;
}


/* -----------------------------------  navigation menu -----------------------------------  */
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; 
}

#navmenu li {
	display: inline;
	left: 110px;
	height: 26px;
	position: relative;
	padding: 0 8.5px  0 0;
}

#navmenu a {text-decoration:none; color: blue; 
}

#navmenu img { border: none; 
} 


/* -----------------------------------  comments -----------------------------------  */
#comments h4 {
  margin: 10px 0;
  font:bold Verdana,Arial,Sans-serif;
  color:#333;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:10px 0 10px;
  line-height:1.6em;
  }
#comments-block dt {
  margin: 10px 0;
  }
#comments-block dd {
  margin: 10px 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font: Verdana,Arial,Sans-serif;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
