/*
Original template by http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Adapted for websitebaker by Chio Maisriml, beesign.com
This websitebaker version customized by J.R. Schumacher, mediabear.com
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	 background: rgb(15,90,150) url(images/header_base_1280.png) repeat-x; 
	/** color: #A4E4F5; **/
	margin: 0;
	padding: 0;	
}

/* ----------------- SEARCH BAR -----------------------------------------------------*/

#search .inputfield {
	width: 112px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 0px 0px 3px;
 }
#search .submit{
	float: left;
	font-size: 12px;
	margin: 4px 0px 0px 4px;
}

/* ----------------- SEARCH RESULTS FORM -----------------------------------------------------*/

#searchform {
	padding-top: 20px 0px 0px 0px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 180px;
}


h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -1px;
	font-size: 32 px;
	font-weight: normal;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	letter-spacing: -0px;
	font-size: 22px;
	font-weight: normal;
}

p, ol, ul {
	margin-bottom: 10px;
	line-height: 150%;
}

/* ----- right now, the following 2 styles affect menu text ----*/

a {
	background-color: inherit;
	color: #000000;
	font-weight: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #FAFAFA;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

img.left {
	float: left;
	margin: 4px 20px 0px 0px;
}

img.right {
	float: left;
	margin: 4px 0px 0px 20px;
}


/* ----------------- HEADER -----------------------------------------------------*/

#header {
	height: 150px;
	background: url(images/header_glow_1024.png) no-repeat center top;
}

#logo {
	float: left;
}

#logo h1 {
	float: left;
	font-size: 38px;
	color: #62D6F5;
	margin: 0;
	padding: 52px 0 0 20px;
}

#logo p {
	float: left;
	font-size: 12.5px;
	letter-spacing: -0px;
	font-weight: normal;
	color: #199DD2;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

#logo a {
	text-decoration: none;
	font-weight: normal;
	color: #62D6F5;
}

#logo a:hover {
	text-decoration: none;
	font-weight: normal;
	color: rgb(250,250,250);
}


/* ----------------- MENU -----------------------------------------------------*/

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.png) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .menu-current a {
	background: #26BADF url(images/img04.png) no-repeat;
}

/* ----------------- PAGE -----------------------------------------------------*/

#page {
	width: 980px;
	margin: 0 auto;
}

/* ----------------- CONTENT -----------------------------------------------------*/

#content {
	float: left;
	width: 530px;
	padding: 0px 0px 0px 20px;
}

.post {
	margin-bottom: 15px;
	background: rgb(210,210,218) url(images/content_top_bar.png) no-repeat;
	color: #000000;  /**  was #0A416B;  for dark blue content letters **/
}

.post a {
	background-color: inherit;
	color: #000000; /**  was #A4E4F5; and didn't work at all **/
	font-weight: 300;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #0000DD; 
}

.post a:hover {
	background-color: rgb(15,90,150);
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	text-decoration: underline;
	color: rgb(100,100,0);
}

.post .links a {
	background-color: inherit;
	color: #000000; /**  was #A4E4F5; and didn't work at all **/
	font-weight: 300;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #0000DD; 
}

.post .links a:hover {
	background-color: rgb(15,90,150);
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

/* ----------------- SIDEBARS General -----------------------------------------------------*/

.sidebar {
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/menu_bar.png) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

/* -- "Services" Menu Title--*/
.sidebar li h2 {
	padding: 48px 0px 0px 0px;
	color: #FFFFFF;
}

/* ----------------- Left SIDEBAR -----------------------------------------------------*/

#leftbar {
	float: left;
	width: 196px;
	padding: 0px 0px 0px 10px;
}

/* ----------------- Right SIDEBAR  -----------------------------------------------------*/

#rightbar {
	float: left;
	width: 190px;
	padding: 0 0 0 24px;
}


/* ----------------- FOOTER -----------------------------------------------------*//

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #199DD2;
}

#footer a {
	color: #199DD2;
}


/* ----------------- OTHER STUFF -----------------------------------------------------*/

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:  strong;
	font-size:  12px;
	color: rgb(15,90,150);
}


/*---Form----
legend {
	color:#ffffff;
	font-weight: bold;
}*/

fieldset {padding:0; border:0; margin:0;}
/*input { border: 1px solid #ffffff; font-size: 1em; margin:2px 0 4px 4px;}*/
label {margin:12px 0 6px 0; }

/* login/logout*/
#login, #logout {margin-top:20px; font-size:11px;}
#login .inputfield, #logout .inputfield { width:196px; }
#login .submit, #logout .submit { width:80px; float: right; margin:5px 0 0 0;}

#login a {
	display:block;
	clear:both;
	padding:8px;
	text-align: center;
}



.header-title {
	font-size:2.3em;
	border-top:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

.design, .design a {
	color: #6c8521 ! important;
}


/*--------- NEws Module ---------------------------*/
.post_top td { padding-top:20px; border-bottom: 1px solid #2872a6; }
.post_title a {text-decoration: none; color: #0A416B; font-size:16px;}
.post_date {}
.post_short { border-bottom: 1px solid #ffffff; }

/*------Recent Post, Resent Comments --------*/
.display_latest h2 {margin:0;}
.display_latest hr {
	margin:0;
	XXdisplay: visible;
}
.display_latest h3, .display_latest strong {margin:0; font-size:13px;}
.display_latest p {margin:0; font-size:11px;}


