/*
Theme Name: PS Editorial Services.
Theme URI: http://www.sensecall.co.uk/sites/pses-cms/wp-content/themes/pses/css
Description: PSES.
Version: 1.0
Author: Dan
Author URI: www.sensecall.co.uk
*/


/* === GLOBAL === */
.swap span {
	display: none;
}

.clear {
	clear: both;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/* === BODY === */
body {
	margin: 0 auto;
}




/* === TEXT === */
#content p a, #footer a {
	color: #74A516;
	font-weight: bold;
	text-decoration: none;
}

#content p a:hover, #footer a:hover {
	color: #257000;
	text-decoration: underline;
}

#content p {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	font-size: 16px;
	color: #444;
	text-align: left;
}

#content h3 {
	font-size: 20px;
	margin: 40px 0 10px 0;
	font-weight: bold;
}

#content h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 40px 30px 40px;
	line-height: 1.3em;
	color: #222;
}

#content blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	color: #898989;
}

#content blockquote > *:first-child:after {
	content:"\201D";
	font-size:2.5em;
	color: #999;
	margin-left: 8px;
}

#content blockquote > *:first-child:before {
	content:"\201C";
	font-size:2.5em;
	font-style: italic;
	color: #999;
	margin-left: 8px;
}

#content blockquote {
	font-size: 24px;
	display: block;
	padding: 20px;
}

#footer p {
	font-size: 12px;
	color: #599000;
}

a#sfep-logo {
	display: block;
	float: right;
	margin: 19px 0 0 22px;
}

p#directory a {
	background-color: #CCFF99;
	/*width: 170px;*/
	float: right;
	text-align: center;
	padding: 2px 6px;
	margin: -40px 40px 0 0;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
}

p#directory a:hover {
	background-color: #ABE330;
	text-decoration: none;
}

#content ul li {
	padding-left: 5px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 20px;
	color: #61A513;
	text-align: left;
	border-bottom: 1px #ddd solid;
}

#content ul li p {
	text-align: left;
	margin: 6px 0;
}

#about span {
	display: block;
	float: left;
	text-align: left;
}

/* === HEADERS === */
#header-wrap {
	height: 124px;  /*was 262px*/
}

#header-top-wrap {
	height: 138px;
	background: url(img/header-bg.png) repeat-x;
	border-top: #ABE330 4px solid;
	position: fixed;	/*for scrolling*/
	top: 0;				/*for scrolling*/
	width: 100%;		/*for scrolling*/
	z-index: 4000;		/*for scrolling*/
}
#header-top {
	width: 960px;
	margin: 0 auto;
}

#header-top h1 a {
	background: url(img/logo.png) no-repeat center center;
	width: 320px;
	height: 50px;
	display: block;
	margin: 32px 0 0 0;
	float: left;
}

#header-bottom-wrap {
	height: 140px;
	background: url(img/bg-bottom-header.png) repeat-x;
	margin: 122px 0 0 0;
}
#header-bottom {
	width: 960px;
	margin: 0 auto;
}

h2.home-intro {
	background: url(img/introduction.png) no-repeat;
	width: 960px;
	height: 140px;
}


/* === CONTENT === */
#content {
	width: 960px;
	margin: 0 auto 0 auto;
}

.content-wide {
	min-height: 700px;
}

#content-left {
	width: 640px;
	float: left;
	padding-bottom: 140px;
}

#content-right {
	width: 280px;
	float: right;
	padding-bottom: 140px;
}
#content-right img {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.sidebar-item {
	margin: 0 0 0px 0;
	display: block;
	float: left;
}


/* === FOOTER === */
#footer-wrap {
	background: url(img/footer-bg.png) repeat-x;
	height: 95px;
	clear: both;
	position: fixed;	/*for scrolling*/
	bottom: 0;			/*for scrolling*/
	width: 100%;		/*for scrolling*/
}
	#footer {
		width: 960px;
		margin: 0 auto;
	}
	
		#footer p {
			margin-top: 61px;
		}
		
		#footer p.left {
			width: 320px;
			float: left;
		}
		
		#footer p.copyright {
			width: 360px;
			float: left;
		}
		
		#footer p.copyright a {
			color: #599000;
		}
		
		#footer p.to-top {
			float: right;
		}


/*  === CONTACT FORM === */
/*FORM STYLE*/
.wpcf7 {
	width: 580px;
	height: auto;
	margin: 0;
	text-align: left;
	float: left;
}

.wpcf7 label {
	color: #666;
	font-size: 14px;
	text-align: right;
	float: left;
	width: 5em;
	display: block;
	margin: 0 8px 0 0;
	padding: 28px 0 0 0;
}

.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #ABE330;
	background: #f8f8f8;
	font: 14px Lucida Grande, Helvetica, Arial, sans-serif;
	color: #555;
	padding: 8px;
	width: 25em;
}

.wpcf7 input#send {
	margin: 18px 0 0 5.5em;
	width: 5em;
}
