/*
Theme Name: EZPUCK.COM
Theme URI: http://www.robojackstudios.com/
Description: CMS theme
Author: Caley Jack Steward
Author URI: http://www.robojackstudios.com/
Version: 0.5
*/
* { 
  margin: 0; 
  padding: 0;
}
body {
	background: url('images/body-bg.jpg') top center fixed;
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333;
}


/* LAYOUT */
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 940px;
	float: left;
	padding: 10px;
	border-bottom: 1px dotted #444;
	margin: 20px 0 20px;
}
#content {
/*	position: relative;*/
	width: 960px;
/*	z-index: 1000;*/
}
#nav {
	float: left;
	width: 240px;
	margin-right: 10px;
}
#main {
	float: left;
	width: 460px;
	padding: 0 10px;
	padding-bottom: 120px;
}
#aside {
	width: 220px;
	float: left;
	padding: 0 10px;
}
#footer {

	width: 100%;
	/*z-index: 9999;*/
}


/* HEADER */
#header h1 a { /* Site Name */
	float: left;
	width: 940px;
	height: 176px;
	margin-bottom: -60px;
	display: block;
	background: url('images/header-logo.png') no-repeat;
	text-indent: -9999px;
	outline: none;
}
#header img {
	float: right;
	margin-bottom: -10px;
}
#header p { /* The Tagline */
	font-size: 1.4em;
	margin: 1em 0;
}


/* NAVIGATION & SUB-NAV DROP-DOWNS */
#content #nav {
	margin: 0;
}
#content #nav li {
	float: left;
	list-style: none;
	margin-bottom: 1px;
/*	font-size: 1.6em;*/
}
#content #nav li a {
	float: left;
	width: 210px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	background: #000;
	text-transform: uppercase;
}
#content #nav li a:hover {
	text-decoration: none;
	background: #111;
}
#content #nav li.current_page_item a, #content #nav li.current_page_parent a, #content #nav li.current_page_ancestor a {
	color: #F00;
}


/* CONTENT-GENERIC */
#content h1 {
	font-size: 2.0em;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 1.6em;
}
#content p {
	font-size: 1.4em;
	display: block;
	color: #444;
}
#content ul {
	font-size: 1.4em;
	margin-left: 20px;
	color: #444;
}
#content a {
	color: #222;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#aside form {
	text-align: center;
}


/* CONTENT-MAIN */
#main p {
/*	font-size: 1.4em;*/
	margin: .5em 0 1.5em 0;
}
#main h3 {
	font-size: 1.4em;
}
/* #main img {
	float: left;
}*/
#main a {
	color: #F00;
	text-decoration: none;
}
#main a:hover {
/*	color: #29ABE2;*/
	color: #F00;
	text-decoration: underline;
}
hr {
	clear: both;
	margin: 20px 0;
	border: none;
	border-top: 1px dotted #000;
}
.alignnone {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
}


/* CONTENT-ASIDE */
#aside li {
	margin: 0 0 2em;
	list-style: none;
	font-size: 1.2em;
}
#aside li li {
	font-size: 1em;
}
#aside li li {
	margin: 0;
}
#aside span {
	display: block;
	text-align: center;
}
#aside a img {
	border: none;
}
#content #aside ul {
	margin: 0;
}
#aside .widgettitle {
	font-size: 18px;
	color: #000;
}

/* TRAINING POSTS */
.post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #444;
	display: block;
}
.post h2 {
	margin-bottom: 8px;
/*	font-size: 1.8em;*/
	color: #000;
	text-transform: uppercase;
}


/* FOOTER */
#footer p {
/*	margin: 0 auto;*/
	width: 100%;
	padding: 10px;
	color: #EEE;
}
#footer a {
	color: #29ABE2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* EXPANDING SECTIONS */
#content h2 a {
	display: block;
	padding: 5px 10px;
	background: #000;
	font-weight: normal;
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
}
#content h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#content h2 a span {
	font-family: monospace;
	color: #F00;
	font-size: 1.2em;
}
#content h2 a:hover span {
	color: #FFF;
}
#main ul.links {
	margin: 15px 0;
}
#main ul.links h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#main .linkcat {
	padding: 15px 0;
}
#main .linkcat li a {
	font-size: 16px;
}
#main .linkcat ul {
	border-top: 1px dotted #888;
}
#main .linkcat li {
/*	margin: 10px 0;*/
/*	padding: 10px 0;*/
	font-size: 12px;
	border-bottom: 1px dotted #888;
}
#main .linkcat li a {
	padding: 10px;
}
#main .linkcat li a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
/*	opacity: .3;*/
}
#main .linkcat, #main .linkcat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main .linkcat a {
	display: block;
}
#main hr {
	border: none;
	border-bottom: 1px dotted #000;
}

/* ICE DECORATIONS and WARNING LABELS */
#ice {
	position: relative;
	z-index: -1;
}
#ice .topLeft {
	position: fixed;
	top: 0;
	width: 442px;
	height: 221px;
	display: block;
	background: url('images/ice-top-left.png') no-repeat fixed top left;
	
}
#ice .topRight {
	position: fixed;
	right: 0;
	top: 0;
	width: 425px;
	height: 294px;
	display: block;
	background: url('images/ice-top-right.png') no-repeat fixed top right;
}
#footer #warningLabel {
	position: fixed;
	bottom: 20px;
	right: 30px;
/*	z-index: 8000;*/
}
#footer #warningLabel span {
/*	float: right;*/
	width: 238px;
	height: 100px;
/*	right: -20px;*/
/*	margin-top: -100px;*/
	display: block;
	background: url('images/warning-label.png') no-repeat top right;
	text-indent: -9999px;
}

blockquote {
/*	font: 14px/22px normal helvetica, sans-serif;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 3px solid #000;
/*	quotes: "\201C" "\201D";*/
}
/*blockquote:before {
	content: open-quote;
	font-weight: bold;
}
blockquote:after {
	content: close-quote;
	font-weight: bold;
}*/


* html #ice {
	display: none;
}
* html #warningLabel {
	display: none;
}
* html #main {
	padding-bottom: 20px;
}
* html #footer {
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: 50px;
	z-index: 9998;
}
* html #footer p {
	width: 50%;
}