/*   
Theme Name: Rich Futures
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://www.tbs.uk.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

* {
	/*font-family: Arial;*/
}
a:visited
{
	color:#FFF;
}
h3
{
	font-family:"Georgia",Times New Roman,serif;
	font-size:20px;
	margin:5px 0;
}
body {
	background: #1d1f1c;
	color: #FFF;
	background-image:url(images/bodyBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-width: 966px;
}
p
{
	margin-bottom:10px;
}
.aside .xoxo
{
	margin-bottom:0;
	padding:0;
}
.aside a:active, .aside a:hover {
	color: #c0ae00;
}

#wrapper {
	margin: auto;
	width: 966px;
}

#main {
	width: 966px;
	padding:20px 0px 0px 0px;
}
.clearer
{
	clear:both;
}
span.edit-link
{
	width:91px;
	height:29px;
	display:block;
	background-image:url(images/yellowEdit.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	background-color:transparent;
	text-indent:-10000px;
}
span.edit-link a
{
	text-indent:-10000px;
	display:block;
}
input.blueSubmit
{
	width:91px;
	height:29px;
	background-image:url(images/blueSubmit.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border:0px;
	background-color:transparent;
}
.ie6 input.blueSubmit, .ie7 input.blueSubmit {
	text-indent: 0px;
	font-size: 0px;
	text-align: right;
	width: 99px;
	color: #1d1f1c;
}

/* header */

#searchform-wrapper
{
	width:295px;
	height:28px;
	float:right;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0;
}
#searchform
{
	width:295px;
	height:28px;
	background-image:url(images/searchBar.png);
	background-position:top left;
	margin: 0px;
	background-repeat:no-repeat;
	padding:0;
}

#searchform input
{
	border:0;
	font-size:11px;
	height:18px;
	padding:0;
	margin:4px;
	float:left;
}
#searchform input#s
{
	margin:4px;
	float:left;	
	width:230px;
	line-height:18px;
	font-family:"trebuchet MS", arial, sans-serif;
	padding:0 5px 0 0;
}
#searchform input#searchsubmit
{
	float:right;
	width:46px;
	margin:4px 4px 4px 0;
	font-family:"trebuchet MS", arial, sans-serif;
	color:#FFF;
	background-image:url(images/blueSearchSubmit.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#branding {
	float: left;
	padding: 33px 0 20px 0;
	width: 250px;
	z-index: 2000 !important;
}

#blog-title {
	font-size: 2em;
	height: 90px;
	background-image:url(images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 230px;
	z-index: 100000;
}
#blog-title a {
	color: #FFF;
	display: block;
	font-weight: normal;
	height: 90px;
	text-transform: uppercase;
	width: 230px;
}
#access {
	float:right;
	border-bottom: 0px;
	font-size: 10px;
	padding-top: 25px;
	z-index:0;
	width: 700px;
}
.ie6 #access {
	float: none;
	clear: none;
	width: auto;
}

/* Top widget block */


#page-top
{
	clear:both;
	padding-top: 22px;
	width:966px;
}
#primary #categories-2
{
	text-transform:uppercase;	
}

#page-top .widget_sp_image
{
	float:left;
	width:646px;
	height:260px;
	background-image:url(images/homepageBannerLeft.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding: 0px;
}
#page-top .widget_sp_image img
{
	margin:8px;
}
#page-top .widget_sp_image p {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-top: 10px;
}

