html {
background-color:#e5f5f2;
}
body {
color:#58595b;
font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
margin:0;
overflow:auto;
}
a:active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
img {
border:medium none;
}



/* Header*/
.header{
	margin: 30px 0 40px 0;
}
.logo{
	background: url(../img/logo.gif) no-repeat;
	width:400px;
	height:59px;
	display:block;
}
.tagline{
color:#415968;
font-size:18px;
margin-left:288px;
margin-top:10px;
}




/* infob lock */

.info{
	margin-bottom: 10px;
	clear:both}
h1{
	color: #b6660f;
	font-size: 20px;
	font-weight:bold;
	display: inline;}
	
h1 a{
	color: #b6660f;
	font-size: 20px;
	font-weight:bold;
	display: block;
}
h1 a:hover{
	text-decoration: underline;
}
h2{
	color: #b6660f;
	font-size: 14px;
	font-weight:bold;
	}
h4{
	color: #b6660f;
	font-size: 14px;
	font-weight:bold;
	display: block;
	margin: 0;
	padding:0;
	margin-top: 30px;}	
	
.date{
color:#999999;
font-size:93%;
font-weight:normal;
margin-left:10px;
}


/*  Right column*/
.dan{
	background: url(../img/dan.jpg) no-repeat;
	width: 145px;
	height: 200px;
	margin-top: 30px;
}

/*
.nav a{
	color: #b6660f;
	margin-right: 10px;
}
.nav a:hover{
	text-decoration: underline;
}
*/
.nav{
	margin-top: 20px;
}
.nav li{

	display:block;
	list-style: none;
}

.nav ul{

	display:none;
}

.nav a{
	color:#B6660F;
font-size:13px;
margin-right:6px;
}
.nav a:hover{
	text-decoration: underline;
}



.search_field{
	margin-top: 30px;
}
.search_box{
	background-color: #e5f5f2;
	border: 1px #e5f5f2 solid;
	width: 200px;
	padding: 5px;
	color: #555555;
	font-size: 90%;
}

.m_box{
	border: 1px #dddddd solid;
	width: 355px;
	padding: 5px;
	color: #555555;
	font-size: 90%;
	margin-bottom: 5px;
}

.rss{
	margin-top: 20px;
}
.rss a{
	color: #415968;
	font-size: 90%;
}

.right_title{
	margin-top: 20px;
	color: #b6660f;
	text-transform: uppercase;
	font-size: 90%;
}
.block{
border-bottom:1px solid #DDDDDD;
margin-bottom:25px;}


.side_links_li{
	display:inline;
	list-style: none;
	color: #cccccc;
}
.side_links_li a{
	display: block;
	color: #999999;
}

.side_links_li2{
	display:inline;
	list-style: none;
	color: #cccccc;
}
.side_links_li2 a{
	display: inline;
	color: #999999;
}
.btxt{	
	color: #b6660f;
}
.pagetitle{
	color:#888888;
display:block;
margin-bottom:20px;
}
.button{
		background-color: #e5f5f2;
	border: 1px #999999 solid;
	padding: 5px;
	color: #333333;
	font-size: 90%;
}

#respond{
border-top:1px solid #eeeeee;
margin-top:50px;
}

.avatar{
	display: none;
}

#comments{
border-top:1px solid #eeeeee;
margin-top:50px;
padding:20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}


#respond h3{
	font-size: 14px;
	font-weight: bold;
}


.wp-caption{
	font-size: 10px;
	line-height: 13px;
	border: 1px #CCCCCC solid;
	padding: 5px;
}
.wp-caption-text{
	color:#999;

}
.alignright{
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft{
	float: left;
	margin: 0 10px 10px 0px;
}