/*
Theme Name: Big Feature
Theme URI: http://www.vfxdude.com
Description: Clean and flexible.
Version: 1.2
Author: Roger Grimstad
Author URI: http://www.vfxdude.com
*/
@import "library/css/reset.css";
 @import "slider.css";
/**********************************************
	Global styles 
***********************************************/
img#wpstats{display:none}
body {
	font-family: Georgia, Helvetica, sans-serif;        /* 9.30.09 New Tricks Changed from Arial, Helvetica, sans-serif   */
	font-size: 14px;                                 /*  9.30.09 New Tricks changed from 13px  */
	line-height: 1.9em;                              /*  10.5.09 New Tricks changed from 1.52em  */
	background-color: #000;
	 
	color: #333;
}
a {
	text-decoration: none;
	color: black;
}
.post.page ul li a {
	color:#333;                                  /* 11.2.09 New Tricks changed from #000  */
}

a:hover {
	text-decoration: underline;
	color:#666;                             /* 10.29.09 New Tricks Added  11.2.09 New Tricks changed from 000 */
}
h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 1em;
	color: #333;                          /* 11.2.09 New Tricks changed from #000  */
	margin-bottom: 5px;
}
h1 {
	font-size: 32px;           /* 11.2.09 New Tricks changed from 44px  */
	letter-spacing: -1px;               
        color: #666;   /*  10.29.09 New Tricks changed from 00A650*/
}
h2 {
	font-size: 20px;       /*  10.5.09 New Tricks changed from 21px   */
	padding-top:0px;    /* 11.6.09 New Tricks Changed from 10px  */
	padding-bottom: 0px;    /*  10.5.09 New Tricks added - 11.5.09 changed from 14px */
	letter-spacing: 1px;         /* 11.1.09 New Tricks added */
        color: #333333;
}
.journalstoreheader h2 a {
        font-size: 20px;       /*  10.5.09 New Tricks changed from 21px   */
	letter-spacing: 1px;         /* 11.1.09 New Tricks added */
        color: #333333;
}
.journaldivider{
	border-bottom: 1px #ccc solid;
        margin-top: 10px;
        margin-bottom: 10px;
}
h3 {
	font-size: 17px;
/*	border-top: 1px #ccc solid;    11.6.09 New Tricks commented out  */
 	padding-bottom: 20px;   /*  11.5.09 New Tricks added  */
}
h4 {
	font-size: 17px;
}
h5, h6 {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
h5 {
	border-bottom: 1px #ddd dashed;
}
h1, h3, h5, h6, dl, ol, ul, pre, table, address, fieldset, object {
	margin-bottom: 10px;
}
p {
	margin: 0 0 20px;
}
ul {
	margin: 0 0 20px 18px;
	list-style:square;
}
ol {
	margin: 0 0 20px 24px;
	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 0 10px;
}
dt {
	font-weight:bold;
}
dd {
	margin: 0 0 18px 10px;
}
strong {
	font-weight: bold;
}
big {
	font-size: 120%;
}
small, sup, sub {
	font-size: 80%;
}
address {
	font-style: italic;
	margin: 0 0 21px 0;
}
li address, dd address {
	margin: 0;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
 font-family:;
}
pre {
	font:11px Monaco, monospace;
	border-left: 5px solid #ccc;
	background: #f9f9f9;
	line-height:18px;
	margin-bottom:18px;
	padding: 10px 15px;
	overflow:auto;
}
code {
	font:11px Monaco, monospace;
	background-color:#f9f9f9;
}
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;
}
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
del {
	text-decoration: line-through;
}
blockquote {
	font-family: Helvetica, Arial, Helvetica, sans-serif;      /* 10.6.09 New Tricks Changed from "Times New Roman", Georgia, Times, serif;		*/
	font-size:14px;                        /* 10.6.09 New Tricks changed from 14px  */
	line-height:1.52em;                      /* 10.6.09 New Tricks Changed from 1.2em   */
	color:#00a651;         /* 10.6.09 New Tricks changed from #444 - 10.19.09 New Tricks changed from #00746B */
	margin:20px 0;             /* 11.6.09 New Tricks changed from 30px 0;  */
	/*	letter-spacing:-1px;                   10.6.09 New Tricks commented out   */
	font-style: italic;                    /* 10.6.09 New Tricks added style  */
}
blockquote cite {
	font-size:18px;
	color:#666;
	display:block;
	font-style:italic;
	margin-top:5px;
	text-align:right;
}
blockquote.alignright {
	width:40%;
	margin: 0 0 10px 1em;
}
blockquote.alignleft {
	width:40%;
	margin: 0 1em 10px 0;
}
blockquote p {
	margin:0;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	width:100%;
	height:1px;
	margin:20px 0;
	border:none;
}
input, textarea {
	font-size: 1em;
	padding: 3px;
}
:focus {
	outline: none;
}
form label {
	cursor: pointer;
}
option {
	padding: 1px 3px;
}
caption {
	text-align:left;
}
table {
	border-left: 0px solid #e6e6e6;     /* 10.5.09 New Tricks changed from 1px  */
	border-right: 0px;                  /* 10.5.09 New Tricks added  */
	border-top: 0px solid #e6e6e6;      /* 10.5.09 New Tricks changed from 1px  */
	border-bottom: 0px;                  /* 10.5.09 New Tricks added  */
	line-height:1.9em;               /* 10.1.09 New Tricks changed from 15px  */
	margin:0 0 22px 0;
	text-align:left;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #e6e6e6;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #666;
}
td {
	border-right: 0px solid #e6e6e6;       /* 10.5.09  New Tricks changed from 1px   */
	border-bottom: 0px solid #e6e6e6;	/* 10.5.09  New Tricks changed from 1px   */
	padding: 6px 6px 6px 6px;           /* 10.6.09  New Tricks changed from 6px 6px 6px 12px  */
	color: #333;
}
tbh2 {
	font-size: 23px;                        /*  10.5.09 New Tricks changed from 21px   */
	padding-top: 10px;
 padding-bottom: 14px                     /*  10.5.09 New Tricks added */
 border-right: 0px solid #e6e6e6;       /* 10.5.09  New Tricks changed from 1px   */
	border-bottom: 5px dotted #e6e6e6;	/* 10.5.09  New Tricks changed from 1px   */
	color: #333;
}
tr.even {
	background: #fafafa;
}
i, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
}
font {
	color: #333;
}
center {
	text-align: left;
}
.alignleft {
	float:left
}
.alignright {
	float:right;
}
img.wp-smiley {
	float: none;
	border: none !important;
	margin: 0 3px;
}
/* Some useful classes */
.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:45px;
	line-height:38px;
	padding-top:2px;
	margin-right: 3px;
	font-family: Times, serif, Georgia;
}
.intro {
	font-size:16px;
	color:#666;
	line-height:22px;
}
.col1 {
	float: left;
	width: 50%;
}
.col2 {
	float: right;
	width: 45%;
}
.box {
	padding: 20px;
	background-color: #f6f6f6;
	border: #dadada 1px solid;
	margin-bottom: 20px;
}
.box.boxstyle2 {
	background-color: #e3e1d5;
	border: #eee 1px solid;
}
.box.boxstyle3 {
	background-color: #666;
	color: #fff;
	border: none;
}
.box.boxstyle3 a {
	color: #fff;
	text-decoration:underline;
}
.box.alignright {
	margin:0 0 1em 1em;
	width:40%;
}
.box.alignleft {
	margin: 0 1em 1em 0;
	width:40%;
}
ul.checklist {
	margin-left: 5px;
}
ul.checklist li {
	list-style-type: none;
	padding-left:20px;
	margin-bottom: 10px;
	background: transparent url(images/checkmark.gif) no-repeat 0 3px;
	font-size:14px;
}
ul.pointerlist {
	margin-left: 3px;
}
ul.pointerlist li {
	list-style-type: none;
	background: transparent url(images/pointer2.gif) no-repeat 0 6px;
	padding-left: 15px;
}
ol.bignumlist {
	list-style-type:none;
	margin-left:5px;
}
ol.bignumlist li {
	margin: 10px 0;
}
.bnum {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	width:55px;
}
a.linkdots {
	background: transparent url(images/dot.gif) repeat-x left 1em;
}
a:hover.linkdots {
	background: none;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt40 {
	margin-top: 40px;
}
.ml40 {
	margin-left: 40px;
}
.mr40 {
	margin-right: 40px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt0 {
	margin-top: 0;
}
.pb0 {
	padding-bottom: 0px;
}
.pt0 {
	padding-top: 0;
}
.image-border {
	border: solid 1px #ddd;
}
.image-frame {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;
}
.image-frame-black {
	background: #666;                          /* 11.2.09 New Tricks changed from #000  */
	padding: 4px;
}
.bigtext {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:60px;
	color:#ccc;
	line-height:70px;
}
/* Gallery */

img.alignright {
	margin:0 0 1em 1em;
	width: auto;
}
/* New Tricks  October 2nd, 2009  KB.. removed margin from images */
img.alignleft {
	/*margin:0 1em 1em 0;*/ 
	width: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gallery img, .gallery a img, img.size-thumbnail, .widget_flickrRSS a img {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;
}
.widget_flickrRSS a img {
	margin:5px 5px 0 0;
	float:left;
}
.gallery a:hover img, .post a:hover img.size-thumbnail, .widget_flickrRSS a:hover img {
	border-color: #999;
	background: #fff;
}
.post .gallery-item, #sidebar .gallery-item {
	margin: 0 0 10px 0;
	text-align:left;
}
.post .ngg-gallery-thumbnail img {
	margin:4px 4px 4px 0;
	border: solid 1px #ddd;
}
.post .ngg-gallery-thumbnail img:hover {
	background-color: #fff;
	border-color: #999;
}
.ngg-navigation {
	padding-bottom:2px;
}
.ngg-galleryoverview {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* End Gallery */
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignright, .caption.alignright {
	margin:0 0 .5em 1em
}
.wp-caption.alignleft, .caption.alignleft {
	margin:0 1em .5em 0
}
.wp-caption.aligncenter, .caption.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 5px;
	margin: 0;
	text-align:left;
}
.caption {
	padding:7px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color:#333;
}
.caption.caption-black {
	padding:8px;
	background-color: #666;              /* 11.2.09 New Tricks changed from #000  */
	color:#fff;
	border: none;
}
.caption.caption-black a {
	color:#fff;
}
.caption p {
	margin:5px 0 0;
}
.fancycaptiontext {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}
/* End captions */
/**********************************************
	Layout 
***********************************************/
#container {
	margin: -10px auto;   /* 11.9.09 New Tricks changed.    */
	width: 960px;   /* 11.9.09 New Tricks changed from 800px; */
	background-color: #fff;
	padding: 0px 30px 0px 30px;   /* 11.9.09 New Tricks changed from 20px 50px 0 px  */
}
#header {
	margin-bottom: 30px;
/*        background:url(http://conversationsjournal.com/wp-content/uploads/2009/11/CJ-Header-Background.png) no-repeat;    */
          background:url(http://conversationsjournal.com/wp-content/uploads/2009/11/CJ-Header-Background-and-Nav.png) no-repeat;  
position:relative;
}
#feature {
	margin: 0 0 30px;
	width: 960px;            /* 11.9.09 New Tricks changed from 800px  */
	overflow:hidden;
	line-height:0;
}
#content {
	margin: 0 auto;
	width: 960px;
}
#content-inner {
	float:left;
	width: 630px;
	margin-right:20px;
}
#contentHolder {
	margin: 0 auto;
	width: 960px;
}
#sidebar {
	float:left;
	width:270px;
}
.inside {
	margin: 0 auto;
}
/**********************************************
	Header
***********************************************/	
#logo {
	width: 529px;
	float: left;
	margin: 20px 0px 0px 25px;    /*  10.5.09 New Tricks added margin  */
}
#header h1.blog-title {
	float:left;
	margin-bottom:0;
}
#header h1.blog-title a {
	float:left;
	line-height: 0.8;
	font-size: 42px;
	letter-spacing: -1px;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:bold;
}
#header p.description {
	float:left;
	font-size: 20px;
	margin: 12px 0 0 10px;
}
.slogansep {
	float:left;
	margin: 10px 0 0 12px;
	font-size:30px;
	color:#eee;
}
#topsearch {
	margin-top: 9px;
}
#rss {
	float:right;
	margin: 9px 0 0 15px;
}
#custom-header-bg {
	margin: 0 0 30px;
	width: 800px;
	overflow:hidden;
	line-height:0;
}
/**********************************************
	Navigation
***********************************************/
ul#navigation {
	list-style-type: none;
	float: left;
	width: 925px;                           /*  10.22.09 New Tricks changed from 940px   */
	margin: 20px -3px 0px 8px;              /*  10.5.09 New Tricks changed from 10px 0px 0px 8px   */
	 padding: 18px 0px 20px 35px;
	position:relative;/* 9.29.09 New Tricks Changed from 5px 0; on 10.5.09 from 20px 10px pm 10.22.09 from 20 0 20 24px   11.9.09 from 20px 0px 15px 35px */

