/*   
Theme Name: WF-TMAX-CMI2
Theme URI: 
Description: A Thematic-MAX custom child theme based on the thematic theme framework (by Ian Stewart -- get parent theme upgrades at:  http://themeshaper.com/)
Author: Scott Frangos (child theme)
Author URI: http://webfadds.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic parent theme is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */

@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */

/* Apply a basic layout - 5 OPTIONS */

@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Default.css incorporated here */

/* Prepare theme for plugins */

@import url('../thematic/library/styles/plugins.css');

/* :::::::: STRUCTURE :::::::: */

body {
	min-width: 1000px;
	font: 14px/21px Arial, Helvetica, Geneva, sans-serif;
	background-color: #abadad;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fffeff;
	padding: 0;
}

/* ----- Header Elements ----- */

#header {
	width: 1000px;
	z-index: 2;
}

#branding {
	padding: 5px;
	width: 1000px;
	background: url(images/headerbacker.jpg) repeat-y;
	height: 90px;
}

#brandwrapper {
	clear: both;
	width: 100%;
	margin-top: 0;
	padding: 0;
	height: 70px;
}

#sitelogo {
	width: 200px;
	margin: -5px 0 0 15px;
	padding: 0;
	float: left;
}

#blog-title {
	visibility: hidden;
}

#slogan {
	color: #eaeaea;
	font-size: 13.25px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	position: relative;
	top: 25px;
	margin-left: 10px;
}

#blog-title a {
	color: #fff;
	text-decoration: none;
}

#blog-title a:active,
#blog-title a:hover {
	color: #fff;
}

#blog-description {
	visibility: hidden;
}

#header-contact {
	width: 226px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#homebutton {
	float: left;
	margin-left: 40px;
	margin-right: 0;
	padding-right: 20px;
}

#homebutton img {
	border-style: none;
	height: 31px;
}

#partners img {
	max-width: 112px;
	vertical-align: middle;
	padding-right: 8px;
}

/* ==== Style Top Menu ==== */

.menu-top-menu-container {
	font-size: 11px;
	margin: 0 50px 0 0;
	padding: 0;
	height: 15px;
	text-align: right;
	width: 600px;
	position: relative;
	right: 25px;
}

.menu-top-menu ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.menu-top-menu-container li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}

.menu-top-menu-container a {
	padding: 3px 10px;
	color: #eaeaea;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-top-menu-container a:focus, .menu-top-menu-container a:hover, .menu-top-menu-container a:active {
	outline: 0;
	color: #ffa537;
}

/* === End Top Menu === */

#access {
	height: 32px;
	font-size: 13px;
	overflow: visible;
	z-index: 100;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	background: #797979 url(images/accessbkr.png) repeat-x;
}

/* Add shadow to access
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
*/

/* :::::::::: Menu :::::::::: */

.skip-link {
	display: none;
}

/*** ESSENTIAL STYLES ***/

.menu {
	width: 1000px;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;


/*

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: 2.5em;
	

/*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: 10em;
	

/*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: 10em;
	

/*match ul width */
	top: 0;
}

/*** CHILD THEME SKIN ***/

.sf-menu {
	border-right: 2px solid #797979;
	float: left;
	margin-left: 0px;
}

.ie6 .sf-menu {
	margin-bottom: -1px;
}

.sf-menu a {
	border-left: 2px solid #797979;
	padding: 9px 10px;
	text-decoration: none;
	color: #fffeff;
		text-transform: uppercase;

}


/* To Style First or Last item of a menu...
:first-child
:last-child

:checked
Matches elements that are checked; for example, checked boxes.
:empty
Matches elements that have no children or are empty.

if you want to match a group of three elements after the forth element, you can simply use:
name="code">:nth-child(3n+4) { background-color: #ccc; }
*/

.windows .sf-menu a {
	font-size: 12px;
	padding: 9px 18px 10px;
	color: #fffeff;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #ffa537;
}

.sf-menu a, .sf-menu a:visited {
	/*visited pseudo selector so IE6 applies text colour*/
	color: #fffeff;
}

.sf-menu li {
	min-width: 115px;
	text-align: center;
}

.sf-menu li:nth-child(6) { 
background: url(images/Pro32.png) no-repeat 20px 7px; 
min-width:  150px;
	padding-left: 10px;
}



