/* =Reset (version 24/01/2010) ------------------------------- */

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, q, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* =Misc ----------------------------------------------------- */

body {
	background: rgb(28,20,14) url(/img/body-standard-temp.jpg) repeat-y center;
	font-family: Georgia, serif;
}

.wrapper {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	box-shadow: #000000 0 0 10px;
	margin-bottom: 25px;
}

/* =Columns -------------------------------------------------- */

.column {
	float: left;
	margin-left: 25px;
}

.c1-3 {
	width: 275px;
}

.c2-3 {
	width: 575px;
}

.c3-3 {
	width: 875px;
}

.c1-4 {
	width: 200px;
}

.c2-4 {
	width: 425px;
}

.c3-4 {
	width: 650px;
}

.c4-4 {
	width: 875px;
}

/* =Header --------------------------------------------------- */

#header {
	background: url(/img/header-white.png) repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 3px 0;
	margin-top: 35px;
	width: 100%;
}

#header .wrapper {
	background: url(/img/header-wrapper-white.png) no-repeat bottom right;
	padding: 10px 0 8px;
	width: 935px;
}

h1 {
	background: url(/img/h1-white.png) no-repeat 0 0;
	float: left;
	height: 39px;
	margin: 0 0 30px 30px;
	text-indent: -9999px;
	width: 357px;
}

h1 a {
	display: block;
	height: 39px;
	width: 357px;
}

#nav-site {
	clear: left;
	float: right;
	margin-right: 30px;
}

#nav-site li {
	float: left;
	margin-left: 25px;
}

#nav-site a {
	background-image: url(/img/nav-site-a.png);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	text-indent: -9999px;
}

#nav-site a.welcome {
	background-position: 0 0;
	width: 95px;
}

#nav-site a.about {
	background-position: -111px 0;
	width: 58px;
}

#nav-site a.blog {
	background-position: -189px 0;
	width: 38px;
}

#nav-site a.lifestyle {
	background-position: -247px 0;
	width: 74px;
}

#nav-site a.revolution {
	background-position: -340px 0;
	width: 94px;
}

#nav-site a.resource {
	background-position: -454px 0;
	width: 88px;
}

#nav-site a.continue {
	background-position: -560px 0;
	width: 85px;
}

#nav-site a.home {
	background-position: -664px 0;
	width: 59px;
}

/* =Content -------------------------------------------------- */

.content {
	background: url(/img/revolve-white.png) no-repeat bottom right;
	padding: 25px 5px 150px;
	width: 925px; /* 5px + 925px + 5px = 935px */
}

.content h2 {
	background-position: 0 9px;
	background-repeat: no-repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 5px 0;
	height: 50px;
	margin: 0 25px 25px 25px;
	text-indent: -9999px;
}

.welcome h2 {
	background-image: url(/img/h2-welcome.png);
}

.about h2 {
	background-image: url(/img/h2-about.png);
}

.blog h2 {
	background-image: url(/img/h2-blog.png);
}

.lifestyle h2 {
	background-image: url(/img/h2-lifestyle.png);
}

.revolution h2 {
	background-image: url(/img/h2-revolution.png);
}

.resource h2 {
	background-image: url(/img/h2-resource.png);
}

h3 {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: #323232 0px 0px 10px;
}

h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 18px;
}

