@import url('mediawiki.css');

html,body { 
	height: 100%; 
}
body {
    width: 100%;
	margin: 0;
	padding: 0;
	background: #06377a url("../img/layout/bg.jpg") top center no-repeat;
	color: #efefef;
	font: 9pt 'Lucida Grande',Geneva,Tahoma,Verdana,sans-serif;
	text-align: center;
}
a {
	color: #3f79b8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-image: url('../img/layout/bullet.gif');
}
img {
	border: none;
}
form,input {
	padding: 0;
	margin: 0;
}	
select {
	font-size: 8pt; 
}
input, input.text, input.search, input.error, input.button, input.disabled, textarea, select,iframe.text {
	font: 9pt Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Helvetica, Geneva, Tahoma, Verdana, Arial, sans-serif;
	color: #4d4d4d;
	opacity: .85;
	filter: alpha(opacity=85);
}
input.text, input.search, textarea, select,iframe.text,div.scroll {
	background: #ffffff;
}
input.text, input.search, input.error, input.disabled, textarea, iframe.text, div.scroll {
	border: #3f79b8 solid 1px;
	padding: 1px;
}
input.search {
	background: #ffffff url('../img/layout/search.gif') 2% 50% no-repeat;
	padding-left: 20px;
}
input.button, input.searchButton {
	color: #ffffff;
	background-color: #06377a;
	border: #3f79b8 solid 1px;
	padding: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input.instruction {
	color: #b4b4b4;
}













#header {
	padding-left: 60px;
	height: 45px;
	background: #00154e url("../img/layout/headerBg.jpg") top left repeat-x;
	border-bottom: #3f79b8 1px solid;
	text-align: left;
	opacity: .8;
	filter: alpha(opacity=80);
}
#mainSearch {
	float: right;
	padding: 10px 4em 5px 5px;
}

#container {
	margin: auto;
	width: 90%;
	min-width: 975px;
	max-width: 1100px;
	margin-top: 20px;
	/*background: #ffffff;*/
}
#twitter {
	text-align: left;
}
#twitter a {
	color: #ffffff;
}
#navigation, #footer {
	width: 100%;
}


#navigation {
	height: 40px;
	opacity: .95;
	filter: alpha(opacity=95);
	text-align: left;
	background: #ffffff url("../img/layout/mainNavBg.gif") top left repeat-x;
}
#navigation ul {
	display: block;
	margin: 0;
	padding: 13px 0;
}

#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li a, #navigation ul li .selflink  {
	padding: 10px 20px 10px 20px;
	margin: 0 -5px 0 0;
	font: 9pt Garamond,'Palatino',serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #324884;
	background: url("../img/layout/mainNavDivider.gif") top right no-repeat;
}
/*#navigation ul li span {
	padding: 4px 0;
	border-right: #cccccc 1px solid;
}*/
#navigation ul li span.minor a, #navigation ul li span.minor .selflink {
	color: #aaaaaa;
}
#navigation ul li span.donate a, #navigation ul li span.donate .selflink {
	color: #c21821;
}
#navigation ul li a:focus,
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li .selflink {
	text-decoration: none;
	border-top: 5px #c21821 solid;
	padding: 10px 20px 10px 20px;
	margin-right: -5px;
}

#slideShowContainer, #contentContainer {
	overflow:hidden;
	margin:0;
	/* Right fixed: 
	padding-right:200px;*/
	/* Left fixed: */
	padding-left: 800px;
}
* html #slideShowContainer, * html #contentContainer {
	height:1%; /* So IE plays nice */
}
#slideShowContainer {
	/* Right fixed:
	background: #01092e; */
	/* Left fixed: */
	background: #a11520;
}
#slideShowContainer .editsection {
	display: none;
}
#contentContainer {
	/* Right fixed:
	background-color: #efefef; */
	/* Left fixed: */
	background: #c21821;
}
#slideShow, #content {
	/* Right fixed:
	width: 100%;
	margin-right: -200px;
	float:left;
	border-right: 200px solid black;*/
	/* Left fixed: */
	overflow:hidden;
	width: 800px;
	float: right;
	margin-left: -800px;
	
}
#slideShowRight, #contentRight {
	/* Right fixed:
	width:200px;
	float:left;
	margin-right:-200px; */
	/* Left fixed: */
	float: right;
	width: 100%;
	border-left:800px solid black;
	margin-left: -800px;
}
#slideShow {
	background: #01092e;
	/* Right fixed
	border-color: #a11520; */
}
#slideShow .toc { /* Hide the MediaWiki TOC */
	display: none;
}
#slideShow #slides {
	position: relative;
	height: 300px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}
