/* Startup */

* { margin: 0; padding: 0; }

html { font-size: 12px; }

p { padding: 5px 0px; }

a img { border:none;}

a.print { color: #000000; text-decoration:none; border:none; }
a:hover.print { color: #cc0000; text-decoration:none; border:none; }

a.directions { color: #666666; font-size:11px; text-decoration:none; border:none; }
a:hover.directions { color: #cc0000; font-size:11px; text-decoration:none; border:none; }

.clear { clear: both; margin: 0; padding: 0; height: 0; font-size:0;}

.auto {	width: auto; }

ul, ol { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	margin: 10px 10px 10px 10px; 
	padding:0px;
}


/* Begin Typography & Colors */

body {
	background: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
#page {
	background: #ffffff;  
	margin: 0px auto;
	overflow: hidden;
	padding: 0px; 
	position: relative;  
	width: 750px; 
	_width: 750px; 
}
a { 
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 11px;
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
}


/* ---------- Begin Header ------------- */

#header {
	background: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; 
	height: 113px;
}
#header a {
	color: #ededed;
}
#header a {
	text-decoration: none;
}
#header form {
	position: absolute; 
	top: 25px; 
	right: 25px;  
	line-height: 1.3em;
}
#header form label {
	color: #666666;
	float: left; 
	font-size: 10px; 
	padding:5px 10px; 
}
#header form input{
	background: #eeeeee; 
	border: 1px solid #dddddd; 
	color: #666666;
	float: left; 
	height: 16px; 
	margin-right: 10px;
	padding:1px;
	width: 150px; 
}
#header form button{
	background:#ff0000;
	border: 1px solid #cc0000; 
	color: #ffffff; 
	float: left; 
	font-size: 10px; 
	padding: 1px; 
}


/* ---------------- Begin Navigation ------------------- */

#menu {
	background: #e5e5e5; 
	border-bottom: 3px solid #818181;
	float: right; 
	text-align:right;
	width: 750px;
}
#menu ul {
	float: right; 
	font-size: 10px; 
	list-style-type: none; 
	margin: 5px 0px 5px 0px;
	text-align:right;
}
#menu ul li {
	border-color: #ff0000; 
	border-style:solid;
	border-width:0px 0px 0px 1px;
	float: left;
}
#menu ul li a {
	color: #000000; 
	display: block; 
	padding: 0px 5px 0px 5px;
}
#menu ul li a:hover{
	color: #ff0000; 
	text-decoration: none;
}
#menu ul li.current_page_item a {
	color: #666666; 
}


/* ---------------- Content Area ------------------- */

#content-wrapper{
	background:url(images/bodyBackground.jpg) center repeat-y;
	border-top: 2px solid #e5e5e5;
	float: left; 
	min-height: 500px;
	margin: 0px; 
	padding: 0px; 
	width: 750px; 
	_width: 750px;
}
html>body #content-wrapper{margin: 0px; width: 750px;}

html>body #content-wrapper{margin: 0px; width: 750px;}

#content {
	display: inline;
	float: right; 
	height: 100%;
	min-height: 500px;
	margin:0px;
	padding:0px;
	width: 515px; 
}

.breadcrumb {
	float: right; 
	font-size: 9px;
	padding: 0px 5px 0px 0px;
	text-align: right; 
}


/* ----------- Start Sidebar -------------------- */

#sidebar {
	float: left; 
	margin: 0px; 
	padding: 31px 15px 15px 15px;
	width: 205px;
}
#sidebar h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight: normal;
}
#sidebar h4 a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}
#sidebar h4 a:hover {
	background: none;
}
#sidebar p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 13px;
}
#sidebar a {
	color: #ffffff;
	padding: 1px;
	text-decoration: none;
}
#sidebar a:hover {
	background: #ff0000;
	color: #ffffff;
	text-decoration:none;
}
#sidebar a.sub {
	color: #ffffff;
	padding: 1px;
	padding-left:15px;
	text-decoration: none;
}
#sidebar a.sub:hover {
	background: #ff0000;
	color: #ffffff;
	padding-left:15px;
	text-decoration:none;
}


/* -------------- Start Footer --------------------- */

