﻿/* CSS Document */



body
{
	margin: 0px;

	color: #000000;
	background-color: #800000;
	font-size: 11pt;/* .93em; /*.84em;*/
	line-height: 150%;
	
	cursor: default;
	
	font-family: Calibri, Trebuchet, Helvetica, sans-serif;/* Tahoma, Verdana, serif; /*Georgia, "Times New Roman", Times, serif;*/
}
h1,h2,h3
{	
	padding: 5px 0px 5px 0px;
	
	color:#000000;
	letter-spacing:-1px;
	line-height: .8;
	
	border-bottom:2px solid #cccccc;
}



#container
{
	padding:10px;
	margin:0 auto 0 auto;
	min-width: 790px;
}
#header a,
#header a:hover
{
    color: #FFFFFF;
    border: none;
}
#header .logo
{
	float:left;
	aheight: 90px;
	awidth: 100px;
	height: 114px;
	width: 113px;
	border: none;
	border-right: solid 2px #FFFFFF;
	apadding-right: 5px;
	
	background-color: #800000;
}

#header 
{
	background-color: #B31B1B;
	color: #FFFFFF;
	border-right: #FFFFFF 2px solid;

	font-size: 120%;
	font-weight:bold;

	height: 104px;
	overflow: hidden;
}

#header h1
{
	margin: 0px 0px 0px 113px;
	padding: 10px 0px 0px 7px;

	color:#FFFFFF;
	font-family: "Copperplate Gothic Bold", "Times new roman", Times;
	font-variant:small-caps;
	font-size:200%;
	font-weight:bold;

	border-top: 2px solid #FFFFFF;
	border-bottom: 0px;
}

#header h1 span
{
	font-size: 135%;
}

#header p 
{
	margin: 5px 0px 0px 113px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}

#mainNavigation 
{
	padding: 2px 0px 2px 0px;
	margin-bottom: 10px;
	
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap;

	border: 2px #FFFFFF solid;
	border-bottom-width: 5px;
	background-color: #AAAAA1;
}

#mainNavigation a
{
	padding: 3px 15px 3px 15px;
	margin-left:1px;
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
	border:none;
}

#mainNavigation a:hover,
#mainNavigation a.active
{
	background-color: #B31B1B;
}
#photoBar
{
	float: right;
	padding-left: 10px;
}

#photoBar img
{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 200px;
}

#mainContent
{
	margin: -10px 0px 10px 0px;  /*195px;*/
	padding: 1px 2px 15px 15px;

	background-color: white;
	overflow: hidden;

	border: none;
}
#content
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
}

#content .section
{
	margin-bottom: 20px;
	padding-top: 10px;
}
#content .section .sub-section
{
    margin-left: 8px;
    margin-bottom: 10px;
}
#content .section .sub-section h3
{
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    margin-bottom: 0px;
    font-size: 130%;
    margin-top: 0px;
}
#content h2
{
	font-size: 210%;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
#content h2 .date
{
    float: right;
    padding-right: 3px;
}

#content h2 img
{
	vertical-align: bottom;
}

#content p {

	margin:10px;

}
#content .section .details
{
	margin-top: -10px;
	margin-left: 10px;
	padding-top: 0px;

	color:#666666;
	letter-spacing: 1px;
}

#content .section .details .standOut
{
	color: #000000;
	font-weight: bold;
}
#content div.section .timedHappening .c
{
	background-image: url("images/dotdotdot.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content div.section .timedHappening .a
{
    background-color: white;
    float: left;
    padding-right: 5px;
}

#content div.section .timedHappening .b
{
	float: right;
	background-color: white;
	padding-left: 5px;
}

#content div.section .subHappening .a
{
	text-indent: 10px;
}

/*.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}*/
#footer
{
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;

	background-color: #FFFFFF;
	line-height: 100%;
	font-size: 85%;
	
	border: 1px solid #cccccc;
}
.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color: #B31B1B;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}
a.AnchorName { color: Black; }
a.AnchorName:hover { border-bottom: none; }