/* CSS */
/* Color Specs ******************/
/* Taupe			#F7EAB6		*/
/* Light Taupe		#F1ECD6		*/
/* Headline Taupe		#A3928B		*/
/* Nav Grey			#B9B6A5		*/
/* Nav Text			#6C6B59		*/
/* Yellow			#EBC639		*/
/* Orange			#F06C33		*/
/* Red				#B45038		*/
/* Brown			#7F655D		*/
/* Brick Red			#963a15		*/
/* Base Selectors //////////////*/
* {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
body {
	background: #f1ecd6 url(/images/front-page-gradient.jpg) repeat-x;
	text-align: center;
}
a {
	text-decoration: none;
	color: #7f655d;
	cursor: pointer;
	border: 0;
}
a:hover {
	text-decoration: underline
}
img {
	border: 0;
}
div.spacer {
	clear: both;
}
/* Core Structure */
div#wrapper {
	width: 1000px;
	margin: 10px auto;
	background-color: transparent;
	text-align: left;
}
div#container {
	width: 1000px;
	position: relative;
	background-color: transparent;
}
div#left-col {
	width: 160px;
	text-align: left;
	float: left;
	background: transparent;
	margin-top: 10px;
	margin-right: 10px;
}
div#right-side {
	width: 340px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}
div#right-variable {
	width: 160px;
	float: left;
	margin-left: 10px;
}
div#right-fixed {
	width: 160px;
	float: right;
	margin-left: 10px;
}
div#content {
	width: 490px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	float: left;
	background-color: transparent;
	display: inline;
}
div#content h2 {
	color: #7f655d;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 4px;
}
/* Shared Classes ////////////*/
.left {
	float: left;
}
.right {
	float: right;
}
/* Header ///////////////*/
#header {
	background: transparent url(../images/front_page_header.jpg) no-repeat;
	height: 91px;
	width: 1000px;
}
#header-search {
	background: transparent url(../images/banners/bannerC.jpg) no-repeat;
	height: 91px;
	width: 1000px;
}
div#header-advert {
	float: right;
	padding: 15px 15px 0 0;
}
/* Global Navigation ///////////*/
div#top-nav {
	height: 20px;
	width: 1000px;
	background: transparent url(../images/top-nav.gif) no-repeat;
}
div#bottom-nav {
	height: 18px;
	width: 580px;
}
div#top-nav ul, div#bottom-nav ul {
	position: relative;
	left: 302px;
	width: 698px;
	height: 18px;
}
div#top-nav ul {
	top: 1px;
}
div#bottom-nav ul {
	top: 0;
}
div#top-nav ul li, div#bottom-nav ul li {
	list-style: none;
	position: absolute;
	top: 0;
    overflow:hidden;
}
div#top-nav ul li, 
div#top-nav a, div#bottom-nav ul li, 
div#bottom-nav a {
	height: 18px;
	display: block;
	border: 0;
}
div#top-nav ul li a, div#bottom-nav ul li a {
	text-indent: -9999px;
	border: 0;
}
ul#top-login li {
	background-image: url(../images/new_top_nav_login.v3.gif);
}
ul#top-logout li {
	background-image: url(../images/new_top_nav_logout.v3.gif);
}
li#top1 {   /* * Front Page * */
	left: 0;
	width: 83px;
    background-position: 0 0;
}
li#top1:hover {
	background-position: 0 -18px;
}
li#top2 {   /* * About Us * */
	left: 83px;
	width: 74px;
    background-position: -83px 0;
}
li#top2:hover {
	background-position: -83px -18px;;
}
li#top3 {   /* * Contact Us * */
	left: 280px;
	width: 90px;
    background-position: -157px 0;
}
li#top3:hover {
	background-position: -157px -18px;;
}
li#top4 {   /* * Advertise * */
	left: 370px;
	width: 82px;
    background-position: -247px 0;
}
li#top4:hover {
	background-position: -247px -18px;;
}
li#top5 {   /* * Newsletters * */
	left: 452px;
	width: 100px;
    background-position: -329px 0;
}
li#top5:hover {
	background-position: -329px -18px;;
}
li#top6 {   /* * Feeds * */
	left: 552px;
	width: 56px;
    background-position: -429px 0;
}
li#top6:hover {
	background-position: -429px -18px;;
}
li#top7 {   /* * Login/Logout * */
	left: 608px;
	width: 74px;
    background-position: -485px 0;
}
li#top7:hover {
	background-position: -485px -18px;;
}
li#top8 {   /* * RSS Icon * */
	left: 664px;
	width: 24px;
    background-position: -553px 0;
}
li#top8:hover {
	background-position: -553px -18px;;
}
li#top9 {   /* * New West Studio * */
    left: 157px;
    width: 123px;
    background-position: -582px 0;
}
li#top9:hover {
	background-position: -582px -18px;;
}

