/* 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;
}
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;
	position: relative;
}
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: left;
	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 ///////////////*/
div#header {
	background: transparent url(../images/front_page_header.jpg) no-repeat;
	height: 91px;
	width: 1000px;
	font-size: 1em;
}
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 {
	position: relative;
	top: 1px;
	left: 415px;
	width: 585px;
	height: 18px;
}
div#bottom-nav ul {
	position: relative;
	top: 0;
	left: 410px;
	width: 575px;
	height: 18px;
}
div#top-nav ul li, div#bottom-nav ul li {
	list-style: none;
	position: absolute;
	top: 0;
}
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 {
	background: url(../images/new_top_nav_login.gif);
}
ul#top-logout {
	background: url(../images/new_top_nav_logout.gif);
}
li#top1 {
	left: 0;
	width: 83px;
}
li#top2 {
	left: 84px;
	width: 74px;
}
li#top3 {
	left: 158px;
	width: 90px;
}
li#top4 {
	left: 248px;
	width: 82px;
}
li#top5 {
	left: 330px;
	width: 100px;
}
li#top6 {
	left: 430px;
	width: 56px;
}
li#top7 {
	left: 486px;
	width: 74px;
}
li#top8 {
	left: 550px;
	width: 24px;
}
ul#top-login li#top1 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) 0 -18px no-repeat;
}
ul#top-login li#top2 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -84px -18px no-repeat;
}
ul#top-login li#top3 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -158px -18px no-repeat;
}
ul#top-login li#top4 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -248px -18px no-repeat;
}
ul#top-login li#top5 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -330px -18px no-repeat;
}
ul#top-login li#top6 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -430px -18px no-repeat;
}
ul#top-login li#top7 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -486px -18px no-repeat;
}
ul#top-login li#top8 a:hover {
	background: transparent url(../images/new_top_nav_login.gif) -550px -18px no-repeat;
}
ul#top-logout li#top1 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) 0 -18px no-repeat;
}
ul#top-logout li#top2 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -84px -18px no-repeat;
}
ul#top-logout li#top3 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -158px -18px no-repeat;
}
ul#top-logout li#top4 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -248px -18px no-repeat;
}
ul#top-logout li#top5 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -330px -18px no-repeat;
}
ul#top-logout li#top6 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -430px -18px no-repeat;
}
ul#top-logout li#top7 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -486px -18px no-repeat;
}
ul#top-logout li#top8 a:hover {
	background: transparent url(../images/new_top_nav_logout.gif) -550px -18px no-repeat;
}
/* 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;
	text-transform: uppercase;
}
div.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav-menu li {
	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: 20px;
	color: #64615C;
	padding: 3px 0 0 24px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../images/menu-item.gif) no-repeat;
	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.left-ad {
	margin-bottom: 10px;
}
div.story-box {
	width: 160px;
	margin-bottom: 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;
}
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;
}
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;
}
.bioFeed {
	padding: 0px 5px;
}
.bioFeed * {
	font-size: 11px;
	line-height: 13px;
}
.bioFeed ul {
	list-style: disc;
	margin-left: 15px;
	padding: 5px 5px 4px 3px;
	color: black;
}
.bioFeed li {
	margin-bottom: 1px;
}
.bioFeed p {
	padding: 5px;
}
#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: 0;
	padding: 0;
}
div.bottom-cap-article {
	width: 490px;
	height: 10px;
	background: transparent url(../images/clear-bottom-cap.gif) no-repeat;
}
.article {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	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, .content-box .content-area .superscript {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ef6d1c;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.article p {
	margin-bottom: 10px;
}
.article li {
	margin-left: 25px;
}
.comment {
	width: 488px;

/* was 468 */
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	border-left: 1px solid #6C6B59;
	border-right: 1px solid #6C6B59;
	background-color: #FFFFFF;
}
.row1 {
	background: #faf7eb;
	padding-left: 10px;
	padding-right: 10px;
}
.row2 {
	background: #faf8f1;
	padding-left: 10px;
	padding-right: 10px;
}
.comment small {
	font-size: 11px;
	display: block;
	color: #666;
}
#comment_form {
	margin-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.search-bar-top {
	width: 340px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/search_bar_top.gif) no-repeat;
}
.search .textfield {
	width: 240px;
	height: 16px;
	border: 0;
	background-color: transparent;
	padding: 3px 0 0 0;
	font-size: 13px;
	margin-left: 50px;
	position: relative;
	bottom: 2px;
}
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 {
	margin-top: 11px;
	right: 11px;
}
div.search-bar-bottom input.submit:hover {
	cursor: pointer;
}
div.search-bar-bottom input.submit {
	border: 0;
	background-color: transparent;
	padding-right: 10px;
}
#right-side .button-ad {
	margin: 0 0 10px 10px;
	display: inline;
}
#right-side .newsgator {
	width: 330px;
	height: 280px;
	margin: 10px 0 10px 10px;
}
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;
}
.alignRight {
	text-align: right;
}
#content .articleIMGwCaption {
	float: right;
	margin-left: 3px;
}
#content .articleIMGwCaption p {
	width: 90%;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 0;
	color:#B45038;
}
#content .articleIMGwCaption img {
	float: none;
	margin: 0;
}

