
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/*-- LAYOUT STRUCTURE --*/
html, body {
	height: 100%;
}
body {
	background:url(../images/bg-grey.jpg) 0 0 repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size:62.5%;
}
#stage {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 0 -70px;
	background:url(../images/bg-red.jpg) 0 0 repeat-x;
}
#top-strip {
	height: 15px;
	background:#A92623;
}
#container {
	width:960px;
	margin:0 auto;
	
}
.push {
	height: 70px; 
}
#footer {
	height: 30px;
	padding:10px;
	margin-top:20px;
	text-align:center;
	background: #A92623;
	color:#fff;
}

/*-- TEXT --*/

p {
	margin:0 0 1em;
	font-size:1.2em;
}
a {
	text-decoration:none;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}

/*-- HEADER --*/

#header {
	position:relative;
	height: 150px;
}
#logo {
	position: absolute;
	width:331px;
	height:103px;
	background:url(../images/logo.png) 0 0 no-repeat;
	left:0;
	top:25px;
}
#search {
	background:#A92623;
	position:absolute;
	top:0;
	right:0;
	height:34px;
	padding:0 10px;
	z-index:1000;
}
#search label, #search input {
	float:left;
	font-size:1.1em;
}
#search label {
	line-height:25px;
	color:#fff;
	padding-right:3px;
	display: none;
}
#search input#s {
	width:100px;
	line-height:18px;
}
#search input#searchsubmit {
	padding: 4px 5px;
	margin-top: -2px;
}
#search li {
	float:left;
}
#search li.widget_search {
	margin-top:1px;
}
a#icon-twitter, a#icon-facebook, a#icon-rss {
	width:24px;
	height:24px;
	float:left;
	display:block;
}
a:hover#icon-twitter, a:hover#icon-facebook, a:hover#icon-rss {
	background-position:top;
}
#icon-twitter{
	background:url(../images/icon-twitter.png) 0 100% no-repeat;
}
#icon-facebook{
	background:url(../images/icon-facebook.png) 0 100% no-repeat;
}
#icon-rss{
	background:url(../images/icon-rss.png) 0 100% no-repeat;
}
.menu-header {
	position:absolute;
	top:0;
	right:0;
	background:url(../images/header-flags.png) 0 12px no-repeat;
	padding: 64px 0 0 0;
}

#menu-top-navigation {
	background:#A92623;
}
#menu-top-navigation:after {
	content: '.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
#menu-top-navigation > li {
	float:left;
	position:relative;
	border-left:1px solid #000;
}
#menu-top-navigation li:first-child {
	border:none;
}
#menu-top-navigation > li a {
	padding: 0 10px;
	line-height:40px;
	color:#fff;
	font-size:1.4em;
	text-transform:capitalize;
	display: block;
}
.hover .sub-menu {
	display:block;
}
.sub-menu {
	position:absolute;
	z-index:1000;
	display:none;
}
.sub-menu li {
	background:#A92623;
	border-top:1px solid #000;
}
#menu-top-navigation ul li:first-child {
	background: url(../images/sub-menu-grd.png) 0 0 repeat-x #A92623;
}
.sub-menu a {
	white-space:nowrap;
}

/*-- CONTENT --*/

#content {
	position:relative;
}
#content:after {
	content: '.';
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.block {
	background:#000;
}
.content-left-corner {
	position:absolute;
	top:0;
	left:-16px;
	width:16px;
	height:24px;
	background:url(../images/bg-tl-corner.png) 0 0 no-repeat;
}
.content-right-corner {
	position:absolute;
	top:0;
	right:-16px;
	width:16px;
	height:24px;
	background:url(../images/bg-tr-corner.png) 0 0 no-repeat;
}

#left-col {
	width:640px;
	float:left;
}
.page #left-col {
	width:535px;
}

/*-- SIDEBAR --*/

#right-col {
	width:220px;
	float:right;
}

.page #right-col {
	width:365px;
}

/*-- FOOTER --*/

#footer a {
	color:#fff;
	text-decoration:none;
}

#menu-bottom-navigation li {
	display:inline;
	font-size:1.2em;
	padding:0 10px;
}

/*-- PAGES --*/