h4:first-child {
	margin-top: 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.content p,
.content ul,
.content ol {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1em;
}

.content p:last-child,
.content ul:last-child,
.content ol:last-child {
	margin-bottom: 0;
}

.content ol li {
	margin-bottom: 1em;
}

object,
embed {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mute {
	color: #808080;
}

.content a {
	color: #ba8d44;
}

.content a:link,
.content a:visited {
	text-decoration: underline;
}

.content a:hover,
.content a:active {
	text-decoration: none;
}

.text,
.video {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	box-shadow: #000000 0 0 10px;
	margin-bottom: 25px;
	padding: 15px;
}

.text {
	background: url(/img/text-white.png) repeat;
}

.video {
	background-color: #000000;
	color: #ffffff;
}

.video a {
	color: #ffffff;
}

.content .button {
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	box-shadow: #000000 0 0 10px;
	margin-bottom: 25px;
	text-indent: -9999px;
}

.content .button a {
	display: block;
	height: 100%;
}

/* =Home ----------------------------------------------------- */

.home {
	background: #0d0906 url(/img/body-basic-dark-temp.jpg) repeat-y center;
}

.home h2 {
	background: url(/img/h2-the-barbarian-project.png) no-repeat 0 0;
	height: 104px;
	margin: 30px auto 20px;
	text-indent: -9999px;
	width: 563px;
}

.home .video {
	width: 720px;
	-webkit-box-shadow: #b7ad99 0 0 50px;
	-moz-box-shadow: #b7ad99 0 0 50px;
	box-shadow: #b7ad99 0 0 50px;
	margin: 0 auto;
}

.home .video p {
	height: 400px;
	width: 720px;
}

.home p.continue {
	background-color: rgb(0, 0, 0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #b7ad99 0 0 50px;
	-moz-box-shadow: #b7ad99 0 0 50px;
	box-shadow: #b7ad99 0 0 50px;
	padding: 14px 18px 14px 20px;
	width: 85px;
	margin: 40px auto;
}

.home p.continue a {
	background:	url(/img/nav-site-a.png) no-repeat -560px 0;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 85px;
}

/* =Welcome -------------------------------------------------- */

.rotator {
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	box-shadow: #000000 0 0 10px;
	margin-bottom: 25px;
}

#rotator {
	height: 325px;
	margin: 15px;
	width: 245px;
}

.welcome .sign-up {
	background-image: url(/img/text-black.png);
}

.welcome label {
	color: #c8c8c8;
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 1em;
}

#hrvly-hrvly {
	background-color: #e6e6e6;
	padding: 3px;
	margin-bottom: 1em;
	width: 235px;
}

.welcome input {
	font-family: Georgia, serif;
	font-size: 14px;
}

.welcome .sign-up h4,
.welcome .sign-up p {
	color: #c8c8c8;
}

.welcome .c2-3 .video p {
	height: 306px;
	width: 545px;
}

/* =About ---------------------------------------------------- */

.about .intro {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px
	-moz-column-gap: 25px;
	column-gap: 25px;
	width: 845px;
}

.about .video {
	background: #000000 url(/img/about-video.png) no-repeat bottom right;
	padding: 103px 15px;
}

.about .c2-4 .video p {
	height: 222px;
	width: 395px;
}

.about .photos {
	margin-bottom: 25px;
	width: 425px;
}

.about .photos li {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
	-moz-box-shadow: 0 0 10px rgb(0, 0, 0);
	-box-shadow: 0 0 10px rgb(0, 0, 0);
	float: left;
	height: 200px;
	text-indent: -9999px;
	width: 200px;
}

#about-photo-1 {
	background-image: url(/img/about-photo-1.jpg);
	margin: 0 25px 25px 0;
}

#about-photo-2 {
	background-image: url(/img/about-photo-2.jpg);
	margin: 0;
}

#about-photo-3 {
	background-image: url(/img/about-photo-3.jpg);
	margin: 0 25px 0 0;
}

#about-photo-4 {
	background-image: url(/img/about-photo-4.jpg);
	margin: 0;
}

.about .c3-4 .text {
	width: 620px;
}

#about-button-lion-fist {
	height: 295px;
	background-image: url(/img/about-button-lion-fist.jpg);
}

#about-button-xxx {
	height: 433px;
	background-image: url(/img/about-button-xxx.png);
}

/* =Revolution ----------------------------------------------- */

.revolution .c4-4 {
    margin-bottom: 25px;
}

.revolution .c4-4 img {
    margin-bottom: 0;
    margin-right: 25px;
    float: left;
}

.revolution .c4-4 img.last {
    margin-right: 0;
}