.sf-menu li li:nth-child(6) { 
	min-width: 115px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.sf-menu li li:nth-child(6)  a {
	min-width: 115px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}

.sf-menu li:nth-child(6)  a {
	padding-right: 0px;
	padding-left: 25px;
}

.sf-menu li li {
	margin-left: 1px;
}

.sf-menu li li:last-child  {
			padding-left: 0px;
	background-image: none;
		min-width: 115px;

}

.sf-menu li li:last-child a  {
			padding-left: 10px;

}


.sf-menu li li a:hover {
	border-left: 6px solid #ffa537;
}

.sf-menu li li li {
	margin-left: 0px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #ffa537;
}

.sf-menu ul {
	border-right: 1px solid #ccc;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 32px;
/*

overriding essential styles */
}

.sf-menu ul ul {
	margin-top: 0;
}

.sf-menu ul a {
	background: #797979;
	border-bottom: none;
	color: #fffeff;
	text-align: left;
}

.sf-menu ul a:hover {
	color: #ffa537;
}

/* ::::::::  Content :::::::: */

#main {
	clear: both;
	padding: 0px;
	width: 1000px;
	margin-top: 0;
}

#container {
	width: 635px;
	margin-left: 12px;
	padding: 0 12px 12px;
}

#content {
	background-color: #fffeff;
	width: 100%;
	margin-top: 0;
	padding-top: 18px;
}

.page-title {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 44px 0;
}

.attachment .page-title {
	font-style: italic;
}

.page-title a {
	color: #666;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ffa537;
}

.page-title span {
	font-style: italic;
}

.page-title .meta-nav {
	font-style: normal;
}

.hentry {
	padding: 0 0 22px 0;
}

.single .hentry {
	padding: 0;
}

.home #content .sticky {
	border: 1px solid #ccc;
	margin: 0 0 66px 0;
	padding: 22px 20px 0 20px;
}

/* ---- Entry Elements ---- */

.entry-title {
	font-family: Arial,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 24.5px;
	padding: 0 0 7px 0;
	margin-top: 8px;
}

.entry-title:first-child {
	margin-top: 12px;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #999999;
}

.entry-meta {
	color: #666;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

.entry-meta .author {
	
}

.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:active,
.entry-meta a:hover {
	color: #999999;
}

.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-content {
	padding: 22px 0 0 0;
}

/* --- HEADINGS --- */

h1 a {
	font-family: Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 0 9px;
	text-decoration: none;
	margin-bottom: 9px;
}

.entry-content h1 {
	padding: 14px 0 9px;
	font: bold 28px/27px Arial,sans-serif;
}

.entry-content h2 {
	font-family: Arial,sans-serif;
	font-size: 25px;
	color: #adadad;
	font-weight: bold;
	padding: 10px 0 4px;
}

.entry-content h3 {
	font-size: 24.5px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 9px;
	line-height: 27px;
	padding-top: 3px;
}

.entry-content h4 {
	font-size: 22px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ff9900;
	border-bottom: 2px solid #c0c0c0;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.entry-content h5 {
		font: bold 17.5px/19px 'Rock Salt', sans-serif;
	color: #ff9900;
	margin: 8px 4px 8px 0;
}

.entry-content h6 {
	color: #adadad;
	text-transform: uppercase;
	font-size: 16.5px;
	margin-top: 9px;
	margin-bottom: 2px;
}

.entry-content table {
	margin-left: 1px;
}

.entry-content embed {
	margin: 0 0 22px 0;
}

.entry-utility {
	clear: both;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 44px 0;
}

.entry-utility a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.entry-utility a:active,
.entry-utility a:hover {
	color: #999999;
}

/* ----- PAGE ELEMENTS ----- */

p, ul, ol, dd, pre {
	margin-bottom: 11px;
	margin-top: 9px;
}

pre, code {
	font: 14px Monaco, monospace;
	line-height: 22px;
}

blockquote {
	color: #666;
	font-style: italic;
}

table {
	border-width: 1px 1px 0 1px;
	margin: 0 0 22px 0;
	text-align: left;
}

caption {
	text-align: left;
}

tr {
	
}

th, td {
	padding: .7em 1.25em;
}

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
}

/* ========= Images Styles  =========  */

.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 20px 18px;
	padding: 5px;
}