.Block .page-title, .Block h1 {
	color:#fff;
	font-family: '321impactRegular';
	text-transform: capitalize;
}
.Block h2 a {
	color: #74ACC5;
	text-decoration:none;
}

/*-- PAGES - HOME --*/

#Home-Featured-News-Container {
	height:246px;
	position:relative;
}

#Home-Featured-News-Container .Left {
	width:515px;
}
#Home-Featured-News-Container .Right {
	width:365px;
}
.Home-Featured-News-Content {
	width:100%;
}
.Home-Featured-News-Content:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
#cycle-nav {
	position:absolute;
	height:20px;
	top: 246px;
	right: 425px;
	z-index: 100;
}
#cycle-nav a {
	float:left;
	margin:0 0 0 10px;
	display:block;
	width:20px;
	height:20px;
	background:#fff;
	text-indent:-999em;
	overflow:hidden;
}
#cycle-nav a.activeSlide {
	background:#A92623;
}
#Home-See-All-News {
	position:absolute;
	top:246px;
	left:20px;
	font-size:12px;
	z-index: 100;
}
#Home-Bottom-Container {
	margin:20px 0;
}
#Home-Bottom-Container:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
#Home-Left-Column {
	float:left;
	width: 290px;
}
#Home-Right-Column {
	float:right;
	width:650px;
}
#Event-Heading {
	background:#a92623;
	padding:4px 36px 10px;
	position:relative;
	left:-16px;
	width: 250px;
}
#Event-Heading h1 {
	color: #fff;
	font-size: 2em;
	text-transform: capitalize;
	border-bottom: 1px dotted white;
	line-height: 30px;	
	font-weight: normal;
}
.heading-left-corner {
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 16px;
	height: 24px;
	background: url(../images/bg-bl-corner.png) 0 0 no-repeat;
}
.heading-right-corner {
	position: absolute;
	bottom: -24px;
	right: 0;
	width: 16px;
	height: 24px;
	background: url(../images/bg-br-corner.png) 0 0 no-repeat;
}

/*-- POSTS --*/

.posted-on {
	color:#555;
	margin-bottom:5px;
}
.posted-in {
	border-bottom:1px solid #333;
	padding:5px 0;
	font-style:italic;
}
.paging {
	height:30px;
	margin:0 0 10px;
	font-size:1.2em;
}
.post-content:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.post-left {
	width:200px;
	float:left;
}
.post-left img {
	width:200px;
	height:auto;
}
.post-right {
	width:420px;
	float:right;
}
.single #left-col img {
	max-width:640px;
	height:auto;
}

/*-- MISC --*/

.Left {
	float:left;
}
.Right {
	float:right;
}
.Block {
	background:#000;
	color:#fff;
	padding:20px;
	margin:0 0 20px;
	-webkit-box-shadow:0 0 10px #888; 
	-moz-box-shadow: 0 0 10px #888; 
	box-shadow: 0 0 10px #888;
}
.Block:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.Block h1, .Block-White h1 {
	font-size:24px;
	margin:0 0 15px;
	font-weight: normal;
}
.Block h2, .Block-White h2 {
	color: #74ACC5;
	font-size:2em;
	text-transform:capitalize;
	margin:0 0 5px;
	font-weight:normal;
}

.Block h3, .Block-White h3 {
	font-size:14px;
	margin:0 0 1px;
	font-weight: normal;
	text-transform:uppercase;
}
.Block p, .Block-White p {
	line-height:18px;
}
.Block a, .Block-White a {
	color: #73acc5;
	text-decoration:underline;
}
.Block a:hover, .Block-White a:hover {
	text-decoration:none;
}
.Block ul, .Block-White ul {
	margin:0 0 0 20px;
}
.Block li, .Block-White li {
	list-style:circle;
	line-height:20px;
	font-size:1.2em;
}
.Block li li, .Block-White li li {
	font-size:1em;
}
.Block table {
	font-size:1.2em;
	line-height:18px;
}
.Block table ul {
	margin-bottom:15px;
}
.Block table p, .Block table li {
	font-size:1em;
}
.Block table h2 {
	font-size:1.6em;
}

