/*
Theme Name: 8-HR Energy
Theme URI: http://8-hr.com/
Description: A custom WordPress theme for Casey McCarthy
Version: 1.0
Author: Antonie Potgieter
Author URI: http://tribulant.com
Tags: red, yellow, full width
*/

body {
	margin: 0 0 0 0;
	background: #f33c3c;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

hr {
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
	width: 100%;
	margin: -1px 0;
}

h1, h2, h3, h4 {
    display: block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h2 {
    color: #ef3f3f;
    font-size: 22px;
    margin: 15px 0 10px 0;
    padding: 0 0 5px 5px;
    border-bottom: 1px #fff200 solid;
}

h4 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0 10px 0;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div#base {
}

div#header {
	background: url('images/headrep.jpg') repeat-x;
	height: 150px;
	border-top: 2px #A70503 solid;
}

div#headeri {
	width: 800px;
	text-align: left;
}

div#logo {
    position: absolute;
	background: url('images/logo.jpg') no-repeat;
	display: block;
	width: 240px;
	height: 140px;
	cursor: pointer;
    float: left;
}

div#newsletter {
	position: absolute; 
	width: 300px; 
	margin: 5px 0 0 520px;
    color: #ffffff;
}

div#nav {
    margin: 0 0 0 0;
}

div#nav ul {
    float: right;
    margin: 100px 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

div#nav ul li {
    float: left;
    margin: 0 15px 0 0;
}

div#nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

div#nav ul li a:hover, div#nav ul li a.current {
    text-decoration: none;
    border-bottom: 2px #fff200 solid;
}

div#content {
	background: #ffffff;
}

div#contentt {
	height: 20px;
	background: url('images/ctop.jpg') repeat-x;
}

div#contenti {
	width: 800px;
	text-align: left;
}

div.content {
	padding: 0;
	text-align: justify;
    line-height: 20px;
}

div#merch {
    float: left;
    width: 300px;
}

div#merchi {
    margin: -30px 0 -55px 0;
    position: absolute;
    z-index: 99;
}

div#homecontent {
    float: right;   
    width: 500px;
}

div#homecontenti {
    display: block;
}

div#contentb {
	height: 20px;
	background: url('images/cbot.jpg') repeat-x;
}

div#footer {
	min-height: 75px;
	background: #f33c3c url('images/footrep.jpg') top left repeat-x;
}

div#footeri {
    width: 800px;
    text-align: left;
}

div#footeri p {
    margin: 0 0 0 0;
}

div.footer {
    padding: 15px 0 0 0;
    color: #ffffff;
    text-align: right;
}

div.footer a {
    color: #ffffff;
}

div#footerlinks {
}

div#footerlinks ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    float: right;
    list-style: none;
}

div#footerlinks ul li {
    float: left;
    margin: 0 15px 0 0;
}

div#footerlinks ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

div#footerlinks ul li a:hover {
    text-decoration: none;
}