/*
Theme Name: ABCs of Widowhood
Description: Customized theme based on "starkers"
Author: Nathan Lyle
Author URI: http://www.sylvaniawebmaestro.com
 */

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

.xoxo {
	float: right;
	border-left: #b27777 solid 2px;
	border-bottom: #b27777 solid 2px;
	padding: 8px;
	margin: 0 0 15px 15px;
	}
.widget-container {
		padding-top: 10px;
		padding-bottom: 0;
		width: 148px;
		}
		
.xoxo ul,ol{
	margin: 0;
	padding: 0;
	}
.xoxo li {
	font-size: 11px;
	font-family: verdana, sans-serif;
	line-height: 14px;
	margin-bottom: 8px;
	list-style-type: none;
	}
.xoxo h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #555;
	font-family: arial, sans-serif;
	margin: 20px 0 5px 0;
	}
