﻿/* 
	Premade-Layouts.net CSS Styles
	Version 1.0
	Authored by Premade-Layouts.net, Copyright 2007.
*/

body 
{
	margin:0;
	background:#FFF;
	font:62.5% Verdana, Arial, Helvetica, Sans-Serif;
	color:#000;
}

/* Template Design */
#wrapper 
{
	margin:0 auto;
	width:775px;
	background:#FFF url(../img/bg.jpg) repeat-y 0px 0px;
}
#shell 
{
	margin:0 auto;
	width:750px;
}
#header 
{
	margin:0;
	width:100%;
	background:#e36421;
}
#title-wrapper 
{
	background:#e36421 url(../img/blocks_header.gif) no-repeat bottom right;
	width:498px;
	float:left;
}
#title 
{
	margin-top:2.4em;
	margin-left:1.8em;
}
#affiliate-wrapper 
{
	background:#e4b120 url(../img/bg_affil.gif) repeat-y 0px top;
	width:252px;
	float:right;
}	
#affiliate 
{
	padding:0;
}
#main 
{
	width:100%;
	background:#FFF;
}
#zedo728 
{
	margin:0 auto;
	width:728px;
}
#body-wrapper 
{
	width:498px;
	float:left;
}
#body 
{
	margin:40px 1.4em 40px 1.4em;
}
#nav-wrapper 
{
	margin-top:20px;
	background:#fff7e0 url(../img/blocks_nav.gif) no-repeat bottom right;
	width:252px;
	float:right;
}
#nav 
{
	margin:0;
	padding-bottom:4em;
}
.nav-hd 
{
	background:#e36421;
}
#footer-wrapper
{
	width:100%;
	background:#e36421;
	margin: 10px 0px 40px 0px;
	clear:both;
}
#footer 
{
	margin:0;
	height:3.6em;
}
.clear 
{
	clear:both;
}
.ycm_bd, .ycm_nav 
{
	padding-bottom:30px;
	margin:0 auto;
	display:none;
}

/* Content Blocks */
.bd-left, .bd-right 
{
	width:200px;
	text-align:center;
}
.bd-left 
{
	float:left;
}
.bd-right 
{
	float:right;
}

/* Links */
#affiliate a, #affiliate a:visited 
{
	color:#333;
	text-decoration:none;
}
#affiliate a:hover 
{
	text-decoration:underline;
}
.nav-bd a, .nav-bd a:visited 
{
	color:#333;
	text-decoration:none;
}
.nav-bd a:hover 
{
	text-decoration:underline;
}
#body a, #body a:visited 
{
	color:#e36421;
	text-decoration:none;
}
#body a:hover 
{
	text-decoration:underline;
}
#footer a, #footer a:visited 
{
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover 
{
	text-decoration:none;
}

/* Content-Specific */
#title p 
{
	margin-top:1.4em;
	margin-right:8em;
	font-size:1.3em;
	line-height:1.4em;
	font-weight:100;
	color:#333;
}
#body h1, #body h2 
{
	color:#e36421;
	font-weight:600;
}
#body h1 
{
	font-size:1.4em;
}
#body h2 
{
	font-size:2em;
}
#body p 
{
	font-size:1.1em;
}
#body p.strong 
{
	font-weight:bold;
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:2em;
}
.nav-hd h1 
{
	padding:8px 26px;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
}
.nav-bd h1 
{
	font-weight:200;
	font-size:1.4em;
}	
#footer p 
{
	font-size:1.2em;
	line-height:1.3em;
	color:#FFF;
	text-align:center;
	padding-top:4px;
	margin-bottom:0px;
}
.ycm_bd span, .ycm_nav span 
{
	float:right;
	margin-right:10px;
	font-size:1em;
	color:#e36421;
	text-decoration:underline;
	font-weight:bold;
}
.featured 
{
	text-align:center;
}

/* Lists */
#affiliate ul 
{
	margin-top:0;
}
#affiliate li 
{
	list-style:none;
	font-size:1.4em;
	font-weight:200;
	line-height:2.7em;
	color:#333;
}
#body li 
{
	font-size:1.1em;
	line-height:1.6em;
}
.nav-bd ul li 
{
	list-style:none;
	margin-bottom:1.8em;
}
.nav-bd ul ul 
{
	margin-top:-1.8em;
}
html>body .nav-bd ul ul /* IE Hack */
{
	margin-top:0;
}
.nav-bd ul ul li 
{
	margin-left:-2.2em;
}

/* Images */
#body img 
{
	border:solid 4px #e36421;
	margin-bottom:0.1em;
}
#body img.left, #body img.right 
{
	display:inline;
	margin:0 0 1em 1em;
	border:none;
}
#body img.left 
{
	float:left;
}
#body img.right 
{
	float:right;
}
	
/* Misc. */
#body hr 
{
	width:80%;
	color:#e36421;
	background-color:#e36421;
	border:none;
}
#body textarea 
{
	margin-bottom:1.8em;
}