.entry-content img {
	height: auto;
	margin: 4px 0;
	max-width: 100%;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

/* ====== Text elements ====== */

p {
	margin-bottom: 18px;
}

ul {
	margin: 0 0 18px 2.5em;
}

ol {
	margin: 0 0 18px 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
}

code {
	font: 11px Monaco, monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

ins {
	text-decoration: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* ===== Block Quotes ==== */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/*


/* ====== Captions and Gallery ===== */

.wp-caption {
	text-align: keft;
	margin-bottom: 3px;
	padding: 3px 5px 0 0;
}

.wp-caption img {
	border: 2px solid #ffd285;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 3px 5px;
}

.gallery-icon {
	border: 1px solid #ccc;
	margin: 0 5px;
	padding-top: 6px;
}

.gallery img {
	margin: 0;
}

.gallery-caption {
	padding: 6px 6px 0;
}

.wp-smiley {
	/* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
}

/* ----- LINKS ----- */

#content a:link, #content-front a:link {
	color: #c37e3c;
	text-decoration: none;
}

#content a:visited, #content-front a:visited {
	color: #c37e3c;
	text-decoration: none;
}

#content a:hover, #content-front a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.edit-link {
	clear: both;
	display: block;
}

.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
}

.page-link a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #999999;
}

ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}

li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
}

/* ---- Gallery ---- */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 22px 0;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
}

.gallery-caption {
	margin-left: 0;
}

.wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 13px;
	line-height: 14px;
}

#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
}

#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}

/* :::::::: Attachments :::::::: */

.attachment-jpeg #container,
.attachment-png #container {
	width: 100%;
}

.attachment-jpeg #content,
.attachment-png #content {
	width: 930px;
}

.attachment-jpeg #comments,
.attachment-png #comments {
	width: 540px;
	overflow: hidden;
}

.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display: none;
}

/* :::::::: Navigation :::::::: */

.navigation {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0 22px 0;
	overflow: hidden;
}

.navigation a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #999999;
}

.navigation .meta-nav {
	font-style: normal;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#nav-above,#nav-below {
	width: 100%;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
	padding: 0 0 44px 0;
}

/* :::::::: Comments :::::::: */

#commentform p {
	display: block;
}

#comments {
	clear: both;
	padding: 22px 0 0 0;
}

#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

#author .input {
	text-align: left;
}


#comments code {
	font-size: 12px;
	line-height: 18px;
}

#comments h3 {
	font-family: Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 18px 0;
}

#comments-list {
	padding: 0 0 18px 0;
}

#comments-list ol,
#comments-list ul {
	list-style: none;
	margin: 0;
}

#comments-list ol {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 18px 0;
}

#comments-list li {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	padding: 18px 1.5em 0 1.5em;
	position: relative;
}

#comments-list li.alt {
	background: #fff;
}

#comments-list li.bypostauthor {
	background: #FFFFCC;
}

#comments-list ul li {
	border: 1px solid #ccc;
	margin: 0 0 18px 0;
}

#comments-list li .avatar {
	position: absolute;
	top: 22px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}

#comments-list .comment-author {
	font-weight: bold;
	padding: 9px 0 0 46px;
}

#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 0 0 9px 46px;
}

#comments-list .comment-meta a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #999999;
}

.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right;
}

.comment-reply-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #999999;
}

.comment-navigation {
	font-weight: bold;
	padding: 0 0 18px 0;
	margin-right: 0.5em;
}

.comment-navigation a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.comment-navigation a:active,
.comment-navigation a:hover {
	color: #999999;
}

.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}

#trackbacks-list .comment-content {
	position: absolute;
	left: -10000px;
}

#respond {
	background: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 18px 0 0 0;
	position: relative;
}

#comments-list #respond {
	border-bottom: 1px solid #ccc;
	margin: 0 0 18px 0;
	padding: 18px 1.5em;
}

#comments-list ul #respond {
	border: 1px solid #ccc;
	margin: 0;
}

#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 1.5em;
}

#cancel-comment-reply a {
	color: #666;
}

#respond .required {
	color: #999999;
	font-weight: bold;
}

.form-section label {
	font-size: 11px;
}

.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}

.form-section textarea {
	width: 99%;
}

#form-allowed-tags p {
	color: #666;
	font-size: 11px;
	margin: 0;
}

#form-allowed-tags span {
	font-style: italic;
}

#form-allowed-tags code {
	font-size: 11px;
	line-height: normal;
}

.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}

.subscribe-to-comments {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

.solo-subscribe-to-comments {
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 0;
}

.comment_license {
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

/* :::::::: PageNavi :::::::: */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin: 0 0 0 -.5em;
	padding: 0.5em 0;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border: 1px solid #ccc !important;
	color: #666!important;
	font-style: normal;
	margin: 0 .375em !important;
	padding: 0.5em 0.25em !important;
}

.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #666 !important;
}