/*  11.9.09 New Tricks commented out Nav image and border
	background: url(http://conversationsjournal.com/wp-content/uploads/2009/10/Main-Nav-Box.png);         /*  9.29.09 New Tricks Added  - 10.19.09 New Tricks changed from 7c7600 */
*/

	position: relative;
	z-index: 200;
		float:right;
		height:24px;
}
ul#navigation {
 padding /*\**/: 24px 0px 14px 35px\9
}
html:first-child ul#navigation {
 padding: 24px 0px 14px 35px;
}
ul#navigation li {
	float: left;
	margin: 0 18px 0 0;                    /* 10.5.09 New Tricks changed from 0 30px 0 0;  */
	color: #444; /* 10.19.09 New Tricks added  */
	}
ul#navigation li a {
	color: #444;                  
	font-size: 14px;             /*  10.5.09  New Tricks changed from 14px  */
	text-transform:uppercase;
        font-family: Arial;         /*	     10.5.09 New Tricks added */   
	font-weight: bold;    /*	     10.22.09 New Tricks changed from bold */ 
}
ul#navigation li ul li{
	color:#666;         /* 11.2.09 New Tricks changed from #464646  */
        font-size: 8px;
	
	}
ul#navigation li.current_page_item a {
	color: #666;                  /* 11.2.09 New Tricks changed from #660000  */
}