#footer{
	background: #e5e5e5; 
	border-top: 3px solid #818181; 
	clear: both;
	float: left; 
	margin:0px;
	padding:0px;
	width: 100%; 
}
#footer ul{
	float: left; 
	font-size: 10px; 
	list-style-type: none;
	margin:0px;
	padding: 10px 0px 0px 235px; 
	text-align:left;
}
#footer li{
	border-color: #ff0000; 
	border-style:solid;
	border-width:0px 0px 0px 1px;
	float: left; 
	font-size: 10px; 
	margin:0px;
	padding: 0px 5px 0px 5px;
}
#footer li a{
	color: #000000; 
	text-decoration: none;
}
#footer li a:hover{
	color: #ff0000; 
	text-decoration: none;
}
#footer p{ 
	color: #000000;
	font-size: 10px; 
	padding: 8px 0px 8px 235px; 
}


/* --------------------- Start Posts ------------------ */

.gray { color: #666666; }

.red { color: #ff0000; }

.post, .page {
	margin: 0px;
	clear: both;
}
.post, .page { 
	background: #fff; 
	border: 0px; 
	margin: 0px; 
	padding: 30px 80px 20px 20px;
}
.post h2, .page h2 { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin: 0px 0px 10px 0px; 
	padding:0px;
}
.post h3, .page h3 { 
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin: 10px 0px 10px 0px; 
	padding:0px;
}
.post p, .page p { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	margin: 0px 10px 0px 10px; 
	padding:0px;
}
.post p strong, .page p strong { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px; 
	padding:0px;
}
.post ul, ol, dl {
	margin-left:20px;
}
.byLine {
	float: right; 
	text-align: right; 
	font-size: 1.2em; 
	font-weight: bold; 
	clear: right;
}
.postDate {
	clear: left;
	color: #999999; 
	float: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px; 
	padding: 0px 0px 10px 0px; 
	text-align: left; 
}
.postDate a { 
	color: #666666; 
	text-decoration:underline;
}
.postDate a:hover { 
	color: #ff0000; 
	text-decoration:underline;
}
.postHeader h3 {
	margin: 0px; 
	padding: 10px 0px 0px 0px; 
}
.tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* --------------- Post Navigation --------------------- */

ul#postNavigation, div.navigation {
	border: 0px;
	clear: both; 
	float: left; 
	list-style: none; 
	margin: 0px; 
	padding: 0px 0px 20px 0px;
}
ul#postNavigation li, div.navigation div {
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li#olderPosts, div.navigation div.alignleft {
	float: left;
	margin: 0px; 
	padding: 0px;
	width: 200px;
}
li#newerPosts, div.navigation div.alignright {
	float: right;
	margin: 0px; 
	padding: 0px;
	width: 200px; 
	text-align: right;
}


/* -------------- Post Content Formattion ---------------- */

#content .entry h2, #content .entry h3 {
	float: none;
}
#content .entry ul, #content .entry ol {
	margin: 5px 0px 5px 35px;
}
#content .entry blockquote {
	margin: 5px 20px;
	padding: 8px;
	border: 1px solid #386BA2;
	background: #666666;
	color: #CCCCCC;
}
code {
	font-size: 1.3em;
	font-family:"Courier New", Courier, monospace;
}
#content .entry pre code {
	display: block;
	margin: 5px 25px;
	background: #EFEFEF;
	border: 1px solid #aaaaaa;
	color: #000000;
	padding: 8px;
	font-family:"Courier New", Courier, monospace;
}
#content .entry p {
	padding: 5px 0px;
	margin: 0;
}


/* ----------------- Begin Comments ------------------- */


/* Begin Comments*/

.post .postmetadata small {
	float: none;
	color: #666666;
}
.alt {
	margin: 0;
	padding: 10px;
}
#comments {
	clear: both;
	margin: 5px 0px;
	background: #CCCCCC;
	padding: 3px 6px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 15px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */


#respond {
	border: 1px solid #666666;
	padding: 5px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 3px 5px 1px 5px;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 98%;
	margin-left: 5px;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 15px 5px auto;
	float: right;
}
.comment.even {
	background: #EFEFEF;
}

/* End Form Elements */

.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


/* ------------- Begin Input Elements ----------------- */

input, select, textarea {
	border: 1px solid #333333;
	background: #EFEFEF;
}
form p {
	padding: 0px 0px;
	line-height: 1em;
}