.wp-pagenavi a:hover {
	border: 1px solid #ccc !important;
	color: #999999 !important;
}

.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #999999 !important;
}

.wp-pagenavi span.pages {
	border: none !important;
	color: #666 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.current {
	border: none !important;
	color: #666 !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	margin: 2px;
	padding: 2px 4px;
}

/* :::::::: Asides, Sidebars & Widget-Ready Areas :::::::: */

.aside,
.aside input {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 6px;
}

.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 18px;
}

.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
}

.aside .current_page_item a {
	color: #999999;
}

.aside .current_page_item .page_item a {
	color: #666;
}

.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
	color: #999999;
}

.aside {
	color: #666;
}

.aside a {
	color: #666;
}

.aside a:active,
.aside a:hover {
	color: #999999;
}

.aside h3 {
	font-size: 15px;
	line-height: 22px;
}

.aside h3 a {
	text-decoration: none;
}

.aside caption {
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aside ul {
	list-style: none;
	margin-left: 0;
}

.aside ul ul {
	list-style: disc;
	margin: 0 0 22px 20px;
}

.aside ul ul li {
	padding: 1px 0;
}

.aside ul ul ul {
	margin-bottom: 0;
}

.aside form,
.aside table {
	margin-bottom: 22px;
}

.aside table {
	border: none;
}

.aside thead {
}

.aside tbody {
}

.aside th, .aside td {
	padding: .25em .8em;
}

.aside tfoot tr {
	border: none;
}

.aside tfoot td {
	border-color: transparent;
}

.widget_tag_cloud {
	margin: 0 0 22px 0;
}

.aside #searchsubmit {
	display: none;
}

/* ::::::::  Main Asides  :::::::: */

.main-aside ul {
	padding: 0 20px;
}

.main-aside h3 {
	
}

.main-aside ul ul {
	padding: 0;
}

/* Crown may require special styling in particular width and floats (right if right layout, left if left layout), since it is not referenced in the Parent theme, but is a special widget area from WebFadds, set in the Functions file */

#crown {
	float: right;
	width: 262px;
	border: 1px solid #ccc;
	padding: 18px;
	margin-bottom: 22px;
	margin-right: 12px;
}

#crown ul {
	padding-left: 0;
	margin-left: 0;
}



#primary {
	margin-bottom: 0px;
	color: #000;
	width: 260px;
	margin-right: -10px;
	padding: 0;
	margin-top: -10px;
}

#primary h3 {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 14px;
}

#secondary {
	padding: 0 12px 12px 5px;
	margin-bottom: 22px;
	color: #d5d5d5;
	width: 233px;
	margin-right: -2px;
	margin-top: -12px;
	border-left: 2px solid #c0c0c0;
}

#secondary h3 {
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

/*  :::::::: Content Asides :::::::: */

#content .aside {
	padding: 18px 0 0 0;
	margin: 9px;
}

#content .aside ul {
	padding: 0 20px;
}

#content .aside h3 {
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 17px;
	padding: 0 0 7px 0;
	text-transform: none;
}

#content .aside ul ul {
	padding: 0;
}

#single-top {
	margin-left: -20px;
	padding-left: 0;
}

#single-top ul li {
	margin-left: 0;
	padding-left: 0;
}

/* :::::::: Footer Asides :::::::: */

/* Above Footer Aside may require special styling in particular padding and background color, since it is not referenced in the Parent theme, but is a special widget area from WebFadds, set in the Functions file */

#above-footer-aside {
	background-color: #fff;
	padding: 11px;
	margin: 11px auto 0;
	border-top: 2px solid #c0c0c0;
	width: 950px;
}

#above-footer-aside ul {
	padding-left: 0;
	margin-left: 0;
}

#subsidiary {
	padding: 15px 0 0;
	margin-bottom: 0;
}

#subsidiary ul {
	padding-left: 0;
	margin-left: 0;
}

#subsidiary .aside {
	width: 290px;
	float: left;
	margin: 0 30px 0 0;
}

#subsidiary #third {
	margin: 0;
}

/* :::::::: Footer :::::::: */

#footer {
	margin-top: 0px;
	border-top: 30px solid #fda839;
	background-color: #abadad;
	margin-bottom: 8px;
}

