/* INJOY - http://www.injoy.com */
/* All associated graphics copyright 2008-, GiANT Impact */
/* Updated Last: October 16, 2008 */
/* Update By: Chris Ediger */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* YUI Reset, Base & Font CSS */
/* CSS Framework */

@import "/css/yui_reset.css";
@import "/css/yui_base.css";
@import "/css/yui_fonts.css";


/* Main */
/* Use this section to define general body & wrapper formatting */

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
}

html {
	background: #d6d6d6 url("../images/bg_body.gif") repeat-x left top;
}

body {
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content {
	margin-top: 15px;
	margin-bottom: 5px;
}


/* Sections - Structural */
/* Use this section to define the structural section elements for the page */

#mainnav,
#home_top_flash,
.home_top_ads_box,
#home_bottom_specialfeatures_title,
#home_bottom_resources_title,
#home_bottom_specialfeatures_content,
.home_resources_image,
#interior_top,
.interior_content_left_box,
#interior_content_main,
.interior_content_right_box,
#footer,
#interior_content_full {
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
	padding: 5px;
}

#interior_content_main {
	padding: 0;
}

#mainnav, #mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainnav {
	margin-bottom: 15px;
}

#mainnav ul {
	margin: 5px;
}

#mainnav a {
	display: block;
	text-decoration: none;
}

#mainnav li {
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 88%;
	width: 141px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #81949a;
	border: 1px solid #b8b8b8;
	padding: 5px;
	padding-bottom: 3px;
	display: block;
	position: relative;
}

#mainnav li a {
	color: #fff;
}

#mainnav li ul {
	position: absolute;
	width: 145px;
	left: -999em;
	margin: 0;
	margin-right: 5px;
	margin-top: -6px;
	background-color: #ddd;
	border: 1px solid #b8b8b8;
	padding: 0;
}

#mainnav li ul li {
	border: 0;
	background-color: transparent;
	color: #000;
	font-size: 100%;
	width: 135px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: none;
}

#mainnav li ul li a {
	color: #000;
	padding-right: 5px;
}

#mainnav li:hover ul {
	left: auto;
	top: 28px;
	margin-left: -5px;
}

#mainnav li ul li:hover {
	background-color: #eee;
}

#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}

.home_resources_image {
	width: 330px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#home_bottom_resources .last {
	margin-bottom: 0;
}

.home_resources_box img {
	border: 1px solid #b8b8b8;
}

#home_top_flash {
	width: 573px;
	float: left;
	margin-right: 5px;
	padding-bottom: 0;
}

#home_top_ads {
	width: 370px;
	float: left;
}

.home_top_ads_box {
	margin-bottom: 5px;
}

#home_top_ads .last {
	margin-bottom: 0;
}

#home_bottom_specialfeatures {
	width: 585px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#home_bottom_resources {
	width: 370px;
	float: left;
	margin-top: 5px;
}

#home_bottom_specialfeatures_title,
#home_bottom_resources_title,
#interior_top {
	margin-bottom: 5px;
}

.specialfeatures_box {
	width: 175px;
	float: left;
	margin-right: 15px;
	font-size: 88%;
}

#home_bottom_specialfeatures_content .last {
	margin-right: 0;
}

.boxed {
	border: 1px solid #b8b8b8;
	background-color: #eeefef;
	padding: 5px;
}

#interior_content_left,
#interior_content_right {
	float: left;
	width: 191px;
}

#interior_content_left,
#interior_content_main {
	margin-right: 5px;
}

.interior_content_left_box,
.interior_content_right_box {
	margin-bottom: 5px;
}

.interior_content_left_box .boxed,
.interior_content_right_box .boxed {
	font-size: 88%;
}

#interior_content_main {
	width: 565px;
	float: left;
}

.paginate {
	font-size: 88%;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer {
	margin-top: 5px;
}

#footer_left {
	width: 800px;
	float: left;
	text-align: left;
	font-size: 88%;
	margin-top: 10px;
}

#footer_left img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

#footer_right {
	width: 100px;
	text-align: right;
	float: right;
	font-size: 88%;
}

#footer .boxed {
	background-color: #ffffff;
}


/* General - Formatting */
/* Use this section to define general formatting rules for the page */

a {
	color: #91a3a7;
}

a:hover {
	color: #b2ac9e;
}

table,
table tr,
table tr td {
	border: 0;
	padding: 0;
}

hr {
	color: #ffffff;
	border-top: 1px dotted #b6b8b8;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	margin: 10px auto;
}


/* Sections - Formatting */
/* Use this section to define sectional formatting rules for the page */

table.schedule,
table.pricing {
	width: 100%;
}

table.schedule tr td {
	padding-bottom: 10px;
}

table.pricing tr td {
	padding: 5px;
}
	
table.schedule p,
table.pricing p {
	padding: 0;
	margin: 0;
}
	
