a 			{ color: #CC6633;}
a:link			{ color: #CC6633;}
a:visited		{ color: #CC6633;}
a:active		{ color: #692707;}
a:hover			{ color: #339900;}

body {
	text-decoration: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body#story.searchalpha dt { font-weight: bold;margin-top:10px;}
body#story.searchalpha dd { font-weight: normal;margin-bottom:4px;}
body#story.searchalpha dd a { font-weight: bold;}

#masthead {
	margin: 10px 0 0;
	padding: 0;
}

table#pageframe {
	background: #fff url(../bckgrnd.gif) repeat-y fixed left top;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #006633;
	margin: 0 0 20px;
	padding: 0;
}

td#content {
	font: 500 15px/17px Arial, sans-serif;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 10px 40px 20px;
}


h1, h2, h3, h4, h5, h6 {
	color: #006633;
}

h1 {
	font-size: 145%;
	margin: 10px 0 16px;
	line-height: 1.5;
}

h2, h3, h4, h5, h6 {
	margin: 24px 0 2px;
}

h2 { font-size: 125%; }

h3 { font-size: 120%; }

h4 { font-size: 115%; }

h5 { font-size: 110%; }

h6 { font-size: 100%; }

p {
	font: 500 15px/17px Arial, sans-serif;
}

dt {
	font-weight: bold;
}

/* container for story title and photo */

#storymast h1 {
	font-size: medium;
	color: #006633;
}

#storymast h2 {
	line-height:130%;
	color: #993300;
}

#storymast p {
	font-weight: bold;
	font-size: small;
	font-family:"times","Times New Roman";
	color: #996600;
}

#storymast p.auth {
	font-weight: bold;
	font-size: medium;
	color: #006633;
}


/* footer */

#footer {
	color: #000;
	font-size: small;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 30px;
}

#footer p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0 0 4px;
	padding: 0;
}

#footer p a:link,
#footer p a:visited {
	color: #063;
	text-decoration: none;
}

#footer p a:hover {
	color: #063;
	text-decoration: underline;
}

#footerLeft {
	text-align: center;
	float: left;
	margin-bottom: 0;
	padding: 0;
	width: 170px;
}

#footerLeft p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footerLeft span {
	margin: 0;
	padding: 0;
}

#subscribe {
	margin: 10px 0;
	text-align: center;
	padding: 4px;
}

#subscribe hr {
	width:145px;
	height:1px;
	color:#006633;
	margin:0;
	padding:0;
}

#recommend {
	text-align: center;
	font-size: x-small;
	float:right;
	margin: 10px 4px 0;
	padding: 2px;
}

#letter {
	text-align: center;
	font-size: x-small;
	float:right;
	margin: 10px 4px 0;
	padding: 2px;
}

#lastdate {
	color: #d2b48c;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	margin: 4px 0;
	padding: 0;
}


/* vertical side bar navigation */

ul.vnav {
	font-size: 110%;
	background-color: #006633;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.vnav li {
	color: #ffc;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	border-bottom: none;
	margin: 0;
	border-bottom: 1px solid #228b22;
}

ul.vnav li a {
	text-decoration: none;
	background-color: #006633;
	padding: 2px 0 4px 4px;
	width: 100%;
	display: block;
}

ul.vnav li a:link,
ul.vnav li a:visited {
	color: #ffc;
	text-decoration: none;
}

ul.vnav li a:hover {
	color: #ffd700;
	text-decoration: underline;
}

/* Vertical and Landscape Feature Photos */

#featurephotoport {
	float:left;
	margin: 0 20px 10px 0;
	background-color:#f5f5f5;
	text-align: center;
	padding: 4px;
	border: solid 1px #228b22;
}

#featurephotoport img {
	text-align: center;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

#featurephotoport p {
	color: #666;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	width: 200px;
	margin: 0;
	padding: 4px 2px 0;
}

#featurephotoport p span { color: #999; }


#featurephotoland {
	float:left;
	margin: 0 20px 10px 0;
	background-color:#f5f5f5;
	text-align: center;
	padding: 4px;
	border: solid 1px #228b22;
}

#featurephotoland img {
	text-align: center;
	width: 300px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

#featurephotoland p {
	color: #666;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	width: 300px;
	margin: 0;
	padding: 4px 2px 0;
}

#featurephotoland p span { color: #999; }


/* story floating images */

div.ifloatright,
div.ifloatleft {
	width: 200px;
	text-align: left;
	padding: 0;
}

div.ifloatright {
	float: right;
	margin: 0 0 20px 20px;
}

div.ifloatleft {
	float: left;
	margin: 0 20px 20px 0;
}

