* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
	background: #fff url("/img/global/bgtile.gif") 0 0 repeat-x;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #242424;
	text-align: center;
}

body, input, textarea, select {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
}

#container, #footer {
	max-width: 930px;
	width: expression(document.body.clientWidth > 930? "930px": "auto");
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#container {
	min-height: 100%;
	height: 100%;
}
html>body #container {
	height: auto;
}

#header {
	height: 81px;
	position: relative;
}

#content {
	background: transparent url("/img/global/lhtile.gif") 0 0 repeat-y;
	position: relative;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

#left {
	float: left;
	width: 152px;
	padding-top: 50px;
}

#right {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
}

#middle {
	margin: 0 212px 0 152px;
	position: relative;
	padding: 10px;
	height: 0%;
}

html>body #middle {
	height: auto;
}

#skip {
	display: none;
}

.top {
	border: 1px solid #E8E8E8;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.past {
	margin-top: 7px;
	border-bottom: 1px solid #E8E8E8;
	color: #5A5A5A;
}

#fcontainer {
	background-color: #500;
	height: 26px;
	margin-bottom: -1px;
}

#footer {
	background-color: #a00;
	height: 26px;
}

.navigation {
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
	padding: 3px 0 0 0;
	height: 21px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

html>body .clearer {
	/* http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html */
	overflow: auto;
	_height: 1%;
}

/*-------------------------- headings & paragraphs --------------------------*/

h1 {
	font: bold 2.2em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	text-decoration: none;
}

h2 {
	font: bold 1.6em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #000;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	border-bottom: 2px solid #E8E8E8;
}

h3 {
	font: bold 1.4em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	margin: 0 2px 0 1px;
	padding: 0 10px;
	color: #000;
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #000 !important;
	text-decoration: none;
}

#archive:hover h3, #archive:hover h3 a, #categories:hover h3, #categories:hover h3 a, #links:hover h3, #links:hover h3 a, #subscribe:hover h3, #subscribe:hover h3 a, #aboutus:hover h3, #aboutus:hover h3 a {
	background-color: #E8E8E8;
}

h4 {
	font: bold 1.3em "Arial", "Helvetica", "Verdana", sans-serif;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #000;
}

h5 {
	font: bold 1em "Arial", "Helvetica", "Verdana", sans-serif;
	margin: 5px 10px;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

p.date {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	color: #5A5A5A;
}

#footer p {
	color: #E9BEBE;
	font: normal 1em "Arial", "Helvetica", "Verdana", sans-serif;
	padding: 6px 15px 0px 15px;
	margin: 0;
}

p#tagline {
	position: absolute;
	z-index: 104;
	top: 18px;
	right: 10px;
	color: #E9BEBE;
	font-size: 1.1em;
}

.sep {
	margin: 0 0.7em;
	color: #ccc;
}

p.postmetadata {
	border-top: 2px solid #E8E8E8;
	padding-top: 0.5em;
	padding-bottom: 0;
	font-size: 1.2em;
}

.past p.postmetadata {
	border: 0;
	font-size: 1.1em;
	padding-top: 0;
}

p.alt {
	border: 0;
	color: #000;
	background-color: #E8E8E8;
	padding: 10px;
	margin: 0 -10px;
}

#left p, #right p {
	margin: 10px;
	font-size: 1.1em;
	color: #3b3b3b;
}

.required {
	font-weight: bold;
	color: #DB0000;
}

/*-------------------------- bullet lists --------------------------*/

li {
	font-size: 1.2em;
	padding: 3px 0px;
}

ul#nav {
	position: absolute;
	z-index: 103;
	bottom: 0;
	right: 220px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#nav li {
	margin: 0 2px;
	padding: 0;
	display: inline;
	float: left;
}

ul#nav li a {
	display: block;
	float: left;
	font: bold 0.9em "Arial", "Helvetica", "Verdana", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 0 7px 9px;
	text-align: middle;
	width: 71px;
	margin: 0 auto;
	background: transparent url("/img/global/navbg_off.gif") bottom left no-repeat;
}

ul#nav li a:hover {
	color: #ccc;
	background: transparent url("/img/global/navbg_on.gif") bottom left no-repeat;
}

ul#nav li a:active {
	color: #ccc;
}

ul#nav li a.on {
	background: transparent url("/img/global/navbg_on.gif") bottom left no-repeat;
	color: #fff;
}

#left ul, #right ul {
	list-style-type: none;
	margin: 10px 0;
}

#left ul li, #right ul li {
	padding: 0 0 3px 10px;
}

ul.b, ol.b {
	margin: 0 0 1em 2.5em;
}

/*-------------------------- links --------------------------*/