#page-top .widget_text, #page-top .widget_richfutures_grey
{
	float:right;
	height:240px;
	width:300px;
	padding:10px;
	background-image:url(images/homepageBannerRight.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFF;
}


#page-top .widget_sp_image-description
{
	color:#FFF;
	margin-top:-200px;
	margin-left:45px;
}

#page-top .widget_sp_image-description h1.homeHeading
{
	text-transform:uppercase;
}
#page-top .widget_sp_image-description p
{
	margin:10px 0;
}


#page-top .widget_richfutures_site_name
{
	width:628px;
	height:242px;
	background-image:url(images/homepageBannerLeft.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding:9px;
	float: left;
	overflow:hidden;
}

.widgetcontainer #greenCallToAction
{
	background-image:url(images/greenCallToAction.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:260px;
	padding:20px;
	height:200px;
}
.ie6 .widgetcontainer #greenCallToAction h3 {
	height: 60px;
}
.widgetcontainer #greenCallToAction h3
{
	height:80px;
}
.ie6 #page-top .widget_richfutures_site_name {
	float: left;
	padding: 9px 0px 9px 0px;
	width: 646px;
	
}
.ie6 #page-top .page-heading-bg {
	width: 596px;
}
.ie6 #page-top .page-heading-bg h1 {
	width: 580px;
}

#page-top ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ie6 #page-top .widget_richfutures_site_name {
	padding-left: 9px;
	width: 637px;
}

#page-top .page-heading-blog
{
	width:630px;
	height:240px;
	background-image:url(images/contactBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}


#page-top .page-heading-contact-us
{
	width:630px;
	height:240px;
	background-image:url(images/contactBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}

#page-top .page-heading-contact-us h1, #page-top .page-heading-bg h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:1em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-contact-us p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}
.ie6 #page-top .page-heading-contact-us {
	width: 576px;
}
.ie6 #page-top .page-heading-contact-us h1 {
	width: 580px;
}


#page-top .page-heading-about-us
{
	width:630px;
	height:240px;
	background-image:url(images/homeBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}
#page-top .page-heading-about-us h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:3em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-about-us p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}
#page-top .page-heading-associates
{
	width:630px;
	height:240px;
	background-image:url(images/associatesBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}
#page-top .page-heading-associates h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:3em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-associates p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}
#page-top .page-heading-services
{
	width:630px;
	height:240px;
	background-image:url(images/servicesBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}
#page-top .page-heading-services h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:3em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-services p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}
#page-top .page-heading-applications
{
	width:630px;
	height:240px;
	background-image:url(images/applicationsBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}
#page-top .page-heading-applications h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:3em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-applications p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}
#page-top .page-heading-applications
{
	width:630px;
	height:240px;
	background-image:url(images/applicationsBanner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	display:block;
}
#page-top .page-heading-applications h1
{
	float:left;
	display:block;
	font-family:"Georgia",Times New Roman,serif;
	font-size:3em;
	line-height:3em;
	width:630px;
	color:#FFF;
	margin:60px 0 20px 20px;
}
#page-top .page-heading-applications p
{
	font-size:1.6em;
	float:left;
	display:block;
	line-height:1.4em;
	margin:0 100px 0 20px;
	color:#FFF;
}

/* Menu */

#subNavigation 
{
	display: inline-block;
}
#subNavigation .menu .sf-menu
{
	margin:auto;
	padding:0 0 10px 35px;
	border:0;
	text-align:center;
	float:left;
}
#subNavigation .menu .sf-menu li
{
	float:left;
	display:inline;
}
#subNavigation .menu .sf-menu li
{
	border:0;
	width: 120px;
}

.menu {
	border-bottom: 0px;
	float: right;
	width: 710px;
}
.sf-menu {
	background: none;
	border-left: 1px solid #CCC;
	border-right: 0px;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:center;
}
.sf-menu a
{
	border:0;
}
.sf-menu li {
	background: none;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	width: 100px;
	padding:10px 0;
	border-left:1px solid #FFF;
	border-bottom:0px;
}
.sf-menu a, .sf-menu a:visited 
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	border-bottom: 0px;
	border-top: 0px;
	color: #FFF;
	padding:0;
	display:inline;
	text-transform: uppercase;
	text-align: center;
}

.sf-menu a:hover, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu li a:hover, .sf-menu a:active, .current_page_item a, .current_page_parent a, .sf-menu li.current_page_item a, .sf-menu li.current_page_item, .sf-menu li.current_page_parent a, .sf-menu li.current_page_parent
{
	background: none;
	color: #c0ae00;
	display:inline;
	text-decoration:underline;
}

.sf-menu li.page-item-17{
	border-left: 0px;
}
.sf-menu li.page-item-7 {
	padding-right: 0px;
}

.sf-menu li li a {
	background: none;
}
.sf-menu li li {
	background: #222;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #222;
	color: blue;
}

/* Content */

#container {
	width: 636px;
}
#content {
	margin: 0px;
	width: 636px;
}

#content h5 {
	font-size: 1.2em;
	font-weight: bold;
}

#content .aside {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#content .aside ul {
	margin: 0px;
	padding: 0px;
}

