@import '../common.css';


/* blog classes */

.blogpost{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 30px;
	margin-right: 80px;
}
.blogpost a, .blogpost a:visited, .blogpost a:link{
	font-weight: bold;
	text-decoration:none;
	color: #000;
}
.blogpost a:hover{
	text-decoration:underline;
}
.commentdate {
	float:right;
	color:#333;
	font-size: 11px;
}
.disc_box{
	border: 1px solid #CCC;
	padding:0px 6px 6px 6px;
} 
.disc_box2{
	border: 1px solid #DEDEDE;
	padding:6px;
	background-color:#EFEFEF;
} 
.post_box{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}
.postdate{
	font-size:10px;
	text-transform:uppercase;
	font-weight: bold;
	color:#666;
}
.posttitle{
	font-size: 18px;
	padding:12px 0px 8px 0px;
}

.postbody{

}

.postcomments{

}

.postinfo{
	font-size: 12px;
	color:#555;
}
.commentrow{
	margin-right: 10px;
	width:240px;
	overflow: hidden;
}
.commentrow a, .commentrow a:visited{
	text-decoration:none;
	color:#00B;
}

.commentrow a:hover{
	text-decoration:underline;
}

.recentPosts{
	margin-left:10px;
}
.recentPosts h3{
	border-bottom: 1px solid black;
	margin: 10px 0px;
}
.recentPosts ul{
	padding:0;
	margin:0;
	width:100%;
}
.recentPosts li{
	list-style-type: none;
	padding-top:4px;
}
.recentPosts li a,.recentPosts li a:visited {
	color:black;	
}

/* Fancy forms */
.formLabel {  
	float: left;  
	width: 110px;
	margin-right: 10px;  
	text-align: right;
	
}

.styledForm{
	padding:8px;
}
.styledForm input, 
	.styledForm textarea, 
	.styledForm select
{
	background-color:#F9F9F7;
	border:1px solid #CCCCCC;
	font-family:verdana,arial,serif;
	padding:2px;

}
.styledForm input:focus, 
	.styledForm textarea:focus, 
	.styledForm select:focus
{
	background-color:#FFFFFF;
	border:1px solid #999999;
}

.styledForm input#submit{
	border: 2px outset black;
	font-weight: bold;
	color: white;
	background-color: #c72b02;
	cursor:pointer;
}
.styledForm input#submit:hover{
	cursor:pointer;
	background-color: #b72801
}

.msg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


