/*  
Theme Name: PuckingTheme
Theme URI: YourWebsite.com
Description: Your Theme Description
Version: 1.0
Author: Your Name
Author URI: http://www.yourwebsite.com

*/


#wrapper{
	text-align: left;
}

#box{
	width: 500px;
}

.sidebar{
	width: 160px;
	padding-right: 0px;
	padding-left: 15px;
}

.post{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	margin: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