#siteinfo {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
	width: 100%;
}

#siteinfo a {
	color: #fff;
}

#siteinfo a:active,
#siteinfo a:hover {
	color: #999999;
}

#bottomlinks {
	float: left;
	margin-left: 12px;
	color: #fffeff;
}

#bottomlinks a {
	color: #fffeff;
}

#bottomlogoblock {
	float: right;
	text-align: right;
	width: 250px;
	color: #fffeff;
	padding-bottom: 12px;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* ::::::: Custom Post Templates ::::::: */

/* === Pro Content Post === */



#content-pro {
	margin-top: 12px;
	width: 100%;
}

#content-pro p {
	font: 14px/21px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 6px;
}
	
#content-pro h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

#content-pro h1 {
	margin-top: 12px;
	padding-top: 0px;
	color: #ff9900;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding-bottom: 0;
	font-size: 24px;
	line-height: 24px;
}

#content-pro h2 {
	font-size: 22px;
	line-height: 20px;
}

#content-pro h3 {
	font-size: 24px;
		font: bold 16px 'Rock Salt', sans-serif;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 9px;
	line-height: 27px;
}


#content-pro h6 {
	color: #adadad;
	text-transform: uppercase;
	font-size: 16.5px;
	margin-top: 9px;
	margin-bottom: 2px;
}




/* ::::::: Landing Page Templates ::::::: */

/* === Home Page === */

#maincontent2 {
	float: left;
	width: 720px;
}

#postthumb {
	float: left;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#maincontent2 .entry-content {
	margin-top: 0;
	padding-top: 0;
}

#maincontent2 h1 {
line-height: 25px;
	margin-top: 0;
}

#maincontent2 a:link {
	color: #999999;
	text-decoration: none;
}

#maincontent2 a:hover {
	color: #00406e;
	text-decoration: underline;
}

#maincontent2 a:visited {
	color: #999999;
	text-decoration: none;
}

#maincontent2 h1 a:link, #maincontent2 h2 a:link {
	color: #999999;
	text-decoration: none;
}

#maincontent2 h1 a:hover, #maincontent2 h2 a:hover {
	color: #2f1f05;
	text-decoration: underline;
}

#maincontent2 h1 a:visited, #maincontent2 h2 a:visited {
	color: #999999;
	text-decoration: none;
}

#maincontent2 h2 {
font-size: 16px;
	line-height: 18px;
}

#maincontent2 #meta {
	font-size: 12px;
}

#small-excerpt {
	font-size: 11.5px;
	line-height: 14px;
}

#maincontent2 meta {
font-size: 10px;
}

#maincontent2 h3 {
	font-family: 'Rock Salt', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 0;
}

#innersidebar2 {
	width: 246px;
	border-left: 2px solid #d5d5d5;
	float: right;
	padding-left: 0px;
	margin-top: 5px;
	padding-top: 12px;
	margin-left: 14px;
	font-size: 16px;
}

#side-excerptpuller h2 {
	font-size: 14.6px;
	line-height: 16px;
}

#side-excerptpuller2 h2 a, #side-excerptpuller2 h2 a:visited, #side-excerptpuller2 a {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}

#innersidebar2 h3 {
	font-size: 17px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 0;
}


#side-excerptpuller2 {
	margin-top: 9px;
	padding-top: 6px;
	margin-left: 20px;
}


/* === Front Blog Page === */

#maincontent {
	float: left;
	width: 720px;
}

#container-front {
	width: 735px;
	margin-left: 12px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1px;
}

#content-front {
	margin: 0;
	padding-top: 0;
}

#content-front .entry-content {
	padding: 10px 12px 12px 20px;
}

#innersidebar {
	width: 200px;
	border-left: 2px solid #d5d5d5;
	float: right;
	padding-left: 12px;
	margin-top: 5px;
	padding-top: 12px;
	margin-left: 14px;
	font-size: 16px;
	margin-right: 6px;
}

#innersidebar h3 {
	font-size: 16px;
	font-family: 'Rock Salt', sans-serif;
	font-weight: bold;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 0;
}

#side-excerptpuller {
	margin-top: 9px;
	padding-top: 6px;
	border-top: 1px solid #a9a9a9;
	margin-left: 20px;
}

#container-narrow {
	width: 425px;
	margin-top: 0;
	padding: 12px 8px 12px 12px;
}

