/*
Theme Name: Wabama Theme
Theme URI: http://www.wabama.com
Description: Wabama homepage theme, proprietary.
Version: 0.1a
Author: Wabama Corporation
Author URI: http://www.wabama.com
*/


/* CSS Resets */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

button {
	background: transparent;
	border: none;
}

/*
button:focus::-moz-focus-inner {
	border-color: transparent !important;
}
*/

/* CSS Start */

body {
	color: #8a8899;
	background-color: #fff;
	font-size: 16pt;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#header {
	height: 130px;
	background: #1f2d40 url('img/header.gif') top left repeat-x;
}

#header .logo {
	padding-top: 24px;
}

#header ul.nav {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#IE8 #header ul.nav {
	margin-top: 14px !important;
}

#header ul.nav li {
	display: inline-block;
	margin-right: 22px;
	height: 26px;
}

#IE7lte #header ul.nav li {
	display: inline !important;
}

#header ul.nav li a {
	color: #ccc;
	font-size: 0.6875em;
	text-decoration: none;
	vertical-align: top;
}

#header ul.nav li a:hover {
	color: #fffffe !important;
}

#header ul.nav li.current_page_item,
#header ul.nav li.current_page_parent {
	background: url('img/nav-hover.gif') bottom center no-repeat;
}

#header ul.nav li.current_page_item a,
#header ul.nav li.current_page_parent a {
	color: #fffffe !important; /*#7cb3ff;*/
}

#banner {
	background-color: #ffd040; /* #deecff; */
	border-bottom: 1px solid #fff;
}

#banner .cont {
	width: 460px;
	padding-top: 40px;
}

#banner .cont h2 {
	color: #514215; /* #9e8128; #3e597f; */
	font-size: 1.125em;
	font-weight: normal;
}

#banner .cont p {
	color: #6e5a1c; /* #b08f2c; #64707f; */
	font-size: 0.65625em;
	line-height: 150%;
	margin-top: 14px;
}

#banner .cont a.button {
	display: block;
	margin-top: 35px;
	cursor: pointer;
}

#banner .cont a.button:hover {
	background-position: 0px -33px;
}

#banner .cont a.services {
	width: 163px;
	height: 33px;
	background: url('img/banner-button.gif') top left no-repeat;
}

#banner .image {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#banner .wrap {
	height: 250px;
}

#banner .wrap-h145 {
	height: 145px;
}

#banner .wrap-h145 .cont {
	padding-top: 30px;
}

#body {
	background-color: #fff;
	border-top: 2px solid #ffc000; /* #c8dfff; */
	border-bottom: 1px solid #d6d5db;
}

#body .leftbar-h,
#body .rightbar-h,
#body .leftbar-i,
#body .rightbar-i,
#body .leftbar-b,
#body .rightbar-b {
	padding: 25px 10px 0px 10px;
}

#body .leftbar-h {
	float: left;
	width: 575px; /* 580 */
}

#body .rightbar-h {
	float: right;
	width: 280px;
}

#body .leftbar-i {
	float: left;
	width: 220px;
}

#body .rightbar-i {
	float: right;
	width: 635px; /* 640 */
}

#body .leftbar-b {
	float: left;
	width: 635px; /* 640 */
}

#body .rightbar-b {
	float: right;
	width: 220px;
}


#body .contents .cont {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-size: 0.5625em;
}

#body .contents .cont h1 {
	color: #64707f;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 1.78em;
}

#body .contents .cont h1.title-with-date {
	margin-bottom: 0px;
}

#body .contents .cont h2 {
	font-size: 1.56em;
}

#body .contents .cont h2 a,
#body .contents .cont h3 a {
	text-decoration: none;
}

#body .contents .cont h3 {
	margin-top: 24px;
	margin-bottom: 14px;
	font-size: 1.33em;
	font-weight: bold;
}

#body .contents .cont h3.news-title {
	margin-bottom: 0px;
}

#body .contents .cont p,
#body .contents .cont small {
	line-height: 150%;
	margin-top: 4px;
	margin-bottom: 14px;
}

#body .contents .cont em {
	font-style: oblique;
}

#body .contents .cont ul,
#body .contents .cont ol {
	list-style-type: disc;
	margin-left: 32px;
	margin-top: 4px;
	margin-bottom: 14px;
}

#body .contents .cont ol {
	list-style-type: decimal;
}

