﻿h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #7D7D7D;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 18px;
}

/* Post */
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding-bottom: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #496183;
	border: solid 1px black;
}

/* Post */
.post {
	padding: 15px 15px;
}

.post .title 
{
    line-height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D1D1D1;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
}

.post .meta {
	height: 50px;
	padding: 15px 15px 0px 15px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
	font-size: 10px;
}

.post .meta .links {
	float: right;
	font-size: 10px;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/*
    Main Body
*/
#bodyContainer
{
    /* background-image: url(/includes/themes/simple1/images/bgContent.gif); */
	background-repeat: repeat-y;
	background-color: #ffffff;
}

/*
    Header Information formatting
*/
#headerContainer
{
    position: static;
    height: 57px;
}

/*
    Content Area
*/
#contentContainer
{
    position: static;
	margin-top: 10px;
	width: 810px;
	margin-left: auto;
    margin-right: auto;
}

#navContainer
{
    background-image: url(/includes/themes/custom_gcm2/images/navContainerBackground.gif);
    height: 47px;
}

/*
    Formatting for the left column (Panel 1) inside the content container
*/
#content
{
	float: left;
    width: 600px;
}

/*
    Formatting for the center column (Panel 2) inside the content container
*/
#sidebar
{
	float: left;
    width: 195px;
	padding-left: 10px;
}
/* 
    Footer Area
*/
#footerContainer
{
	display: block;
	height: 75px;
	text-align: center;
}

#newsItemContent
{
    border: solid 1px #DADADA;
}

#footerContainer a {
	color: #313131;
	TEXT-DECORATION: none
}

#footerContainer a:hover {
	COLOR: #ff3333;
    TEXT-DECORATION: underline
}