ul#navigation li.current_page_item a, ul#navigation li.current-cat a { color:#666; }   /* 11.2.09 New Tricks changed from #464646  */

ul#navigation li.current_page_item a, ul#navigation li.current-cat a { color:#666; } /* 11.2.09 New Tricks changed from #464646  */

ul#navigation li li a {    /* 10.20.09 New Tricks Added  */
	color: #blue;   
}
.pagenavigation .wp-pagenavi a, .pagenavigation .wp-pagenavi a:link, .pagenavigation .wp-pagenavi a:visited {
	border: 1px solid #333;
	color: #666;                      /* 11.2.09 New Tricks changed from #000  */
	background-color: #FFF;
}
/* Superfish Dropdown Menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	position:relative;
	color: #444;                       /* 10.19.09 New Tricks added  */
}
.sf-menu ul {
	position:		absolute;
	top:			-999px;
	width:			10em; /* left offset of submenus need to match (see below) */
	background:transparent url(http://conversationsjournal.com/wp-content/uploads/2009/10/Sub-menu.png) no-repeat -10em 0;
	/*
	background-position: -10em 0;
        background-repeat:no-repeat;       10.30.09 New Tricks added to correct duplicate arrow issue  */
}
/*
.sf-menu li.cat ul {
padding-top:8px;
}
*/
.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 li:hover ul, .sf-menu li.sfHover ul {
background:transparent url(http://conversationsjournal.com/wp-content/uploads/2009/10/Sub-menu.png) no-repeat -10em 0;
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
 top /*\**/: 2.2em\9
}
html:first-child .sf-menu li:hover ul, html:first-child .sf-menu li.sfHover ul {
 top: 2.2em;
}
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:			12em; /* 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:			12em; /* match ul width */
	top:			0;
}
.sf-menu li li {
	color: #464646;                       /* 10.19.09 New Tricks added  */
	background:		white;      /* 10.1.09 New Tricks Changed from #fff & 10.19.09 from #838383  */
	border-left:	1px solid white;   /* 10.1.09 New Tricks Changed from #fff & 10.19.09 from 7c7600  */
	border-right:	1px solid white;   /* 10.1.09 New Tricks Changed from #fff & 10.19.09 from 7c7600  */
	border-bottom:	1px solid white;   /* 10.1.09 New Tricks Changed from #fff & 10.19.09 from 7c7600  */
	padding: 		.55em 1em;
}
/**********************************************
	Blog Posts
***********************************************/
.post {
	margin: 0 0 40px 0;
	float:left;
}
/*  
.post .first-post .meta{
font-size:90%;
}
.post .first-post .meta a{
font-size:100%;
}
.post .first-post, .post .first-post p, .post .first-post a, .post .first-post a em {
font-size:100%;
}
*/

.post.page {
	float:left;
	margin-right:32px;
	width:600px;
	padding-left: 20px;
}

.post.page h1 {   /* 11.1.09 New Tricks Added  */
       color: #333;    /* 11.1.09 New Tricks Added  11.5.09 changed from 3f3f3f */
       letter-spacing: 1px;    /* 11.1.09 New Tricks Added  */
       font: 34px;
	   width:580px;
	   float:left;/* 11.2.09 New Tricks Added  */
	   z-index:7777;
}
.post.page h1 img{ 

}
.post.page h1 a{
float:left;
cursor:pointer;
 z-index:7777;
}
.nosidebar-page {
	margin: 0 auto;
	width:960px;
	padding:0 5px 0 0;
}
.nosidebar-page table {
	margin: 0 -10px;
	width:960px;
	padding:0 5px 0 0;
}
.feature .post-title, .normal .post-title {
	margin-top: -5px;
	margin-bottom:12px;
	color: #00A650;         /* 10.6.09 New Tricks added color value   11.1.09 New Tricks changed from 00746b  */
	position:relative;
}
.post .post-title a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 20px;           /* 11.2.09 New Ticks Changed from 44px  */
	color: #00A650;          /* 10.6.09 New Tricks changed from #333;  11.1.09 New Tricks changed from #00746b */
	letter-spacing:1px;         /* 10.22.09 New Tricks changed from -1px; */
}
.post.single {
	float:left;
	margin-left:7px;
	margin-right:35px;
	width:600px;
	position:relative;
}
.first-post {

}
/* 11.21.10 T2D removed sharing styles  
div.sharing {
width:380px;
position:absolute; 
top:0px;
left: 200px
} 
div.sharing ul{
float:right;
}
/* div.article div.sharing {
width:380px;
position:absolute;
top:200px;
left:20px;
}
*/
/*
div.sharing ul div.like_button iframe{
width:52px !important;
}

.connect_widget_button_count_excluding {
display:none;
}
*/