/* LEFT COLUMN */
div.nav-menu {
	width: 160px;
	margin-bottom: 10px;
}
div.nav-menu h2 {
	background: transparent url(../images/menu-top.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 19px;
	margin: 0;
	height: 17px;
}
div.nav-menu .top {
	background: transparent url(../images/menu-top.gif) no-repeat;
}
div.nav-menu ul {
    float:left; display:inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
    border-bottom:1px solid #6C6B59;
}
div.nav-menu li {
    float:left; display:inline;
	overflow: hidden;
	width: 160px;
	height: 20px;
	margin: 0;
	background: transparent url(../images/menu-item.gif) no-repeat;
}
div.nav-menu li a {
	display: block;
	width: 160px;
	height: 17px;
	color: #64615C;
	padding: 3px 0 0 24px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
div.nav-menu li a:hover {
	background: transparent url(../images/menu-item.gif) -160px 0 no-repeat;
	text-decoration: none;
	color: #000;
}
div.nav-menu li.mid_heading {
    width:158px; height:17px;
    background:#EBC639;
    border:1px solid #6C6B59;
}
div.nav-menu li.mid_heading h2 {
    background:none;
    padding:1px 0 1px 19px;
}


div.left-ad {
	margin-bottom: 10px;
}
div.story-box {
	width: 160px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #6E5500;
	font-size: 11px;
}
div.story-box h2 {
	background: transparent url(../images/menu-top.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 19px;
	color: #000;
	margin: 0;
	height: 17px;
}
div.story-box ul {
	padding: 0 10px 2px 20px;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
}
div.story-box li {
	padding-top: 10px;
}
div.story-box .bottom-cap {
	height: 8px;
	width: 160px;
	background: #F1ECD6 url(../images/story-box-bottom.gif) no-repeat;
}
/* MAIN CONTENT AREA */
div.top-box {
	width: 490px;
	margin-bottom: 10px;
}
div.top-box .top-cap {
	width: 490px;
	height: 10px;
	background: transparent url(../images/clear-top-cap.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.top-box h3 {
	width: 490px;
	height: 10px;
	background: transparent url(../images/clear-top-cap.gif) no-repeat;
	font-size: 6px;
	color: #fff;
	margin: 0;
	padding: 0;
}
div.top-box .content-area {
	background-color: #fff;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	margin: 0;
	padding: 10px 10px 0 10px;
}
div.top-box .content-area .left-side {
	width: 220px;
	color: #000;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #6C6B59;
	margin: 0;
}
div.top-box .content-area .right-side {
	width: 220px;
	float: right;
	padding-left: 10px;
	margin: 0;
}
div.top-box .content-area .right-side .title {
	font-size: 20px;
	margin-bottom: 10px;
}
div.top-box .content-area img {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	max-width: 100%;
}
div.top-box ul {
	list-style-type: none;
}
div.top-box li {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
div.top-box li a {
	color: #000;
}
div.top-box p {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}
div.top-box .wire {
	font-size: 14px;
	font-weight: bold;
	color: #915C0E;
	border-bottom: 1px solid #E17020;
	padding-bottom: 2px;
	margin: 0 4px 10px 0;
}
div.top-box .category {
	color: #000;
	font-weight: bold;
}
div.top-box .category a {
	text-transform: uppercase;
	color: #E17022;
	font-weight: normal;
}
div.top-box .deck {
	font-size: 11px;
}
div.top-box .byline {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
div.top-box .bottom-cap {
	width: 490px;
	height: 10px;
	background: #F1ECD6 url(../images/clear-bottom-cap.gif) no-repeat;
}
div.content-box {
	width: 490px;
	margin-bottom: 10px;
	position: relative;
}
div.content-box h3 {
	background: transparent url(../images/yellow-top-cap.gif) no-repeat;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 19px;
	color: #6E5500;
	margin: 0;
}
div.content-box .content-area {
	background-color: #fff;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	margin: 0;
	padding: 10px 10px 0 10px;
}
div.content-box p {
	font-size: 12px;
	margin-bottom: 10px;
}
div.content-box .head {
	color: #835A1C;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
div.content-box .more-stories .header {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
div.content-box .more-stories ul {
	margin-left: 15px;
}
div.content-box .more-stories li {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}
div.article-thumb {
	float: right;
	margin: 0 0 10px 10px;
}
.more {
	text-align: right;
}
.more a {
	color: #e36f1e;
	font-size: 12px;
	border: 0;
	font-weight: bold;
}
div.content-box .bottom-cap {
	width: 490px;
	height: 10px;
	background: #F1ECD6 url(../images/clear-bottom-cap.gif) no-repeat;
}
div.content-box .feature-content-area {
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	margin: 0;
	padding: 10px 0 0 12px;
	background-color: #fff;
}
div.feature-item {
	width: 102px;
	float: left;
	margin-right: 16px;
}
div.feature-item img {
	border: 1px solid #000;
	margin-bottom: 10px;
}
div.feature-item .head {
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
}
div.feature-item .byline {
	font-size: 10px;
}
.content-advert {
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}
.image-caption {
	color: #B45038;
	font-size: 8pt;
	margin-top: 5px;
}
.article-footer {
	font-size: 11px;
	margin: 5px 0 0 0;

/* was 10px bottom */
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.callout {
	background-color: #FFFFFF;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	padding: 0px 5px;
}
.callout * {
	font-size: 11px;
	line-height: 13px;
}
.callout h4, .callout h4 a {
	border-bottom: 1px solid #fc0;
	font-weight: bold;
	color: #b45038;
	padding: 3px 4px;
	font-size: 11px;
}
.callout ul {
	list-style: disc;
	margin-left: 15px;
	padding: 5px 5px 4px 3px;
	color: #744131;
}
.callout li {
	margin-bottom: 1px;
}
.callout p {
	padding: 5px;
}
.callout160 { margin: 10px 0; }
.callout330 {
	margin: 10px 0 10px 10px;
}
.callout330 .callout { padding: 0 10px; }
.callout330 .callout h4 {
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 3px 0;
}	
.bioFeed {
	padding: 0px 5px;
}
.bioFeed a {
	font-size: 11px;
	line-height: 13px;
}
#editor-bio .bioFeed p.feedTitle a {
	font-size: 1.4em;
	margin-left: -7px;
	text-decoration: none;
	color: black;
}
.bioFeed ul {
	list-style: none;
	margin-left: 5px;
	padding: 5px 5px 4px 3px;
	color: black;
}
.bioFeed li {
	margin-bottom: 5px;
	line-height: 13px;
}
.bioFeed p {
	padding: 5px;
}
.bioFeed #creditfooter {
	display: none;
}
#flickr-links {
	margin-top: 6px;
	border-top: 1px dotted #999;
	padding: 4px 0 5px 0;
	text-align: center;
	height: 12px;
	list-style: none;
}
#flickr-links li {
	width: 33%;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
#flickr-links li:first-child {
	text-align: left;
}
#flickr-links li:last-child {
	text-align: right;
}
#flickr-links li a {
	color: #666
}
#flickr-photos {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 5px 0;
	text-align: center;
}
#flickr-photos img {
	border: 1px solid #666;
	display: inline;
}
div.blogvert {
	width: 490px;
	margin-bottom: 10px;
	background-color: #d9d9d9;
}
div.blogvert h3 {
	background: transparent url(../images/top_cap_blogvertorial.gif) no-repeat;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 19px;
	color: #FFFFFF;
	margin: 0;
}
div.blogvert h3 a {
	color: #FFFFFF;
}
div.blogvert .blogvert-area {
	background-color: #d9d9d9;
	margin: 0;
	font-size: 12px;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
}
div.blogvert-area .blogvert-border {
	padding: 10px 10px 0 10px;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}
div.blogvert-area .head {
	color: #835A1C;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
div.blogvert .bottom-cap {
	width: 490px;
	height: 10px;
	background: #895d18 url(../images/bottom_cap_blogvertorial.gif) no-repeat;
}
div.blogvert-area .article-footer {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	border-bottom: 0;
}
.wayback {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
div.top-cap-article {
	width: 490px;
	height: 10px;
	background: transparent url(../images/clear-top-cap.gif) no-repeat;
	margin: 10px 0 0;
	padding: 0;
}
div.bottom-cap-article {
	width: 490px;
	height: 10px;
	background: transparent url(../images/clear-bottom-cap.gif) no-repeat;
    margin: 0 0 10px;
    padding: 0;
}
.article {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 2px;
	display: block;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
}
.article-bb {
	font-size: 12px;
	margin: 15px 0;
}
.article h1 {
	color: #7f655d;
	font-size: 32px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.article h2 {
	color: #7f655d;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.article img {
	float: right;
	margin: 3px;
}
#feature h4,
.content-area h4,
.article h4 {
	font-size: 11px;
	font-weight: bold;
	color: #ef6d1c;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.article p {
	margin-bottom: 10px;
}
.article li {
	margin-left: 25px;
}
.wrapper_plain .article { padding-bottom:15px; }
#feature a,
#featured-image a,
.article a {
	border-bottom: 1px dotted #7f655d;
}
#feature a:hover,
#featured-image a:hover,
.article a:hover {
	border-bottom-style: solid;
	text-decoration: none
}
#feature a.head, .feature a.head:hover,
.article a.head, .article a.head:hover {
	color: #000;
	border: 0;
	font-weight: bold;
}
#feature a.head:hover,
.article a.head:hover {
	text-decoration: underline
}
#feature ul,
.article ul {
	font-size: 12px;
	margin-left: 1em;
}
#feature blockquote,
.article blockquote {
	margin: 0 30px;
}
#feature_controls { /* , div.article_controls { */
	padding: 4px 6px;
	font-size: 1.15em;
}


.comment {
	width: 488px;

/* was 468 */
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	background-color: #FFFFFF;
}
.row {
	padding: 7px;
}
.row1 {
	background: white;
	padding-left: 10px;
	padding-right: 10px;
}
.row2 {
	background: #D5D0B5;
	padding-left: 10px;
	padding-right: 10px;
}
/* SEARCH RESULTS STYLES ~BF */
.search-results-table {
	padding: 2px;
	width: 455px;
	max-width: 455px;
}
.search-results-table .row1 {
        background: #faf7eb;
	padding: 2px;
}
#search-results {
	background: transparent;
	margin-bottom: 10px;
}
#search-results p {
	margin: 0;
}
.search_td_title{width:165px; max-width:165px;}
.search_td_excerpt{width:223px; max-width:223px; overflow:hidden;}
.search_td_date{width:63px; max-width:63px;}
/* END Search results styles */
.comment-credit {
	font-weight: bold;
}
.comment-footer {
	text-indent: 5px;
}
.comment small {
	font-size: 11px;
	display: block;
	color: #666;
}
.comment_form {
	padding-bottom: 20px;
}
.comment_form textarea {
	width: 465px;
	font-size: 13px;
}
.comment_form p {
	font-size: 13px;
	margin-bottom: 10px;
}
.comment_form .submit {
	border: 1px solid #7f655d;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	background: #f7eab6;
	color: #7f655d;
	cursor: pointer;
}
.comment h3,
.comment_form h3 {
	font-size: 13px;
	color: #7f655d;
	margin: 6px 0;
}

/* RIGHT COLUMN */
#editor-bio {
	background-color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
}
#editor-bio h3 {
	text-transform: uppercase;
	font-size: 9px;
	color: #b45038;
}
#editor-bio p {
	font-size: 10px;
	line-height: 12px;
	color: #666;
}
#editor-bio img {
	float: right;
	margin-right: 5px;
	border: 1px solid #666;
}
div.topround160 {
	height: 10px;
	background: transparent url(/images/clear-top-cap-160.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.bottomround160 {
	height: 10px;
	background: transparent url(/images/clear-bottom-cap-160.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.topround330 {
	width: 330px;
	height: 10px;
	background: transparent url(/images/clear-top-cap-330.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.bottomround330 {
	width: 330px;
	height: 10px;
	background: transparent url(/images/clear-bottom-cap-330.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.yellowround330 {
	height: 10px;
	background: transparent url(/images/yellow-top-cap-330.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.yellowtopround160 {
	height: 10px;
	background: transparent url(/images/yellow-top-cap-160.gif) no-repeat;
	margin: 0;
	padding: 0;
}
div.yellowbottomround160 {
	height: 13px; width:160px;
    overflow:hidden;
	background: url("/images/yellow-bottom-cap-160.gif") no-repeat scroll 0px -1px transparent;
	margin: 0;
	padding: 0;
    clear:both;
}
div.search-bar-top {
	width: 340px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/search_bar_top.gif) no-repeat;
}
div.search-bar-top .textfield {
	width: 240px;
	height: 14px;
	border: 0;
	background-color: transparent;
	padding: 2px 0 0 0;
	font-size: 11px;
	margin-left: 50px;
}
div.search-bar-top input.submit:hover {
	cursor: pointer;
}
.search input.submit {
	background-color:transparent;
	border:0 none;
	bottom:2px;
	height:19px;
	left:2px;
	position:relative;
	text-indent:-9999px;
	width:31px;
}
div#search-space-bottom {
	width: 1000px;
	height: 28px;
	text-align: right;
}
div.search-bar-bottom {
	width: 340px;
	height: 28px;
	background: transparent url(../images/search_bar_bottom.gif) no-repeat;
}
div.search-bar-bottom .textfield {
	width: 240px;
	height: 14px;
	border: 0;
	background-color: transparent;
	padding: 2px 5px 0 0;
	font-size: 11px;
	margin-top: 11px;
	position: relative;
	right: 13px;
}
div.search-bar-bottom input.submit:hover {
	cursor: pointer;
}
div.search-bar-bottom input.submit {
	left: -10px;
}
#right-side .button-ad {
	margin: 0 0 10px 10px;
	display: inline;
}
#right-side .newsgator {
	width: 330px;
	height: 280px;
	margin: 10px 0 10px 10px;
}
.newsgator_snowblog {
	margin: 10px 0;
}
div#footer {
	width: 1000px;
	height: 27px;
	background: transparent url(../images/footer.gif) no-repeat;
	font-size: 11px;
	color: #999;
	clear: both;
	padding-top: 5px;
}
div#footer .copyright {
	float: left;
	padding: 2px 0 0 10px;
	color: #000;
}

.blogvert-area img {
	margin-left: 6px;
}
#container #content p.small {
	font-size: 10px;
}
.comment_form .loggedOut form p {
	font-size: 14px;
}
.comment_form .loggedOut form h2 {
	font-size: 21px;
} 
.comment_form .loggedOut form {
	background: #E4C644;
	border: solid 1px #7A665D;
	margin: 5px 0 5px 108px;
	text-align: center;
	width: 17em;
}
#content .articleIMGwCaption {
	float: right;
	margin-left: 3px;
}
#content .articleIMGwCaption p {
	width: 90%;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 0;
}
#content .articleIMGwCaption .article img {
	float: none;
	margin: 0;
}
.copyright {
	font-size: .85em;
	color: silver;
	text-align: center;
	margin: 0 auto;
}