.revolution .intro {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px
	-moz-column-gap: 25px;
	column-gap: 25px;
	width: 845px;
}

.revolution .c1-4 img {
    margin-bottom: 10px;
}

/* =Blog ----------------------------------------------------- */

.blog .intro {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 845px;
}

.blog .article .text {
	width: 620px;
}

.blog .date {
	color: #808080;
	text-transform: uppercase;
	margin-top: -14px;
}

.blog .video {
	margin-bottom: 15px;
}

.blog .c1-4 img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
	-moz-box-shadow: 0 0 10px rgb(0, 0, 0);
	box-shadow: 0 0 10px rgb(0, 0, 0);
	margin-bottom: 25px;
}

.blog .c1-4 .text {
	color: #323232;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 170px;
}

.blog .c1-4 h5 {
	font: bold italic 16px Georgia, serif;
	margin-bottom: 14px;
}

.blog .c1-4 p {
	font-style: italic;
}

/* =Footer --------------------------------------------------- */

#footer {
	background: url(/img/header-white.png) repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 3px 0;
	margin-bottom: 25px;
	padding: 8px 0;
	text-indent: -9999px;
	width: 100%;
}

#footer .wrapper {
	padding: 0 5px;
	width: 925px; /* 5px + 925px + 5px = 935px */
}

#footer .copyright {
	background: url(/img/footer-copyright-black.png) no-repeat 0 0;
	float: left;
	height: 19px;
	width: 164px;
	margin-bottom: 5px;
}

#footer .email {
	background: url(/img/footer-email-white.png) no-repeat 0 0;
	clear: left;
	float: left;
	height: 20px;
	width: 199px;
}

#footer .freedom {
	background: url(/img/footer-freedom-black.png) no-repeat 0 0;
	float: right;
	height: 18px;
	margin: 2px 0 9px 0;
	width: 237px;
}

#footer .website {
	background: url(/img/footer-website-white.png) no-repeat 0 0;
	float: right;
	height: 11px;
	width: 209px;
}

#footer a {
	display: block;
}

/* =Basic ---------------------------------------------------- */

.basic {
	background-image: url(/img/body-basic-standard-temp.jpg);
}

.basic h2.revolution {
	background: url(/img/h2-basic-revolution.png) no-repeat 0 0;
	height: 96px;
	margin: 20px auto 0;
	text-indent: -9999px;
	width: 302px;
}

#middle {
	background: url(/img/middle-white.png) repeat-x 0 0;
	height: 448px;
	width: 100%;
}

.basic .nav-in {
	margin: 0 auto;
	position: relative;
	width: 935px;
}

.basic .nav-in li {
	height: 258px;
	position: absolute;
	text-indent: -9999px;
	top: 95px;
	width: 230px;
}

.basic li.code {
	background: url(/img/revolution-code.png) no-repeat 0 0;
	left: 160px;
}

.basic li.generation {
	background: url(/img/revolution-generation.png) no-repeat 0 0;
	left: 545px;
}

.basic .nav-out {
	background: url(/img/revolve-basic-white.png) no-repeat bottom right;
	margin: 0 auto 30px;
	padding: 10px 0 225px;
	width: 935px;
}

.basic .nav-out p {
	background-color: rgb(0, 0, 0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	box-shadow: #000000 0 0 10px;
	float: right;
	margin-right: 30px;
	padding: 14px 18px 14px 20px;
}

.basic .nav-out a {
	background:	url(/img/nav-site-a.png) no-repeat 0 0;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 95px;
}

/* =Temp ----------------------------------------------------- */

.basic h2.resource {
	background: url(/temp/h2-basic-resource.png) no-repeat 0 0;
	height: 96px;
	margin: 20px auto 0;
	text-indent: -9999px;
	width: 287px;
}

.basic li.coming-soon {
	background: url(/temp/coming-soon.png) no-repeat 0 0;
	height: 138px;
	left: 267px;
	top: 155px;
	width: 400px;
}