* {
	margin: 0;
}


/* TOP SECTION */
html
{
	color: #000000;
	background-color: #f9f9f9;
	font: normal 80%/1.6 "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a
{
	color: #333333;
	padding: 0 2px;
	text-decoration: none;
}
/* RIGHT SIDE Links */

a:link
{
	color: #990022;
}

a:visited
{
	color: #990022;
}

a:hover, a:active
{
	border-bottom: 1px solid #990022;	
}

/* TOP HALF Headings */

h1, h2, h3, h4, h5, h6
{
	color: #3f4d23;
	line-height: 1.5em; 
	padding: 10px 0 0;
}

h1 { font-size: 2.0em; }

h2 {
	font-size: 2.8em;
	color: #990022;
}

h3 { font-size: 1.6em; }

h4, h5, h6
{
	font-size: 1em;
	font-weight: bolder;
	text-transform: uppercase;
}

/* Lists */

ul
{
	margin: 25px 30px;
	line-height: 2.0em;
	list-style-type: square;
}

ol
{
	margin: 25px 35px;
	line-height: 2.0em;
}

/* Other Html Elements */
/* BOTTOM OF BOTTOM SECTION */
hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}


/* SPACE BETWEEN PARAGRAPHS ON TOP LEFT SIDE */
p
{
	margin: 10px 0;	
}

/* TOP LEFT WIDTH */
#content
{
	width: 60%;
	float: left;
}

/* TOP RIGHT WIDTH */

#news
{
	width: 35%;
	float: left;
	padding-top: 10px;
}

/* BOTTOM WIDTH */
#footer
{
	width: 100%;
	clear: both;
	float: left;
	;
}

/* BOTTOM WIDTH */
/* BACKGROUND COLOR - BOTTOM HALF */
#meta
{
	width: 100%;
	padding: 10px 0;
	background-color: #DEB887;
	float: left;
	;
}

/* Content */

.post
{
	padding: 10px 25px 10px 50px;
}


/* News */
/* TOP RIGHT SIDE ARTICLES */

.item
{
	padding: 10px 0;
	margin: 0 50px 10px 10px;
	border-bottom: 1px dotted #999999;
	float: left;
}

.item a
{
	padding-left: 0px;
	background: url(images/tick.png) center left no-repeat;
}

.item h4
{
	padding: 0 0 2px;
	text-transform: none;
}

.item em
{
	color: #777777;
	font-size: 0.8em;
	font-style: normal;
}

.item p
{
	font-size: 1.0em;
	margin: 0;
	text-align: justify;
}

/* Meta */
/* BOTTOM WIDTH OF EACH SECTION */

#meta div
{
	width: 27%;
	float: left;
	margin: 0 15px;
}

#meta h3
{
	color: #990022;
}

#meta ul
{
	margin: 0;
	list-style-type: none;
}


/* LINKS - BOTTOM HALF */
#meta a
{
	display: block;
	color: #000000;
	padding: 5px 8px;
	margin-top: -1px;
	border-top: 1px dotted #aaaa77;
	border-bottom: 1px dotted #aaaa77;
}

#meta a:hover, #meta a:active
{
	color: #FFFFFF;
	background-color: #990022;
}

.popular
{
	padding-left: 10px;
}