div.ifloatright p,
div.ifloatleft p,
div.ifloatright p span,
div.ifloatleft p span {
	font-size: x-small;
	text-align: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

div.ifloatright p,
div.ifloatleft p {
	color:#666;
	display: block;
	margin-bottom: 10px;
}

div.ifloatright p span,
div.ifloatleft p span,
div.hblock p span {
	color: #999;
}

div.ifloatright img,
div.ifloatleft img {
	text-align: center;
	width: 200px;
	margin:0 0 2px;
	padding: 0;
	border: solid 1px #000;
}

div.ifloatright a:link,
div.ifloatleft a:link,
div.ifloatright a:visited,
div.ifloatleft a:visited {
	color:#666;
	text-decoration: none;
}

div.ifloatleft p a:link img,
div.ifloatleft p a:visited img,
div.ifloatright p a:link img,
div.ifloatright p a:visited img {
	border: solid 1px #000;
}

div.ifloatleft p a:hover img,
div.ifloatright p a:hover img {
	border: solid 1px #000;
}

div.ifloatright a:hover,
div.ifloatleft a:hover {
	color: #336;
}

.floatright {
	float: right;
	margin: 0 0 5px 10px;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
}

#jumplinks {
	color: #006633;
	clear:both;
}

#jumplinks dt {
	margin-left: 40px;
	font-weight: bold;
}

#jumplinks dd {
	margin-left: 60px;
	text-align: left;
	font-size: x-small;
	font-family: Arial, sans-serif;
}

.squib {
	font-family: "Times New Roman", serif;
	color: #996600;
	border-top: 1px solid #dcdcdc;
	padding-top: .5em;
	clear:both;
}

.squib b {
	font-weight: bold;
	color: #006633;
}

/*
.dropcap {
	float:left;
	margin-top:0;
	color: #996600;
	padding-top:.2em;
	font-size:3em;
	height:1em;
	font-weight:bold;
	font-family:"times","Times New Roman";
} 
*/

.toolbar {
	text-align: left;
	float: right;
	margin: 0 0 10px;
	padding: 4px;
	border: double 3px #f5f5f5;
	font-size: x-small;
}

.toolbar img { margin-bottom: -5px; }

img.emailicon {
	float: left;
	padding: 0 4px 0 0;
}


/* multimedia icons */

ul.multimedia
{
list-style-type: none;
padding: 0;
margin: 0 20px;
}

li.speaker
{
background-image: url(/images/speaker_icon.gif);
background-repeat: no-repeat;
background-position: 0 .1em;
padding-left: 1.6em;
}

li.viewer
{
background-image: url(/images/viewer_icon.gif);
background-repeat: no-repeat;
background-position: 0 .1em;
padding-left: 1.6em;
}




/* Content Sidebars */


body#story table.sidebarmedium { 
	width:500px;
}

body#story table.sidebarmedium tr {
	background-color: #ffcc66;
}

body#story table.sidebarmedium th {
	font: bold 10pt verdana;
	color: #006633;
}

body#story table.sidebarmedium td {
	background-color: #ffcc99;
	font: 8pt arial;
	color: #006633;
}

body#story dl.sidebarmedium {
	text-align: left;
	width:500px;
}

body#story dl.sidebarmedium dt {
	background-color: #ffcc66;
	font: bold 10pt verdana;
	color: #006633;
	text-align: center;
	margin: 10px 0 2px;
	padding: 10px;
}

body#story dl.sidebarmedium dd {
	background-color: #ffcc99;
	color: #006633;
	font-family: arial;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 4px;
}

body#story dl.sidebarmedium dd p {
	font-size: small;
	margin: 0;
	padding-bottom: 10px;
}

body#story dl.sidebarmedium dd ul {
	font-size: small;
}

body#story p.author { font-style: italic; }


/* Letter Conversations */

.readerwrites {
	margin: 10px 40px;
	padding: 10px;
	border: double 3px #dcdcdc;
}

.wnrmagreply {
	background-color: #f5f5f5;
	margin: 10px 40px;
	padding: 10px;
	border: dashed 2px #dcdcdc;
}

.readerwrites p.author {
	font-size: small;
	text-align: right;
}


/* Previous Issue Index */

#previous h1 {font-size: medium;}
#previous h2 {font-size: medium; color:#006633; margin-top: 40px;}

#previous .toolbar p {margin:0;font-size:small; color:#006633;}

#previous .toolbar ul {
	margin: 0 30px 0;
	font-size:x-small;
	color:#dcdcdc;
}

#previous #months {
	font-size:x-small;
	list-style-type: none;	
}



#previous ul#months
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#months li
{
display: inline;
list-style-type: none;
}

#months a { padding: 3px 10px; }

#months a:link, ##months a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#months a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


#previous dl {
	margin-left:40px;}

#previous dd {
	margin: 4px 0 10px;
}


/* various classes */

.clear {clear: both;}
.links {font-size: x-small;}