/* LRCGB Web Site Style Sheet */
/* Copyright 2008 LRCGB */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding: 0;
	border: 0;
	}

body {
	background-color:#666666;
	}

#root {
	width: 850px;
	margin: 10px auto;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	background-color: white;
	}
	
#banner {
	font-family: Comic Sans MS;  
	background-color: #FFFFFF;
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	height: auto;
	}
#banner img {
	float: left;
	margin: 10px;
	border: 0px solid black;
	}
	
#topNav {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	height: 24px;
	background-color: #DBD0AB;
	}
#topNav a{
	color: black;
	text-decoration: none;
	padding: 0 10px 0 10px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	line-height: 24px;
	}	
#topNav a:hover, #topNav a:focus {
	color: #7F0000;
	text-decoration: underline;
	}
	
#leftNav {
	background-image: url(../images/leftnav.jpg);
	background-repeat: repeat-y; 
/*	background-color:#F0F9FF; */
	width: 160px;
	vertical-align: top;
	text-align:left;
	color: black;
	}
#leftNav a {
	background-image: url(../images/orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
	}
#leftNav a:hover, #leftNav a:focus {
	color: #7F0000;
	text-decoration:underline;
	}
#leftNavSectionTitle {
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
	color:black;
	}
.leftNavMenuItem {
	padding-left:22px;
	line-height: 22px;
	font-size: 11px;
	color:black;
	text-decoration:none;
	text-align: left;
	}
	
.leftNavSocialItem {
	padding-left:22px;
	padding-top: 5px;
	}
	
#leftNavSiteSearch {
	padding-left: 0px;
	font-size: 10px;
	text-decoration:none;
	color:#666666;
	font-weight: normal;
	}
	
#contents {
	height: 330px;
	width: 650px;
	vertical-align:top;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 18px;
	}
#contents p {
	padding-bottom:12px;
}

#rss_subscribe {
		font-size: 12px;
}

#footer {
	font-size: 12px;
	color: #808080;
	padding-top: 0;
	padding: 0 20px 10px 20px;
	}


.calMonth {
	font-weight:bold;
	font-size:11px;
	}
	
#members td {
	width:140px;
	}

.leftImage {
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid black;
	}
	
.rightImage {
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid black;
	}

.noBorder {
	text-decoration:none;
	border: 0px;
	}
	

h1 {
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #A4000A;
	text-align: left;	
	}

#indexTitle h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 10px;
	color: #A4000A;
	text-align: left;	
	}

.pictureheading {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #A4000A;
	text-align: center;	
	}
	
.picturesubheading {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	color: #000000;
	text-align: center;	
	}



ul {
	margin-left:15px;
	padding-bottom:10px;
}

.clearit {
	clear:both;
	}
	
.centered {
	text-align:center;
	}
	
.InputError_MissingData {
	color: #F00;
}

.EntryFormTextAreaInput {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.EntryFormTextInput {
	font-size:11px;
}

.evtCalendar {
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	width:100%;
	border-spacing: 0;
	font-size: 12px;
}

.evtCalendar tr:nth-child(odd) {
	background:#F4F4FF;
}

.evtCalendar td, .evtCalendar th {
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	padding:3px 3px 3px 3px;
	text-align:left;
}

.evtCalendar th {
	font-weight:bold;
	font-size:12px;
	background:#DBD0AB;
	color:#0;
}