.entry-content {
	padding-top: 0px;
}

h1.entry-title, h2.entry-title, h1.page-title {
	font-weight: normal;
	width:520px;
}
h2.entry-title, h1.page-title
{
	font-size: 20px;
}
h1.page-title {
	padding-top: 20px;
	padding-left: 20px;
}
#page-top h1 {
	font-family:"Georgia", Times New Roman, serif;
	font-size: 3em;
	width:520px;
}
.entry-title a {
	color: #FFF;
	font-family:"Georgia", Times New Roman, serif;
}
.entry-utility {
	color: #FFF;
	margin:0 0 20px 0;
}

h1.verticalCenter {
	padding-top: 50px;
}

.slug-home .entry-title {
	/*display: none;*/
}

.hentry, .single .hentry {
	padding: 20px 0px 20px 20px;
	position: relative;
}
.hentry {
	border-bottom: 1px solid #43536c;
}
.single .hentry {
	border-bottom: none;
}
.home .hentry {
	border-bottom: none;
}
.page .hentry {
	border-bottom: none;
}
.widget_richfutures_recent_blog_posts .hentry {
	background: transparent url(images/blogdivider.gif) 20px bottom no-repeat; 
}

.widget_richfutures_child_pages .hentry {
	border-bottom: 0px;
	border-top: 1px solid #43536c;
}

.widget_richfutures_child_pages {
	padding-left: 20px;
	width: 545px;
}
#content .widget_richfutures_child_pages .entry-content {
	padding-right: 0px;
}
.widget_richfutures_child_pages .hentry {
	padding: 0px;
	padding-bottom: 20px;
}
.widget_richfutures_child_pages h2.entry-title {
	color: #C0AE00;
	padding-top: 5px;
}

/* Content items */

.entry-title {
	padding-bottom: 10px;
}
.entry-meta {
	background: url('images/metadata-bg.gif') no-repeat;
	color: #FFF;
	float: right;
	font-style: normal;
	height: 93px;
	padding: 8px 0px 0px 0px;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 60px;
}

.entry-meta a {
	color: #FFF;
}
.entry-meta .post-date {
	display: block;
	text-align: center;
}
.entry-meta .post-date .post-day {
	padding-right: 5px;
	text-transform: uppercase;
}
.entry-meta .post-date .post-month {
	text-transform: uppercase;
}
.entry-meta .post-year {
	display: none;
}
.entry-meta .comment {
	display: block;
	font-size: 9px;
	line-height: 13px;
	padding-top: 5px;
}
.entry-utility 
{
	padding-top: 10px;
}
.entry-utility ul
{
	padding:0px;
	margin:0px;
}
.entry-utility ul, .entry-utility ul li 
{
	list-style: none;
	font-family:"Cambria", Georgia, Times New Roman, serif;
	margin: 0px;
	padding: 0px;

}
.entry-utility ul li span.tag-links
{
	font-family:"Cambria", Georgia, Times New Roman, serif;
	font-style:normal;
}
.entry-utility ul li a 
{
	color:#D8AA00;
	font-family:"Cambria", Georgia, Times New Roman, serif;
	font-style:normal;
}
.entry-content 
{
	line-height:20px;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#content .entry-content {
	padding-right: 80px;
}
#content .entry-content a
{
	color:#C0AE00;
	text-decoration:none;
}