11.21.10 End of T2D comments   */


.post.single .post-title a {
	padding-right: 0;
	color: #00A650;          /* 10.6.09 New Tricks changed from #333;  11.1.09 New Tricks changed from #00746b */
}
.post .post-title .comment {
	position:absolute;
	top:5px;
	right:0;
	width: 43px;
	height: 46px;
	background: transparent url(images/comment.gif) no-repeat top right;
	padding-top: 8px;
	text-align:center;
}
.normal {
position:relative;
}
.post .post-title .comment a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-right:0;
	letter-spacing:0;
	line-height: 1;
}
.post .meta {
    margin: 10px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    font-size: 10px;
    text-transform:uppercase;
    color: #666;
}
.single .meta {
margin: 10px 0 5px;   /* 11.22.10 T2D changed from 10px 0 10px  */
}
 div.article .meta {
margin: 10px 0 5px;   /* 11.22.10 T2D changed from 10px 0 10px  */
} 
.post .meta a {
font-size: 10px;
}
.post a.more-link, .post a.comment-link {
	font-size: 14px;
	padding-left: 10px;
	background: url(images/pointer3.gif) no-repeat left 4px;
	margin-right: 10px;
	color:#666;               /* 11.2.09 New Tricks changed from #000  */
}
.post.thumb a.more-link {
	font-size: 13px;
	padding-left: 0;
	background: none;
	text-transform: lowercase;
}
.post.thumb {
	float:left;
	width: 220px;
	margin: 20px 40px 20px 0;
}
.post.archive.thumb {
	margin: 0 40px 40px 0;
}
.post.normal .post-title {
	margin-top: 10px;
	color: #669999;         /* 10.6.09 New Tricks added color value   11.1.09 New Tricks changed from 00746b  */

}
.post.thumb .postimage {
	width: 220px;
	height: 100px;
	overflow:hidden;
	margin-bottom: 7px;
	line-height:0;
}
.post.normal .postimage {
	width: 480px;
	overflow:hidden;
	line-height:0;
}
.post.thumb a.thumb-link {
	font-weight: normal;
	color: #333;
}
.post.thumb h2 {
	padding-top: 0px;
}
.post.thumb.last-thumb {
	margin-right:0;
}
.pageheader {
	background-color: #666;
	color: #fff;
	padding: 200px 0 0 0;
	font-size: 70px;
	line-height: 0.6;
	overflow:hidden;
	letter-spacing: -1px;
}
#pageheader {
	padding: 200px 0 0px 0;
	background-color:#423434;
	font-family: Trebuchet MS, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:90px;
	font-weight: bold;
	line-height:.6em;
	letter-spacing: -0.05em;
}
.post.single {
	margin-bottom:0;
}
.postdivider {
	clear:both;
	border-bottom: 1px #ddd solid;
	margin:20px 0;
}

.imagedivider  {
width:600px;
float:left;
height:41px;
background: #FFF url(images/featured-post-bottom.jpg) no-repeat bottom left;
margin-top:-40px;
margin-bottom:30px;
}



