/*  
Theme Name: CFO Alliance Theme
Description: Specialized Theme for CFO Alliance
Author: SparkWeb Interactive
Author URI: http://www.sparkweb.net/
Version: 1.0
Tags: Financial
*/



/* Reset Stuff */
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: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
	background: #FFFFFF url(img/main-bg.gif) repeat-x;
}
p {
	margin-bottom: 1.2em;
	line-height: 125%;
}
h1 {
	color: #395B19;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 9px;
}

h2 {
	color: #395B19;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
}

h3, h4 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #395B19;
	padding-bottom: 4px;
}

a {
	color: #D84918;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	border-bottom: 1px solid #E8240A;
	color: #E8240A;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

.topTitle {
	margin-bottom: 1px;
}

.topMeta {
	margin-bottom: 10px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 12px;
	background-color: #F5F5F5;
	padding: 3px 7px;
	border-top: 1px dashed darkgray;
	border-bottom: 1px dashed darkgray;
}

.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}
#contentwrapper ul li {
	list-style: disc outside;
	margin-left: 40px;
	padding-left: 2px;
	margin-bottom: 3px;
}

#contentwrapper ul {
	margin-bottom: 1.2em;
}




/* Design and Menu */

#wrapper {
	width: 850px;
	margin: 0 auto auto;
}

#header {
	height: 204px;
	background: url(img/header-back.jpg) no-repeat;
}

#header-logo {
	float: left;
}

#header-right {
	float: right;
}


#mainwrapper {
	clear: both;
	padding: 18px 0;
	min-height: 450px;
}

#main {
	float: left;
	width: 500px;
}


#sidebar {
	float: right;
	width: 230px;
	margin: 5px 5px 10px 25px;
	padding: 10px 10px 0 10px;
	background: #F8D168 url(img/sidebar-back.jpg) no-repeat;
	border: 1px solid #D1B058;
}

#sidebar ul {
	margin-bottom: 20px;
}

#sidebar ul li {
	list-style: disc outside;
	margin-left: 16px;
	padding-left: 0px;
	margin-bottom: 1px;
}

#sidebar ul {
	margin-bottom: 1.2em;
}


#footer {
	clear: both;
	padding: 13px 0;
	text-align: center;
	background-color: #395B19;
	color: #FFFFFF;
	font-size: 11px;
}
#footer p {
	margin-bottom: 5px;
}




/* Menu */

#navmenu {
	margin-top: 15px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px
}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	background: url('img/menu-left.gif') no-repeat top left;
}

#nav a {
	margin-left: 1px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
	padding: 10px 63px 7px 14px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#nav li a:hover, #nav li.current_page_item a {
	background: url('img/menu-back.gif') repeat-x;
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}
	
#nav li li a {
	background: url('img/navback.jpg') repeat-x;
	width: 185px;
	line-height: 23px;
	font-size: 12px;
	
	margin: 0;
	padding: 5px 15px 5px 20px;
}
	
#nav li li a:hover {
	background: url('img/navback-on.jpg') repeat-x;
	color: #FBEF27;
	padding: 5px 15px 5px 20px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

































/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



