/*
Theme Name: Vansdirect
Theme URI:
Description:
Version: 1
Author: 
Author URI:
*/



/*The file below is read by ALL browsers but the hacks contained within it further target IE5-6 for Windows. See file for details.
----------------------------------------------------*/

@import "ie6win.css";
@import "ie7win.css";



/*begin normal CSS for Tier 1 browser: Firefox
----------------------------------------------------*/
body {
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #666;
	background: #999 url(images/bg-body.gif) repeat-x 0 0;
	}
a {color:#900;}
a:hover {color:#000;}
h1,h2,h3,h4,p {
	color:#333;
	margin: 0 15px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	}
h1 {}
h2 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 15px;
	}

h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: bold;
	}
h4 {}
p {
	margin-bottom: 10px;
	}
p a {
	font-weight: bold;
	}




/*classes
----------------------------------------------------*/
.third {
	float: left;
	width: 295px;
	margin-left: 10px;
	display: inline;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	display: inline;
	}
.alignleft {
	float: left;
	display: inline;
	}

















#wrap {
	margin: 15px auto 0;
	width: 920px;
	text-align: left;
	background: #fff;
	}


/*header
----------------------------------------------------*/
#header {
	height: 151px;
	background: #fff url(images/bg-header.gif) no-repeat;
	}
a#logo {
	background: url(images/logo.gif);
	float: left;
	width: 285px;
	height: 100px;
	}
a#logo img {
	display: block;
	width: 0;
	}
#header ul {
	float: left;
	display: inline;
	clear: left;
	margin: 10px 10px 0;
	}
#header li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	}
#header li a {
	display: block;
	line-height: 41px;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	}







/*content
----------------------------------------------------*/
#content {
	float: left;
	margin: 10px;
	display: inline;
	width: 600px;
	min-height: 513px;
	background: url(images/bg-content.gif) repeat-x 0 0;
	padding-bottom: 3em;
	}
* html #content {
	height: 513px;
	}
#content h2 {
	margin: 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e4e4e4;
	height: 1%;
	}
#content h2 a {
	padding-right: 145px;
	display: block;
	}
#content h2 small {
	color: #999;
	font-size: 0.6em;
	position: absolute;
	right: 0;
	top: 0;
	}

p.postmetadata {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px 8px;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	clear: both;
	}
p.postmetadata a {
	color: #666;
	}
p.postmetadata a:hover {
	color: #000;
	}
/*Captions
----------------------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 15px 8px;
	-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: 1.1em;
	line-height: 1.7em;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
	}
/*page navigation
-----------------------------------------------------*/
.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	color: #666;
	font-weight: bold;
	margin: 15px;
	padding: 10px 0 0;
	text-align: right;
	border-top: 1px solid #ccc;
	}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 5px;
	border: 1px solid #ccc;
	color: #BD3320;
	margin-left: 3px;
	}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #000;
	background: #f5f5f5;
	}
.wp-pagenavi .pages {
	float: left;
	}


/*comments
----------------------------------------------------*/
#content ol {
	margin: 15px;
	font-size: 1.2em;
	}
#content ol li {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	}
#content ol li.alt {
	background: #FFF1EF;
	}
.commentmetadata {
	position: absolute;
	font-size: 0.9em;
	right: 10px;
	top: 5px;
	}
#content ol p {
	font-size: 1em;
	clear: both;
	margin: 0 10px 5px;
	}
#content ol li cite {
	font-weight: bold;
	}
#content ol li img.avatar {
	padding: 5px;
	background: #fff;
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0 15px 8px 0;
	}

#content ul {
	margin: 10px 15px;
	font-size: 1.2em;
	}
#content ul li {
	margin-left: 15px;
	list-style: disc;
	}
#content ul li a {
	}


/*forms
----------------------------------------------------*/
form {
	border: 1px solid #e1e1e1;
	margin: 15px;
	padding: 15px 15px 0;
	background:  #fff;
	}
