@charset "UTF-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	background-image:url(../images/background_bg.gif);
	background-position:center top;
	background-repeat: repeat-y;
	background-color:#000000;
	/* white background GIF gives 7px border (left & right) and full height white bg in front of black oveall bg */
}
	
.fullwidth #container {
	width: 780px;  
	margin: 0px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.fullwidth #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it.  */
}

.fullwidth #globalnav {

	background-color: #0A1739;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:100%;
	border-bottom: 1px solid #373B53;
}

.fullwidth #banner {
	clear:both;
	}

.fullwidth #maincontent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	clear:both;
}

.fullwidth #maincontent #nocolumns {
	width: 700px;
	margin: 0px 0px 20px 20px;
}

.fullwidth #maincontent #leftcolumn {
	width: 500px;
	margin: 0px 0px 25px 20px;
	float:left;
	display: inline;
}

.fullwidth #maincontent #rightcolumn {
	width: 200px;
	margin: 0px 20px 25px 0px;
	float:right;
}

.fullwidth #maincontent h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 28px; 
	letter-spacing: -2px;
}

.print {display:none;}

p.homeeventexcerpt { margin: 0 0 10px 0!important; padding: 0; border: 0!important;}

p.comingsoon {padding-bottom: 5px!important; line-height: 1.1em!important;}


	p.comingsoon a {}

.fullwidth #maincontent h2 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px; 
	letter-spacing: -1px;
	color: #D3071A;
}

.fullwidth #maincontent h3 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 0px 15px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 15px; 
	letter-spacing: 0px;
}

.fullwidth #maincontent h2.homeeventtitle a, .fullwidth #maincontent h2.homeeventtitle a:link, .fullwidth #maincontent h2.homeeventtitle a:visited {
color: #000000;
}


.fullwidth #maincontent h2.homeeventtitle a:hover {
color: #D3071A;
}


.fullwidth #maincontent h2.homemovietitle a, .fullwidth #maincontent h2.homemovietitle a:link, .fullwidth #maincontent h2.homemovietitle a:visited {
color: #D3071A;
}


.fullwidth #maincontent h2.homemovietitle a:hover {
color: #154095;
}

.fullwidth #maincontent h2.homenewslettertitle a, .fullwidth #maincontent h2.homenewslettertitle a:link, .fullwidth #maincontent h2.homenewslettertitle a:visited {
color: #154095;
}


.fullwidth #maincontent h2.homenewslettertitle a:hover {
color: #D3071A;
}

h2.comingsoon {padding: 0px 0px 5px 10px!important;}
h2.comingsoon a {text-decoration:none;}

.fullwidth #rightcolumn.home h3 {
color: #D3071A;
margin: 0px;
padding: 0px;
}

.fullwidth #rightcolumn.home p {
color: #666666;
padding:0px;

margin:0px;
}

.fullwidth table td {
	font-size:13px; 
	}



.fullwidth #maincontent #logo {
	width: 740px;
	height: 200px;
	}

.fullwidth #maincontent #logo img {
	margin: 0;
	padding: 0;
	float:right;
	}

.fullwidth #maincontent p {
	margin: 0px;
	padding: 10px 0;
	line-height:25px;
}

.fullwidth #maincontent ul {
	margin: 0px;
	padding: 10px 0px 10px 40px;
}

.fullwidth #maincontent ul li {
	margin: 0px;
	padding: 5px 0;
}

.fullwidth #footer {
	border-top: 7px solid #A31013;
	padding: 10px; 
	text-align: center;
	color: #000000;
	margin: 0px;
	clear:both;
	
}
.fullwidth #footer p {
	border-top: 1px solid #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

form {margin: 0; padding: 0;}

div.post {clear:both; padding-top: 15px;}

div.homenewsletter {
	
	padding: 15px; margin-top: 20px; background-color:#ECECEC; border: 1px solid #CCCCCC;
	
}

a, a:link, a:visited {color: #154095; }

a:hover {color: #D3071A; }

/*  *************  FROM WORDPRESS  ***************  */



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em; 
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Structure */

.post {
	margin: 0 0 20px;
	}

.post hr {
	display: block;
	}

#nocolumns .post {
	margin: 0;
	}

#leftcolumn .postmetadata {
	padding-top: 5px;
	}

#nocolumns .postmetadata {
	margin: 30px 0;
	}

#nocolumns .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
nocolumns .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

div.eventimage {
	width: 120px;
	float: left;
}

div.eventbody {
	padding: 0px;
	line-height: normal;
	margin-left: 125px;
}

div.eventbody p {
	padding: 0px!important;
	margin: 0px!important;
	line-height: normal!important;

}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Begin Form Elements */

#searchform {
	margin: 0;
	padding: 0; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

/* Begin Sidebar */

#sidebar
{
	padding: 15px 0 10px 0;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	padding: 0;
	}

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* FORM STYLES  */
	
	
#leftcolumn fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

fieldset input, textarea {
font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color:#ECECEC;
	}

fieldset textarea { width: 300px; }

fieldset p {
	margin: 0;
	padding: 6px 10px!important;
	font-weight: bold;
	line-height:normal!important;
	}

fieldset p span {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	}
	
fieldset p label {
	float: left;
	display: block;
	width: 120px;
	}
	
fieldset p.submit {
	margin: 0 0 1.0em 120px!important;
	padding: 8px 0;
	background-color: #fff;
	border-bottom: none;
	}

fieldset p.submit input {
font-family: arial, verdana, sans-serif;
	}
	
	/* CLEARFIX  */
	
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

