/*
Theme Name: Snow Storm
Theme URI: http://thewojogroup.com/
Description: Modern and Minimilistic.
Version: 1.0
Author: Stephen McKinney
Author URI: http://thewojogroup.com/
Tags:  minimilism, simple, Modern, Neutral

	

*/


/**********************************
RESETS
**********************************/
tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need cellspacing=0 in the markup /
table { border-collapse: collapse; border-spacing: 0;
}

/************************************
Global Layout
************************************/
body{
	font:12px/18px 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	background: #FFFFFF;
	padding: 25px;
}
#header{
	height: 45px;
	margin-bottom: 25px;
	
}
#content{
	background: #fff;
	position: right;
	left: 490px;
	padding: 10px 40px 40px 200px;
	float: center;
	width: 605px;
	margin-left: 25px;
}

#footer{
	font: 13px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
	padding: 7px 0;
	clear: both;
}
.navigation a{
	color: #000000;
}
.bottomer{
	margin-left: 5px;
	width:100%;
	border-bottom:5px solid #fff;
	border-right: 5px solid #fff;
	clear: both;
}
/************************************
Header
************************************/
h1{
	width:283px;
	float:left;
}
h1 a{
	text-indent:-9999px;
	background: url(images/grocerybagtv.gif);
	overflow: hidden;
	width:500px;
	height:86px;
	display: block;
}
#navBox{
	position: absolute;
	top: 150px;
	left: 20px
	width:170px;
	font-weight; normal;
	float: left;
}
#nav{
	float: left;
	font-weight: normal;
	font-size: 80%;
	font-family: Helvetica, arial,sans-serif;
	width: 75px;
	background: #fff;
	padding: 5px 0 0 0;
	margin: 0;
}
#nav li{
	border-right: 5px solid #fff;
	width: 75px;
	
	
	
}
#nav li a{
	font-size:11px;
	font-weight:normal;
	color:#333;
	text-decoration: none; text-transform: uppercase;
	display: block;
	padding: 8px 0 5px 0;
	text-indent: 15px;
	border-bottom: 1px solid #fff;
}
#nav li a:hover{
	text-decoration: text-transform: uppercase;
}
/************************************
Posts
************************************/
.post{
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom:1px solid #fff;
}
h2{
	font-size: 34px;
	display: inline;
	
}
h2, h2 a{
	text-decoration: none; text-transform: uppercase;
	font:normal 34px Helvetica, Arial, sans-serif;
	color: #000000;
}
h2 a:hover{
	color: #999;
}
small{
	font: 14px Helvetica,Arial,sans-serif; text-transform: uppercase;
	color:#909090;
	padding-bottom:10px
	
}
small a{
	text-decoration: none;
	color:#000000
}
.entry{
	margin-top:10px;
	clear: both;
}




/************************************
Comments
************************************/
cite{
	display: block;
	height:26px;
	width: 406px;
	padding-top:5px;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}
cite a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
cite a:hover{
	text-decoration: underline;
}
ol.commentlist a{
	color:#333;
}
ol.commentlist li{
	width:406px;
	color: #333;
	background: #e9e9e9;
	padding-bottom: 9px;
	margin: 15px 0;
}
ol.commentlist li p{
	padding: 5px 10px;
}
ol.commentlist li p.commentTime a{
	color: #666;
	font-size: 10px;
}
input{
	margin:0 0 8px 0;
}
label{
	color: #555;
}
#submit{
	width:91px;
	height:0;
	font-size: 0px;
	padding-top:32px;
	overflow: hidden;
	background: url(images/btnSubmit.png);
	cursor: pointer;
	border:none;
	margin: 15px 0
}
#submit:hover{
	background-position: -91px 0;
}


/************************************
Post Content
************************************/
.alignleft{float:right;}
.entryimg{padding: 5px;}