/*typography css */
body {
	font-size: .8em;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

a {color: #006EBF; text-decoration: none;}

h1 {font-size: 12pt;font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;color: #000;}
h2 {font-size: 11pt;font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;color: #000;}

#head.img{
	text-align: left;
}

#navcontainer {
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #406480;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .2em;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #13344D;
	text-align: left;
}

#sidebar p, form {
	font-size: .9em;
	line-height: 1.3em;
}

#sidebar a:hover {
	background: #fffda0;
}

.SideItem li {
	font-size: .9em;
	margin: .5em;
}

.pagetitle {
	position: absolute;
	top: 60px;
	right: 30px;
	text-align: right;
	color: #f8f8f0;
}

.pagetitle h2 {
	font-weight: 200;
}

.pagetitle a {
	color: #fff;
	text-decoration: none;
}

.frontpage-table table {
	width: 90%;
	margin-bottom: 1em;
}

.frontpage-table td {
	width: 33%;
	vertical-align: text-bottom;
	padding-bottom: 1em;
	font-size: .9em;
	text-align: center;
	color: #486479;
}

.frontpage-table img {
	padding-right: 5px;
}

.audio {
	margin-bottom: 20px;
	border-style: dotted;
	border: 1px dashed #afc9f8;
	width: 45%;
	padding: 5px;
	margin: 5px;
	float: right;
	font-size: .9em;
	background-color: #E0E3CD;
}

.announcement {
	margin-bottom: 20px;
	border-style: dotted;
	border: 1px dashed #afc9f8;
	width: 45%;
	padding: 5px;
	margin: 5px;
	float: right;
	font-size: .9em;
	background-color: #E0E3CD;
}

.audio p {
	line-height: 5px;
}

.audio ul {
	list-style-type: none;
	margin-bottom: 10px;
}

.SideItem {
	margin-top: .8em;
	margin-bottom: 1.5em;
}

.SideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.SideItem input.btn {
	color: #00366b;
	width: auto;
	height: 1em;
	font-size: .9em;
	background: #f0f6ff;
	border: 1px solid #1a1b41;
	}

	
.SideItem input {
	color: #00366b;
	font-size: .9em;
	background: #f0f6ff;
	border: 1px solid #1a1b41;
	margin: 2px;
	padding: 2px;
}

.SideItem ul {
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0;
}

.SideItem li {
	margin-bottom: .2em;
}

.comments {
	margin-top: 1em;
	margin-bottom: 1.5em;
	color: #235F8C;
	font-size: .95em;
	margin-right: 3em;
}

.smalltext {
	font-size: .9em;
	margin-top: 8px;
	margin-bottom: 8px;
}

.left
   {
    text-align: left;
}

.center
   {
    text-align: center;
}

.right
   {
    text-align: right;
}

.alert {
	color: #F00;
}



/*structure css*/

body {
	margin: 0;
	padding: 0;
	background: url('images/2.gif') repeat-y 66% 66%;
}

h1, h2, h3, h4, p {
	margin: 0;
}

#wrapper {
	position: relative;
	width: 100%;
}

#head {
	height: 150px;
	background-color: #101010;
}

#navcontainer
{
	clear: both;
	width: 100%;
	position: absolute;
	top: 150px;
	background-color: #507EA1;
	border-bottom: #605c58;
	border-top: #333;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	top: 180px;
	padding-left: 5%; /* to avoid the BMH */;
	padding-right: 38%;
	width: auto;
	display: inline;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	}

#sidebar {
	position: absolute;
	top: 180px;
	left: 68%;
	width: 30%;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	float: right;
}


#footer {
	position: static;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 30px;
	border-top: 1px dotted #507EA1;
	text-align: center;
	font-size: .9em;
	}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #507EA1;
	color: #fff;
	float: left;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #507EA1;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover 
{
	background-color: #406480;
	color: #fff;
}


/*plugin css*/

#rssLiveArchive { margin: 10px 0 0; }

#rssLiveArchive ul { padding: 0; list-style-type: none; }

#rssLiveArchive ul li { text-align: left; padding: 1px 8px; }

#rssLiveArchive-year { float: left; width: 100px; margin: 0; padding: 0; }

#rssLiveArchive-year li { position: relative; font-weight: bold; }

#rssLiveArchive-month { float: left; width: 100px; margin: 0; font-weight: bold; }

#rssLiveArchive-month li { position: relative; }

#rssLiveArchive-post { float: left; width: 250px; margin: 0; }

#rssLiveArchive-post li { position: relative; font-weight: bold; }

#rssLiveArchive ul li span { position: absolute; right: 8px; font-weight: normal; color: #333; }

*html #rssLiveArchive ul li span { top: -4px; }

#rssLiveArchive .selected { background: #eee; padding-top: 0; padding-bottom: 0; }
.search {
background-color: #507EA1; 
font-weight:bold; 
padding-top:2px; 
padding-bottom:2px; 
padding-left:2px; 
color:white
}
.searchit {
background-color: #ffffff; 
padding-top:2px;
padding-bottom:2px;
padding-left:3px;  
}