body {
	background: #0b3b6c;
	color: #ffffff;
	font: 13px/16px Verdana, Geneva, sans-serif;
}

#topbar {
	background: #082d54;
	border-bottom: 1px solid #104a85;
	height: 15px;
}

#header {
	background: url('img/headerbg.png') repeat-x;
	/*border-bottom: 2px solid #1184b5;*/
	line-height: 96px;
	height: 96px;
	overflow: hidden;
}

#header h1 {
	background: url('img/logo.png') no-repeat;
}

#header h1 a {
	border: 0;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#header #testemony {
    display: block;
    height: 96px;
}
#header blockquote {
    background: url('img/blockquote.png') no-repeat;
    display: block;
    height: 64px;
    line-height: 16px;
    padding: 16px 32px;
    width: 428px;
    font-style: italic;
}

 

#midbar {
    background: url('img/midbar.png');
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}


#midbar #nav {
	color: #ffffff;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#midbar #nav ul {
	margin-left: -8px;
}

#midbar #nav,
#midbar #nav a {
	/*color: #ffffff;*/
	/*color: #d6f0ff;*/
	color: #c1e8ff;
}

#midbar #nav a {
	text-decoration: none;
}

#midbar #nav li.focus {
	/*border-bottom: 3px solid #4db748;
    background: #f7f7f7;*/
    background: url('img/mb_green.png') no-repeat;
}

#midbar #nav li.focus a {
    /*color: #027DC4;*/
	color: #ffffff;
}

#nav a:hover {
	/*border-bottom: 3px solid #ffd426;*/
	/*color: #FFD62D;*/
	color: #ffffff;
}

#midbar #nav li:hover {
	background: url('img/mb_yellow.png') no-repeat;
}

#midbar #nav li {
	/*background: #1A3C6B;*/
	display: inline-block;
	padding-left: 8px;
	padding-right: 16px;
	margin: 0;
}

#midbar #social {
    text-align: right;
}

#midbar #social li {
    display: inline-block;
    padding: 4px;
}

#midbar #social a {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-indent: 9999px;
}

#midbar #social .twitter { background: url('img/twitter.png') no-repeat; }
#midbar #social .twitter:hover { background: url('img/twitter_mo.png') no-repeat; }
#midbar #social .linkedin { background: url('img/linkedin.png') no-repeat; }
#midbar #social .linkedin:hover { background: url('img/linkedin_mo.png') no-repeat; }
#midbar #social .rss { background: url('img/rss.png') no-repeat; }
#midbar #social .rss:hover { background: url('img/rss_mo.png') no-repeat; }






#contentbg {
	background: #f7f7f7;
    /*background: #0a3561;*/
	float: left;
	width: 100%;
}

#content {
	min-height: 400px;
	color: #000000;
	padding-bottom: 16px;
	padding-top: 16px;
}

#content a:link,
#content a:visited,
#sidebar a:link,
#sidebar a:visited {
	border-bottom: 1px dotted #0075AF;
	color: #0075AF;
	text-decoration: none;
}

#content a:hover,
#sidebar a:hover {
	border-bottom: 1px solid #077F28;
	color: #077F28;
}

#content p,
#content ol,
#content ul,
#content address {
	margin-bottom: 16px;
}

#content h2 {
	/*color: #4db748;*/
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 16px;
}

#content h3 {
	/*color: #ffd426;*/
	/*color: #FFD62B;*/
	/*color: #017846;*/
	color: #027DC4;
    font-size: 24px;
	font-weight: 300;
    line-height: 32px;
}

#content h4 {
    /*color: #25aae3;*/
    font-size: 15px;
    line-height: 32px;
}

#content ul {
	color: #50B848;
	list-style: disc;
	margin-left: 32px;
}

#content ul li {
	color: #000000;
}

.footer {
	/*border-top: 2px solid #1184b5;*/
	border-top: 2px solid #25aae3;
	color: #25aae3;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 64px;
	height: 64px;
	width: 100%;
}

