body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.blogpost{
	font-size: 12px;
	line-height: 16px;
	margin-left: 30px;
	margin-right: 30px;
}
.blogpost a, .blogpost a:visited{
	text-decoration:none;
	color:#00B;
}
.blogpost a:hover{
	text-decoration:underline;
}
img
{  
	border-style: none;
	border:0;
}
.blogpost h2{
	font-size: 11px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	color:#999;
	margin:1px 2px;
	letter-spacing: .5px;
}
.commentrow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	width:240px;
	overflow: hidden;
}
.commentrow a, .commentrow a:visited{
	text-decoration:none;
	color:#00B;
}

.commentrow a:hover{
	text-decoration:underline;
}
.authorcolumn{
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	width:240px;
	color:#555;
}
.authorcolumn h2{
	font-size: 15px;
	font-weight:normal;
}
.authorcolumn a, .authorcolumn a:visited{
	text-decoration:none;
	color:#555;
}

.authorcolumn 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;
}
.authorname{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
.posttitle{
	font-size: 16px;
	/*padding:12px 0px 12px 0px;*/
}

.postbody{

}

.postcomments{

}

.postinfo{
	font-size: 12px;
	color:#555;
	padding-top:8px;
}
.right{
	float:right;
}
.alert {
    background: #fff6bf url(../images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 2px solid #ffd324;
}

.info {
	background: #f8fafc url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #b5d4fe;
}
	
.download {
	background: #cfc url(blog/images/download.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	border: 2px solid #3C6;
}