.col_right_ad_square {
	text-align:center;
	margin:10px 0px 10px 24px;
	width:300px; max-height:250px;
}
.col_right_ad_halfpage {
	text-align:center;
	margin:10px 0px 10px 24px;
	width:300px; max-height:600px;
}

.nw_twitter_timeline {
    width: 330px;
	margin:25px 0 10px 10px;
    position:relative;
}
.nw_twitter_timeline .nw_tweets {
	border: 1px #6C6B59;
    border-style: none solid; 
	padding: 10px 10px 23px 0;
	background-color: white;
    font-size: 14px;
}
.nw_twitter_timeline h4 {
		border-bottom:1px solid #E17020;
		color:#915C0E;
	min-height: 17px;
		font-size: 14px;
		font-weight: bold;
		margin:0 0 10px 10px;
		padding:0 53px 2px 0;
}
.nw_twitter_timeline img.nw_twitter_badge {
    position:absolute;
    width:48px; height:48px;
    right:16px;
    top:-16px;
    border:1px solid #6C6B59;
   }
.nw_twitter_timeline ul {
    list-style-type: none;
	font-size: 11px;
	font-weight: bold; /* */
	padding: 3px 1px 0 0;
	color: black;
	margin:0 0 10px;
}
.nw_twitter_timeline li {
    display:block; 
    margin:0 0 10px;
    padding:0 0 0 10px;
    background:transparent url("/images/twitter/twitter_box_small_bird_orange.gif") 5px 0px no-repeat;
/*    background:transparent url("/images/twitter/twitter_box_small_bird.gif") 5px 0px no-repeat; */
}
.nw_twitter_timeline p.nw_tweet {
    text-indent:23px;
/*    padding:2px 0 0 0; /* */
}
.nw_twitter_timeline .nw_twitter_when {
    float:right;
    border:1px #7F655D; border-style:none none dotted dotted;
    font-size:9px; font-weight:normal;
			color: #7F655D;
    padding:0 0 1px 1px;
    margin: 0 0 1px 2px;
}
.nw_twitter_timeline a {
				color: #6E5500;
				font-weight: bold;
                font-weight: normal;
}
.nw_twitter_timeline a:hover {
				text-decoration: underline;
}
.nw_twitter_timeline .nw_twitter_followlink {
    position:absolute;
    bottom:0px; right:22px;
    text-align:right;
    font-size:11px;
    padding:0 121px 11px 0;
}
.nw_twitter_timeline .nw_twitter_followlink a {
    padding-right:0.4em;
}
.nw_twitter_timeline .nw_twitter_followlink img {
    position:absolute;
    bottom:1px; right:5px;
}
.hide {
	display: none;
}
#twitter {
	position:relative;
	left:-9px;
	margin-bottom:6px;
}

