﻿/* CSS Document */
.page{
	float:left;
	width:550px;
	padding:10px;
}

.page h1{
	font:26px/26px Georgia;
	color:#000000;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	background:url(../images/h1bg.gif) repeat-x  left bottom;
}

.page .archive{
	width:550px;
	padding:0 0 20px 0;
	float:left;
}

.page .archive h2{
	width:550px;
	float:left;
	clear:both;
	font:12px/18px arial;
	color:#FF0000;
	margin:0;
	padding:0;
}
.page .archive h2 a{
	color:#FF0000;
	text-decoration:none;
}
.page .archive h2 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.page .archive .commnet{
	width:540px;
	float:left;
	padding:0 5px;
	margin:2px 0 5px 0;
	clear:boath;
	font:13px/20px verdana;
	/*background:url(../images/commentbg.gif) repeat-x  left top;*/
	background:url(../images/comment_bg.jpg) repeat-x  left top;
}

.page .archive .commnet a{
	/*color:#FF0000;*/
	text-decoration:none;
}
.flt{
	float:left;
	padding-right:10px;
}
.frt{
	float:right;
}
/* joomla */
.clsPostTitle{
	font:11pt/18px arial;
	/*color:#FF0000;	font-family:Arial,Helvetica,sans-serif;
*/
	color:#111111;
	font-size:11pt;
	font-weight:bold;
	padding-top:5px;

}
.clsPostTitle a:link, .clsPostTitle a:hover, .clsPostTitle a:visited, .clsPostTitle a:active {
	font:11pt/18px arial;
	text-decoration:none;
	color:#111111;
	font-weight:bold;
	padding-top:5px;
}
.clsTDBorderTop{
	/*border-top:1px solid #CCCCCC;
	margin:1px 0px 5px 0px;
	*/
}
.post .commnet1{
	width:540px;
	float:left;
	padding:0 5px;
	margin:5px 0;
	clear:boath;
	font:13px/18px verdana;
	background:url(../images/comment_bg.jpg) repeat-x  left top;
}