.widget_links h3 {
	display:none;
}
.blogroll li {
	width:196px;
	float:left;
	margin-left:10px;
}
.blogroll li:first-child {
	margin:0;
}
.Block ul.xoxo {
	margin:0;
	padding:0;
}
.Block ul.xoxo li {
	list-style:none;
}

/* HOME EVENT LIST */

.Event-List {
	margin:0  !important;
}
.Event-Item {
	min-height:50px;
	height:auto !important;
	height:50px;
	padding:0 0 10px;
	list-style:none !important;
}
.Event-Item .Left{
	width:50px;
	height:42px;
	background:#73acc5;
	color:#231f20;
	text-align:center;
	padding:8px 0 0 0;
}
.Event-Item .Left .Event-Day {
	font-size:24px;
	font-style:italic;
	display:block;
	line-height: 18px;
}
.Event-Item .Left .Event-Month {
	font-size:14px;
	font-style:italic;
	display:block;
}
.Event-Item .Right {
	width:190px;
	font-size:1.2em;
}
.Event-Item .Right a {
	display:block;
	text-decoration:none;
}
.Event-Item .Right a:hover {
	text-decoration: underline;
}
.Event-Item .Right .Event-Time {
	font-style:italic;
}
#wp-calendar {
	width:100%;
	background:#231f20;
	font-size: 1.2em;
}
#wp-calendar caption {
	text-align:center;	
}
#wp-calendar td, #wp-calendar th {
	padding:2px;
	font-style: italic;
}
#wp-calendar thead {
	border-bottom:1px solid #323232;
}

/* COMMENT FORM */

.comment-form-author label, .comment-form-email label {
	float: right;
	width: 350px;
	margin-left:10px;
}
.comment-form-author .required, .comment-form-email .required {
	float:right;
	color:#ff0000;
}
.comment-form-author input, .comment-form-email input {
	padding:5px;
	width:250px;
}
#commentform input[type=submit] {
	padding:2px 5px;
}
.comment-form-comment label {
	display:none;
}
#commentform textarea {
	padding:5px;
	border:none;
	width:630px;
}
#comments-title {
	margin:0 0 10px;
}
.comment-meta {
	font-size:1.1em;
	margin:0 0 5px;
}
.comment-form-url {
	display:none;
}
.avatar {
	float:right;
}
cite.fn {
	font-size:1.6em;
	margin:0 0 10px;
}
.comment > div {
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:1px solid #333;
}
.children {
	margin:0 0 0 20px;
}
.comment-body {
	width:80%;
}
ol li.comment  {
	list-style:none;
}
/* RIGHT COLUMN */

#right-col .widget-container {
	border-bottom:1px solid #333;
	padding:0 0 10px;
	margin:0 0 10px;
}
#right-col .widget-container ul {
	margin:0;
}
#right-col .widget-container li,
#right-col .widget-container li a {
	font-size:1em;
	line-height:20px;
	border:0px !important;
	text-decoration: none !important;
}
#right-col .widget-container li{
	background:url(../images/list-item.png) 0 7px no-repeat;
	padding:0 0 0 10px;
}
/* SITEMAP */

#sitemap_list {
	font-size:1.2em;
	margin:0 0 0 20px;
}
#sitemap_list ul {
	margin:0 0 0 20px;
}
#sitemap_list li {
	line-height:24px;
}

/* DOWNLOAD KIT */

.Download-Kit-Content {
	padding:0 0 10px;
	margin:0 0 10px;
}
.Download-Kit-Content:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.Download-Kit-Content .Left {
	width:400px;
	position:relative;
}
.download-links {
	background:url(../images/icon-pdf.png) 0 0 no-repeat;
	padding:0 0 0 58px;
	min-height:60px;
	height:auto !important;
	height:60px;
}
.Left .download-links {
	position:absolute;
	bottom:0;
	left:420px;
	width: 442px;
}
.Download-Kit-Content .Right {
	width:500px;
}
.Download-Kit-Content .Right img{
	border: 1px solid #666;
}
.Block-White {
	background:#fff;
	color:#000;
	padding:20px;
	margin:0 0 20px;
}
.Block-White h1 {
	font-size:2em;
	margin:0 0 10px;
}
.photoset .photoset h2  {
	margin:20px 0 10px;
}