* html form {
	padding: 15px 0;
	}
*:first-child+html  form {
	padding: 15px 0;
	}
form p {
	margin: 0 0 10px;
	}
#loginform p,
#registerform p {
	margin-bottom:  5px;
	}
#loginform,
#registerform {
	padding-bottom: 10px;
	}
* html #loginform,
* html #registerform {
	padding: 15px;
	}
* html #loginform input#submit,
* html #registerform  input#submit {
	margin-left: -15px;
	}
*:first-child+html  #loginform,
*:first-child+html  #registerform {
	padding: 15px;
	}
*:first-child+html  #loginform input#submit,
*:first-child+html  #registerform input#submit {
	margin-left: -15px;
	}
form p small {
	margin-left:15px;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	}
input, textarea {
	width: 200px;
	border: 1px solid #999;
	border-width: 2px 1px 1px 1px;
	padding:  2px;
	}
textarea {
	width: 530px;
	}
input#submit {
	font-size: 1em;
	width: auto;
	background: #B22222;
	color: #fff;
	font-weight: bold;
	border:  0;
	padding: 5px 8px;
	overflow: visible;
	text-transform: uppercase;
	margin: 0;
	}
input#rememberme {
	width: auto;
	border: 0;
	}














/*sidebar
----------------------------------------------------*/
#sidebar {
	margin: 10px 10px 10px 0;
	float: left;
	width: 290px;
	display: inline;
	background: url(images/bg-content.gif) repeat-x 0 0;
	min-height: 513px;
	padding-bottom: 3em;
	}
* html #sidebar {
	height: 513px;
	}
#sidebar ul {
	margin: 0;
	}
#sidebar ul ul {
	margin: 10px 15px;
	font-size: 1.2em;
	border-top: 1px solid #e1e1e1;
	}
#sidebar ul ul li a {
	line-height: 1.2em;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	background: url(images/bg-li-a.gif) no-repeat 0 8px;
	width: 245px;
	}
#tag_cloud {	
	margin: 15px;
	}
#sidebar #tag_cloud h2 {
	margin: 0 0 15px;
	}
#sidebar h2 {
	margin-bottom: 0.2em;
	font-size: 1.4em;
	font-weight: bold;
	}
#sidebar p {
	margin-top: 10px;
	}
/*content-footer
----------------------------------------------------*/
#content-footer {
	background: #a12d2d;
	clear: both;
	}
#content-footer h2 {
	color: #fff;
	}
#content-footer ul {
	margin: 15px;
	font-size: 1.2em;
	border-top: 1px solid #AF4141;
	}
#content-footer li a {
	padding: 5px 0 5px 15px;
	background: url(images/bg-li-a.gif) no-repeat 0 8px;
	border-bottom: 1px solid #AF4141;
	display: block;
	color: #fff;
	width: 250px;
	}
#content-footer li a:hover {
	color: #ffb6c1;
	}
#content-footer ul.rss {
	border: 0;
	}
#content-footer ul.rss li {
	margin-bottom: 8px;
	}
#content-footer ul.rss li a {
	padding: 12px 10px 12px 42px;
	background: #c93838 url(images/bg-li-rss.gif) no-repeat 6px 50%;
	border: 0;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 210px;
	}
#content-footer ul.rss li a:hover {
	background: #fff url(images/bg-li-rss-hover.gif) no-repeat 6px 50%;
	color: #A12D2D;
	}
#content-footer p {
	margin-top: 15px;
	color: #fff;
	}









/*footer
----------------------------------------------------*/
#footer {
	clear:both;
	background: #999 url(images/bg-footer.gif) no-repeat 0 0;
	padding-top: 25px;
	height: 1%;
	}
#footer p {
	color: #eee;
	font-size: 1.1em;
	margin-right: 25px;
	margin-left: 25px;
	}
#footer p.etondigital {
	color: #ddd;
	font-size: 1em;
	margin-top: -5px;
	text-align: center;
	}
