/*
Theme Name:Advisor FX
Theme URI:http://www.summitbusinessmedia.com/
Description:Theme for the Advisor FX site.
Author:Ethan Gardner
Author URI:http://www.summitbusinessmedia.com/
version:1.0
*/
/* reset */
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 {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	line-height:1.25;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

q:before,q:after,blockquote:before,blockquote:after {
	content:"";
}
/* end reset */

body {
	background:#fff;
	font-family:verdana, arial, tahoma, sans-serif;
	font-size:8pt;
	margin:20px;
}

h1 {
	font:normal bold 20pt Trebuchet MS, arial;
	color:#C60;
	margin-bottom:.25em;
}

h2 {
	font:normal bold 18pt Trebuchet MS, arial;
	color:#C60;
	margin-bottom:.25em;
}

h3, h3 a[name] {
	font-family:'Trebuchet MS',tahoma,sans-serif;
	font-size:14pt;
	margin-bottom:10px;
	color:#036;
	text-decoration:none;
}

h4 {
	font-family:'Trebuchet MS',tahoma,sans-serif;
	font-size:12pt;
	font-weight:700;
	color:#036;
}

h5 {
	font-family:'Trebuchet MS',tahoma,sans-serif;
	font-size:10pt;
	font-weight:700;
	color:#c60;
}

h2 a {
	color:#000;
	text-decoration:none;
}

h2 a:hover {
	color:#777;
	text-decoration:none;
}

h3 a {
	color:#7aa000;
}

img {
	border:none;
	padding:0;
}

img a {
	border:none;
}

img.left {
	float:left;
	border:none;
	padding:6px 0 0;
}

img.right {
	float:right;
	border:none;
	padding:0 0 0 6px;
}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
}

code {
	font-family:"Courier New", Courier, monospace;
}

dt {
	font-weight:700;
	margin-top:1.5em;
}

p,table {
}

strong,b {
	font-weight:700;
}

em,i {
	font-style:italic;
}

abbr {
	border-bottom:1px dotted #ccc;
	cursor:help;
	letter-spacing:1px;
}

pre {
	background:#fff;
	color:#0c0c0c;
	font:12px/1.5 Consolas, "Lucida Console", Monaco, monospace;
	margin-bottom:1.4545em;
	overflow:auto;
	padding:.7272em;
}

/* links */
a {
	color:#7aa000;
	text-decoration:none;
}

a:hover {
	color:#3c5d00;
	text-decoration:underline;
}


/**
 * forms
 */
label {
}

input, select, textarea {
}

.btn {
	background-color:#d4681f;
	border:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	padding:4px 8px;
}

/* container */
#container {
	width:980px;
	background:#fff;
	color:#333;
	margin:0 auto;
	padding:0;
}

/* header */
#header {
	background:#fff;
	height:88px;
	color:#000;
}

#header h1 {
	font:normal 20pt georgia, times;
	margin:0;
	padding:20px 0 0 16px;
}

#header h1 a {
	color:#404040;
	text-decoration:none;
}

#header h1 a:hover {
	color:#666;
	text-decoration:none;
}

#header img {
	float:left;
	border:0;
	display:block;
	margin:10px;
}

#header h2 {
	font:bold 11pt helvetica, verdana;
	color:#999;
	float:left;
	margin:0;
	padding:30px 0 0 18px;
}

/* main menu */
#menu {
	background:#fff url('images/nav-background.png') no-repeat bottom center;
	font-family:verdana, arial, times, serif;
	font-size:8pt;
	height:30px;
	width:980px;
}

#menu ul {
	margin:0 0 0 20px;
	padding:0;
}

#menu li {
	list-style-type:none;
	float:left;
	background-image:url('images/nav-divider.png');
	background-repeat:no-repeat;
	background-position:top right;
}

#menu li li {
	background-image:none;
	border-top:1px solid #9cbc39;
}

#menu ul ul {
	margin:0;
}