#contentexcerpts {
	border-top: 2px solid #d5d5d5;
	padding: 12px;
	margin-top: -12px;
	margin-left: 12px;
}

#contentexcerpts h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 12px;
	margin-bottom: 9px;
}

/* === Authors Boxes === */

#authorbox {
	background-color: #c0c0c0;
	min-height: 180px;
	border: 9px solid #ff9131;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px 12px 12px;
	font-size: 15px;
	text-align: left;
}

#authorbox h2 {
	color: #fffeff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	background: url(images/authoricon.png) no-repeat left top;
	padding-left: 47px;
	line-height: 40px;
	margin-bottom: 3px;
	padding-bottom: 0;
}

#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
}

#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}

/* === Topics Pages === */

#topics {
	width: 470px;

}

#topcs-top {
	margin-bottom: -20px;
	padding-bottom: 0;
}

#topics-top .entry-content {
			font-size: 14px;
	line-height: 15.5px;
	margin-bottom: -5px;
}

#topics a:link, #innersidebar a:link {
	color: #999999;
	text-decoration: none;
}

#topics a:hover, #innersidebar a:hover {
	color: #00406e;
	text-decoration: underline;
}

#topics a:visited, #innersidebar  a:visited {
	color: #999999;
	text-decoration: none;
}

#topics h1 a:link, #topics h2 a:link {
	color: #999999;
	text-decoration: none;
}

#topics h1 a:hover, #topics h2 a:hover {
	color: #2f1f05;
	text-decoration: underline;
}

#topics h1 a:visited, #topics h2 a:visited {
	color: #999999;
	text-decoration: none;
}

#topic-post-title {
	font-size: 16.5px;
	font-weight: bold;
	line-height: 24px;
}



#topics #innersidebar p, #topics p {
		font-size: 12px;
	line-height: 13px;
}

#topics-top, #topics-top p {
		font-size: 13px;
	line-height: 15.5px;
	}
	
	
#topics-top p {
	font-size: 13px;
	line-height: 15.5px;
	margin-top: 2px;
}
	
#topics h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

#topics h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #ff9900;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding-bottom: 0;
	font-size: 24px;
	line-height: 24px;
}

#topics h2 {
	font-size: 20px;
	line-height: 20px;
}

#topics h3 {
	font-size: 27px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 6px;
	margin-bottom: 9px;
	line-height: 27px;
}
#contentexcerpts h3 {
	font: bold 16px 'Rock Salt', sans-serif;
	margin-top: 4px;
}

#topics h6 {
	color: #adadad;
	text-transform: uppercase;
	font-size: 16.5px;
	margin-top: 9px;
	margin-bottom: 2px;
}

#topics-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#report-block {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	width: 450px;
	font-size: 13px;
	line-height: 1.8em;
}

#report-block h2 {
	color: #ff9900;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	margin-top: 0;
	padding-top: 0;
}

#topics-top p {
	font-size: 13px;
	line-height: 17px;
}

#contentexcerpts ul {
	margin: 0 0 4px 30px;
	padding: 0;
}

#contentexcerpts li {
	padding-bottom: 3px;
}

/* ===Dashboard Page === */

#container-dashboard {
	width: 695px;
	margin-left: 9px;
	padding: 0 0 12px 12px;
	float: left;
}

#container-dashboard #small-excerpt {
	font-size: 14px;
	line-height: 18px;
}

#container-dashboard h3 {
		color: #ff9900;
	font: bold 17px 'Rock Salt', sans-serif;
}

#container-dashboard a:link {
	color: #999999;
	text-decoration: none;
}

#container-dashboard a:hover {
	color: #00406e;
	text-decoration: underline;
}

#container-dashboard a:visited {
	color: #999999;
	text-decoration: none;
}

#rightindex a:link {
	color: #a9a9a9;
	text-decoration: none;
}

#rightindex a:hover {
	color: #00406e;
	text-decoration: underline;
}

#rightindex a:visited {
	color: #a9a9a9;
	text-decoration: none;
}


/* === Samples Pages === */

#samples-top-block {
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 8px;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

/* === Events, Samples, Research Pages === */

#leftlinecolumn {
	border-left: 2px solid #c0c0c0;
	padding-left: 18px;
	float: right;
	width: 285px;
}

#leftcolumn {
	width: 285px;
	float: left;
}

/* ======== Wide Landing Pages ===== */

body.pageid-3447 .entry-title {
	display: none;
	visibility: hidden;
}