/* NW Marketplace (CJ Affiliates) -- 09 Aug 2010 */
#nw_marketplace {
    width:300px;
    border:0; padding:0;
    margin:20px 0 10px 25px;
}
#nw_marketplace h4 {
    color:#E36F1E;
    text-align:left;
    border:1px black;
    border-style:none none solid none;
    padding:0 0 0 4px;
    font-size:1.7em;
    line-height:0.8em;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:lighter;
}
#nw_marketplace .smartzone {
    width:125px; max-width:125px;
    height:125px; max-height:125px;
    overflow:hidden;
    float:left;
    display:inline;
    text-align:center;
    margin:12px 12px 0;
}

/* Styles for hard-coded in-text images -- 15 Jul 2010 */
/* Extended with sidebar -- 25 Aug 2010 */
.hardcoded, .hardcoded img{width:270px;}
.hardcoded img{float:none; margin:3px 0;}
.in-text-left{float:left; margin:4px 10px 4px 0px;}
.in-text-right{float:right; margin:4px 0px 4px 10px;}
.in-text-right .image-caption{text-align:right;}
.sidebar {
    width:240px;
    padding:10px 15px; 
    background:#F4E5C3;
    border:1px solid #7F655D;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}




/*Next rules apply to http://newwest.net/conferences*/
.conferenceTitle {
	height: 60px;
	width: 160px;
	text-indent: -9999px;
	float: left;
}
.confDescription {
	clear: left;
}
#realEstateConf{
	background: url(/images/conference/REDNR.jpg)no-repeat center center;
}
#designConf {
	background: url(/images/conference/DTNW.jpg)no-repeat center center;
}
#planningConf {
	background: url(/images/conference/PITW.jpg)no-repeat center center;
}
.confInfo {
	padding: 7px 0;
}
.confInfo li{
	list-style-type: none;
	font-size: 1.5em;
	font-variant: small-caps;
	text-indent: 5px;
}
#confNewsletterSignup{
	border: 1px solid #efbb1b;
	text-align: center;
	width: 65%;
	padding: 5px;
	margin: 0 auto;
}
#confNewsSubmit {
	margin-top: 3px;
}
/*End Conference Rules*/

/* Temporary styles added for MortgageLoan.com widget integration. 07/2010 BF  */
#mortgage-loan-widget { width:300px;display: block; margin: 15px 0 15px 25px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color:#FFF; border:1px solid #9D9D9D; }
#mortgage-loan-widget a { font-weight: bold; }
#mortgage-loan-widget a.powered-by { font-size: 8px; }
#mortgage-loan-widget p { margin: 10px 0; padding: 0; }