#body .contents .cont li {
	line-height: 150%;
	padding-left: 4px;
}

#body .contents .cont a {
	color: #4573b2;
}

#body .contents .cont strong {
	font-weight: bold;
}

#body .contents .cont .date {
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 0.89em;
}

#body .contents .cont .postmetadata {
	font-size: 0.89em;
	margin-bottom: 24px;
}


#body .contents .cont ol.commentlist {
	border-bottom: 1px #999 solid;
	list-style-type: none;
	margin: 0;
}

#body .contents .cont ol.commentlist .vcard {
	font-weight: bold;
	position: relative;
}

#body .contents .cont ol.commentlist .vcard img {
	position: absolute;
	top: -4px;
	right: 0px;
}

#body .contents .cont ol.commentlist li {
	padding: 14px 12px 0px 12px;
	border-top: 1px #999 solid;
}

#body .contents .cont ol.commentlist .commentmetadata {
	font-size: 0.78em;
	margin-top: 3px;
	margin-bottom: 12px;
}


#body .contents .cont blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#body .contents .cont blockquote cite {
	margin: 5px 0 0;
	display: block;
}


#body .contents .cont p img {
	padding: 0;
	max-width: 100%;
}

#body .contents .cont img {
	border: 1px #eee solid;
}

#body .contents #front img {
	border: none !important;
}

#body .contents .cont img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#body .contents .cont img.alignright {
	padding: 2px;
	margin: 2px 2px 4px 9px;
	display: inline;
}

#body .contents .cont img.alignleft {
	padding: 2px;
	margin: 2px 9px 4px 2px;
	display: inline;
}

#body .contents .cont .postmetadata {
	border-left: 1px solid #ddd;
	padding-left: 12px;
	margin-top: 28px;
	margin-bottom: 32px;
}

#body .contents .cont input,
#body .contents .cont button,
#body .contents .cont textarea,
#body .contents .cont select {
	font-size: 1.11em;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	border: 1px #64707f solid;
}

#body .contents .cont input.active,
#body .contents .cont textarea.active {
	border-color: #a7882a;
}

#body .contents .cont button {
	background: url('img/sidebar-button.gif') top center no-repeat;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	border: 0px;
	width: 105px;
	height: 32px;
	cursor: pointer;
	color: #fffffe;
	font-weight: bold;
	font-size: 1em;
}

#body .contents .cont button:hover {
	background-position: 0px -32px;
}

#body .contents #front h2 {
	font-size: 1.35em;
	margin-top: 8px;
}

#body .contents #front h2 a {
	color: #64707f;
}

#body .contents #front p a {
	color: #8a8899;
	line-height: 150%;
}

#body .contents #front p a:hover {
	text-decoration: none;
}

#body .contents #front .wrap {
	width: 282px;
}

#body .contents #front .desc {
	width: 213px;
}


#body .navigation {
	width: 220px;
	padding-bottom: 25px;
}

#body .navigation .top,
#body .navigation .bottom {
	line-height: 0;
	font-size: 1px;
	width: 220px;
	height: 8px;
}

#body .navigation .top {
	/* background: url('img/sidebar-tw.gif') top center no-repeat; */
	background: #1f2d40 url('img/header.gif') top left repeat-x;
	position: relative;
	height: 12px;
}

#body .navigation .tophead {
	height: 20px;
	padding: 8px 0px 0px 8px;
	width: 212px;
	font-size: 0.6875em;
	color: #fffffe;
}

#IE6 #body .navigation .tophead {
	height: 22px;
	padding-top: 6px !important;
}

#body .navigation .bottom {
	background: url('img/sidebar-bw.gif') top center no-repeat;
}

#body .navigation .middle {
	background: url('img/sidebar-mw.gif') top center repeat-y;
	width: 220px;
}

#body .navigation .cont {
	padding: 6px 14px 2px 14px;
}

#body .navigation .cont ul li {
	font-size: 0.5625em;
	padding-top: 5px;
	padding-bottom: 4px;
}

#body .navigation .cont ul li a {
	color: #4573b2;
}

#body .navigation .cont ul li.current_page_item a {
	color: #64707f;
}

#body .widgets {
	width: 280px;
	padding-bottom: 25px;
}

#body .widgets .top,
#body .widgets .bottom {
	line-height: 0;
	font-size: 1px;
	width: 280px;
	height: 8px;
}