#consult-sidebar {
	float: right; margin: 18px 9px 9px 28px; width: 200px;
	border-left: 1px solid #d5d5d5;
	padding-left: 10px;
		padding-bottom: 20px;
	line-height: 14px;
	font-style: italic;
	min-height: ;
	font-size: 12.5px;
}

#consult-sidebar .wp-caption {
	border-style: none;
	text-align: left;
	font-style: italic;
	margin-top: 0;
	margin: 0;
	line-height: 9px;
}

#consult-sidebar p.wp-caption-text  {
	margin: 0;
	font-size: 12px;
	line-height: 12.3px;
}

#consult-sidebar  img {
	width: 90px;
	margin-bottom: 5px;
	display: inline;
	border: 2px solid #ffd285;
	padding: 0;
	margin-top: 18px;
}

/* ::::::: Widgets ::::::: */

#form249 .topLabel  {
	display: none;
	visibility: hidden;
}

/* === AJAX Login Widget === */

.cmi_loginbox {
	padding-top: 0;
	width: 225px;
	margin-left: -20px;
}

.cmi_loginbox p {
	line-height: 10px;
	padding: 0 0 5px;
	margin: 0;
	font-size: 10.5px;
	text-transform: uppercase;
}

.cmi_loginbox ul {
	margin-top: 0;
	padding: 0;
}

#loginform {
	margin-top: 4px;
}
#loginform p {
	padding: 0;
	margin: 0;
}

#LoginWithAjax_Form form {
		width: 250px;

}
#LoginWithAjax table {
	font-size: 11px;
	width: 250px;
	padding: 0;
}

.mc-sub-badge02 {
	visibility: hidden;
}

#LoginWithAjax table {
	margin: 0;
	padding: 0;
	width: 185px;
	background-color: #eaeaea;
}

#LoginWithAjax_Title {
	color: #fffeff;
	background-color: #fdb95e;
	padding: 4px 55px 4px 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: -25px;
	width: 250px;
}


/* === MailChimp Form === */

#mc_embed_signup {
	width: 245px;
	background-color: #929292;
	padding: 7px 7px 4px 12px;
	margin-left: -27px;
	margin-top: 14px;
	color: #fffeff;
}


#mc_embed_signup h3 {
	color: #fff;
	text-transform: capitalize;
	font-variant: normal;
	font-size: 16px;
	margin-bottom: 2px;
}

#mc_embed_signup p {
	margin-top: 2px;
	margin-bottom: 6px;
}

#mc-indicates-required {
	visibility: hidden;
}

.mc-field-group .text {
	width: 220px;
}

#mc-embedded-subscribe .btn {
	background-color: #ff9131;
	color: #fffeff;
}

/* === Member Login (PLUGIN REMOVED) === */

#wlmember_loginwidget {
	padding: 18px 6px 6px;
	border: 2px solid #ff6a2d;
	border-radius: 2px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 15px;
	text-align: center;
	width: 233px;
	margin-left: -21px;
	color: #fffeff;
	font-weight: bold;
	background: #6d6e72 url(images/promembersidelogo.png) no-repeat center top;
}

#wlmember_loginwidget a:link, #wlmember_loginwidget a:visited {
 color: #fffeff;	
}

#wlmember_loginwidget p {
	 color: #fffeff;
}

#wlmember_loginwidget ul {
	 color: #fffeff;
}

#calendar_wrap {
	margin-left: -8px;
	width: 200px;
}

#calendar_wrap td {
	padding: 3px;
}

/* === Top Right Primary Widget === */

#joebacker {
	width: 260px;
	height: 218px;
	margin-left: -20px;
	padding-top: 10px;
	padding-left: 10px;
	color: #fffeff;
	background: #fdb95e url(images/joeheadbkgnd.jpg) no-repeat 0 top;
}

#joebacker a:link {
	text-decoration: none;
	color: #fffeff;
}

#joebacker a:visited {
	text-decoration: none;
	color: #fffeff;
}

#joebacker a:hover {
	text-decoration: underline;
	color: #ff9131;
}

#joebacker ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#joebacker ul li {
	list-style-type: none;
	background-image: url(images/cmibullet.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 23px;
	line-height: 22px;
}

#socialconnect {
	margin-top: 40px;
}

/* === // === */

#wlmember_loginwidget {
	color: #000;
}

#social-icons {
	float: right;
	width: 150px;
}

#social-icons img {
	width: 22px;
	padding-right: 3.5px;
}

