/* Main Elements */
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

form {margin:0;}

a, a:visited, a:active {text-decoration: underline; color: #0f91cb;}

p  {font-size:12px;}
li {font-size:12px; margin-top:7px;}
ul {margin:5px; list-style-position:inside; list-style-type:square;}

/* Containers */
#container 
{
	background: #ffffff;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content 
{
	width: 100%;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}

#header 
{
	width: 100%;
	height: 70px;
	text-align: left;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
}

#top-line
{
	padding: 2 0 2 10px;	
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	background: #efefef;
	border-bottom: 2px solid #dfdfdf;
}

#top-line a, #top-line a:visited {color:#000000;}

/* Navigation */
.nav-top 
{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 4 0 4 0;
	background: #efefef;
	border: 1px solid #959595;
}
.nav-top a#current {color: #666666;}
.nav-top a, .nav-top a:link, .nav-top a:visited, .nav-top a:active {text-decoration: underline; color: #0f91cb; padding: 2px 0 2px 0; }
.nav-top a:hover {background-color: #ffffcc;}

#footer
{
	width: 100%;
	padding-top: 5px;
	text-align: center;
	background: #efefef;
	font-size: 10px;
	border: 1px solid #959595;
}

#footer a, #footer a:visited {
	color: #0f91cb;
}

/* Sidebar */
.events-news {text-align:center; margin-bottom:5px; font-size:10px;}
.events-news a, .events-news a:visited, .events-news a:active {color:#333333;}

.main-left
{
	height: 400px;
	vertical-align: top;
	width: 170px;
	font-size: 12px;
	padding-left: 7px;
	background-color: #E6EFF8;
	border-right: 1px solid #959595;
}

.main-center
{
	vertical-align: top;
	width: 605px;
	font-size: 12px;
	padding: 10 5 0 5px;
}

span.left {float: left;}
span.right {float: right;}

/* Search */
.search-box {margin:10 0 10px;}
.search-box input#leftSection_q {width:110px; font-size:10px;}
.search-box input#leftSection_search {font-size:10px; width:50px;}

.search-form {width:350; font-size: 13px; background:#f0f0f0; border:solid 1px #AAAAAA; padding:10px; margin:0 100 10 100px;}
.search-results {width: 95%;}
.search-results a.cat, .search-results a:visited.cat {color: blue; font-size:10px;}
.search-msg {text-align:center; width:100%; font-weight:bold;}

/* Categories */
.tc {margin:7 0 5 7px; font-size:9px; color:#a0a0a0;}
.tc a, .tc a:visited, .tc a:active {font-size:12px; font-weight:bold; color:blue;}
.sc {margin-left:7px; font-size:8px; color:#333333;}
.sc a, .sc a:visited, .sc a:active {font-size:10px; text-decoration:none; color:blue;}
.c1 {border:#dadada 1px dashed;}

.path {font-size:14px; font-weight:bold; margin-top:10px; margin-bottom:10px;}
.path a, .path a:visited, .path a:active {color:blue; text-decoration:none;}

hr {width:90%; text-align:left; color:#a0a0a0; height:1px; background:#a0a0a0;}

/* Posts */
.snip {color:#a0a0a0;}
.post-table {width:100%; font-size:11px;}
.post-title {font-size:14px; font-weight:bold;}
.post-heading {font-weight:bold; padding-top:5px; width:15%;}
.post-val {}
.post-body {padding-top:20px; height:150px; vertical-align:top;}
.post-body:first-letter {font-size:300%; font-variant:small-caps; float:left;}
.post-attach-maxbox {width:570px; min-height:50px; overflow:auto;}
.post-attach td {vertical-align:top;}
.post-attach img {border:1px solid #333333;}

.post-box {font-size:12px; margin-bottom:10px; width:100%;}
.post-box #txtTitle, .post-box #txtBody, .post-box #txtEmail, .post-box #txtSpecificLocation {width:350px; font-size:12px;}
.post-box #txtBody {width:500px; height:70px;}
.post-box #radEmailPrivacy {font-size:11px;}

.self-posting {background: yellow; width:90%; padding:10px; border:1px dashed #333333;}
.self-posting input#btnEdit, input#btnDelete, input#btnPost {font-weight: bold; width: 110px;}