.nofeature {
	margin-top: 30px;
	clear:both;
}
.attachment img {
	margin-top: 20px;
	overflow:hidden;
}
.pagelink a {
	border:1px solid #DDDDDD;
	font-style:italic;
	margin:0 1px;
	padding:1px 6px;
}
.social a {
	font-size:14px;
}
.related-posts ul, .recent-posts ul, .popular-posts ul {
	margin: 0 0 0 3px;
	list-style-type: none;
}
.related-posts ul li {
	padding: 0 0 0 0;
}
.related-posts .date, .recent-posts .date {
	color: #777;
}
.post.portfolio .postimage {
	margin-right: 20px;
	float:left;
}
.post.portfolio img {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 8px;
}
.post.portfolio .post-title {
	margin-bottom: 10px;
}
.post.portfolio .pftext {
	float:left;
	width:282px;
}
.post.portfolio h1 {
	font-size:32px;
	color:#333;
}
.post.portfolio h1 a {
	color:#333;
}
.post.portfolio.slide h4 a {
	font-size:24px;
	color:#333;
	line-height:1em;
}
.post.portfolio .details {
	margin-bottom: 40px;
	font-size:12px;
	text-transform:uppercase;
}
.post.portfolio .button {
	margin-right: 5px;
}
.pagenavigation {
	margin-top: 20px;
}
#feature-page {
	margin-bottom: 30px;
	border: 1px #eee solid;
}
.post.frontpage .addthis_container {
	float: right;
}
#container #rotator {
	margin-bottom:40px;
}
/**********************************************
	Sidebar 
***********************************************/
#sidebar .widget h2 {
	display: inline;
	padding: 3px 0px;    /* 10.31.01 T2D changed from 3 10px; */
	background: #fff;        /* 12.22.09 New Tricks changed from #fff */
        color: #00A650;
	font-family: Georgia, 'Times New Roman', Times, serif;  /* 10.31.10 T2D changed from Arial, Helvetica, sans-serif;   */
	font-weight: normal;
	line-height: 1em;
	font-size:13px;
	text-decoration:none;
}
.widgetheading {
	margin-bottom: 10px;
	margin-top:4px;
}
#sidebar .widget h2.widgettitle {
	line-height:40px;
}
#sidebar .widget_tag_cloud a {
	margin: 0 5px;
	text-transform:capitalize;
	white-space:nowrap;
}
#sidebar .widget_text .widgetheading, #sidebar .widget_sidepages .widgetheading {
	margin-bottom: 10px;
}
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li.widget {
	margin-bottom: 40px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}
#sidebar ul ul ul {
	margin: 0;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: 1px #eee solid;
}
#sidebar #recent-posts ul li {
	background:none;
}
#sidebar ul li ul li, #sidebar ul li ol li {
	display: block;
	padding: 5px 0;
}
.widget_bf_feeds ul li {
	display: block;
	padding: 5px 0;
}
.widget_bf_feeds a {
	display: inline;
}
.widget_bf_feeds #feedfield {
	width: 169px;
	padding:3px;
	border:#ddd 1px solid;
	color: #999;
	margin: 0 5px 5px 0;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 11px !important;
}
.widget_bf_feeds .feedbutton {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border-color: #ddd;
	background: #F2F2F2 url(images/grad.png) repeat-x left top;
	color: #464646;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}
#sidebar .date {
	color: #000;
}
#sidebar .widget_custom_recent_comments a {
	padding-bottom:0;
}
#sidebar li.recentcomments {
	padding: 5px 0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_links ul li {
	width: 110px;
	float: left;
	display: inline;
	margin-right: 13px;
	padding: 5px 0 5px 10px;
	background: #fff url(images/pointer.gif) no-repeat left 12px;
}
#sidebar img.alignright {
	float:right;
	margin:5px 0 5px 10px
}
#sidebar img.alignleft {
	float:left;
	margin:5px 10px 5px 0
}
#sidebar a img.alignright {
	float:right;
	margin:5px 0 5px 10px
}
#sidebar a img.alignleft {
	float:left;
	margin:5px 10px 5px 0
}
#sidebar img.size-thumbnail {
	max-width: 115px;
	height: auto;
}
#sidebar .gallery img {
	max-width: 115px;
	height: auto;
}
/* featured Widget */
#sidebar .post.thumb.no-image {
	margin:10px 0 10px;
	width: 270px;
}
#sidebar .post.thumb h4 {
	margin-bottom:0;
}
/* wp125 */
#sidebar #wp125adwrap_2c {
	width:100%;
}
#sidebar #wp125adwrap_2c .wp125ad {
	width:125px;
	float:left;
}
#sidebar #wp125adwrap_2c .wp125ad {
	padding:5px 20px 10px 0;
}
#sidebar #wp125adwrap_2c .even {
	padding-right:0;
}
/* Tabbed Widgets */
#container #sidebar ul.tw-nav-list a {
	background: #666;
	color: #fff;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:3px 10px;
}
#sidebar .tw-tabbed-widgets ul ul {
	margin-left: 3px;
}
#sidebar .tw-tabbed-widgets ul ul li {
	border-bottom: 1px #eee solid;
}
#sidebar .tw-tabbed-widgets ul li {
	border-bottom: none;
}
#container #sidebar .tw-rotate {
	margin:0;
}
#container #sidebar .tw-tabbed-widgets {
	margin-bottom: 40px;
}
#container #sidebar ul.tw-nav-list li {
	margin:0 2px 0 0;
	padding:0 0 0 0;
	border:none;
}
#container #sidebar ul.tw-nav-list li.ui-tabs-selected {
	background: #000;
	padding-bottom:0;
}
#container #sidebar ul.tw-nav-list li.ui-tabs-selected a {
	background: none;
}
#container #sidebar .ui-tabs-panel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
}
/* Global Widget Styling */
li.widget {
	list-style-type: none;
}
/**********************************************
	Search 
***********************************************/
.searchform {
	margin: 0;
	padding: 0px 0 0;	        /*  10.6.09 New Tricks changed from 1px 0 0; */
}
.searchbox {
z-index:9999;
	border:1px dotted #ccc;          /* 10.5.09 New Tricks changedborder:1px solid #ccc;    */
	padding:0 0px 0 0;              /*  10.5.09 New Tricks changed from 0 10px 0 0 ;   */
	/*float: left;*/	                /* 10.5.09 New Tricks changed from float: right;   */
	width: 204px;                  /*  10.5.09 New Tricks changed from 251px   */
	height: 29px;                   /* 10.5.09 New Tricks added value   */
	background:#FFF;
	margin: 0 0 0 0px; 
	position:absolute;
    right:23px;
	top:134px;
	/* 11.16.09 changed to 140px  10.5.09 New Tricks added value  10.22.09 changed from 0 0 0 36px */
}

