/*
Theme Name: Vision Walker
Theme URI: http://maligndesign.com/
Version: 1.0
Description: A dark style two-column Wordpress theme. 
Author: Forrest Frazier
Author URI: http://maligndesign.com/
Last updated: 09.21.09
*/


/* colors used 
yellow #eecd7e
orange e55325
*/

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
ul, ol {
	list-style-type: none;
	}

/* start styles with a clean slate */

body {
	background: #ddd url(images/backgrounds/bg_home.jpg) top center no-repeat; 
	color: #333;
	font: normal 87.5% Tahoma, Geneva, sans-serif; /*14px*/
}
#wrapper {
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 956px;
}
.cufon-active { /* allows body bg to show through */  
	background: none;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

p,code,ul,ol {
	margin-bottom: 1.5em;
	}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

strong { 
	font-weight: bold; 
	}
img {
	background: #000000;
	border: 1px solid #ffffff;
	padding: 3px;
	}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/* structure */
#container { 
	background: none;
	margin: 0 auto 40px auto;
	}

/* header */
header {
	margin: 10px auto 0 auto;
}
header p#title {
	margin: 0 auto;
	text-align: center;
	width: 996px;
	}
header p#title a {
	color: #2d1e1b;
	font: normal 1.5em/1 Impact, Impact5, Charcoal6, sans-serif;
	letter-spacing: .25em;
	text-decoration: none;
	text-transform: uppercase;	
	}
#description {
	visibility: hidden;
	}
	
/* footer */
footer {
	clear: both;
	height: 24px;
	margin: 20px auto 0 auto;
	padding: 20px 0;
	bottom: 0px;
	width: 100%;
	}
footer .footer-content{	
	color: #666;
	font-size: 0.714em;
	margin: 0 auto;
	text-align: center;
	}
.post footer { height: auto; }

/* content */
.page, .homepage, .post {
	border-top: none;
	margin: 0 120px 20px 10px; 
	float: right; 
	padding: 5px 10px 10px 10px;
	width: 600px;
	overflow: hidden;
	}
.page header h1, .post header h1 {
	position: absolute;
	top: 55px;
	font-size: 1.5em;
	margin: 0 0 1.5em 0;	
	}
.page header h1.index, .post header h1.index {
	position: absolute;
	top: auto;
	font-size: 1.5em;
	margin: .5em 1em 0 0;	
	}
	
.page header h1 a, .post header h1 a {
	color: #ffffff;
	font-size: 1.125em;
	}
.post header h1:hover 	{ color: #000; }
.page footer, .homepage footer, .post footer {
	background: none; 	
	position: relative;
	}
footer.homepage { display: block; margin: 0 0 0 250px;  width: 700px; height: 100px;  }		
#content li {margin-left: 18px;}

/* navigation */
nav {
	float: left;
	margin: 0 0 0 5px;
	width:160px;
	}
nav a:hover {
	color: #000;
	text-decoration: none;
	}	
nav ul li {
	line-height: 2;	
	margin: 0;
	text-align: right;
	}
nav ul li a {
	color: #666;
	font-size: 1.5em;	
	letter-spacing: .1em;
	}		
.current_page_item a {
	color: #000;
	font-weight: bold;
	line-height: 1;
	}
nav ul li.current_page_parent, nav ul li.page-item-7  {
	line-height: 1;
	}	
nav ul li ul li {  
	line-height: 24px; 
	margin: 0;  
	font-size: .7em; 
	}

/* images */
.aligncenter {
	margin: 0 auto;
	text-align: center;
	}
.alignleft {
	text-align: left;
	}	
.alignright {
	text-align: right;
	}	
.wp-caption {
	background: #333333;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	}
/* archives */
.post h1 a {color: #A00;}
.post h1 a:hover {color: #F00;}
.post .descr {color: #AAA;}
.post .descr a {color: #CCC;}
.post .descr a:hover {color: #FFF;}

/* portfolio pages */
#portfolio div { 
	float: left; 
	margin-right: 10px; 
	}
#portfolio p.wp-caption-text { 
	height: 35px;  
	}
	
/* comments */
.content ol li {
	background: none;
}

.commentlist {
	margin: 1.2em 0 0 0;
	}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
.commentlist p {
	margin: 1em 0 0 0;
	}
#commentform {
	margin: 1em 0;
	width: 360px;
}


/* forms */
textarea.styled {width: 280px;}

.styled {
	background: #DDD;
	border: 1px solid #F60;
	font: normal 1em Verdana,sans-serif;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* search form */
#searchform {padding: 0 10px;}
#searchform input.sfield {
	border: 1px solid #F60;
	padding: 2px;
	width: 120px;
}

/* widgets */
.widget {margin-bottom: 1em;}
.widget ul {padding-bottom: 0;}

/* custom templates */
#homehero {
	text-align: center;
	width: 540px;
	}
#homehero img{
	max-width: 500px;
	}
.homepage h1 {
	display: none;
	}
.homepage {
	background: url(/images/backgrounds/bg_home.jpg) no-repeat;
	border: none;
	padding: 0px 20px 20px 20px;
	overflow: hidden;
	}	

/* custom links template */
.links ul li { 
	float: left; 
	margin: 0 20px 0 0; 
	}
.links ul li li { 
	float: none; 
	margin: 0;  
	}	
	
/* portfolio page */

.portfolio .wp-caption {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px; 
	}
.portfolio .wp-caption p {
	display: none;
	}
		 	
/* IE test crap */