@charset "utf-8";

/*

Theme Name: Inner Circle 2009
Description: WordPress theme for Adam-Eason.net.
Version: 2.0
Author: Rob Barrett
Author URI: http://www.rob-barrett.com

*/


html, body { height: 100%; }
body {
	background-color: #D9E0E4;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
#centerer {
	background: #D9E0E4 url(images/bg-body.gif) repeat-y center;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
}
#page {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 138px;
	position: relative;
}
#header h1, #header h2 { display: none; }
#header #loginout {
	text-align: right;
	font-size: 1.1em;
	color: #000066;
	position: absolute;
	top: 15px;
	right: 15px;
}
#header #loginout a { color: #000066; }
#nav {
	background: #dcdcdc url(images/bg-nav.gif) repeat-x top;
	margin-bottom: 20px;
	min-height: 34px;
	border-bottom: solid 1px #aaa;
}
#nav li { float: left; }
#nav li a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
}
#nav li a:hover, #nav li:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
	color: #FFF;
	background: #2C2C2C url(images/bg-nav-hover.gif) repeat-x top;
}
#container {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#container a { color: #0066cc; }
#container a:hover { text-decoration: none; }
#content {
	float: left;
	width: 520px;
	padding-left: 20px;
}
#content h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #0066cc;
	margin-bottom: 0.8333em;
	line-height: 1.2em;
}
#content h2, #content p.post-date {
	font-weight: bold;
	color: #000000;
	font-size: 1.8em;
	margin-bottom: 1.111em;
	line-height: 1.5em;
	margin-top: 1.111px;
}
#content h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #0066cc;
	margin-top: 1.25em;
	margin-bottom: 0.9375em;
	line-height: 1.2em;
}
#content h4 {
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
	margin-top: 1.428em;
	margin-bottom: 1.0714em;
	line-height: 1.2em;
}
#content p.post-date .categories {
	font-weight: normal;
	font-size: 0.8em;
}
#content p.post-date .categories a { color: #ff4e00; }
#container  p {
	margin: 1em auto;
	font-size: 1.2em;
	line-height: 1.5em;
}
#content p:last-child, #page #content p.testimonial-name:last-child { margin-bottom: 0px; }
#content li {
	margin-bottom: 0.4em;
	margin-left: 15px;
	line-height: 1.5em;
	list-style: disc;
	font-size: 1.2em;
}
#content li p { font-size: 1em; }
#content li h4 { font-size: 1.1666em; }
#content ul { margin-bottom: 1.2em; }
#content a:hover { text-decoration: none; }
#content .couponcodebox p {
	font-size: 1.4em;
	font-weight: bold;
}
#content .couponcodebox p.code { margin-bottom: 2em; }
#content .couponcodebox p.code span {
	background-color: #ffeb9a;
	font-size: 1.6666em;
	font-weight: bold;
	width: auto;
	padding: 5px 15px;
}
#content table {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#content td, #content th {
	font-size: 1.2em;
	padding: 6px;
	vertical-align: middle;
	margin: 0;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
div.hr {
	margin: 3em auto;
	background-color: #CCC;
	height: 1px;
}
div.hr hr { display: none; }
#sidebar {
	width: 400px;
	float: right;
}
#sidebar a.get-this-months-half-price-store-code, #sidebar a.read-adam-easons-blog, #sidebar a.join-the-discussion-in-the-forum { display: block; }
#sidebar a.get-this-months-half-price-store-code, #sidebar a.read-adam-easons-blog { border-bottom: solid 1px #FFF; }
#footer {
	border-top: 1px solid #ccc;
	padding: 1.5em 20px;
	margin: 40px auto 0;
}
#footer p {
	color: #555;
	font-size: 1.1em;
	line-height: 1.4em;
}
#footer a { color: #000000; }
#footer a:hover {
	text-decoration: none;
}
.hidden { display: none; }
.clear { clear: both; }
.float-right, .alignright {
	float: right;
	margin: 0 0px 10px 15px;
}
div.float-right, div.alignright { margin-right: 15px; }
#content  .larger, #sidebar .larger { font-size: 1.2em; }
.smaller {
	font-size: 0.8em;
	line-height: 1.5em;
}
.subtle { color: #666; }