/*
THEME NAME: Consols Oils
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A custom theme for Consols Oils
VERSION: 1.1
AUTHOR: Jon Linklater-Johnson @ Slightly Different Ltd.
AUTHOR URI: http://slightlydifferent.co.uk
*/

/* Import original Consols Oils styles as a base  */
@import url('consols.css');

/* Creates two columns with sidebar on left - This is taken from Sandbox */
div#container {
	float: left;
	width: 589px;
	padding-top: 12px;
	}
div.sidebar {
	float: left;
	width: 311px;
	overflow: hidden;
	}
div#secondary {
	clear: left;
	}
div#footer {
	clear: both;
	}

/* Custom Styles */
#access a{
	display: none;
	}
#wrapper { /* Inherited from #container on main website */
	width: 900px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	text-align: left;
	background: #fff;
	}
#footer{
	width: 940px;
	margin: 0 auto;
	padding: 0;
	/*text-align: center;*/
	}

#footer p {
	padding: 5px 0 15px 39px;
}

input{
	font-size:11px;
	}

/* Post Styles  */
.post h3 { /* .enrty-title */
	font-size: 15px;
	font-weight: bold;
	color: #D6331E;
	font-family: "Arial", Helvetica, sans-serif;
	padding: 0;
	margin: 0px;
	display: block;
	}
.post .entry-content{
	margin: 5px 0;
	}
.post blockquote{
	background-color: #E8EEF1;
	padding: 5px;
	padding-left: 40px;
	padding-right: 20px;
	background-image: url(images/blog/quotemarks.png);
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	min-height: 60px;
	}
.post img{
	border: 0;
	}
.post img a:link, .post img a:visited, .post img a:hover, .post img a:active, .post img a{
	border: 0;
	}

.post img.ppcentered{
	margin-left: auto;
	margin-right: auto;
	}
.post img.ppalignleft{
	float: left;
	}
.post img.ppalignright{
	float: right;
	}




.post code{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	}
.post .entry-content p{
	margin-bottom: 10px;
	}
.post .entry-meta{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 30px;
	}
.post .entry-date{
	font-size: 90%;
	}
.more-link{
	display: block;
	text-align: right;
	}
/* Chrono Links */
.nav-previous{
	width: 45%;
	float: left;
	}
.nav-next{
	width: 45%;
	float: right;
	text-align: right;
	}

/*Other */
.rssfeedicon{
	position: relative;
	top: 3px;
}

#co_editorial {
	width: 900px;
	height: 187px;
	padding: 0px;
	margin: 0px;
	}

#co_editorial{
	background-image: url(images/pages/statues.jpg);
	background-repeat: no-repeat;
	}

.category-companyblog #co_editorial{
	background-image: url(images/pages/team.jpg);
	background-repeat: no-repeat;
	}

.category-kevinsblog #co_editorial{
	background-image: url(images/pages/kevin.jpg);
	background-repeat: no-repeat;
	}


/*Comments*/

#comments{
	clear: both;
	padding-top: 20px;
	}
#comments ol{
	margin: 0;
	padding: 0;
	margin-left: 25px;
	}
.entry-meta{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 30px;
	}
#comments h5{
	margin: 0;
	font-size: 110%;
	color:#004577;
	}
.comment{
	margin-bottom: 15px;
	list-style: none;
	padding: 10px;
	}
#comments .alt{
	background-color: #E8EEF1;
}