.searchform a.searchicon {
	float:right;
	background: url(images/search.gif) no-repeat;
	height: 16px;
	width: 24px;
	margin: 5px 0 0 5px;
}
.searchform .searchfield {
	float:left;
	width: 164px;           /*  10.5.09  New Tricks Changed from 214px   */
	padding:4px;
	border:0;
	color: #999;
}
/**********************************************
	HeaderNav
***********************************************/
.headernav {
	float: left;            /*10.5.09  New Tricks added   11.9.09 changed from right */
	padding: 30px 0px 0px 165px;    /*  10.5.09 New Tricks Added - 10.6.09 changed from 0px 0px 0px 0px  11.9.09 changed from 22px 0px 0px 0px  */
}
/**********************************************
	Footer 
***********************************************/
#footer {
	width: 960px;    
	height: 383px;
	background:#363636;
	margin: 0 auto;
}
#foot{
	margin:0 auto;   
        margin-top: 10px;        /*  11.9.09 New Tricks added */
	padding:0 60px 0 30px;   /*  11.9.09 New Tricks changed from 0px 50px  */
	width:930px;      /*  11.9.09 New Tricks changed from 960px  */
	background: white;
	}
#footer-top {
	height: 112px;
	background: #949494;     /* 10.19.09 New Tricks changed from #00746b   */
        margin-top: 0px;    /*    12.9.09 New Tricks added  12.15.09 New Tricks -25px works in IE and Safari but not Firefox  */
}
#footer-text {
	color:white;
	margin-left:15px;
	margin-top: -14px;       
}
#footer-nav {
	list-style: none;
}
#email-link {
	font-family: Helvetica, sans-serif;
	font-size: 12px;                          /* 10.22.09 New Tricks changed from 11px  */
}
#footer-nav li {
	float:left;
	height:18px;
	text-align:center;
	text-decoration:none;
	font-size: 11px;                            /* 10.5.09 New Tricks added */
	font-family: "Helvetica", sans-serif;       /* 10.5.09 New Tricks added   */
	font-weight: bold;                         /* 10.5.09 New Tricks added   */
	width:0px;                               /*  10.5.09 New Tricks changed from 67px  11.12.09 changed from 40px */
	color: white;
}
#footer-nav li.first {
	float:left;
	height:18px;
	text-align:center;
	text-decoration:none;
        width:63px;          /* 10.5.09 New Tricks changed from 67px  */
	border-left: none;
	color: white;
        margin-right: 0px;    /* 11.12.09 New Tricks changed from 5px  */
}
#footer-nav li.first a {
	color: white;
	border-left: none;
        font-size: 12px;    /* 11.12.09 New Tricks Added  */
}
#footer-nav li a {
	color: white;
	border-left: 1px solid white;
	padding: 0 4px 0 6px;
        font-size: 12px;    /* 11.12.09 New Tricks Added  */
}
.notwhite a {
        color: #FFFFFF;
font-size: 12px;
}
#donate-image {
	float:left;
	width: 346px;
	height: 112px;              /* 11.13.09 New Tricks changed from 102px  */
        margin: 0px 0px 0px 0px;    /* 11.11.09 New Tricks Added  11.11.09 New Tricks changed from -10px 0px -0px 0px */
	/*background: url(http://conversationsjournal.com/wp-content/uploads/2009/11/Give-Button.jpeg) top center no-repeat;*/ 
}
#donate-image img, .h-pages img.fb-footer, .h-pages img.twitter-footer {
opacity:1.0;filter:alpha(opacity=100);-moz-opacity: 1.0-khtml-opacity: 1.0;; 
}
#donate-image img:hover, .h-pages img.fb-footer:hover, .h-pages img.twitter-footer:hover{
opacity:.5;filter:alpha(opacity=50);-moz-opacity: .5;-khtml-opacity: .5;
}

#links {
	height: 0px;             /* 11.11.09 New Tricks changed from 102px  */
	width: 614px;
	float:left;
        margin: 10px 0px 0px 0px;   /* 11.11.09 New Tricks added */
}
.h-pages {
	float:left;
	height:112px;        /* 11.13.09 New Tricks changed from 102px  */
	margin: 0px -115px 0 40px;                  /* 10.5.09 New Tricks changed from 10px 15px 0 45px then 65px - 11.11.09 New Tricks changed from 10px -115px 0 40px  */
	font-family: "Helvetica", sans-serif;    /* 10.5.09 New Tricks added font family  */
	width:240px;                               /* 10.6.09 New Tricks changed from 150px then 180px */
        font-size: 12px;
}
.h-pages ul {
	list-style: none;
	margin: 0px;
}
.h-pages ul li {
	text-decoration: none;
	font-family:"Helvetica", sans-serif;    /* 10.6.09 New Tricks added font family  */
/*        margin: 0px;                               10.6.09 New Tricks added  */
       font-weight: bold;                /*        10.22.09 New Tricks added  */
       line-height:1.6em;                       /* 10.22.09 New Tricks added */
       font-size: 12px;
}
.h-pages h4 a {
	text-transform:uppercase;
	color:white;
	font-weight: 900;                           /* 10.22.09 New Tricks changed from bold  */
	font-size: 12px;                            /* 10.5.09 New Tricks changed */
	font-family: "Helvetica", sans-serif;       /* 10.5.09 New Tricks changed from  "Lucida Grande", sans-serif   */
}
/* SUBSCRIPTION */
.h-pagesSub {
	float:left;
	height:112px;                     /* 11.13.09 New Tricks changed from 102px  */
	margin:0px -105px 0 30px;                  /* 10.5.09 New Tricks changed from 10px 15px 0 45px then 65px  11.11.09 New Tricks changed from 10px -105px 0 30px */
	font-family: "Helvetica", sans-serif;    /* 10.5.09 New Tricks added font family  */
	width:240px;                               /* 10.6.09 New Tricks changed from 150px then 180px */
}
.h-pagesSub ul {
	list-style: none;
	margin: 0px;
}
.h-pagesSub ul li {
	text-decoration: none;
	font-family:"Helvetica", sans-serif;    /* 10.6.09 New Tricks added font family  */
/*        margin: 0px;                               10.6.09 New Tricks added  */
       font-weight: bold;                /*        10.22.09 New Tricks added  */
       line-height:1.6em;                       /* 10.22.09 New Tricks added */
}
.h-pagesSub h4 a {
	text-transform:uppercase;
	color:white;
	font-weight: 900;                           /* 10.22.09 New Tricks changed from bold  */
	font-size: 12px;                            /* 10.5.09 New Tricks changed */
	font-family: "Helvetica", sans-serif;       /* 10.5.09 New Tricks changed from  "Lucida Grande", sans-serif   */
}
#footer-widgets {
	margin-top: 10px;
	padding-top: 10px;
	/*border-top: 1px #ddd solid;*/
	margin-bottom:10px;
}
#footer-widgets li.widget {
width:300px;
	float: left;
	padding:0 15px;
	/*margin-left: 40px;*/
 _margin-left: expression(this.previousSibling==null?'0px':'40px');
}
#footer-widgets li#linkabletitlehtmlandphpwidget-4 {
width:295px;
padding-right:0px;
border-left:none;
border-right: 1px dashed #e6e6e6;
min-height:610px;
}

