/*
Project:    VIBR
Variant:    Screen
Author:     Architexture
Date:       November 2010
----------------------------------------*/

@import url("reset.css");

/*----------------------------------------*/

@media screen{

body{
font-size: 1em;
line-height: 1.5;
font-family: 'American Typewriter', Georgia, sans-serif;
color: #39444a;
}
html>body{
font-size: 16px;
}

/*----------------------------------------*/
.red {color: #8e0000;}

body {
	background: url(images/bg.jpg) repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #39444a;}

#wrapper {
	width: 960px;
	margin: 0 auto 50px auto;
	padding: 20px;
	text-align: left;
	}
	
ul#nav  {	
	text-align: center;}

ul#nav li {
	display: inline;
	}
	
ul#nav a {
	font-size: 16px;
	padding: 15px 10px;
	color: #39444a;
	text-decoration: none;
	}
	
ul#nav a:hover {
	background-color: #940002;
	color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
a.current {
	background: white;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
.bg1 {
	background: transparent url(images/clear.png) repeat;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	border: 1px dashed #9da7aa;}

.one {
	width: 265px;
	float: left;
	 margin-right: 40px}
	
.two {
	width: 300px;
	float: right;}
	
.three {
	width: 420px;
	float: left;
	padding: 0 30px;
	margin: 0 0 20px 0;}
	
.box {
	width: 255px;
	float: left;
	margin:0 15px 15px 15px;
	padding: 10px 15px;
	min-height: 500px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;}
	
.box2 {
	width: 255px;
	float: left;
	margin: 0 15px 15px 15px;
	padding: 0;
	}
	
.box-bottom {
	margin: 50px 0 50px 0;
	padding-bottom: 30px;
	border-bottom: 5px solid #9ba3a5;}
	
.box-img {
	float: left;
	border: 15px solid white;
	margin: 0 40px 70px 0;}

.border-right {
	border-right: 1px solid #9fa6a9;}
	
.shorty {
	width: 160px;
	padding: 0 0 15px 0;
	margin: 0 15px;
	float: left;
	border-bottom: 2px solid #9ba3a5;}
	
.youtube {
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;
	width: 640px;}
	
.youtube2 {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;
	width: 400px;}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);}
 
h1 {
	color: #39444a;
	font-size: 2em;
	text-align: center;
	line-height: 1em;
	margin: 40px 0 40px 0;}
	
h1.title {
	color: #39444a;
	font-size: 4em;
	text-align: center;
	line-height: 1em;
	margin: 30px 0 40px 0;}
	
h1.home {
	color: #39444a;
	font-size: 4em;
	text-align: center;
	line-height: 1em;
	margin: 30px 0 40px 0;}
	
h1.home span, h1.title span, h1 span {
	font-size: 1.6em;
	padding-top: 2%;
	display: block;
	color: #39444a;}
 
h2 {
	color: #39444a;
	font-size: 2.2em;
	text-align: center;
	line-height: 1.3em;
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #9ba3a5;
	border-bottom: 1px solid #9ba3a5;}
	
h3 { 
	font-size: 1.8em;
	text-align: left;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding-bottom: 6px;}
	
h3.border {
	border-bottom: 1px solid #b5bec0;}
	
h3 a {
	font-size: .9em;
	color: #890000;
	text-decoration: none;}
	
h3 a:hover {
	color: #890000;}
	
#compare h3 a {
	font-size: .9em;
	text-align: center;
	margin: 0 auto;
	color: #890000;
	text-decoration: none;}
 
h4 {
	font-size: 2em;
	text-align: left;
	line-height: 1.3em;
	margin: 20px 0 0 0;
	padding-bottom: 6px;}
	
h4.notop {
	margin: 0;}
	
.top {
	border-top: 2px solid #9ba3a5;
	padding: 15px 0;
	margin-bottom: 10px;}
	
.topbot {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #9ba3a5;
	border-bottom: 1px solid #9ba3a5;}
	
h4 a {
	color: #3e4b53;
	text-decoration: none;}
	
h5 { 
	font-size: 1.9em;
	text-align: left;
	line-height: 1.3em;
	margin: 20px 0 0 0;
	padding-bottom: 6px;}
	
h6 { 
	font-size: 1.9em;
	text-align: left;
	line-height: 1.3em;
	margin: 20px 0 0 0;
	padding-bottom: 6px;}
	
.external {
	background-color: #d7dbde;
	border: 1px solid #bbc3c8;
	padding: 0 20px 20px 20px;}
	
p {	
	font-family: sans-serif, Arial, Verdana;
	padding: 10px 0;
	line-height: 1.6em;}
	
p.big {
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0 20px 0;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);}
	
p.small {
	font-weight: bold;
	font-size: .8em;}
	
.pros, .cons {
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);}
 
ul {
	list-style: circle;
	margin-left: 20px}
	
ul li {
	font-family: sans-serif, Arial, Verdana;
	font-size: .9em;}
 
blockquote {
	margin:22px 40px;
	padding:20px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;
	color: #33373c;}
	
.one blockquote {
	margin:0;
	padding:20px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;
	color: #33373c;}
	
blockquote p {
	font-size: 1em;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);}
 
small {
	font-size:0.85em;}
 
img {
	border:0;}
	
/* images */

.ironwood1 {
	background: transparent url(images/ironwood1.png) bottom left no-repeat;}
	
/* TABLE */

table {
	border: 5px solid #ccc;
	background: transparent url(images/clear.png) repeat;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	}
	
#score tr:nth-child(odd)  {  }
#score tr:nth-child(even) { background-color:#fff; }
	
tr {
	vertical-align: top;}
	
tr:hover {
	background-color: #cfedff;}
	
td {
	padding: 8px;
	vertical-align: top;}
	
td:hover {
	background-color: #a1ddff;}
	
td.header {
	font-size: 17px;
	text-align: center;
	margin: 0 auto;}
	
.x {
	background: transparent url(images/x.png) center center no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;}
	
.check {
	background: transparent url(images/check.png) center center no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;}
	
	.checkgradient {
	background: transparent url(images/checkgradient.png) center center no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;}
	
#compare img {
	border: 1px dashed #ccc;
	text-align: center;
	margin: 0 auto;}
	
.compare {
	border: 1px dashed #ccc;
	padding: 6px;
	background-color: white;}
	


 
/***** Links *****/
 
a {
	color: #8e0000;}
	
a:visited {
	text-decoration: none;}
	
a:hover {
	color: #333;}
 
/***** Forms *****/
 
.form {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
	background: transparent url(images/clear2.png) repeat;
	border: 1px dashed #9da7aa;}
  
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
:focus         { outline: none;}