/*   
Theme Name: Jocelyn Warner Press
Author: BCMH
Author URI: http://bcmh.co.uk
Version: 1.0
Description: This is the theme for the Jocelyn Warner press section, it has a white background.
*/

html {
	overflow: scroll;
}

html, body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	height: 100%;
	background: white;
	color: #707277;
}

a:link, a:visited {
	text-decoration: none;
	color: #707277;
}

a:hover {
	color: black;
}

.wrapper {
	width: 868px;
	margin: auto;
}

.wrapper .header {
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #707277;
	position: relative;
}

#menu {
	clear: right;
	float: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul li {
	font-size: 18px;
	float: left;
	margin-left: 12px;
}

.sidebar {
	margin-top: 10px;
	float: left;
	width: 148px;
	margin-right: 12px;
}

.sidebar h1 {
	font-size: 23px;
}

.sidebar ul {
	margin-bottom: 12px;
	font-size: 12px;
}

.sidebar a:link,
.sidebar a:visited {
	color: #707277;
}

.sidebar a:hover {
	color: black;
}

.sidebar h2 {
	font-size: 16px;
	margin-bottom: 12px;
}

.sidebar h1 {
	color: #707277;
	font-size: 18px;
}

.sidebar ul.categories {
	margin-top: 12px;
	font-size: 23px;
}

.sidebar ul {
	margin-top: 12px;
	font-size: 13px;
}

.sidebar li {
	margin-bottom: 2px;
}

.sidebar ul li.current {
	border-bottom:1px dotted;
	display:inline;
}

.sidebar ul li ul {
	margin-bottom:10px;
	margin-left:10px;
}

.footer {
	border-top:1px dotted;
	float:left;
	padding-bottom:20px;
	margin-top:10px;
	width:868px;
	/*
position: fixed;
	background: white;
	bottom: 0;
*/
}
	
.footer p {
	font-size:13px;
	margin-top:10px;
	text-align:center;
}

.posts {
	float: left;
	width: 708px;
	margin-top: 10px;
	font-size: 12px;
	padding-bottom: 52px;
}

.posts .text,
.posts .img {
	float: left;
	border-top: 1px dotted;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.posts div:first-child {
	border-top: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.year {
	border-top: 1px dotted;
	float: left;
	width: 708px;
	margin-top: 20px;
	padding-top: 10px;
}

.year h1 {
	font-size: 20px;
}

.sticky {
	width: 308px;
	float: left;
}

.post {
	width: 227px;
	margin-top: 12px;
	float: left;
	margin-right: 12px;
	height: 80px;
}

.end {
	margin-right: 0;
}

.post h1, 
.sticky h1 {
	font-size: 18px;
}

.post img, 
.sticky img {
	float: left;
	margin-right: 12px;
}

.post a:hover, 
.sticky  a:hover {
	color: #707277;
}

.post div.body {
	float: left;
	width: 548px;
}