@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300italic,400,700,800);

html {
	background:#B53C00;
}

body {
	font-size:1em;
	font-weight:400;
	color:#fff;
	font-family: 'Merriweather Sans', Georgia, sans-serif;
	font-smooth: always;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: none;
	text-align: justify;
	text-shadow:0px 1px 0px #B53C00;

}

body a {
	text-decoration: underline;
	font-weight:700;
	color: #fff;
	
}

body a:hover {
	text-decoration: none;
	font-weight:700;
	color: #fff;
}

#container {
	background: #FF5205;
	width: 800px;
	margin:0 auto 0 auto;
	padding:0em 2em 0em 2em;
}

#logo {
	width:800px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	
}


#video {
	margin-bottom:2em;
	border-style: solid;
	border-color: #FED230;
	border-width: 2px 0 2px 0em;
}

#text {
	margin-left: 4em;
	margin-right: 4em;
}


#text h1{
	text-align: left;
	font-size: 1.5em;
	font-weight: 800;
	padding: 0 7em 0 7em;
}

#text h2{
	text-align: center;
	font-size: 1.5em;
	font-weight: 800;
	padding: 0 7em 0 7em;
	margin-top: 3em;
	margin-bottom:1em;

}

#buy {
	margin: 0 auto 2em auto;
	
}

#buy h1{
	text-align: left;
	font-size: 1.5em;
	font-weight: 800;
	padding: 0 2em 0 8em;
	
}
#buy img {
	vertical-align: middle;
	margin-right: 1em;
}

#widget {
	padding-left: 125px;
	padding-right:125px;
}

#text img {
	margin-right:1em;
	margin-bottom:2em;
float: right;
}



#text table{
	width:100%;
	text-align: center;
}

.friends {
	font-size:0.8em;
}

.producers {
	font-size:1.2em;
	font-weight: 700;
}

#text td{
	width:33%;
}

#footer {
	display:block;
	margin-top: 5em;
	margin-bottom: -2em;
	padding-bottom: 2em;
	font-size: 0.8em;
	text-align: center;
}

.quoterotator {
	width: 800px;
	height: 180px;
	position: relative;
	float: left;
	padding: 0 3em 0 3em;
	padding-top: 11px;
}

.quotecontent {
	width: 80%;
	height: auto;
	position: absolute;
	margin:0 auto 0 auto;
	min-height: 180px;
	top: 0;
	z-index: 2;
	display: none
}

.quotecontent p:before{
	content:open-quote;
}
.quotecontent p:after{
	content:close-quote;
}
.quoterotator .quotecontent.current {
	display: block
}
.quoterotator blockquote {
	margin: 2em 0 2em 0;
	padding: 0;
}
.quoterotator blockquote p {
	font-size: 1em;
	font-weight: 300;
	margin: 1em 2em 1em 2em;
	font-style: italic;
}
.quoterotator blockquote footer {
	font-size: 1em;
	font-weight: 400;
	text-align:right;
	margin-right:2em;
}
.quoterotator blockquote footer:before {
	content: '―'
}

.slider {
	width: 800px;
	height: 450px;
	position: relative;
	float: left;
	margin-bottom: 2em;
		border-style: solid;
	border-color: #FED230;
	border-width: 2px 0 2px 0em;
}

.slidecontent {
	width: 100%;
	height: auto;
	position: absolute;
	min-height: 450px;
	top: 0;
	z-index: 2;
	display: none
}

.slider .slidecontent .first {
	display: block
}