#menu li a {
/*line-height:30px;*/
	color:#fff;
	display:block;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
}

#menu li li a {
	line-height:16px;
	padding:10px;
}

#menu ul li a:hover {
	color:#fff;
}

/*** DEMO SKIN ***/
.sf-menu {
	width:940px;
	float:left;
}

.sf-menu,.sf-menu ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

/*** ESSENTIAL STYLES ***/
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:15em;
}

.sf-menu ul li {width:100%;}
.sf-menu li:hover {visibility:inherit;}

.sf-menu li {
	float:left;
	position:relative;
}

.sf-menu a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:.75em 1em;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	background-color:#7aa000;
	left:0;
	top:30px;
	z-index:99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left:15em;
	top:0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top:-999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left:15em;
	top:0;
}

.sf-menu a,.sf-menu a:visited {color:#000;}
.sf-menu li li {background:#7aa000;}
.sf-menu li li li {background:#7aa000;}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
	background-color:#3c5d00;
	outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px;
}

.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px;
}

a > .sf-sub-indicator {
	top:.8em;
	background-position:0 -100px;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position:-10px 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:url('../images/shadow.png') no-repeat bottom right;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	padding:0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off {background:transparent;}

/* content */
#content {
	float:left;
	width:600px;
	margin:14px;
}

#contentFull {
	float:left;
	width: 950px;
	margin:14px;
}

.post {
	line-height:14pt;
	margin:0;
	padding:0;
}

.post ul {
	list-style:disc;
	padding-left:20px;
	margin-bottom:1.5em;
}

.postmetadata {
	clear:both;
	background:#F7F7F7;
	margin:20px 0;
	padding:6px;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}

.alignleft a {
	float:left;
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

/* sidebar */
#sidebar {
	margin:0;
	padding:0 10px;
}

#sidebar img {
	margin:0;
	padding:0;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar li {margin-bottom:20px;}

#sidebar ul ul {
	list-style:disc;
	padding-left:20px;
	margin-bottom:1.5em;
}

#sidebar li li {margin-bottom:0;}

/* comments */
#commentform {
	background:#fff;
	margin:0;
	padding:0;
}

#commentform p {color:#000;}

#commentform a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #465D71;
	line-height:14pt;
}

#commentform h3 {
	font-family:georgia, times, verdana;
	font-size:10pt;
	font-weight:300;
	color:#000;
	margin:0;
	padding:0;
}

#comment {width:80%;}

#author,#email,#url,#comment,#submit {
	background:#fff;
	font-family:verdana, arial, times;
	font-size:8pt;
	border:1px solid #000;
	margin:5px 5px 0 0;
	padding:0;
}

#submit {margin:5px 5px 0 0;}

#comments {
	margin:0;
	padding:0;
}

ol.commentlist {
	list-style-type:none;
	margin:0;
	padding:0;
}

.avatar {
	float:left;
	margin:0 12px 0 0;
}

ol.commentlist li {
	background:#fff;
	list-style-type:none;
	margin:10px 0;
	padding:5px 0 5px 10px;
}

ol.commentlist li.alt {
	background:#eee;
}

ol.commentlist li p {
	line-height:14pt;
	margin:6px 0;
	padding:0 12px 0 0;
}

ol.commentlist a {color:#000;}

cite {
	font-family:arial, verdana, tahoma;
	font-size:9pt;
	font-weight:700;
	font-style:normal;
}

cite a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #465D71;
}

/* search */
#searchform {
	margin:14px 0;
	padding:0;
}

#searchform input#s {
	border:1px solid #000;
	margin:0;
	padding:2px;
}

#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}

/* misc */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {float:right;}
.alignleft {float:left;}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* footer */
#footer {
	background:#fff url(images/footer-back.png) no-repeat top center;
	clear:both;
	width:100%;
}

#footer p {
	color:#333;
	text-align:center;
	padding:50px 150px;
}

#footer a {
	color:#BCBCBC;
	text-decoration:none;
}

