/*
Theme Name: Maxen
Theme URI: http://wordpress.org/
Description: Custom wordpress theme designed for Maxen Capital Advisors.
Version: 1.0
Author: Thomas Todd
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


/* Maxen Specific Styles */


body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F8F8EC;
}
p {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #333;
}
h1 {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #036;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
h2 {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.bold {
	font-weight: bold;
	color: #333;
}
.italic {
	font-style: italic;
	color: #666;
}
/* CSS Document */

#divWrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}
#divHeader {
	height: 102px;
	width: 951px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	/* text-indent: -5000px; */
}
#divContact {
	color: #FFF;
	text-align: right;
	padding-top: 8px;
	padding-right: 27px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
}
#divContact a {
	color: #FFF;
	text-decoration: none;
}
#divBanner {
	height: 222px;
	width: 951px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F8F8EC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8EC;
}
#divNav {
width: 951px;
	background-image: url(images/navbkg.jpg);
	background-repeat: repeat-x;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8F8EC;
}


#divMoney {
	float: left;
	height: 180px;
	width: 320px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8EC;
}
#divSky {
	float: left;
	height: 180px;
	width: 630px;
	background-image: url(images/clouds.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#divContentWrapper {
	width: 951px;
	padding-top: 50px;
	float: left;
	padding-bottom: 15px;
}
#divContentWrapper a {
	color: #036;
}
#divContent {
	float: left;
	width: 675px;
	min-height: 300px;
}
#divSidebar {
	float: right;
	width: 232px;
}
#divFooter {
	width: 951px;
	background-image: url(images/footer-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 15px 0 20px;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 35px;
}
table td.address {
	text-align: left;
	padding: 0 0 5px;
}
table td.phone-number {
	text-align: right;
	padding: 0 0 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.alignleft { float: right;; margin: 0 20px 15px 0; }
img.alignright { float: right; margin: 0 0 20px 15px; }
img.aligncenter { display: block; margin: 0 auto 15px; clear: both; }
#divNews {
	background-color: #EAE7DE;
	background-image: url(images/more.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#divNewsmore {
	background-image: url(images/more.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 232px;
}
#divNewsimage {
	text-indent: -5000px;
	display: block;
	height: 71px;
	width: 232px;
	background-image: url(images/wind.jpg);
	background-repeat: no-repeat;
}
#divNewstitle {
	text-indent: -5000px;
	display: block;
	height: 44px;
	width: 232px;
	background-image: url(images/news.jpg);
}
#divNewstitle a {
	text-indent: -5000px;
	display: block;
	height: 44px;
	width: 232px;
}
#divNews ul {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
#divNews li {
	margin-bottom: 12px;
}
#divNewscontent {
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#divContent ul {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
#divContent ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.float {
	float: right;
	width: 200px;
}
.logo {
	margin-left: 30px;
	margin-bottom: 10px;
}

ul#portfolio {margin: 0; padding: 0; list-style-type: none;}
ul#portfolio li {display: block; padding: 20px 0 20px 0;}


.rule {
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-top: dotted 1px black;
}



/* = Language Picker 
-------------------------------------------------------------- */

#language-picker { display: block; float: right; text-align: right; margin: 28px 25px 0 0; }
#language-picker img { margin-left: 3px; }



/* = Main Navigation
-------------------------------------------------------------- */


#nav {
width: 960px;
float: left;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover {
	color: #FF9;
}
#nav li.last, #nav a.last {

	border-style: none; padding-right: none;
}

#nav li { /* all list items */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-style: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 14em;
	background-color: #036;		
}

#nav li ul ul { /* third-and-above-level lists */
	margin-left: 12em;                                  
    margin-top: -2em;
    background-color: #006666;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-style: none;
	
}

#nav li ul ul a {
	background-color: #006666;

}
#nav li ul ul a:hover {
	background-color: #187b7b;

}














/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}
