/*
Theme Name: ETF PM
Description: A custom theme designed especially for ETF
Version: 0.1
Author: Matt McInvale

*/

/* @group 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  border:0;
  width:0;
  height:0;
  overflow:hidden;
  clear:both;
}

/* @end */

/* @group GLOBALS */

body {
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    font-size: 76%;
    color: #333;
    background-color: #ddd;
}
	
/* @end */	

/* @group IDs */

#container {
    width: 980px;
    margin: 0 auto;
}
#content {
  float:left; /* this fixes the bottom of the background stuff */
  width:100%;
  background:#fff url(images/bg-content.png) top center repeat-y;
}

#primaryContent {
  font-size:110%;
  float:left;
  width:645px;
  margin:0 0 0 24px;
  padding:0 20px 0 0;
  border-right:1px solid #ccc;
}
#sidebar {
  float:left;
  width:265px;
}
#nav {
  height:57px;
  background:#000 url(images/nav.png) top left repeat-x;
  position: relative;
  padding: 0;
  margin: 0 auto;
  line-height: normal;
  width:964px;
}
#logo {
  height:315px;
}
#logo h1 a {
  display:block;
  text-indent:-1000%;
  overflow:hidden;
  width:280px;
  height:110px;
  background:transparent url(images/logo.png) center center no-repeat;
}
#logo h3 {
  color:#000;
  text-align:right;
  margin:80px 20px 0 0;
  font-size:40px;
}
#logo h3 em {
	display:block;
	font-size:15px;
}
#footer {
}
#sub {
  color:#999;
  font-size:90%;
  clear:both;
  background:transparent url(images/bg-sub.png) center top no-repeat;
  padding:0;
  margin:0;
}
#sub a {
  color:#999;
}

	/* @end */

/* @group HEADER GRAPHICS */

.home {
  background:transparent url(images/headers/home.jpg) top center no-repeat;
}
.about-us {
  background:transparent url(images/headers/about_us.jpg) top center no-repeat;
}
.ria-information {
  background:transparent url(images/headers/ria_information.jpg) top center no-repeat;
}

/*	New Page Added		*/
.etf-portfolios {
  background:transparent url(images/headers/ria_information.jpg) top center no-repeat;
}
.individual-investor {
  background:transparent url(images/headers/individual_investor.jpg) top center no-repeat;
}

/*	New Page Added		*/
.presentations {
  background:transparent url(images/headers/individual_investor.jpg) top center no-repeat;
}
.performance {
  background:transparent url(images/headers/performance.jpg) top center no-repeat;
}
.resources {
  background:transparent url(images/headers/resources.jpg) top center no-repeat;
}
.contact-us, .privacy-policy, .sitemap, .terms-of-use {
  background:transparent url(images/headers/contact_us.jpg) top center no-repeat;
}

	/* @end */
/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 1em .2em 0em;
	line-height: 1.2em;
	color: #333;
}

#primaryContent h2 {
	border-bottom:1px solid #ccc; 
	padding:0 0 12px 0;
	font-weight:bold;
}

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	letter-spacing: -.04em;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0;
	font-weight: normal;	}

#primaryContent h3, #sidebar h3 {
	border-bottom:1px solid #ccc; 
	padding:0 0 8px 0;		
	font-weight:bold;
}
#sidebar h3, #sidebar h4 {
  padding-left:20px;
}

	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
    margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
	
/* @group FORM ELEMENTS */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(images/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(images/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
	
/* custom stuff */

#li--3 input, #li--10 input {
    margin-left:50px;
}
#li--3 label, #li--3 label span, #li--10 label, #li--10 label span {
    width:280px;
}
#li--11 label, #li--11 label span {
    width:410px;
    text-align:center;
}
#cf_field_11 {
    width:300px;
    margin-left:50px;
}

	/* @end */
	
/* @group NAV */

#nav ul {
    float:left;
    list-style:none;
    margin:0;
    padding:0 0 0 15px;
}
  
#nav li {
  font-size: 100%;
  float:left;
}
  
#nav li a {
  background:transparent url(images/bg-nav.png) right top no-repeat;
  padding:15px 15px 20px 15px;  
  display:block;
  text-decoration: none;
  text-transform:uppercase;
  color: #ccc; }