#header-contact input.btn {
	width: 26px;
	height: 26px;
	cursor: pointer;
	border-style: none;
	background: url(images/searchbutton.png) no-repeat;
	float: right;
}

#searchform {
	
}

#s {
	width: 185px;
	background-color: #d5d5d5;
	height: 20px;
	color: #9b9c9c;
	font-size: 13px;
	padding-left: 5px;
}

#s:focus {
	background-color: #ffa537;
}

/* === aWeber SignUp Form === */

#af-form-54209372 {
	width: 245px;
	color: #fff;
	font-size: 12px;
		background-color: #929292;

	font-family: Arial, sans-serif;
	padding: 9px 9px 0;
	margin-left: -20px;
}

#af-form-54209372 h3 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 14px;
	margin-left: 4px;
	text-transform: none;
}

#af-form-54209372 a {
	color: #fffeff;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

#af-form-54209372 .af-body input.text, #af-form-54209372 .af-body textarea {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	color: #000000;
}

#af-form-54209372 .af-body input.text:focus, #af-form-54209372 .af-body textarea:focus {

}

#af-form-54209372 .af-body label.previewLabel {
	display: block;
	float: none;
	text-align: left;
	width: auto;
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#af-form-54209372 .af-footer {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #transparent;
	color: #333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
}



#af-form-54209372 .bodyText p {
	margin: 1em 0;
}

#af-form-54209372 .buttonContainer input.submit {
	background-image: url("http://forms.aweber.com/images/forms/note/the-office/button.png");
	background-color: #EB8638;
	color: #FFFFFF;
}


#af-form-54209372 select,#af-form-54209372 label,#af-form-54209372 optgroup,#af-form-54209372 option {
	padding: 0;
}

#af-form-54209372 table {
	margin-bottom: 4px;
}

#af-form-54209372 ul,#af-form-54209372 ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
}


.af-body .af-textWrap {
	text-align: left;
}


.af-body input.submit,.af-body input.image,.af-form .af-element input.button {
	float: none!important;
}


.af-element label {
	text-align: left;
	display: block;
	float: left;
}

.af-element {
	padding: 5px 0;
}

/* My Comment */

.lastNameContainer {
	margin-top: 10px;
}

.lbl-right .af-element label {
	text-align: right;
}

/* ::::::: EXTRA CSS Styling Codes ::::::: */

/* see: http://www.smashingmagazine.com/2009/06/15/take-your-design-to-the-next-level-with-css3/ */

#roundcornerbox {
	background-color: #c0c0c0;
	min-height: 180px;
	border: 9px solid #ff9131;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 0 12px 12px;
	font-size: 15px;
	text-align: left;
}

#roundcornershadowbox {
	min-height: 75px;
	border: 1px solid #5e5e5e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 15px;
	text-align: left;
	width: 200px;
	padding: 15px 15px 6px;
	float: right; width: 260px; margin: 12px 8px 12px 16px; background-color: #ffe699;
	/*add shadow for x-platform */	
	box-shadow: 0px 0px 7px #797979;
-webkit-box-shadow: 0px 0px 7px #797979;
-moz-box-shadow: 0px 0px 7px #797979;


}

#transparentbox {
	width: 400px;
	height: 180px;
	margin: 30px 50px;
	background-color: #ffffff;
	border: 1px solid black;
	/*

for IE */
  filter: alpha(opacity=60);
	/* C

SS3 standard */
  opacity: 0.6;
}

#4column-section {
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	column-rule: 1px solid #00000;
}

#multiplebackground {
	background: url(example.jpg) top left no-repeat,
		url(example2.jpg) bottom left no-repeat,
		url(example3.jpg) center center repeat-y;
}

/* This codes an image as a border for images */

#specialborderimage .entry img {
	border: 6px solid #f2e6d1;
	-webkit-border-image: url(main-border.png) 6 repeat;
	-moz-border-image: url(main-border.png) 6 repeat;
	border-image: url(main-border.png) 6 repeat;
}

/* This links grow on mouseover 
... see: http://css-tricks.com/quickie-css3-tricks-with-fallbacks/
*/

.grower {
	display: block;
	margin: 0 auto;
	width: 120px;
	padding: 2px 5px;
	border: 1px solid #2f2626;
	background: rgba(237,95,0,0.3);
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.grower:hover {
	background: rgba(237,95,0,1.0);
	border-color: rgba(237,95,0,1.0);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
