/*
Theme Name: WiseWealthKC
Theme URI: http://wisewealthkc.com/
Description: WiseWealthKC Theme
Version: 1.0
Author: Adam Hay
Author URI: http://adamhay.info/
Tags: custom design, blue, three column
*/


/* HTML, BODY */
body
{
	background: url('images/bg.png') repeat-x #c5c5c5;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #353535;
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	
}
a
{
	color: #353535;
	outline: none !important;
}


/* PAGE */
div#page
{
	margin: auto;
	width: 975px;
}
div#page > .wrapper
{
	text-align: left;
}


/* HEADER */
div#header
{
	position: relative;
	height: 85px;
	text-align: center;
}
div#header > .wrapper
{
	/* ... */
}
div#header .logo
{
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 246px;
	height: 85px;
	background: url('images/logo_main.png');
}
div#header .description
{
	/* */
}
div#header .description a
{
	position: relative;
	display: block;
	top: 35px;
	margin: auto;
	width: 325px;
	height: 17px;
	background: url('images/slogan_main.png');
}


/* MENU */
div#menu
{
	/* */
}
div#menu > ul
{
	overflow: hidden;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
div#menu > ul > li
{
	float: left;
	border-left: 1px solid #153e82;
}
div#menu > ul > li:first-child
{
	border-left: none;
}
div#menu > ul > li > a
{
	display: block;
	padding: 0 20px;	
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}
div#menu > ul > li:first-child > a
{
	padding-left: 0px;	
}
div#menu > ul > li > a:hover
{
	color: #ffaf04;	
}


/* SEARCH & SEARCHFORM */
#searchform
{
	display: block;
	float: right;
	position: relative;
	top: 6px;
}

.search-post:hover > .header
{
	background: url('images/post_top_search.png');
}
.search-post:hover > .footer
{
	background: url('images/post_bottom_search.png') bottom;
}

.search-post:hover > .body
{
	background: url('images/post_bg_search.png');
}


/* SCREEN */
div#screen
{
	margin-top: 20px;
}


/* SCREEN-MENU */
div#screen_menu
{
	margin-top: 0px;
*margin-top: -5px;
	width: 975px;
	height: 140px;
	background: url('images/banner_menu_bg.png') no-repeat;
	overflow: hidden;
}
div#screen_menu > .wrapper
{
	width: 1000px;
	overflow: auto;
}

div#screen_menu > .wrapper a
{
margin-top: -15px;
*margin-top: 0px;
	display: block;
	float: left;
	width: 195px;
	height: 140px;
	text-align: center;
	line-height: 40px;
	font-size: 11pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #555;
}
div#screen_menu > .wrapper a:hover
{
	color: #757575;
}


/* SIDEBARS */
#sidebar_left
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: 210px;
}
#sidebar_right
{
	float: left;
	margin-top: 20px;
	width: 210px;
}
.sidebar_item
{
	margin-bottom: 20px;
}
.sidebar_item > .title
{
	width: 210px;
	height: 35px;
	background: url('images/sidebar_title.png') no-repeat;
}
.sidebar_item > .body
{
	width: 210px;
	background: url('images/sidebar_bg.png') bottom no-repeat;
}
.sidebar_item > .body-special
{
	width: 210px;
	background: url('images/sidebar_bg_special.png') bottom no-repeat;
	color: #fdfdfd;
}
.sidebar_item > .body-special a
{
	color: #fdfdfd;
}
.sidebar_item > .title > .wrapper
{
	padding: 8px 15px;
	color: #fdfdfd;
	font-size: 11pt;
	letter-spacing: 1px;
}
.sidebar_item > .body > .wrapper,
.sidebar_item > .body-special > .wrapper
{
	padding: 15px;
}
.sidebar_item > .body > .wrapper p:first-child,
.sidebar_item > .body-special > .wrapper p:first-child
{
	margin: 0px;
}
.sidebar_item > .body-special > .wrapper ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebar_item > .body-special > .wrapper > ul > li,
.sidebar_item > .body-special > .wrapper li
{
        list-style: none;
	padding-bottom: 7px;
}

/* connections */
.sidebar_item > .body > .wrapper > .chicklets
{
	margin: auto;
	margin-top: 15px;
	width: 50%;
	overflow: auto;
}
.sidebar_item > .body > .wrapper > .chicklets a
{
	float: left;
	margin: auto;
	margin-left: 5px;
	display: block;
	width: 24px;
	height: 43px;
}
.sidebar_item > .body > .wrapper > .chicklets a:first-child
{
	margin-left: 0px !important;
}
.sidebar_item > .body > .wrapper > .chicklets a.twitter
{
	background: url('images/chicklets_twitter.png');
}
.sidebar_item > .body > .wrapper > .chicklets a.facebook
{
	background: url('images/chicklets_facebook.png');
}
.sidebar_item > .body > .wrapper > .chicklets a.myspace
{
	background: url('images/chicklets_myspace.png');
}
.sidebar_item > .body > .wrapper > .chicklets a.linkedin
{
	background: url('images/chicklets_linkedin.png');
}

/* CONTENT */
#content
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: 515px;
	font-size: 1.2em;
}

.post
{
	width: 515px;
	margin-bottom: 20px;
}
.post > .header
{
	width: 515px;
	height: 10px;
	background: url('images/post_top.png');
}
.post > .footer
{
	width: 515px;
	height: 10px;
	background: url('images/post_bottom.png') bottom;
}

.post > .body
{
	padding: 1px 15px;
	font-size: 9pt;
	color: #555;
	background: url('images/post_bg.png');
}
.post > .body > .title
{
	margin: 0px;
	font-family: Times New Roman;
	font-size: 18pt;
	text-decoration: none;
	color: #003387;
}
.post > .body > .date
{
	font-style: italic;
	font-size: 9pt;
	color: #003387;
}
.post > .body > hr
{
	border: 0;
	height: 1px;
	background: #003387;
}


/* FOOTER */
#footer
{
	clear: both;
	background: #454545;
}
#footer > .wrapper
{
	overflow: auto;
	padding: 10px 0 50px 0;
	margin: auto;
	width: 975px;
	text-align: left;
	font-size: 8pt;
	color: #bbb;
}
#footer > .wrapper p
{
	float: left;
}
#footer > .wrapper a
{
	color: #bbb;
}

#footer > .wrapper a.cfp
{
	float: right;
	margin-left: 15px;
	display: block;
	width: 54px;
	height: 44px;
	background: url('images/foot_CFP.png');
}
#footer > .wrapper a.ramsey
{
	float: right;
	margin-left: 15px;
	display: block;
	width: 137px;
	height: 44px;
	background: url('images/foot_Ramsey.png');
}
#footer > .wrapper a.bbb
{
	float: right;
	margin-left: 15px;
margin-right: 375px;
	display: block;
	width: 32px;
	height: 44px;
	background: url('images/foot_BBB.png');
}