/*   
Theme Name: 62 Hauntington
Theme URI: http://www.62hauntington.com
Description: Custom theme for 62 Hauntington
Author: DarkHouseMedia
Author URI: http://www.darkhousemedia.com
*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

body {
	font-size: 62.5%;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

img, object {
	display: block;
}

body {
	background: #990505 url(images/bg_main.jpg) repeat-y top center;
	font-family: georgia,serif;
	color: #fff;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 5px 0;
}

h1 {
	font-size: 1.6em;
	color: #4f0707;
}

a {
	color: #54802d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 760px;
}

#header {
	margin: 5px 0;
	background: #000 url(images/header.jpg) no-repeat;
	width: 760px;
	height: 91px;
	position: relative;
}

#content {
	float: left;
	display: inline;
	width: 485px;
	padding: 20px;
}

#sidebar_wrapper {
	float: right;
	display: inline;
	width: 200px;
	
}

#sidebar_top {
	width: 200px;
	height: 10px;
	background: transparent url(images/side_top.gif) no-repeat;
}

#sidebar_bottom {
	width: 200px;
	height: 10px;
	background: transparent url(images/side_bottom.gif) no-repeat;
}

#sidebar {
	background-color: #2c2c2c;
	padding: 0 10px;
}

#sidebar h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #2b0404;
	padding: 7px 0;
	border-top: 1px dashed #999;
}

#sidebar li ul {
	padding: 0 0 5px 10px;
}

#sidebar li {
	padding: 3px 0;
}

#sidebar a {
	color: #666;
}

#searchform {
	margin-bottom: 5px;
}

#s {
	font-size: 1.2em;
	width: 110px;
}

#searchsubmit {
	font-size: 1.2em;
}

#countdown {
	color: #2f0303;
/*	padding: 35px 0 0 440px;*/
	position: absolute;
	top: 35px;
	left: 440px;
}

#countdown h2 {
	font-weight: bold;
}

h2 {
	font-size: 2.2em;
}

.post {
	margin-bottom: 30px;
}

.post p {
	margin-bottom: 10px;
}

.post h2 {
	margin-bottom: 2px;
}

.post h2 a {
	color: #ad0000;
/*	font-size: 2.2em;*/
	font-weight: normal;
	text-decoration: none;
}

.post h2 a:hover {
	color: #d02a2a;
}

.post small {
	color: #797979;
	font-size: 1.1em;
}

.entry {
	margin-top: 15px;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clr {
	clear: both;
	visibility: hidden;
}

.ctr {
	margin: 0 auto;
}