/* Links */

.more-link, .open-link
{
	background: url('images/blueReadMore.png') no-repeat;
	width: 91px; height: 29px; display: inline-block;
	float: right;
}
.more-link span, .open-link span {
	display: none;
}
#page-top .more-link, #primary .open-link {
	float: none;
}
.open-link {
	background: url('images/blueOpen.png') no-repeat;
}

/* Form Settings */

#cf7_form_box .blueSubmit {
	float: right;
}

.ie6 span.wpcf7-form-control-wrap
{
	position: static;
	width: 251px !important;
}

/* Address widget */

ul.addressDetails {
	float: left;
	width: 45%;
	padding-right: 10px;
}
ul.addressDetails li {
	margin: 0px;
	padding: 0px;
}
#addressMap
{
	clear: both;
	padding-top: 20px;
}

/* Callout Blocks */

.calloutBlock
{
	width:310px;
}

.calloutBlock .calloutBlockHeader
{
	background-image:url(images/calloutBlockHeader.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:290px;
	height:20px;
	padding:10px;
}
.ie6 .calloutBlock .calloutBlockHeader 
{
 	padding: 5px 10px 0px 10px;
	margin-bottom: 0px;
	line-height: 15px;
	height: 15px;
}
.ie6 .aside h3 {
	height: 28px;
}
.calloutBlockHeader h3 {
	margin-top: 0px;
	padding-left: 5px;
}
.calloutBlock .calloutBlockContent
{
	font-size: 1.1em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	background-image:url('images/calloutBlockContent.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:280px;
	
	padding:5px 15px;
}
.calloutBlock .calloutBlockContent p {
	font-size: 0.85em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
.calloutBlock .calloutBlockContent .entry-content p {
	font-size: 1.1em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.calloutBlock .calloutBlockFooter
{
	background-image:url(images/calloutBlockFooter.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:310px;
	height:12px;
	padding:0;
}
.calloutBlockContent a {
	z-index: 10000;
}

/* overview of rich futures widget */

#overviewOfRich img.leftIMGFloat
{
	float:left;
	margin:0 10px 10px 0;
}
#overviewOfRich
{
	color:#8B0E04;
}

/* Comments */

#comments h3 {
	font-family:"Georgia", Times New Roman, serif;
	font-weight: normal;
	border-bottom: 1px solid #43536C;
	line-height: 15px;
	padding-bottom: 10px;
}
#comments-list {
	padding-bottom: 0px;
}
#comments-list ol, #respond .formcontainer {
	border: none;
}
#comments-list li {
	padding-right: 0px;
}
#comments-list ul li {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
#comments-list li.alt {
	background: none;
}

#comments-list li .avatar {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	height: 57px;
	width: 57px;
}
#comments-list .comment-author, #comments-list .comment-author span {
	font-family:"Georgia", Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0px;
}

#comments-list .children {
	padding-left: 20px;
}

#comments-list .comment-meta, #comments-list .comment-meta *, #comments-list .comment-meta a {
	color: #43536C;
	font-family:"Georgia", Times New Roman, serif;
	font-size: 12px;
}

#comments-list .comment-author span, #comments-list .unapproved {
	padding-left: 26px;
}
#comments-list .comment-meta {
	padding-left: 83px;
}

.comment-reply-link a:active, .comment-reply-link a:hover {
	color: #c0ae00;
}

#comments-list .comment-content {
	background: url('images/contactOpenQuote.png') no-repeat top left;
	
	margin-left: 83px;
	margin-top: 20px;
	padding-left: 30px;
	
}
#comments-list .comment-content-inner {
	background: url('images/contactCloseQuote.png') no-repeat bottom right;
	padding-right: 30px;
	margin-bottom: 20px;
}

