body {
	font: 14px/1.5em 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #333;
}

p {
	margin: 1em 0;
	text-align: justify;
}

/** Headers **/
/* 19px */
h1 {
	font-size: 1.357em;
	line-height: 1.105em;
	margin: 0 0 1.105em;
}
/* 16px */
h2 {
	font-size: 1.143em;
	line-height: 1.3125em;
	margin: .656em 0;
}
/* 15px */
h3 {
	font-size: 1.071em;
	line-height: 1.4em;
	margin: 0 0 1.4em;
}

/** Links **/
a, a:visited {
	color: #3c7fab;
}

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

/** Lists **/
ul, ol {
	list-style-position: outside;
	margin: 1.5em 0;
}
ul.none {
	list-style-type: none;
}
li {
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dl.box {
	width: 60%;
	margin: 1em auto;
	text-align: center;
}
dl.box dt {
	background: #333;
	color: #eee;
	padding: .5em 0;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
}
dl.box dd {
	margin: 0 0 1em 0;
	background: #DBD8D8;
	padding: .5em;
	font-weight: bold;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}

/** Navigation **/
nav ul {
	overflow: hidden;
	margin: 0;
}
nav ul li {
	float: left;
	margin-right: 10px;
}
nav ul li::last-child {
	margin-right: 0;
}

/** Sections **/
section {
	position: relative;
}
section h1 {
	text-align: center;
	padding: .368em 0;
	/*text-shadow: 0 1px 0 #fff;
	color: #3B3838;*/
}
section h2 {
	text-align: center;
}

/** Tables **/
table {
	background: #fff;
	clear: both;
	color: #333;
	margin-bottom: 1.5em;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: center;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}

/** Pagination **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1.5em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Forms **/
form {
	clear: both;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 16px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
fieldset legend {
	color: #3c7fab;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 1.5em;
}
form div {
	clear: both;
	margin-bottom: 1.5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 1.5em;
	text-align: center;
}
label {
	display: block;
	/*margin-bottom:3px;*/
}
input, textarea {
	clear: both;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-size: 100%;
	padding: .429em 2%;
	width: 96%;
}
input, textarea, select {
	border: .071em solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: -1px -1px 5px #aaa;
	-webkit-box-shadow: -1px -1px 5px #aaa;
	box-shadow: -1px -1px 5px #aaa;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	width: auto;
	font-weight:normal;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}
form .left {
	float: left;
	width: 48%;
}
form .right {
	float: right;
	width: 48%;
	clear: none;
}
/*
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}*/

/** Main Layout **/
#container {
	overflow: hidden;
}

header.main {
	padding: 0 0 .75em;
	position: relative;
}
header.main h1.logo {
	margin: 0 0 0 10px;
	font-size: 3em;
	line-height: 1;
	float: left;
}
header.main h1.logo a {
	color: #fff;
	text-indent: -9999px;
	background: url(/img/supplement-giveaway-logo.png) no-repeat;
	height: 200px;
	width: 311px;
	float: left;
}
header.main hgroup h2 {
	margin: 0 0 0 153px;
	color: #eee;
}
header.main nav {
	position: absolute;
	bottom: 0.75em;
	right: 10px;
}
header.main nav ul {
	list-style-type: none;
}
header.main nav li:last-child {
	margin-right: 0;
}
header.main nav a {
	color: #efefef;
}

/* Top user navigation */
#usernav {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 10px 15px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	background: #efefef;
}

#usernav ul {
	margin: 0;
	list-style-type: none;
}
#usernav li {
	float: left;
	margin: 0 10px 0 0;
	height: 30px;
	line-height: 2;
}
#usernav li:last-child {
	margin: 0;
}
#usernav ul.me {
	float: left;
	margin: 0 10px 0 0;
}
#usernav ul.links {
	float: right;
}
/* join button */
#usernav h2 {
	margin: 0;
	font-size: 1.75em;
}
#usernav a {
	text-shadow: 0 1px 0 #fff;
}

/** Main content **/

#content > section {
	
}

#content > section, footer {
	background: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px #BEBEBE;
	-webkit-box-shadow: 0 0 10px #BEBEBE;
	box-shadow: 0 0 10px #BEBEBE;
}

#content > section p {
	text-shadow: 0 1px 0 #fff;
}

#content > section > div {
	padding: 10px 20px;
}

/** Footer **/
footer {
	margin: 20px 0 10px;
}
footer nav {
	margin: .75em 0;
	float: left;
}
footer nav.social {
	float: right;
	margin: 0.75em 5px 0 0;
}
footer nav.social li {
	margin: 0;
}
.social img:hover {
	background: #3C7FAB;
}
footer h4 {
	clear: left;
	margin: 0 0 .75em 20px;
}

/** Ads **/
.am {
	margin: 10px 0 0 10px;
}
.am ul {
	margin: 0;
}
.am li {
	list-style-type: none;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
}
.am li:last-child {
	margin-right: 0;
}
.am-small-bar li {
	
}

/** Homepage Giveaways **/
div.giveaway li {
	margin-bottom: 1em;
}

.giveaway-thumb {
	float: left;
	margin: 0 10px 1em 0;
	/*border: 2px solid #d0d0d0;*/
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1.5em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1.5em 0;
}
.success {
	background: green;
	color: #fff;
}


/** Videos **/
.youtube {
	margin: 0 10px;
}
div.video-480 {
	width: 480px;
	height: 385px;
}


/** General Styles & Fixes **/
.small {
	font-size: 0.857em;
}
.center {
	text-align: center;
}
.spacer {
	margin-top: 20px;
}