#slideShow .slide {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	height: 300px;
	width: 100%;
	top: 0;
	
	color: #efefef;
	font-size: 180%;	
}
#slideShow .slide > div {
	position: absolute;
	background: #121212;
	opacity: .7;
	padding: 10px;
	z-index: 10;
	
	/* Over-ride me */
	width: 100%; 
}
#slideShow .slide div .headline, #slideShow .slide div h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
}


#teases {
	clear: both;
}

#teases .tease {
	position: relative;
	float: left;
	width: 198px;
	height: 200px;
	overflow: hidden;

	text-decoration: none;
	border-right: 1px solid #efefef;
	padding-right: 1px;
}
#teases .tease + .tease + .tease + .tease {
	border-right: none;
	width: 198px;
}

#teases .tease .teaseContents {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 196px;
	height: 45px;
	overflow: hidden;
	text-align: left;
	color: #efefef;
	background: #324884;
	opacity: .8;
	filter: alpha(opacity=80);
	padding: 2px;
	z-index: 500;
}
#teases .tease .teaseContents .headline, #teases .tease .teaseContents h2 {
	font-size: 150%;
	font-weight: bold;
	color: #a2c3e6;
	margin: 0 0 3px 0;
}

#slideShowRight {
	background: #a11520 url("../img/layout/slideshowRightBg.jpg") top left repeat-x;
	/* Left fixed: */
	border-color: #01092e;
	text-align: left;
}
#slideShowRight .headline, #slideShowRight h2 {
	display: block;
	padding: 2px;
	margin-bottom: 3px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #ed6363;
}
#slideShowRight a, #contentRight a {
	color: #ed6363;
}
#signUp {
	padding: 10px 10px 2px 10px;
}
#signUp input.text, #signUp input.button {
	border: #ed6363 solid 1px;
	margin: 2px;
}
#signUp input.button {
	background: #c21821;
}
#calendar {
	padding: 10px 10px 2px 10px;
	font-size: 90%;
}
#content {
	/* Right fixed
	border-color: #c21821; */
	text-align: left;
	color: #121212;
	font-family: Palatino, serif;
	background-color: #FFFFFF;
}
#contentRight {
	background: #c21821;
	/* Left fixed: */
	border-color: #ffffff;
}
#content > .headline, #content > h2 {
	display: block;
	padding: 10px;
	font: 100% 'Lucida Grande',Geneva,Tahoma,Verdana,sans-serif;
	
	text-transform: uppercase;
	text-align: left;
	/*background: #d6d6d6 url("../img/layout/headlineBg.gif") top left repeat-x;*/
	background: #efefef;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #a11520;
}
#content .contentBody {
	position: relative;
	padding: 1px 4px 1px 4px;
}
#content .contentBody .headline, #content .contentBody h2 {
	color: #324884;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 1px solid #99b9e1;
    margin-top: 1.5em;
    line-height: 1.5em;
}
#content .newsItem {
	margin: 16px 10px 10px 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}
#content .newsItem .dateline {
	font-style: italic;
}
#content .newsItem .newsItemHeadline {
	font-size: 140%;
	font-weight: bold;
	padding: 5px 0;
}
#content .newsItem .newsItemDescription {
	font-size: 110%;
}


#p-cactions {
	margin-top: 5em;
	border: 1px #cccccc solid;
	border-width: 1px 0 1px 0;
	text-align: center;
	background: #efefef;
}
#p-cactions h5, #p-personal h5, #p-tb h5 {
	display: none;
}
#p-cactions ul, #p-personal ul, #p-tb ul {
	display: block;
	margin: 0;
	padding: 8px 0;
}

#p-cactions ul li, #p-personal ul li, #p-tb ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#p-cactions ul li a, #p-personal ul li a, #p-tb ul li a {
	padding: 8px 20px 8px 20px;
	font-size: 90%;
	font-weight: bold;
	text-transform: lowercase;
	color: #324884;
}

.printfooter {
	display: none;
}


#footer {
	min-height: 120px;
	padding: 10px 0;
	clear: both;
	border-top: #a11520 7px solid;
	background: #00154e url("../img/layout/footerBg.jpg") bottom left repeat-x;
	color: #4a62a3;
}
#footerAuth {
	border: 1px solid #4a62a3;
	margin: 10px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	font-size: 90%;
}
