@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	color:#54c4d9;
}

.pgforums .boxsmall .header {
	background:#b2b2b2 url('images/boxheader_small_lightgrey.gif') no-repeat top right;
}


.blogitem {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #34609c;
}
.commentitem {
	margin-bottom:5px;
	padding:2px 2px;
	/*border-bottom:dotted 1px #34609c;*/
	background:#ececec;
}

.blogitem .blogimg {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.blogitem .blogdate {
	color:#999999;
	font-size:0.9em;
	margin-bottom:10px;
}
.commentitem .blogdate {
	color:#999999;
	font-size:0.9em;
	margin-bottom:3px;
}
.blogitem .blogbody {
}
.blogitem .blogtitle {
	font-size:1.2em;
	color:#54c4d9;
	font-weight:bold;
}
.blogitem .blogimg {
	float:right;
	padding-bottom:10px;
	padding-left:10px;
}

.pgforums .frmbox {
	padding:6px;
	background-color:#efefef;
	border:solid 1px #cfcfcf;
	width:520px;
	margin-bottom:6px;
}

.pgforums .frmbox .frmlabel {
	font-weight:bold;
	float:left;
	width:80px;
}

.pgforums .frmbox .frmvalue {
	width:380px;
	margin-left:90px;
	border:solid 0px #cfcfcf;
	text-align:left;
}

.nocomments {
	color:#CC7777;
	font-size;0.9em;
	margin-bottom:2px;
}

.adminaddblog {
	margin-top:2px;
	margin-bottom:16px;
	/*border-top:dotted 1px #3ab54b;	
	border-bottom:dotted 1px #3ab54b;*/
	background-color:#eaeaf0;
	padding:2px;
}

.frmbox textarea {
	width:420px;
	height:140px;
}

.pgforums #pgcontent .colmain {
	width:540px;
}

html>body .pgforums #pgcontent .colmain {
	width:543px;
}