/*
Theme Name: Westways Vending
Author: Stephen Elford
Author URI: http://www.trafficwebsites.co.uk/
*/
.newsHeader {
	height: 10em;
	background: #FFFFFF url(images/header.jpg) no-repeat left top;
	margin: 0.2em 0 1.4em 0;
	position: relative;
}
.newsHeader h1{
	display: none;
}
.newsHeader .cloud {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10em;
	width: 46em;
	overflow: hidden;
}
.newsHeader .cloud #wpcumuluscontent {
	position: relative;
	top: -150px;
}
.newsContent {
	float: left;
	width: 63em;
	margin-botom: 3em;
}
.newsContent p {
	color: #848484;
	font-size: 1.2em;
}

.newsContent a {
	color: #9a7257;
	text-decoration: none;
}

.postHeader {
	margin-bottom: 1.8em;
	background: #FFFFFF url(images/hr.jpg) no-repeat left bottom;
}
.postHeader .hr {
	background: #FFFFFF url(images/hr.jpg) no-repeat left top;
	height: 1px;
}
.postHeader h2 {
	color: #9a7257;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
	padding-top: 1em;
}
.postHeader h2 a {
	color: #9a7257;
}
.postHeader h2 a:hover {
	text-decoration: none;
}
.postHeader h3 {
	color: #848484;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.postHeader img{
	margin: 2em 2em 2em 0;
}
.entry ul,
.entry ol {
	margin-left: 2em;
	color: #848484;
}
.entry a.more-link {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #9a7257;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}
.comments {
	margin-bottom: 0.3em;
}
.commentText p {
	margin: 10px 0 0 0;
}
.commentMeta {
	color: #991022;
}
.commentlist {
	list-style: none;
	margin-bottom: 1em;
}
.commentlist li {
	background: #FFFFFF url(images/hr.jpg) no-repeat left bottom;
	padding-bottom: 1em;
}
.commentText {
	margin-bottom: 0.5em;
}
#commentform .field {
	width: 410px;
	padding-bottom: 6px;
}
#commentform label {
	display: block;
	margin-bottom: 2px;
}
.sidebar {
	width: 16em;
	background: #FFFFFF;
	float: right;
	margin: 3em 3em 0 0;
	text-align: right;
}
.sidebar ul {
	list-style: none;
}
.sidebar h2 {
	color: #957869;
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
}
.sidebar li a {
	color: #848484;
	font-size: 1.2em;
}

.sidebar ul ul, .sidebar ul ol {
	margin-right: 0.5em;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin-right: 1em;
	}
	
/*---Wordpress specific---*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}