/* 
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.

*/

/* a[href^="http://"] { */
/*
a[target^="_blank"] { 
background:transparent url(images/external.png) center right no-repeat;
display:inline-block;
padding-right:15px;
}
*/

div.warpbox {
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
//	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

#authorbox {
	background: #FFF0D4;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

#authorbox h3 {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 25px;
	}
