/*  
Theme Name: Commissioning News
Theme URI: http://pixelicious.co.uk
Description: Commissioning News Templates.
Version: 1.0
Author: Peter Lambert
Author URI: http://pixelicious.co.uk
*/

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Helvetica, sans-serif;
}
body{
	font-size: 80%;
	text-align: center;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
		line-height: 140%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 120%;
}
h2, h3{
	margin-top: 0;
	margin-bottom: .5em;
	color: #261d53;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
a{
	color: #9fc326;
	text-decoration: none;
}
a:hover{
	color: #261d53;
}

h1, h2, h3, #outcome-based a, #nav{
	font-family: "Arial Black", Arial, Helvetica, Serif;
	font-weight: 400;
}
blockquote{
	display: list-item;
	list-style-type: image;
	list-style-image: url(/assets/images/i_openquote.png);
	list-style-position: inside;
	background: url(/assets/images/i_closequote.png) bottom right no-repeat;
	padding-bottom: 15px;
	color: #666;
}
img{
	border: 0;
}

/* Layout */
/* Main container */
#wrap{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ddd;
	border-bottom: 10px solid #9fc326;
}

/* Header */
#header{
	height: 120px;
	background: #261d53 url(/assets/images/i_logo.png) 10px 0 no-repeat;
	text-indent: -999999px;
	overflow: hidden;
}

/* Nav */
#nav{
	background: #9fc326;
	float: left;
	width: 100%;
}
#nav ul, #nav li{
	margin: 0;
	list-style-type: none;
}
#nav li{
	width: 127.3px;
	float: left;
	text-align: center;
	border-right: 1px solid #728c1b;
}
#nav li a{
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 95%;
}
#nav li a:hover{
	color: #261d53;
}
#nav #news, #nav #events, #nav #contact {
	width: 84.4px! important;
}
/* Primary Content */
#primarycontent{
	width: 510px;
	float: right;
	margin: 20px 10px 40px 0;
	display: inline;
}
#primarycontent h2.small{
	font-size: 100%;
}
#primarycontent .post{
    float: none;
    clear: both;
    margin-bottom: 2em;
}
#primarycontent .post h3, #primarycontent .post h2{
	font-size: 200%;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: 400;
}
#primarycontent .post img{
	border: 1px solid #ccc;
	margin: 0 0 1em 1em;
}

#entrytext .post img{
	border: 1px solid #ccc;
	margin: 0 0 1em 1em;
}


/* Secondary Content */
#secondarycontent{
	width: 220px;
	float: left;
	margin: 20px 0 40px 10px;
        display: inline;
}

/* Footer */
#footer{
	text-align: center;
	color: #666;
	clear: both;
	margin: 30px 10px 0 10px;
	border-top: 1px solid #eee;
	padding: 1em;
	position: relative;
}
#footer p{
	margin: 0 0 .5em 0;
        text-align: center;
}
#cpi{
	position: absolute;
        right: 10px;
        top: 20px;
}

/* General Classes */
.author{
	font-weight: 600;
}
html body #wrap #primarycontent ul.meta{
	padding-bottom: 2em;
}
ul.meta li{
	margin: 0 5em 0 0;
	list-style-type: none;
	float: left;
}
.continue, .comments, .download{
	padding-left: 25px;
}
.continue{
	background: url(/assets/images/i_continue.png) left no-repeat;
}
.comments{
	background: url(/assets/images/i_comments.png) left no-repeat;
}
.download{
	background: url(/assets/images/i_download.png) left no-repeat;
}
.postmetadata{
	border-top: 1px solid #ddd;
	margin-top: .5em;
	padding-top: .5em;
	
}
.post-meta-key{ font-weight: 600;}


/* Highlight boxes */
.highlight{
	border: 1px solid #9fc326;
	padding: 10px;
	margin-bottom: 10px;
	background: #f4ffcb url(/assets/images/i_highlight-green.png) top left repeat-x;
}
.highlight a{
color: #261d53;
text-decoration: underline;
}
.highlight h2, .highlight h3, .highlight h2 a, .highlight h3 a{
	color: #261d53;
	text-decoration: none;
}	
#outcome {
	white-space: nowrap;
}
#currentedition.highlight{
	border-color: #d4d3dd;
	background: #f5f4f7 url(/assets/images/i_highlight-grey.png) top left repeat-x;
}
#currentedition.highlight img{
	float: right;
	margin: 0 0 5px 5px;
	position: relative;
	top: -10px;
}
#outcome-based.highlight{
	border-color: #ecb655;
	background: #fff5d6 url(/assets/images/i_highlight-orange.png) top left repeat-x;
}
#outcome-based.highlight a{
	color: #261d53;
	font-size: 160%;
	text-align: center;
	display: block;
	line-height: 120%;
}

#articleExcerpt {
	float: right;
	width: 160px;
	font-size: 110%;
	color: #666;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 10px;
	margin-bottom: 10px;
}