/*
Theme Name: VS

/* Begin Typography & Colors */body {
	color: #000;
	background-color: #ffceae;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	background-image: url(/images/bgInterior.gif);
	background-repeat:repeat-x;
	}

a {
	color: #f60;
	font-weight: bold;
	}

a:hover {
	color: #fff;
	}

a.globalNav {
	color: #ffceae;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	}

a.globalNav:hover {
	color: #fff;
	}

a.citrus {
	color: #f60;
	font-size: 9px;
	font-weight: normal;
	}

a.citrus:hover {
	background-color: #fff;
	font-size: 12px;
	color: #6c0;
	text-decoration: underline overline;
	font-weight: bold;
	}
	
p {
	font-size: 11px;
	line-height: 13px;
	margin: 7px 0px 7px 0px;
	}
	
li {
	list-style-type: none;
	list-style: none;
	margin: 0px -8px;
	}
	
h1 {
	color: #f60;
	font-size: 35px;
	line-height: 41px;
	font-weight: bold;	
	margin: 0px 0px 30px 0px;
}
	
h2 {
	color: #f60;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;	
	margin: 30px 0px 5px 0px;
}

.topNav {
	color: #ffceae;
	font-size: 13px;
	line-height: 15px;
}

.post{
	padding-top:30px;
}

.entry IMG {
	padding:0 10px;
}