/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.simpleimage{
margin-top: -10px;
}

#top {
width:1076px;
}

#main-content .latest .featured {
margin-left:27px;
}

#main-content .latest {
width:633px;
}

#middle-content {
width:1076px;
}

#content {
width:1061px;
}

#sidebar .block {
width:350px;
padding:21px 0 21px 25px;
}

#sidebar {
width:397px;
}

#comments {
width:663px;
}

#comments_wrap {
width:600px;
}

#copyright {
width:1076px;
}

/*========= AUTHOR INFO =========*/

.author_info {
	padding: 10px;
	margin-top:15px;
	color:#666666;
	background-color:#EEEEEE;
}

.author_photo {
	float:left;
	margin-right:10px;
	width:95px;

}

.author_photo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 85px;
	height:85px;
	float:left !important;
}
.author_info p {
	font-size:12px;
	padding:0px;
	margin-bottom:10px;
}
.author_info a {
	color:#000000;
	text-decoration:none;
	padding:0;
}
.author_info a:hover {
	text-decoration:underline;
}
.author_info ul, .author_info li {
	margin:0px;
	padding:0px;
}
.author_info h3 {
	font-size:14px;
	margin-bottom: 10px;
	padding-top:0px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.author_email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}