
/* ***************************************
    PAGE LAYOUT - BLOG PAGE
*************************************** */

.blog_author_details {
  	background: #f6f6f6 url("http://wooshii.com/images/blog_author_bg.gif");
  	background-repeat: no-repeat;
  	background-position: top-left;
  	width: 100px;
  	padding: 11px;
  	float: left;
  	text-align: center;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.blog_author_details img {
  	width: 100px;
  	height: 100px;
  	margin: 0px;
  	padding: 0px;
}

.blog_comments {
  	width: 500px;
  	float: left;
  	padding-left: 20px;
  	margin-bottom: 40px;
}

.blog_comments textarea {
	font: 1.1em Arial, Helvetica, sans-serif;
	width: 500px;
	color: #333 ;
	margin: 3px;
	height: 150px;
	border: solid #999 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.blog_postedby {
  	background: #f6f6f6;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 10px;
	text-align: right;
	border: 1px solid #eeeeee;
}

.blog_postedby a {
	color: #333238;
	font-weight: bold;
	font-size: 1.1em;
}

#right_column .bloglinks a {
  font-size: 0.0=9em;
  padding: 4px 6px 4px 6px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #444444;
  background: #dddddd;
  line-height: 20px;
  font-weight: bold;
}