table.schedule tr.table_header td {
	background-color: #784E38;
	color: #fff;
	padding: 5px;
}

table.pricing tr.table_header td {
	background-color: #000000;
	color: #fff;
}

table.schedule tr.firstrow td {
	padding-top: 10px;
}

#home_bottom_specialfeatures_title h1,
#home_bottom_resources_title h1,
#interior_top_title h1,
.interior_content_left_box h2,
.interior_content_right_box h2 {
	margin: 0;
	padding: 1px 0 0 5px;
	background-color: #a3ab08;
	color: #ffffff;
	font-size: 88%;
	text-transform: uppercase;
}

.interior_content_left_box h2,
.interior_content_right_box h2 {
	background-color: #b2ac9e;
}

.interior_content_left_box h2,
.interior_content_right_box h2 {
	margin-bottom: 5px;
}

.interior_content_left_box ul,
.interior_content_right_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}

.interior_content_left_box ul li,
.interior_content_right_box ul li {
	list-style: none;
	border: 1px solid #b8b8b8;
	background-color: #eeefef;
	padding: 5px;
	margin-top: -1px;
	font-size: 88%;
	font-weight: bold;
	color: #404040;
}

.interior_content_left_box ul li a,
.interior_content_right_box ul li a {
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #404040;
}

.interior_content_left_box ul li a:hover,
.interior_content_right_box ul li a:hover {
	color: #808080;
}

#home_bottom_specialfeatures_content h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 0;
}

#home_bottom_specialfeatures_content a,
.interior_content_left_box .boxed a,
.interior_content_right_box .boxed a {
	color: #91a3a7;
	text-transform: uppercase;
	font-weight: bold;
}

#home_bottom_specialfeatures_content a:hover,
.interior_content_left_box .boxed a:hover,
.interior_content_right_box .boxed a:hover {
	color: #b2ac9e;
}

.interior_content_main_box {
	position: relative;
	padding: 10px;
}

.interior_content_main_box p {
	font-size: 100%;
}

#home_bottom_resources_title h1 {
	background-color: #d23b4e;
}

#home_bottom_resources_content {
	text-align: center;
	width: 370px;
}

.interior_accent_right {
	float: right;
	padding: 5px;
	padding-right: 0;
}

.interior_accent_left {
	float: left;
	padding: 5px;
	padding-left: 0;
}

.bio_box {
	padding-bottom: 20px;	
}

.bio_pic,
.partner_pic {
	float: left;
	width: 130px;
}

.bio_text,
.partner_text {
	float: left;
	width: 415px;
}

.bio_text h3,
.partner_text h3 {
	margin: 0;
	padding: 0;
}

.bio_text h5,
.partner_text h5 {
	padding-bottom: 10px;
}

.partner_text {
	padding-bottom: 20px;
}

#footer table tr td {
	border: 0;
}

.international_box {
	padding-bottom: 30px;
}

.international_image {
	width: 130px;
	float: left;
}

.international_text {
	width: 415px;
	float: left;
}
.international_text h3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.international_text h4 {
	padding-bottom: 10px;
}

p.partner {
	margin-bottom: -10px;
	padding-bottom: 0;
}

.parentcat {
	padding-top: 10px;
	margin-bottom: -15px;
	font-style: italic;
	font-weight: bold;
}

table.newsletter tr td {
	padding-bottom: 5px;
}

img.enewslogo {
	position: absolute;
	top: 3px;
	right: 10px;
}

#contactmebox {
	margin-top: 10px;
}

#shortform_contactme {
	width: 230px;
	border: 1px solid #808080;
	background-color: #dddddd;
	padding: 5px;
	margin: 5px;
	float: right;
}

p.contactme_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

table.contactme tr td.label {
	font-size: 88%;
	width: 120px;
}

#contactmebox span.label {
	font-size: 88%;
}

h3.byline,
h5.byline {
	margin-top: -15px;
	margin-bottom: 15px;
}

h4.authorbio {
	margin-top: 25px;
	margin-bottom: 5px;
	color: #A80326;
}

img.accentimage {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #B8B8B8;
}

p.readon {
	font-size: 88%;
	align: right;
}

.article_box {
	padding-bottom: 20px;
}

.tellafriend_preview {
	border: 1px solid #808080;
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #eee;
	font: 11px Arial, Helvetica, sans-serif; /*Times, Times New Roman, serif;*/
}

/* Other Elements - Formatting */
/* Use this section to define formatting rules for additional page elements */

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

.smaller {
	font-size: 88%;
}

.evensmaller {
	font-size: 66%;
}

.center {
	text-align: center;
}


/* Positioned Elements */
/* Use this section to define absolutely positioned page elements */

#static_toprighticons {
	position: absolute;
	top: 28px;
	right: 10px;
}


/* LiveValidation */
/* Styles associated with the LiveValidation script */

.LV_validation_message {
	padding-left: 3px;
}

.LV_invalid {
	color: #AF0A1C;
}