.comment-reply-link {
	color: #FFF;
	font-family:"Georgia", Times New Roman, serif;
	font-size: 15px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 10px;
}
.comment-reply-link a {
	color: #FFF;
	font-family:"Georgia", Times New Roman, serif;
	font-style: normal;
	text-transform: none;
}

#comments-list ul #respond {
	margin-bottom: 10px;
}
#comments-list ul #respond .form-textarea {
	width: 400px;
}

#respond {
	background: none;
	padding-top: 5px;
}

#respond #login, #respond #comment-notes {
	font-family:"Georgia", Times New Roman, serif;
	padding-top: 10px;
}
#respond .loggedin, #respond .subscribe-to-comments {
	font-family:"Georgia", Times New Roman, serif;
}
#respond #login a, #respond .subscribe-to-comments a {
	font-family:"Georgia", Times New Roman, serif;
	color: #c0ae00;
}

#cancel-comment-reply a {
	color: #43536C;
	font-family:"Georgia", Times New Roman, serif;
	font-size: 12px;
}

#respond .form-label {
	clear: both;
	display: inline-block;
	float: left;
	font-family:"Georgia", Times New Roman, serif;
	vertical-align: top;
	width: 90px;
}
#respond .form-label label {
	font-family:"Georgia", Times New Roman, serif;
	font-size: 12px;
}
#respond .form-input {
	display: inline-block;
	float: left;
	width: 170px;
}
#respond .form-textarea {
	display: inline-block;
	width: 540px;
}

.subscribe-to-comments {
	color: #FFF;
	position: absolute;
	left: 300px;
	top: 160px;
}
.loggedin .subscribe-to-comments {
	position: static;
	left: auto;
	top: auto;
	margin-left: 90px;
}
#form-allowed-tags {
	margin-left: 90px;
}

#respond .form-submit {
	clear: left;
	margin-left: 90px;
	text-align: left;
}

/* thought of the week */

div.category-thought-of-the-week img
{
	display:none
}
div.category-thought-of-the-week p.wp-caption-text
{
	display:none;
}

/* sidebar and widgets */

#primary {
	border: 0px;
	padding: 0px;
}

.main-aside {
	right: 0px;
}
.main-aside ul {
	padding: 0px;
}
#primary.aside {
	color: #FFF;
	width: 320px;
}
#page-bottom.aside {
	color: #FFF;
}


.aside a {
	color: #FFF;
}

.aside h3 {
	font-size: 12px;
	font-style: normal;
	height: 31px;
}
#container h3.widgetheading, #primary h3.widgetheading, #page-top h3.widgetheading
{
	text-transform:uppercase;
}
#container h3.widgettitle 
{
	background-image: url(images/contentHeading.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:"conduitFixed", Arial, sans-serif;
	font-size:15px;
	height:40px;
	margin: 0px;
	padding: 0 0 0 11px;
	text-transform: uppercase;
	line-height:30px;
}
#primary h3.widgettitle 
{
	background-image: url(images/sidebarHeading.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:"conduitFixed", Arial, sans-serif;
	font-size:14px;
	height:40px;
	margin: 0px;
	padding: 0 0 0 11px;
	text-transform: uppercase;
	line-height:30px;
}

#primary h3.widgettitle span canvas
{

}

#primary .widgetcontainer {
	clear: both;
	margin-left: 10px;
	padding-top: 20px;
}
#primary .widgetcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0 0 15px;
}
#primary .widgetcontainer ul li 
{
 	margin:0px;
 	padding:0px;
 	width:100%;
	width: 100%;
}

#primary .widgetcontainer .textwidget {
	font-size: 11px;
	padding: 0 0 10px 0;
}

