/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: #990000; color: white; }


/*
	TYPGROGRAPHY
*/
p								{

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
li								{

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

a									{ color: #0065B9; }
a:hover								{ color: #4E96D8; }
h1									{
	font-size: 145.5%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h2									{
	font-size: 136.4%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h3									{
	font-size: 127.3%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 1.6em;
}
h4							{
	font-size: 109.1%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #000;
}

/*
	FORMS
*/
input								{ padding: 3px; }


/*
	GLOBAL STRUCTURE
*/
html, body							{ height: 100%; }

body {
	background-image: url(images/body-bg.png);
	background-color: #1b1b1b;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .875em; 
}
#wrap							{
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -80px;
	margin-left: auto;
	background-image: url(images/bodywrap-bg.png);
	background-repeat: repeat-y;
}

#masthead-wrap {
	background-image: url(images/masthead-bg.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 125px;
}
#masthead {
	width: 980px;
	height: 93px;
	padding-right: 5px;
	padding-left: 5px;
}
#logocell {
	width: 200px;
	float: left;
	margin-top: 40px;
}
#nav2-wrap {
	width: 760px;
	float: right;
	text-align: right;
	margin-top: 40px;
	margin-right: 20px;
}
#nav2 {
	width: 760px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.813em;
}
#getsocial {
	width: 760px;
	text-align: right;
	padding-top: 12px;
}
.socialbug-twitter {
	background-image: url(images/socialbug-twitter.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 5px;
}
.socialbug-facebook {
	background-image: url(images/socialbug-facebook.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 5px;
}
.socialbug-rss {
	background-image: url(images/socialbug-rss.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;

}

#nav-wrap {
	width: 960px;
	height: 32px;
	padding-right: 15px;
	padding-left: 15px;
}

#content {
	width: 940px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#datebox {
	font-size: 72.7%;
	margin-bottom: 2px;
}


.datebox2							{
	width: 40px;
	float: left;
	padding: 0 5px 5px 5px;
	color: white;
	text-align: center;
	margin: 0 10px 0 0;
	background-color: #333;
}
.day2								{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	font-family: Georgia, serif;
}
.month2								{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.year2								{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

/* nav level1 */
#nav ul{
list-style-type: none;
margin:0;
padding:0;
}

#nav li{
	display:inline;
	margin:0;
	padding:0;
	line-height: 32px;
	color: #FFF;
}

#nav a{
	float:left;
	background:url(images/navtab-left.png) no-repeat left top;
	height: 32px;
	margin-right: 5px; /*spacing between each tab*/
	padding-left: 5px;
	color:#FFF;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#nav a span{
	float:left;
	display:block;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	background-image: url(images/navtab-right.png);
	background-position: right top;
	height: 32px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#nav .current a{ /*Current style*/
	color:#FFF;
	text-decoration:none;
	background-image: url(images/navtab-left.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

#nav .current a span{ /*Current style*/
	color:#FFF;
	text-decoration:none;
	background:url(images/navtab-right.png);
	background-position: bottom right;
}

#nav a:hover{ /*onMouseover style*/
	color:#FFF;
	text-decoration:none;
	background-image: url(images/navtab-left.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

#nav a:hover span{ /*onMouseover style*/
	color:#FFF;
	text-decoration:none;
	background:url(images/navtab-right.png);
	background-position: bottom right;
}
/*
	HOMEPAGE STRUCTURE
*/
#mainpromo {
	background-image: url(images/mainpromo.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 940px;
	padding-bottom: 11px;
}
#promocells-wrap {
	background-image: url(images/dots-vr-home.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 940px;
}
#promocell1 {
	width: 246px;
	float: left;
	background-image: url(images/promocell1-header.png);
	background-repeat: no-repeat;
}

#promocell2 {
	width: 368px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	background-image: url(images/promocell2-header.png);
	background-repeat: no-repeat;
}
#promocell3 {
	width: 246px;
	float: right;
	background-image: url(images/promocell3-header.png);
	background-repeat: no-repeat;
}
#promocell1-content {
	padding-top: 30px;
}
#promocell2-content {
	padding-top: 30px;
}
#promocell3-content {
	padding-top: 30px;
}
/*
	FEED STRUCTURE
*/
.datebox {
	margin-bottom: 5px;
}
#stockbox {
	height: 75px;
	width: 246px;
	margin-bottom: 5px;
	float: left;
	font-size: 85.7%;
}
img.stockbox {
	float: left;
	margin-right: 10px;
	padding-top: 0px;
}
a img.stockbox {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
#designbox {
	width: 368px;
	float: left;
	height: 120px;
	margin-bottom: 15px;
	font-size: 85.7%;
}
img.designbox {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
a img.designbox {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
}
#newsbox {

	width: 246px;
	margin-bottom: 10px;
	font-size: 85.7%;
}
img.newsbox {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
}
a img.newsbox {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
}
/*
	PAGE STRUCTURE
*/
#pagewrap {
	width: 940px;
	background-image: url(images/pagewrap-bg.png);
	background-repeat: repeat-y;
	height: 100%;
}
#maincol {
	width: 620px;
	float: left;
	padding-right: 50px;
	padding-left: 10px;
}
#rightcol {
	width: 260px;
	float: right;
}

#sidebarcell-wrap {
	width: 260px;
}
.sidebar-h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 136.4%;
	padding-bottom: 5px;
}

/*
	POST STRUCTURE
*/
#blogpost-wrap {
	width: 630px;
	float: left;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
}
/*
	FOOTER
*/
#push	{
	height: 80px;
}

#footer	{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #333;
}
.copyrightcell {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	font-size: 80.8%;
}
