@charset "UTF-8";
/* CSS Document */

/*
Theme Name: VMB
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	background-color:#000;
	/* background-image:url('images/vmb2010bg+menu_guide.jpg'); */
	background-image:url('images/vmb2010bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	height: 100%;

	font-family: helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 9.5pt;
        line-height: 100%;
	margin:auto;
	margin:0px;


	color:#bbb;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

img{
	border: none;
	padding:0;	
}

img a{border:none;}

img.left{float: left; border: none; padding: 6px 0 0 0; }
img.right{float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#c60000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

/* Horizontal Rule */

/* container */
#container {

	width: 1000px;
	min-width:1000px;
	height:100%;
	line-height:100%;
	margin: 0 auto;
	padding:0;
	background:#000;
	color:#bbb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;

	overflow: hidden;
/*
	opacity: 0.75;
	-moz-opacity: 0.75; 		/* older Gecko-based browsers */
	filter:alpha(opacity=75); 	/* For IE6&7 */
*/

/*
	background-color:transparent;
*/
	}
	
/* header */

#header {
	width: 1000px; 
	height: 77px;
	height: 170px;
	height: 0px;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	position:absolute;
	left:0px;
	top:77px;
	line-height:110%;

	background:#8a0000;
	width: 100%; 

	overflow:hidden;

	height: 26px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

	font-family: times;
	text-transform: uppercase;
	font-size: 9.5pt;
	letter-spacing: 1.25px;
	font-weight: lighter;
	vertical-align: middle;

	opacity: 0.75;
	-moz-opacity: 0.75; 		/* older Gecko-based browsers */
	filter:alpha(opacity=75); 	/* For IE6&7 */
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {

/*	menu text edits     */

	padding:7px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #cd0000;
	color:#fff;
}

/* content */

#content {
	float:left;
	width:780px;
	overflow: hidden;
	padding:14px;
	background-color:#000;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	color: #c60000;
	}

.entry-title h1{
	font:normal 15pt georgia, times;
	}

.post h2 a{
	color: fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	visibility: hidden;
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
		
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* sidebar */

#sidebar {

	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	height: 100%;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px dotted #660000;
	}

#sidebar h2{
	font:normal 9pt arial, georgia, times;
	color: #999;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	position:relative;
	top:-15px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
	position:relative;
	top:15px;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: fff;
	}
	
#commentform a{color: fff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: fff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:fff;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: fff; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform{
	color: #white
	padding:0;
	margin:14px 0;
	}

#searchform h2 {
	font:normal 9pt arial, georgia, times;
	color: #999;	
	margin: 0;
	padding: 0;
}

#searchform input[name="s"]{


	margin:0;
	padding:2px;
	background:#999;
	border:1px solid #aa0000;
	}

#searchform input.search-submit{
	border:none;
	text-transform:lowercase;
	}

::-webkit-input-placeholder { /* Chrome */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* footer */

#footer {
	background:#660000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:8px 0;margin: 0; color: #eee; text-align:center; font-size:xx-small;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