#footer-widgets li#linkabletitlehtmlandphpwidget-3 {
min-height:620px;
}
#footer-widgets li.widget:first-child {
	/*margin-left: 20px; */        /* 10.22.09 New Tricks changed from 0px  */
border-left:none;
padding:0px 15px 0px 0px;
border-right: 1px dashed #e6e6e6;
}
#footer-widgets li#categoryposts-3 {
border-right: 1px dashed #e6e6e6;
}
#footer-widgets h2 {
	margin-bottom: 10px;
	padding-bottom:5px;
	color:#00A651;
	padding-left:0px;
	font-size:18px;
	border-bottom: 1px dashed #e6e6e6;
}
#footer-widgets h2 span{
	color:#00A651;
	padding-left:15px;
}
 #footer-widgets h2 span a{
	color:#00A651;
}
#footer-widgets ul, #sidebar ol {
	list-style:none;
	margin: 0;
	padding: 0;
}
#footer-widgets ul li ul, #footer-widgets .textwidget {
	padding: 2px 15px;
}
#footer-widgets ul li ul li {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px #eee solid;
}
#footer-widgets ul p {
	margin: 0;
	line-height:26px;
}
#toplink {
	float: right;
	font-size:11px;
}
#footer-address {
	clear:both;
	color:#C2C2C2;
	font-family:helvetica;
	margin-left:42px;    /* 11.11.09 Changed from 36px  */
	font-size:12px;
}
/**********************************************
	Comments
***********************************************/
ol.commentlist {
	margin-left: 0;
}
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#f6f6f6;
	list-style:none
}
ul.children {
	margin-left: 0;
}
.commentlist li.depth-2 {
	border:none;
	background:#fff;
	border-top: 1px solid #f2f2f2;
	margin-left:15px;
}
.commentlist li.depth-3 {
	border:none;
	background:#f6f6f6;
	margin-left:15px;
}
.commentlist li.depth-4 {
	border:none;
	background:#fff;
	margin-left:15px;
}
.commentlist li.depth-5 {
	border:none;
	background:#f6f6f6;
	margin-left:15px;
}
.commentlist code {
	background:#e6e6e6;
	padding:3px;
}
.commentlist .moderation {
	margin-top: 10px;
	color: #660000;                      
}
.comment-author {
	margin-bottom: 10px;
}
.avatar {
	margin-right: 10px;
	float:left;
	padding:2px;
	border:1px solid #ddd;
	background: #fff;
}
.commentlist .children {
	margin-top:15px;
}
.reply {
	margin-bottom:0px;
}
.reply a:link, .reply a:visited {
	background-color:#666;
	color:#fff;
	padding: 3px 8px;
	text-align:center;
	text-decoration:none !important;
	text-transform: uppercase;
	font-size:10px;
}
.reply a:hover {
	background-color:#333;
}
#pings {
	margin-bottom:40px;
}
cite.fn {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}
.comment-meta {
	float:left
}
.comment-meta a {
	color: #333;
}
.comment-date a, .comment-date a:visited {
	color: #888;
	font-size: 12px;
}
#author, #email, #comment, #url, #s {
	background: #FFF !important;
	padding: 4px;
	border: 1px solid #ddd;
}
#author, #email, #url {
	width:200px;
	margin-right: 10px;
}
.button {
	padding: 5px 12px;
	background: #444;
	color: #FFF !important;
	border: none;
}
.button:hover {
	background: #333;
	color: #fff;
	text-decoration:none
}
.button:active {
	background:#000;                             
}
#commentform textarea {
	width: 98%;
	margin-top: 5px;
	height: 200px;
}
/**********************************************
	Float clearing Fix
***********************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear:both;
}
/**********************************************
	Slider numeric controls
***********************************************/
ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #333;
	background:#666;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#fff;
	color:#666;                       /* 11.2.09 New Tricks changed from #000  */
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
.post.slide .postimage {
	float:right;
	margin: 0 0 0 20px;
}    /* 10.1.09 New Tricks Added   */
/**********************************************
	Easy Contact Plugin Styling
***********************************************/
body div.formcontainer {
	clear: both;
	overflow: hidden;
	width: 100%;
}
body div.formcontainer span.required {
	color: #FF0000;
}
body div.formcontainer p.error, body div.formcontainer p.important, body div.formcontainer p.information, body div.formcontainer p.success {
	border-top: 1px solid #E8E8DE;
	color: #442;
	line-height: 250%;
	padding-left: 36px;
	width: 95%;
}
body div.formcontainer p.error {
	background: #fbfbee url('error.png') no-repeat 12px 50%;
	border-bottom: 2px solid #F0D28B;
}
body div.formcontainer p.important {
	background: #fbfbee url('important.png') no-repeat 12px 50%;
	border-bottom: 2px solid #FED7CE;
}
body div.formcontainer p.information {
	background: #fbfbee url('information.png') no-repeat 12px 50%;
	border-bottom: 2px solid #C5DDF2;
}
body div.formcontainer p.success {
	background: #fbfbee url('success.png') no-repeat 12px 50%;
	border-bottom: 2px solid #C7E9B3;
}
body div.formcontainer form.contact-form {
	clear: both;
	float: none;
	width: 100%;
}
body div.formcontainer form.contact-form fieldset {
	background: #F6F6F6;
	color: #333333;
	margin: 0.5em 0 1.5em 0;
}
body div.formcontainer form.contact-form fieldset legend {
	text-transform: uppercase;
}
body div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-label label, body div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input, body div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input input, body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
	width: 97%;
}
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
}
body div.formcontainer form.contact-form fieldset div.form-input input.error {
	background-color: #FBF4E2;
}
body div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
body div.formcontainer form.contact-form fieldset div.form-option, body div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-submit input {
	cursor:pointer;
	padding:0.5em 2em;
}
body div.formcontainer fieldset {
	border:1px solid #ddd;
	padding: 10px;
}
body div.formcontainer legend {
	padding: 5px;
}
/**********************************************
	Article Page
	New Tricks 10.09.09
***********************************************/
.article-title {
	font-size:23pt;
font-family:Georgia, "Times New Roman", Times, serif color :#00A650;     /* 11.1.09 New Tricks Changed from 00346B */
	font-weight: Normal;
}
.article-title a {                   /* 11.1.09 New Tricks added */
	letter-spacing: 8px;         /* 11.1.09 New Tricks added */
}
.article-contributor {
	font-family: Georgia;
	font-weight: Bold;
	font-style: Italic;
	font-size: 11px;
	color: #363636;
	text-transform:none;
}
.subtitle {
	color:#666;              /* 11.2.09 New Tricks changed from #464646  */
	font-size:11px;
        text-transform: uppercase;
	font-style:none;
        letter-spacing: .05em;
}
.purchase-volume 
	font-family: Georgia;
	font-weight: Bold;
