/* News postings */


.post 
{
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 35px;
}


.post_date {
	margin: 20px 0 10px 20px;
	color: #3b6bff;

}


.post h1 
{
	font-size: 2em;
	font-weight:bold;
	margn-left: 20px;
	color: #d56e22;
	text-align:left;
	padding-left: 25px;
}

.post h2
{
	font-size: 1.6em;
}


.entry {
	padding: 0;
	text-align:left;
}


.entry h1
{
	font-weight: normal;
	font-size: 1.5em;
	color: #ffffff;
	
}


.entry h2
{
	font-weight: normal;
	font-size: 1.5em;
	color: #999999;
}




.links {
	padding-top: 10px;
	padding-right: 50px;
	float:right;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left center;
	border: none;
	color: #aa00aa;
}

.links a:hover {
	border: 0px;
	color: #33ff33;
}


/* Columns */

.columnone {width:56%; float:left; text-align:justify; margin-right:2%;}
.columntwo {width:38%; float:left; text-align:justify; margin-right:2%;}


/* Item seperator */

.columnone hr 
{

	clear:both; border:0; height:1px; 	
	borde: 0px;
	background-color:#000000;
}


/* Sidebars */


.sidebar 
{
	position: relative;
	float: left;
	width: 300px;
	padding: 0 0 0 30px;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li
{
	padding: 0 0 20px 0;
	list-style: none;
}

.sidebar li ul
{
}

.sidebar li li
{
	padding: 5px 0 5px 15px;

	background: url(images/bullet.gif) no-repeat left center;
	border: none;
	font-size: 12px;
	position: relative;
}

.sidebar li h2
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images/title.jpg) repeat-x;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #CCCCCC;
}



/* News item links */

.sidebar a 
{
	text-decoration: none;
	color: #aaaaaa;	
}

.sidebar a:hover 
{
	color: #33ff33;
}


