/* main Itchy Robot styles */





body{
	background-color:#DDDDDD;
}



body, .post {
	font-family: Georgia, Verdana, Geneva, Arial, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}



A:link		{color: #0099CC; text-decoration: none;}
A:visited	{color: #80CCFF; text-decoration: underline;}
A:hover		{color: #0099CC; text-decoration: underline;}
A:active		{color: #000000; text-decoration: none;}





.post_Detail {
	font-family: Verdana, Georgia, Geneva, Arial, serif;
	font-size: 11px;
	line-height: 20px;
	color: #5C5C5C;
}




 .comment_Body {
	font-family: Georgia, Verdana, Geneva, Arial, serif;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}



 .comment_form {
	font-family: Georgia, Verdana, Geneva, Arial, serif;
	font-size:12px;
	line-height:20px;
	color:#222222;
	width:320px;
	border:0px;
	padding-bottom:5px;
}





/* the header */

.Title{
	position:absolute;
	width:360px;
	height:130px;
	left:70px;
	top:20px;
}


.Section{
	position:absolute;
	width:360px;
	height:130px;
	left:440px;
	top:20px;
}




/* The main columns */


.box{
	float:left;
	background-color:#FFFFFF;
	width:340px;
	padding:10px;
	margin:0px;
	margin-bottom:10px;

}



.comment_box{
	float:left;
	background-color:#DDDDDD;
	padding:10px;
	margin:0px;
	margin-bottom:10px;
	width:320px;
}


.hidden{
	display:none;
	clear:both;
}




.Column_Left, .Column_Right{
	position:absolute;
	width:360px;
	top:160px;
	margin:0px;
	padding:0px;
}


.Column_Left{
	left:70px;
}

.Column_Right{
	left:440px;
}


.Bottom_Space{
	clear:both;
	height:60px;
	width:360;
}