/*	font-style: Italic;           11.1.09  New Tricks  commented out    */
	font-size: 10px;
	color:#009999;                  /*11.6.09 New Tricks changed from #9e005d */
	border-left: 1px solid #666;
	padding-left:7px;
	padding-right:5px;                   /* New Ticks 10.19.09   */
}
.purchase-article {
	font-family: Georgia;
	font-weight: Bold;
/*	font-style: Italic;            11.1.09  New Tricks  commented out    */
	font-size: 10px;
	color:#009999;                  /*11.6.09 New Tricks changed from #9e005d */
	margin-right:7px;
}
.purchase a {                                /* New Ticks 10.28.09   */
	font-family: Georgia;
	font-weight: Bold;
/*	font-style: Italic;            11.1.09  New Tricks  commented out    */
	font-size: 10px;            /* 11.1.09 New Tricks changed from 12px  */
        color: #2078F0;   /*  10.29.09 New Tricks changed from 00A650*/

}
.purchase a:hover {
	font-family: Georgia;
	font-weight: Bold;
/*	font-style: Italic;            11.1.09  New Tricks commented out    */
	font-size: 10px;            /* 11.1.09 New Tricks changed from 12px  */
        color: #2078F0;   /*  10.29.09 New Tricks changed from 00A650*/
}
.category {
	margin: 0 0px 0 7px;
}
.category a {
	color: #666;                /* 11.2.09 New Tricks changed from #000  */
/*	font-weight: Bold;         11.2.09 New Tricks commented out  */
	border-left: 1px solid #666;
	padding-left:7px;
	margin-right:5px;
}
.comment-anchor a { color: #666;}                     /* 11.2.09 New Tricks changed from #666  */
.sub-image{ background:url(http://conversationsjournal.com/wp-content/uploads/2009/10/Sub-menu.png) no-repeat; width: 25px; height: 8px; display:block; }
.divider{ margin: 0 5px; font-style:normal; color:#00A650;}    /* 11.1.09 New Tricks Changed from #00746B  */
/*
.comment {           /* 11.2.09 New Tricks Added */  11.1.10 removed display: none;
display:none;
} 

*/

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
.metaleap {
		/*float:right;*/
		font-size:10px;
		margin-left:225px;
}
.metaleapA{
		font-size: 10px;
		color: #C2C2C2;
}
.metaleapA:hover{ color:#666}

/* 12.15.09 New Tricks - Disable wp-com stats smiley face */
img#wpstats{width:0px;height:0px;overflow:hidden}
.author_bio_title { display: none;}
.author_bio  { border-top: 1px #ddd solid; }
.connect_widget{clear:both;padding-top: 20px;}
.fbLikeContainer{clear:both;padding-top: 20px;}

.addtoany_share_save_container {
position:relative;
left:-9px;
}
.commentsoff {
color: #C2C2C2;
display:none;
}
#footer-widgets #linkabletitlehtmlandphpwidget-3 h2{
height:21px;
background:transparent url('images/purpose.png') no-repeat 15px 0px;
margin-top:-2px;
}
#footer-widgets #linkabletitlehtmlandphpwidget-3 p{
padding:0 15px;
}
#footer-widgets #categoryposts-4 h2{
height:21px;
background:transparent url('images/our_blog.png') no-repeat 15px 0px;
}
#footer-widgets #categoryposts-4 h2 span{
display:none;
}
#footer-widgets #categoryposts-4 h2:hover {
	border-bottom: 1px dashed #66CCCC;
}