#footer a:hover {
	color:#5D5D5D;
	text-decoration:underline;
}

#footer img {
	float:left;
	margin:20px 0 0 25px;
}

#footer ul {
	float:left;
	margin:13px 0 0 0;
	padding:0;
}

#footer ul li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0 10px;
}

#footer ul li a {
	color:#333;
	display:block;
	margin:0;
	padding:4px 10px;
}

#footer ul li a:hover {color:#999;}

#social {
	float:right;
	width:100px;
	background:url(images/social-back.png) no-repeat top right;
	margin:20px;
}

#meta {
	margin:0 auto;
}

#sbm {float:left; width:127px;}

#social img {margin:1px;}

.home {
	width:290px;
	height:295px;
	border:1px #ddd solid;
	float:left;
	margin:10px 0;
}

.hover-state {
	border-color:#3c5d00;
	cursor:pointer;
}

#whatIs {
	background:url(images/secondary-home-back1.png) no-repeat 50% 100%;
	margin-left:10px;
	margin-right:0;
}

#whatDoes {
	margin-left:10px;
	margin-right:10px;
	background:url(images/secondary-home-back2.png) no-repeat 0 100%;
}

.content {
	margin-left:0;
	margin-right:10px;
	background:#edf3fc none;
	padding:10px;
}

#secondary-topics {
	border-top:1px #ddd solid;
	clear:both;
	margin-left:10px;
	margin-right:10px;
}

#secondary-topics h2 {
	font-size:12pt;
	margin-bottom:10px;
	color:#517500;
}

#secondary-topics ul {
	width:290px;
	float:left;
	height:125px;
	margin:0;
}

#secondary-topics ul li {
	color:#C60;
}

#secondary-topics ul ul li {
	list-style-type:disc;
	margin:0 20px 5px;
}

#secondary-topics ul ul {
	border:0;
	height:auto;
}

.linkcat {
	list-style-type:none;
	color:#517500;
	margin:0 0 10px;
}

#contentSecondary {
	width:312px;
	float:right;
	margin:10px 14px 10px 0;
}

#contentSecondary #try {
	border:1px solid #DDD;
	margin:0 0 20px;
}

#secondary-topics .content {
	width:290px;
	float:left;
	border:1px #ddd solid;
	height:175px;
	margin:10px 0;
	padding:10px;
	background-color:transparent;
}

#secondary-topics #left {
	margin-left:0;
	margin-right:5px;
}

#secondary-topics #center {
	margin-left:5px;
	margin-right:5px;
}

#secondary-topics #center div {border:0;}

#secondary-topics #center h3 {
	font:normal bold 12pt Trebuchet MS, arial;
	color:#517500;
	margin:0 0 10px;
}

#secondary-topics #right {
	margin-left:5px;
	margin-right:0;
}

#top-nav {
	width:180px;
	float:right;
	margin:30px 0 0 35px;
	padding:0;
}

#top-nav li {
	list-style-type:none;
	float:left;
	border-right:1px #ccc solid;
	margin:0;
	padding:0 5px;
}

#top-nav li a {
	color: #316599;
	display:block;
	font-weight:700;
	margin:0;
	padding:4px 10px;
}

#top-nav li a:hover {color:#316599;}

#top-nav .no-border {
	border-right:1px #fff solid;
}

.no-back-image {background-image:none;}

/**
 * accordion
 */
.toggle {
	background:url(images/ico-collapsed.png) no-repeat 0 50%;
	border-bottom:1px solid #7aa000;
	cursor:pointer;
	margin:0;
	padding:2px 2px 2px 20px;;
}

h3.expanded {
	background:url(images/ico-expanded.png) no-repeat 0 50%;
}

.accordion {
	margin-bottom:12px;
}

.size-full {
	margin-bottom:12px;
}

#formStyle { width:500px; font-weight:bold; margin-top:15px; }
#formStyle input, #formStyle select, #formStyle textarea { margin:10px 0 15px 0; padding:2px; width:200px; }
