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

html {
	overflow: scroll;
}

html, body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	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-left: 12px;
}

.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;
}

.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: 15px;
	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;
}

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

.post .meta h1 {
	float:left;
	clear: left;
	font-size:16px;
	margin-bottom: 5px;
}
 
.post .meta small {
	float:left;
	clear: left;
	margin-bottom: 5px;
}

.post .meta {
	float: left;
	width: 148px;
	margin-right: 12px;
}

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

.post img {
	margin-right: 12px;
	max-width: 548px;
}

.post p {
	margin-bottom: 10px;
}

.post a:link,
.post a:visited {
	border-bottom: 1px dotted;
}

.post a:hover {
	border-bottom: 1px dotted black;
}

.pagination {
	border-top:1px dotted;
	float:left;
	font-size:12px;
	margin-top:10px;
	padding-top:10px;
	width:708px;
	/* margin-bottom: 54px; */
}

.pagination p.previous {
	width: 354px;
	float: left;
}

.pagination p.next {
	width: 354px;
	text-align: right;
	float: left;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:white;
	border:1px solid white;
	margin: 10px 0;
	padding-top:4px !important;
	text-align:center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: 10px auto !important;
}

.wp-caption.alignright {
	margin-left: 10px;
}

.wp-caption.alignleft {
	margin-right: 10px;
}

.wp-caption a:link,
.wp-caption a:visited {
	border-bottom: 0;
}

.wp-caption img {
	margin-left:5px;
}

.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	margin-bottom: auto !important;
	padding:0 4px 5px;
}

.post em {
	font-style: italic;
}

.post strong {
	font-weight: bold;
}

.post ul,
.post ol {
	margin: 10px 0;
}

.post ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
}

.post ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
}

.post ul li ul li {
	list-style-type: circle;
	margin-left:15px;
}

.post ul li ul li ul li {
	list-style-type: square;
}

.post ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 15px;
}

.post ol li ol li ol li {
	list-style-type: lower-roman;
}