.align-right {
	text-align: right;
}

.linebreak {
	margin-bottom: 16px;
}

/*
 * Index 
 */
.home #content h2 {
	display: none;
}

.home #content h3 {
	color: #443C34;
}

#content img {
	/*border: 1px solid #000000;*/
	-webkit-box-shadow:  0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	box-shadow:  0px 0px 10px #888;
	/*padding: 2px;*/
}

.home #content img,
.speak #content img {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.home #content #top {
	margin-bottom: 32px;
}

.home #content #one {
	border-top: 3px solid #25aae3;
}

.home #content #two {
    border-top: 3px solid #ffd62d;
}

.home #content #three {
    border-top: 3px solid #017846;
}

.home #mid {
    padding-bottom: 16px;
}


.speak #content img {
    border: none;
}

.clear {
	clear: both;
}


/* *** Events *** */

#cal {
	margin-bottom: 16px;
}
.event {
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#content .event a {
	border-bottom: none;
	color: #443C34;
	text-decoration: none;
}
.event h4,
.event p {
    padding-left: 42px;
}

.event h5 {
	   color: #443C34;
}

.eventDate {
	background: #ececec;
	-moz-border-radius: 5px;
	border-radius: 3px;
    float: left;
    text-align: center;
    margin-top: 2px;
    margin-right: 10px;
    width: 32px;
    padding-bottom: 2px;
    padding-top: 2px;
	margin-bottom: 0;
	height: 48px;
	overflow: hidden;
}

.eventDate p {
    display: block;
    font-size: 9px;
    padding: 0.2em;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
}

.eventDate p strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.eventDate span {
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
}

.eventInfo {
    float: left;
    overflow: hidden;
    width: 258px;
    margin-bottom: 0px;
    margin-top: 1px;
}

.sm {
	font-size: 14px;
	vertical-align: top;
}

/*
 * BLOG
 *
 */

.blog .entry-content,
.blog .entry-utility,
.blog .post {
	margin-bottom: 32px;
}

.blog .post ul {
	list-style: disc;
	margin-left: 32px;
}

.blog .post .alignleft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.blog .post .alignright {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.blog .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.blog .post ol {
	list-style: decimal;
	margin-left: 32px;
}

.blog .post li {
	margin-bottom: 16px;
}

.blog #content .post h2 a:link,
.blog #content .post h2 a:visited {
	border-bottom: none;
	color: #000000;
	text-decoration: none;
}

.blog #content .post h2 a:hover {
	border-bottom: none;
	color: #077F28;
}

.blog #sidebar h3 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 16px;
}

.blog #sidebar li {
	list-style: none;
}
.blog #sidebar {
	color: #000000;
	padding-top: 16px;
}

.blog .faviroll img {
	margin-right: 4px;
}

.blog .widget,
.blog .widget_links li,
.blog .widget blockquote,
.blog #sidebar ul,
.blog #sidebar form {
	margin-bottom: 16px;
}

.blog .entry-meta {
	color: #888888;
	margin-bottom: 16px;
}

.blog .entry-title {
	padding-bottom: 32px;
}

.blog .entry-title,
.blog .post {
	border-bottom: 1px dotted #000000;
}

.blog .entry-utility {
	text-align: right;
}

.blog #nav-below {
	font-size: 24px;
	line-height: 32px;
}

.blog #nav-below .nav-older,
.blog #nav-below .nav-newer {
	display: inline-block;
	width: 350px;
}

.blog #nav-below a:link,
.blog #nav-below a:visited {
	border-bottom: none;
	color: #000000;
}

.blog #nav-below a:hover {
	border-bottom: none;
	color: #077F28;
}

.blog #nav-below .nav-older { float: left; }
.blog #nav-below .nav-newer {
	float: right;
	text-align: right;
}

.feedreading_bookmark {
    margin-bottom: 16px;
}