#body .widgets .top {
	background: url('img/sidebar-t.gif') top center no-repeat;
	position: relative;
}

#body .widgets .bottom {
	background: url('img/sidebar-b.gif') top center no-repeat;
}

#body .widgets .middle {
	background: url('img/sidebar-m.gif') top center repeat-y;
	width: 280px;
}

#body .widgets .cont {
	padding: 8px 14px 10px 14px;
}

#body .widgets .cont h2 {
	font-size: 0.8125em;
	color: #64707f;
}

#body .widgets .cont p {
	margin: 12px 10px 0px 10px;
	font-size: 0.5625em;
	line-height: 130%;
}

#body .widgets .cont p a {
	color: #4573b2;
}

#body .widgets .cont input {
	background: url('img/sidebar-inputbox.gif') top center no-repeat;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	margin-bottom: 4px;
	display: block;
	border: 0px;
	height: 23px;
	width: 220px;
	padding: 9px 6px 0px 6px;
	color: #8a8899;
	font-size: 1em;
}

#body .widgets .cont input.active {
	background-position: 0px -32px;
}

#body .widgets .cont input.used {
	color: #000;
}

#body .widgets .cont button {
	background: url('img/sidebar-button.gif') top center no-repeat;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	border: 0px;
	width: 105px;
	height: 32px;
	cursor: pointer;
	color: #fffffe;
	font-weight: bold;
	font-size: 1em;
}

#body .widgets .cont button:hover {
	background-position: 0px -32px;
}

#bottom {
	height: 257px;
	background-color: #eeedf0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#bottom .col1,
#bottom .col2,
#bottom .col3 {
	width: 280px;
	float: left;
	height: 230px;
	padding: 14px 10px;
	position: relative;
}

#bottom .col1 {
	background: url('img/bottom-sep.gif') top right no-repeat;
}

#bottom .col3 {
	background: url('img/bottom-sep.gif') top left no-repeat;
}

#bottom h2 {
	font-size: 0.8125em;
	color: #64707f;
	margin-bottom: 16px;
	font-weight: normal;
}

#bottom a.rss {
	position: absolute;
	right: 150px;
	top: 14px;
}

#bottom .col2 a.rss {
	right: 140px;
}

#bottom ul {
	margin: 0;
	padding: 0;
	font-size: 0.625em;
	list-style: none;
}

#bottom ul li {
	padding-left: 26px;
}

#bottom .col1 ul li {
	background: url('img/ico-news.gif') 0px 6px no-repeat;
}

#bottom .col2 ul li {
	background: url('img/ico-blog.gif') 0px 6px no-repeat;
}

#bottom ul li a {
	color: #4573b2;
}

#bottom ul li a.title {
	display: block;
}

#bottom ul li em,
#bottom ul li p {
	font-size: 0.8em;
	line-height: 150%;
}

#bottom ul li em {
	color: #aaa8bd;
	font-style: normal;
	display: block;
	margin-top: 1px;
}

#bottom ul li p {
	margin-top: 4px;
	margin-bottom: 14px;
}

#bottom .col3 p {
	font-size: 0.5625em;
	margin-left: 10px;
	line-height: 150%;
}

#bottom .col3 p.foot {
	font-size: 0.5em;
}


/* Footer Area */

#footer {
	height: 250px;
	border-top: 3px solid #64707f;
	background: #1f2d40 url('img/footer.gif') top center repeat-y;
}

#footer .col1,
#footer .col2 {
	padding: 14px 10px;
	font-size: 0.5em;
	line-height: 150%;
}

#footer .col1 {
	float: left;
	width: 580px;
	color: #eee;
}

#footer .col1 .scol {
	float: left;
	padding-right: 35px;
}

#footer .col1 ul {
	margin-bottom: 15px;
}

#footer .col1 ul li.head {
	color: #64707f;
}

#footer .col1 ul li {
	margin-bottom: 5px;
}

#footer .col1 ul li a {
	color: #eee;
}

#footer .col2 {
	float: right;
	width: 280px;
	color: #64707f;
}

#footer .col2 a {
	color: #638fcc;
}


/* Generic Classes */

.wrap940 {
	width: 940px;
	margin: auto;
	text-align: left;
	position: relative;
}

.wrap900 {
	width: 900px;
	margin: auto;
	text-align: left;
}

.clr-both {
	clear: both;
}

.hright {
	text-align: right;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
