/*
Theme Name: ECS
Theme URI: 
Description: 
Version: 1.0
Author: Ryan Hussey
Author URI: http://www.2amdesign.co.uk/
Tags: 

*/



/* 2am Super CSS */

/*****************************************************
* Global
*****************************************************/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}a{text-decoration:none;}

div.clear {
	clear: both;
}
.nodisp { display: none; }
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body {
	text-align: center;
	margin: 0px auto 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
}

/*****************************************************
* Typography
*****************************************************/

h1 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 1.4em;
	color: #C1272D;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 8px;
}
h2 {
	color: #211D70;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 8px;
}
p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 12px;
	color: #211D70;
}
p.breadcrumb {
	font-size: 0.65em;
	padding-bottom: 7px;
	margin-bottom: 8px;
}
p span.red,
span.red {
	color: #C1272D;
}
.left-sidebar p,
#footer p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.65em;
	text-transform: uppercase;
	padding-bottom: 3px;
}
span.eventmonth {
	float: left;
	width: 80px;
}

/* indented */

.home-text {
	font-size: 75%;
	display: block;
	width: 300px;
	position: absolute;
	left: -9999em;
}


/*****************************************************
* Links
*****************************************************/

a,
a:visited {
	color: #C1272D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 a,
h1 a:visited {
	font-weight: normal;
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
.left-sidebar a,
.left-sidebar a:visited,
#footer a,
#footer a:visited {
	color: #FFFFFF;
}


/*****************************************************
* Layout
*****************************************************/


#wrapper {
	background: url(images/bg-rep-light.gif) repeat left top;
	border-top: 3px solid #C1272D;
}
#header {
	height: 164px;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header-bg.gif) no-repeat right top;
	z-index: 100;
}
.logo {
	position: absolute;
	left: 0px;
	top: 34px;
}
#nav {
	width: 800px;
	height: 29px;
	position: absolute;
	top: 135px;
	left: 0px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background: url(images/big-bg-rep.gif) repeat-y left top;
	z-index: 0;
}
.left-sidebar {
	float: left;
	width: 88px;
	background: #A8AAAC;
	height: 160px;
	padding-top: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.left-col {
	float: left;
	width: 292px;
	background: #E8E8E8 url(images/arrow.gif) no-repeat left 70px;
	padding: 20px 10px 20px 20px;
}
.main-image {
}
.post {
}
.entry {
}
.sidebar {
	float: left;
	width: 337px;
	background: url(images/bg-rep-dark.gif) repeat left top;
	padding-top: 20px;
	padding-left: 33px;
	height: 440px;
}
.divider {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background: #C1272D;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.events-gallery .entry img {
	margin-right: 10px;
	margin-bottom: 10px;
}


/*****************************************************
* Lists
*****************************************************/

#nav ul {
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav ul li a,
#nav ul li a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.65em;
	padding-top: 3px;
	height: 26px;
	width: 133px;
	background: url(images/button-bg.gif) no-repeat left top;
	text-transform: uppercase;
	z-index: 100;
}

/* dropdown */
body #nav li.page_item ul {
	width: 133px;
	display: none;
	background: #211D70;
}
body #nav li.page_item:hover ul {
	display: block;
	z-index: 200;
}
body #nav li.page_item ul li {
	height: auto;
	background: #211D70;
}
body #nav li.page_item ul li a,
body #nav li.page_item ul li a:visited {
	background: #211D70 url(images/button-ul-li-bg.gif) repeat-x left top;
	height: auto;
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
}
body #nav li.page_item ul li a:hover {
}

/* main nav selected */
body #header #nav ul li.current_page_item a,
body #header #nav ul li.current_page_parent a {
	background: url(images/button-bg.gif) no-repeat left bottom;
	color: #FFFFFF;
}
body #header #nav ul li.current_page_parent ul li.current_page_item a,
body #header #nav ul li.current_page_parent ul li.current_page_item a:visited,
body #header #nav ul li.current_page_parent ul li.current_page_item a:hover,
body #header #nav ul li ul li.current_page_parent a,
body #header #nav ul li ul li.current_page_parent a:visited {
	background: #C1272D url(none);
}
body #header #nav ul li.current_page_item ul li a,
body #header #nav ul li.current_page_item ul li a:visited,
body #header #nav ul li.current_page_parent ul li a,
body #header #nav ul li.current_page_parent ul li a:visited {
	background: url(images/button-ul-li-bg.gif) repeat-x left top;
}
body #header #nav ul li.current_page_item ul li a:hover,
body #header #nav ul li.current_page_parent ul li a:hover {
	background: url(images/button-ul-li-bg.gif) repeat-x left top;
}

.entry ul,
.sidebar ul {
	margin-top: -5px;
	margin-bottom: 15px;
}
.entry  ul li,
.sidebar ul li {
	font-size: 0.7em;
	list-style-position: outside;
	list-style-type: disc;
	color: #211D70;
	margin-left: 15px;
}
.sidebar ul li.rss {
	list-style-type: none;
	color: #211D70;
	margin-left: 0px;
	padding-left: 20px;
	background: url(images/feed.png) no-repeat left 2px;
}
.entry  ul li a,
.entry  ul li a:visited,
.sidebar ul li a,
.sidebar ul li a:visited {
	color: #C1272D;
}
.entry  ul li a:hover,
.sidebar ul li a:hover {
	text-decoration: underline;
}


/*****************************************************
* Forms
*****************************************************/

form {
	z-index: 0;
}
form input,
form textarea,
form select {
	width: 277px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 3px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
form p.send input {
	background: #211D70;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-style: none;
	width: 100px;
	cursor: pointer;
}
form p.send input:hover {
	background: #1B1DA6;
}

/* CForm 7 */

span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {font-size: 13px;line-height: 17px;position: absolute;top: 20%;left: 3%;z-index: 100;background: #fff;border: 1px solid #ff0000;font-size: 10pt;width: 170px;padding: 2px 5px;color: #666666;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
}
div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {font-size: 13px;line-height: 17px;padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
div.wpcf7-spam-blocked {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
div.wpcf7-mail-sent-ng {background:#FFF6BF;color:#514721;border-color:#FFD324;}
div.wpcf7-mail-sent-ok {background:#E6EFC2;color:#264409;border-color:#C6D880;}
div.wpcf7-spam-blocked a {color:#8a1f11;}
div.wpcf7-mail-sent-ng a {color:#514721;}
div.wpcf7-mail-sent-ok a {color:#264409;}

/*****************************************************
* Rotator
*****************************************************/

#rotator {
	overflow: hidden;
	width: 302px;
	height: 363px;
}
