@CHARSET "UTF-8";

/*******************************************************************************
 * file.css
 *
 * DESCRIPTION
 *
 * Author: williammadden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/
 
/* -- Content Layouts -- */

#content {
	clear: left;
	font-size: 13px;
	line-height: 18px;
	padding: 20px 0 0;
}

#content.columns {
	background: url(/img/layout/bg-sidebar.gif) repeat-y right;
}

#main {
	padding: 0 20px;
}

.columns #main {
	width: 640px;
	float: left;
}

#content #sidebar {
	width: 244px;
	float: right;
	padding: 0 18px;
	font-size: 12px;
}

/* -- Content Float Clearing -- */

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	display: inline-block;
}

#content {
	display: block;
	overflow: hidden;
}

/* -- Footer -- */

#foot {
	font-size: 12px;
	width: 960px;
	margin: 5px auto 2em;
	overflow: hidden;
}

#foot a {
	color: #fff;
	padding: 2px;
}

#foot	 a:hover {
	color: #555;
	background: #fff;
	text-decoration: none;
}

#foot span {
	margin: 0 0.5em;
	color: #eee;
}

#foot .left {
	float: left;
}

#foot .right {
	float: right;
}

/* -- Basic Content Styles -- */

#content p, #content ul, #content ol, #content address { 
	margin-bottom: 18px; 
}

#content ul {
	list-style-type: square;
	margin-left: 2em;
}

/* -- Main Heading Styles */

#main h1 { 
	color: #ff8b00;
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#main h1 span {
	color: #3d3d3d;
}

#main h2 { 
	color: #3d3d3d;
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	font-weight: bold;
}

#main h3 { 
	font-size: 14px; 
	color: #ff8b00;
	line-height: 18px; 
	font-weight: bold;
	margin-bottom: 9px;	
}

#main h4 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
}

/* -- Sidebar Styles -- */

#sidebar h1 {
	font-size: 18px;
	line-height: 18px;
	color: #3d3d3d;
	margin-bottom: 18px;
}

#sidebar h2 {
	font-size: 16px; 
	line-height: 18px; 
	margin-bottom: 18px;
}

#sidebar ol {
	list-style-type: decimal;
	margin-left: 2em;
}

#sidebar ol li {
	margin-bottom: 18px;
}