#primary #text-7 {
	background: #000;
	height: 230px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding: 10px 10px 20px 20px;
}
#primary #text-7 .textwidget {
	padding: 5px 0px 0px 0px;
}
#primary #text-7 .textwidget p img {
	padding-right: 10px;
}
#primary #text-7 h3.widgettitle {
	background: none;
	font-size: 22px;
	padding: 0px;
	text-transform: none;
}

#primary #communications-subscribe {
	background: #000;
	margin-left: 20px;
	padding: 10px;
}
#primary #communications-subscribe h3.widgettitle {
	background: none;
	font-size: 20px;
}

#primary .widget_links {
	clear: none;
}
#primary .widget_links ul li {
	padding-bottom: 15px;
}

#primary .widget_categories 
{
	clear: none;
}
#primary .widget_categories ul {
	padding-right: 0px;
}
#primary .widget_categories ul li 
{
	text-align: right;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:22px;
	width: 100%;
}
#primary .widget_categories ul li a, #primary .widgetcontainer ul li a
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	float: left;
}
#primary .widget_categories ul li a:hover
{
	text-decoration:underline;
}

/* Recommended Sites Widget */

#primary .widget_richfutures_recommended_sites ul li
{
	clear: both;
	padding-top: 5px;
	width: 100%;
}
#primary .widget_richfutures_recommended_sites ul li a
{
	float: left;
	width: 87%;
}
#primary .widget_richfutures_recommended_sites ul li a.icon {
	float: right;
	width: 30px;
}

.widget_richfutures_thought_of_the_week .entry-content { background: url('images/contactOpenQuote.png') no-repeat top left; }
.widget_richfutures_thought_of_the_week .entry-content > div { background: url('images/contactCloseQuote.png') no-repeat bottom right; padding: 0px 25px 0px 25px; }

.ie6 .widget_richfutures_thought_of_the_week .entry-content .entry-content-inner {
	background: url('images/contactCloseQuote.png') no-repeat bottom right; padding: 0px 0px 0px 0px;
}
.ie6 .widget_richfutures_thought_of_the_week .entry-content .entry-content-inner p {
	padding-left: 25px;
	padding-right: 25px;
}

p.no-bottom-margin { margin-bottom: 0px; padding-bottom: 0px; }
.archive-link { background: url('images/blueArchive.png'); width: 91px; height: 29px; display: inline-block; }
.archive-link span { display: none; }

#page-top .widget_sp_image .widgettitle {
}

.ie6 #page-top a img {
	display: block;
}

.widget_sp_image {
	padding-left: 10px;
	padding-bottom: 20px;
}
.widget_sp_image .widgettitle {
	display: none;
}

#primary .widget_sp_image {
	padding-left: 0px;
}

#primary ul.submenu , #primary .submenu li {
	display: list-item;
}
#primary .widgetcontainer ul.submenu li a {
	color: #FFF;
	float: none;
	line-height: 22px;
	text-transform: uppercase;
}
#primary .widgetcontainer ul.submenu li a:hover {
	color: #c0ae00;
	text-decoration: underline;
}
#primary .widgetcontainer ul.submenu li.current_page_item a {
	color: #c0ae00;
}

/* Contact Form */

.wpcf7-form p {
	text-transform: uppercase;
}

.wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form select {
	width: 98%;
}

span.wpcf7-not-valid-tip {
	color: #000;
}

/* Footer */

#siteinfo {
	clear: none;
	float: left;
	width: 150px;
}
#subsidiary {
	float: right;
	padding: 0px;
	padding-top: 15px;
	width: 750px;
}
#subsidiary .aside {
	float: right;
	margin: 0px;
	width: auto;
}
#subsidiary .menu {
	width: auto;
}
#subsidiary .sf-menu {
	border-left: none;
}

/* pngfix */

.ie6 div, .ie6 a, .ie6 li, .ie6 img, .ie6 #searchform, .ie6 input { behavior: url('/wp-content/themes/richfutures/images/iepngfix.htc') }
.ie6 #searchform {
	background-image: none;
}
