/*
Theme Name: IMS-ER
Theme URI: http://www.phasenoise.co.uk
Description: IMS Eastern Region Template
Version: 1.0.0
Author: Paul Martin
Author URI: http://www.phasenoise.co.uk
*/

body {
	color: #000;
	font: 10pt "Helvetica", Arial, Geneva, sans-serif;
	background-color: white;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
	background: transparent;
	border-style: none;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

h3 {
	font-size: 10pt;
}

#pageWrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#header {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.headerUpper {
	height: 140px;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	background: #d300ff url(images/HeaderGradient.png) repeat-x;
}

.logo {
	height: 140px;
	width: 406px;
	margin-top: 0;
	margin-left: 10%;
}

.navigation {
	background: #000 url(images/NavigationBarGradient.png) repeat-x;
	margin-top: 0;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.navigation ul {
	text-align: center;
}

.navigation li {
	color: white;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	font-size: 10pt;
}

.navigation a {
	color: #e6e6e6;
}

.navigation a:hover {
	color: #fff;
}

#main {
	margin-right: 10%;
	margin-left: 10%;
	background-color: white;
	margin-top: 0;
	/*Fix gap in top */
	padding-top: 50px;
	padding-bottom: 50px;
}

#page {
	margin: 0 10%;
	padding-top: 0px;
}

.post {
	margin-bottom: 50px;
}

.postTitle {
	background: transparent;
	font-size: 18pt;
	color: #333333;
}

.postTitle a {
	color: #333333;
	background: transparent;
}

.postTitle a:hover {
	background: transparent;
	color: #0066ff;
}

.date {
	color: #7f7f7f;
	font-size: 9pt;
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
}

.postContent {
	margin-top: 20px;
	line-height: 1.5em;
	text-align: justify;
}

.footer {
	font-size: 8pt;
	text-align: center;
}

.tags {
	font-size: 12pt;
	margin-top: 40px;
}

.aTag {
	font-size: 10pt;
}

.metadata {
	font-size: 9pt;
	color: #666666;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}

.metadata a {
	text-decoration: none;
	background: transparent;
	color: #666666;
}

.metadata a:hover {
	text-decoration: none;
	color: #0066ff;
	background: transparent;
}

.commentsPostButton {
	font-size: 12pt;
}

.pageNavigation {
	text-decoration: none;
	text-align: center;
	text-transform: none;
	margin-top: 20px;
	background: none;
	font-size: 13pt;
	margin-bottom: 20px;
}

.pageNavigation a:hover {
	color: #0066ff;
}

.readMore {
	font-size: 11pt;
}

/* Stuff From Phasenoise */

/* Comments Styles */

.commentsSection {
}

.commentsSection ol {
	padding: 0;
	margin-top: 5px;
}

.commentsSection li {
	background: #e6e6e6;
	list-style: inside decimal;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 3px 10px;
	list-style-type: none;
}

.commentsTitle {
	font-size: 11pt;
	font-weight: bold;
}

.commentsText {
	font-size: 9pt;
	line-height: 1.5em;
}

.commentsText a {
	color: #4c4c4c;
	border-bottom: 1px dotted #0066ff;
	font-weight: bold;
}

.commentsText a:hover {
	color: #4c4c4c;
	border-bottom: 1px solid #0066ff;
	font-weight: bold;
}

.commentsMeta {
	color: #4c4c4c;
	font-style: normal;
	font-size: 8pt;
}

/* General Page Styles */

.bottomPointer {
	text-decoration: none;
	text-align: center;
	text-transform: none;
	margin-top: 20px;
	background: none;
	font-size: 13pt;
	margin-bottom: 20px;
}

.bottomPointer a:hover {
	color: #0066ff;
}

.pageSearch {
	text-align: center;
	width: 200px;
	padding: 5px;
	border: 1px #7f7f7f;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.pageSearch input:focus {
	color: #333;
	background-color: #FFFFCC;
}

.archivesList {
	list-style-type: none;
	padding-left: 0;
}

/* Embeded Media Tags */
object {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

embed {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* Contact Form Styles */
.contactForm {
	border-style: none;
}

.contactForm input:focus {
	background-color: #FFFFCC;
}

.contactForm textarea {
	height: 200px;
	width: 500px;
}

.contactForm textarea:focus {
	background-color: #FFFFCC;
}

.commentForm {
	margin-top: 50px;
}

.commentForm input:focus {
	background-color: #FFFFCC;
	
}

.commentForm textarea:focus {
	background-color: #FFFFCC;
}