/* ================================================================================== HTML ELEMENTS */

BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

BODY, DIV, SPAN, TD, TR, LI, P, PRE, BLOCKQUOTE, TH, INPUT, TEXTAREA
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4
{
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}

IMG
{
	border: 0px;
}

H4
{
	font-size: 12px;
}

a:link, a:visited, a:active
{
	color: #06C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



/* ================================================================================== LAYOUT CONTAINERS */

.parent_container
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}

.body_container
{
	background-image: url(/_img/content_bg.jpg);
}

.footer_container
{
	background-image: url(/_img/footer1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	height: 100px;
}

table.body_layout
{
	border-collapse: collapse;
	border: 0px;
	background-image: url(/_img/content_header_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 660px;
}

table.body_layout td
{
	padding: 120px 26px 6px 26px;
	vertical-align: top;
	text-align: left;
}

.blog_region
{
	background-color: #FFF;
	border: 1px solid #000;
	width: 550px;
	padding: 10px;
	font-size: 12px;
}

.sidebar_region, .widget-content
{
	background-color: #EEE;
	color: #000;
	border: 1px solid #000;
	
	width: 200px;
	margin-bottom: 26px;
	padding: 6px;
	font-size: 10px;
}



/* ================================================================================== BLOG-SPECIFIC */

.widget-content H2
{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.date-header
{
	text-transform: capitalize;
	color: #AAA;
	font-size: 10px;
	font-variant: small-caps;
	margin: 0px;
	letter-spacing: 2px;
}

.post-footer-line-3
{
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #CCC;
}

/* Blog Poll styles */
.widget-content iframe
{
	overflow: hidden;
	color: #FFF;
}

