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

/* Typography */

@font-face { font-family:"BD Discount"; src: local(BD Discount), url(BDDISCOU.TTF) format(TrueType);}
@font-face { font-family:"BD Shadow"; src: local(BD Shadow), url(BD Shadow.ttf) format(TrueType);}

html {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial,sans-serif;
	background: #550909;
}

h3 {
	font-family: "BD Discount", "Myriad Pro", Verdana, Arial,sans-serif;
	color:#FFF;
	font-size: 1.7em;	
	font-weight: lighter;
	letter-spacing: 3px;
}



hr {
    display: none;
}
img {
	border:0;
}
div .caption {
	position:relative;
	display:block;
	font-size:0.9em;
 	text-align:right;
	color:#AAA;
}

/* Links */

a {
	color: #FFFFFF;
	text-decoration: none;
}
    
a:hover {
		color: #999999;
		text-decoration: none; 
}
a:active
{
	outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* Main nav */

#nav {
    margin: 2em 0;
    padding: 0;
    list-style: none;
}


/* Wrap */

#wrap {
	width: 800px;
	margin: 0 auto;
	border: 10px black;
	background-color:#550909;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#header {
	display:block;
	width:800px;
	height:150px;
	background-color:#550909;
	margin-top:30px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}

#footer {
	display:block;
	font-size:1em;
	background-color:#550909;
	width:800px;
	height:20px;
	padding-top:10px;
	text-align:right;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:50px;
}

#content {
	display:block;
	height:auto;
	width:500px;
	padding:0 150px 0 150px;
	background-color:#550909;
	
}


#logo {
	display:block;
	height: 150px;
	width: 600px;
	margin-left:100px;
	margin-right: 100px;
	padding-top:30px;
	text-align:center;

}
#logo a {
	-moz-outline-style: none;
	outline:none;
}
#menu {
	font-family: "BD Discount", "BD Shadow", "Myriad Pro", Verdana, Arial,sans-serif;
	display:block;
	height:auto;
	width:800px;
	margin-top:20px;
	text-align:center;
	text-transform:lowercase;
	clear:both;
	font-size:2em;
	letter-spacing:2px;
	font-weight: lighter;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
}
#menu ul li {
	height: 40px;
	display:block;
}
#menu ul li a{
	color:#FFFFFF;
}
#menu ul li a:hover {
	color:#999999;
}
#menu ul li.current a {
	color:#999999;
}
#menu ul li.sub a {

}
#menu ul li a.current  {
	color:#999999;
}

#menu ul li a:focus {
	-moz-outline-style: none;
	outline:none;
}
#imgbar {
	display:block;
	height: 150px;
	vertical-align:top;
	width:800px;
	background-color:#550909;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#imgbar img {
	border:0px;
	float:left;
	
}
div.row {
    clear: both;
    padding: 0;
    margin: 0;
    padding-top: 0px;
}

div.row span.label {
    float: left;
    width: 150px;
    text-align: left;
}

div.row span.value{
    float: left;
    width: auto;
    margin-left: 14px;
    text-align: left;
}
.page {
	display:block;
 height:auto;	
}
.entry {
	display:block;
	height:auto;
	line-height:18px;
}


.sidebar_posts {
        padding: 5px 0 0 5px;
}
        .sidebar_posts h2, .sidebar_posts h2 a {
                color: #000000;
                display: inline;
                font-size: 0.95em;
        }
        .sidebar_posts a {
                color: #009900;
                display: inline-block;
                font-size: 0.95em;
        }
        .sidebar_posts .post-date {
                color: #ffffff;
                display: block;
                font-size: 0.85em;
        }
.contact_form fieldset{
	border:1px solid #999999;
	margin:20px 0;
	padding:15px 10px;
}
	.contact_form fieldset legend{
		color:#999999;
		text-transform:uppercase;
	}
	.contact_form .input label{
		width: 150px;
	}
.input {
	display:block;
	padding:0 0 15px;
}
	.input label {
		display:inline-block;
		font-size:0.75em;
		padding-right:5px;
		text-align:right;
	}
	

	.post {
		margin-top:15px;
	}