#nav li a:hover {
  color:#fff;
  background:transparent url(images/bg-nav.png) right bottom no-repeat;
  text-decoration:none; 
}

#nav li.page-item-101 a {
  background:transparent url(images/bg-nav.png) 0 0 no-repeat;
}
#nav li.page-item-101 a:hover {
  background:transparent url(images/bg-nav.png) 0 -57px no-repeat;
}


#nav li.current_page_item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; 
}

#nav li.current_page_item ul li a {
  font-weight: normal;
}


/* second level */

#nav ul li ul {
  background:#000;
  padding:0;
  margin:32px 0 0 0;
}
#nav ul li ul li a {
  font-size:80%;
  margin:0;
  padding:2px 4px;
  border-top:1px solid #fff;
  background-image:none;
}
#nav ul li ul li a:hover {
  background:#333;
}

/* third level */

#nav ul li ul li ul {
  margin:0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	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:			200px; /* match ul width */
	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:			200px; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

/* hide from top level nav */
ul.sf-menu li span.sf-sub-indicator {
	display:none;
}

ul.sf-menu li ul li span.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			8px;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrow.png) center right no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}


#footer ul {
  list-style:none;
  margin:0 0 10px 165px;
  padding:0;
}
#footer ul li {
  float:left;
}
#footer ul li a {
  display:block;
  padding:0 10px;
  text-decoration:none;
  border-right:1px solid #bbb;
}
#footer ul li a:hover {
  color:#666;
  text-decoration:underline;
}
#footer ul li.page-item-101 a {
  border:none;
}
#sub ul {
  float:right;
  list-style:none;
  margin:20px 10px 0 0;
  padding:0;
}
#sub ul li {
  float:left;
}
#sub ul li a {
  color:#666;
  text-decoration:none;
  border-right:1px solid #666;
  padding:0 10px;
}
#sub ul li a:hover {
  color:#333;
  text-decoration:underline;
}
#sub ul li.page-item-327 a {
  border-right:none;
}

ul.files {
  list-style:none;
  margin:10px 20px 10px 40px;
  padding:0;
}
li.reader {
  display:block;
  padding:5px 0 15px 40px;
  background:transparent url(images/acrobat_icon.png) center left no-repeat;
}
a.pdf {
  display:block;
  padding:5px 0 15px 40px;
  background:transparent url(images/pdf_icon.png) center left no-repeat;
}
a.xls {
  display:block;
  padding:5px 0 15px 40px;
  background:transparent url(images/xls_icon.png) center left no-repeat;
}


  	/* @end */
  	

	
/* @group FOOTER */

#footer {
	color: #999;
	margin: 0 auto;
	padding: 10px 0 0 0; }
	
#footer a:link, #footer a:visited {
	color: #999; }
	
#sub p {
	padding: 20px 0 0 10px;
}
	
	/* @end */


/* @group Misc Links */

#sidebar a {
  color:#390;
}

#breadcrumb {
  font-size:90%;
  color:#999;
}
#breadcrumb a {
  color:#999;
  text-decoration:none;
  padding:0 2px;
}
#breadcrumb a:hover {
  text-decoration:underline;
}
#breadcrumb a.current {
  color:#390;
  text-decoration:underline;
}
#breadcrumb a:hover.current {
  text-decoration:none;
}


/* @end */

/* @group Sidebar */

#sidebar ul {
    list-style:none;
    margin:0;
    padding:0;
}
#sidebar ul.padding {
    padding:0 15px 0 10px;
}
#sidebar ul li {
    margin:4px 0;
    float:left;
    width:100%;
}
#sidebar p {
    padding-left:15px;
}
#sidebar img {
    float:left;
  margin:0 10px 0 15px;
}
#sidebar p img {
    margin-left:0; /* Prevent double margins */
}

/* @end */

/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }
    
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

/* @end */

/* @group WP Table */

.wp-table-reloaded {
  width:100%;
  border:1px solid #000;
}
th {
  background:#000;
  color:#fff;
  padding:7px;
}
tr.even td {
  background:#ccc;
}
tr.odd td {
  background:#eee;
}
td {
  font-size:90%;
  text-align:center;
  padding:5px;
}

/* @end */