a:link, a:visited {
	color: #DB0000;
	text-decoration: underline;
}
a:hover {
	color: #c30006;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}

#left a, #left a:visited {
	color: #5A5A5A;
}
#left a:hover {
	color: #000;
	text-decoration: none;
}
#left a:active {
	color: #f00;
	text-decoration: none;
}

#footer p a, #footer p a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	color: #fff;
	text-decoration: none;
}

.navigation a {
	font: bold 1.4em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

/* remove outline from following links */
.navigation a, ul#nav li a, table#wp-calendar tfoot td a, #subscribe a {
	outline: none;
}

p.date a {
	color: #5A5A5A;
}

p.postmetadata a:link, p.postmetadata a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #DB0000;
}

p.postmetadata a:hover, p.postmetadata a:active, a.nounderline {
	border-bottom: none !important;
}

/*-------------------------- images --------------------------*/

a img {
	border: 0;
}

img#glow {
	position: absolute;
	z-index: 100;
	top: 0;
	left: -182px;
}

img#logo {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 15px;
	width: 123px;
	height: 125px;
}

img.full {
	float: right;
	border: 3px solid #E8E8E8;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.fullleft {
	border: 3px solid #E8E8E8;
	margin-bottom: 5px;
}

img.thumbnail {
	float: left;
	border: 3px solid #E8E8E8;
	/*width: 120px;
	height: 90px;*/
	margin-right: 10px;
}

img.ad {
	display: block;
	margin-bottom: 10px;
}

img.square {
	width: 200px;
	height: 200px;
}

img.tall {
	width: 200px;
	height: 700px;
}

#longad {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

img.feedicon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	vertical-align: -4px;
}

img.feediconsmall {
	width: 10px;
	height: 10px;
	margin-right: 4px;
	vertical-align: -1px;
}

img.permalink {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -4px;
}

img.comments {
	width: 14px;
	height: 13px;
	margin-right: 4px;
	vertical-align: -4px;
}

img.email {
	width: 14px;
	height: 10px;
	margin-right: 4px;
	vertical-align: -1px;
}

img.previous, img.next {
	width: 14px;
	height: 14px;
	vertical-align: -2px;
}

img.previous {
	margin-right: 8px;
}

img.next {
	margin-left: 8px;
}

/*-------------------------- forms --------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input, label, textarea, select {
	font-size: 1.2em;
}

/* comment form */
fieldset#comment {
	padding: 10px;
}

label {
	float: left;
	display: block;
	width: 10em;
	clear: left;
	padding-top: 2px;
}

input.t, textarea {
	border: 1px solid #D8D8D8;
	padding: 2px;
}

input.t {
	width: 20em;
}

textarea {
	width: 30em;
	height: 10em;
}

input.t, label, textarea {
	margin-bottom: 5px;
}

input.t:focus, textarea:focus {
	background-color: #f1f1f1;
}

/* search form */
form#searchform {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px 5px 0;
	width: 200px;
}

input#s {
	background-color: #2F2F2F;
	border: 1px solid #2F2F2F;
	color: #fff;
	width: 135px;
	height: 16px;
	padding: 1px 0;
}

input.b {
	font: bold 0.9em "Arial", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 2px 2px;
}

input.b:hover {
	background-color: #2F2F2F;
	border: 1px solid #2F2F2F;
}

input.b:active {
	background-color: #DB0000;
	border: 1px solid #DB0000;
}

form#searchform input.b {
	width: 58px;
}

/*-------------------------- miscellaneous --------------------------*/

hr {
	color: #E8E8E8;
	background-color: #E8E8E8;
	width: 100%;
	height: 1px;
	border: none;
	margin: -0.5em 0 1.1em 0;
}
html>body hr {
	margin: 1em 0;
}

hr.thick {
	height: 2px;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

cite {
	font-style: strong;
	display: inline;
}

/*-------------------------- calendar --------------------------*/

table#wp-calendar {
	width: 200px;
	margin-bottom: 10px;
	border: 0;
}

table#wp-calendar caption {
	font: bold 1.4em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #000;
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}

td#today, td#today a {
	color: #000 !important;
	font-size: 1.2em;
	font-weight: bold;
}

td#today {
	background-color: #E8E8E8;
}

td#prev {
	text-align: left;
}

td#next {
	text-align: right;
}

table#wp-calendar thead th {
	text-align: center;
}

table#wp-calendar tbody td {
	text-align: center;
	padding: 5px 0px;
}

table#wp-calendar tfoot td {
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
	padding: 1px 0 2px 0;
	margin: 0;
	height: 21px;
}

table#wp-calendar tfoot td a {
	font: bold 1.4em "Arial Narrow", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

/*-------------------------- comments --------------------------*/

.comment {
	background-color: #f1f1f1;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

.comment p.date {
	float: right;
}