/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* */

body{ background-color:black; font-family: helvetica, arial, serif; }
.wrapper-zero{ background-color:black; }
.wrapper-one{
	width: 900px;
	margin: 0 auto;
	background: black url('img/bg_pattern.jpg');
	padding: 0 45px;
}
#wrapper-two{ width: 1200px; margin: 0 auto; background-color:transparent; }
em{ font-style: italic; }
p{
	color: #636363;
	line-height: 1.2em;
	font-size: 0.9em;
}
h2{
	color: #790000;
	font-size: 1.2em;
	margin-bottom: 5px;
}
h3{
	color: #636363;
	font-size: 1.1em;
	margin-bottom: 5px;
}
a:link {color:#790000; text-decoration: none;}      /* unvisited link */
a:visited {color:#790000;}  /* visited link */
a:hover {text-decoration: underline;}  /* mouse over link */
a:active {color:#790000;}  /* selected link */
.clear{ clear:both }

#header{ margin-bottom: 50px; }

.left{ float: left; }
.right{ float: right; }

.box{ 
	width: 440px;
}
.box img{
	float: left;
	margin-right: 15px;
}
.box-item{
	height: 110px;
	margin-bottom: 30px;
}
.box-review{
	width: 378px;
	margin-bottom: 30px;
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
	padding: 20px;
}
.storify{
	height: 25px;
	overflow: hidden;
}

/* wrapper-zero */
#fake_header{ margin: 0 auto; width:990px; overflow: hidden; }
.wrapper-zero ul{ 
	height: 30px; 
	color: white;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 79%;
}
.wrapper-zero li{
	float: left;
	padding: 0.9em;
	margin-right: 5px;
}
.wrapper-zero li a:link{ color: white; }
.wrapper-zero li a:visited{ color: white; }
.wrapper-zero li a:hover{ color: #949999; text-decoration: none; }
.wrapper-zero li a:active{ color: white; }

/* footer */
#wrapper-three{ 
	background: black url('img/bg_pattern.jpg');
	margin: 0 auto;
	width: 900px;
	padding-top: 50px;
}
#footer{
	color: #BDBDBD;
	background-color: #292929;
	padding: 45px;
	font-size: 0.9em;
}
#leftfoot{
	float: left;
	width: 275px;
	padding-right: 25px;
}
#leftfoot ul{ float: left; margin-right: 10px; }
#leftfoot li{ color: #636363; line-height: 1.3em; font-size: 0.9em; }
#rightfoot{
	float: left;
	width: 510px;
}
#rightfoot p{ line-height: 1.3em; margin-bottom: 10px; }

/* timeline */
.vco-storyjs p, .vco-storyjs blockquote, .vco-storyjs blockquote p, .vco-storyjs .twitter blockquote p {
	font-family: 'Lekton', courier !important;	
}