/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


body {
	margin: 0px 0px 0px 0px;
	text-align: center;
        background-image: url(http://www.copper-nickel.org/images/buffalo.jpg);
       background-position: 700px 300px;
	background-repeat: no-repeat;
	}

A:link {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: black;}


A.top {color: gray; text-decoration: none;}
A.top:hover {color: black; text-decoration: underline;}
A.top:hover:visited {color: black; text-decoration: underline;}
A.top:active {color: red; text-decoration: underline;}
A.top:visited {color: gray; text-decoration: none;}
A.top:visted:hover {color: black; text-decoration: underline;}
A.top:visited:active {color: red;}



#content {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	}

#banner {
	width: 980px;
	height: 150px;
	background-color: white;
	background-image: url(images/CN10_banner.jpg);
	background-repeat: no-repeat;
        overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.jtitle {
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 36pt;
	line-height: 110%;
	}
.jdescript{
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 14pt;
	line-height: 110%;
	}
.jnumber{
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 14pt;
	line-height: 110%;
	}

.invisible{
	display: none;
	}

#headlink {
	width: 980px;
	height: auto;
	background-color: white;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 140%;
	font-family: Georgia, Times, serif;
       font-style: italic;
       text-align: center;
	}
	
.headlinkz {
	font-size: 11pt;
	color: gray;
       font-style: italic;
	}

#main_container{
	width: 980px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#subscribe_mail {
margin: 0px 4px 0px 4px;
padding: 10px 20px 10px 20px;
	font-family: Georgia, Times, serif;
 }

#main{
	width: 520px;
	float: left;
	padding: 5px 20px 5px 10px;
	margin: 0px 15px 0px 0px;
	font-family: Georgia, Times, serif;
	color: black;
	line-height: 150%;
	}

ul {
	line-height: 150%;
}

#side{
	width: 360px;
	padding: 5px 5px 5px 10px;
	margin: 0px 10px 0px 0px;
	float: right;
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	color: black;
       line-height: 150%;
	}

.annc {
	font-style: italic;
       font-weight: bold;
       font-size: 125%;
       text-align: left;
	}

#links {line-height: 150%;}

#foot_spacer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1pt;
	line-height: 5%;
	}

#foot {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-top: 1px solid gray;
	}

.legal {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: gray;
	font-size: 8pt;
	text-align: center;
	line-height: 110%;
	}

p {}
td {}

.content_heading {
	font-family: Georgia, Times, serif;
	color: FFFFFF;
	font-size: 16pt;
	line-height: 140%;
	}

.content_title {
	font-family: Georgia, Times, serif;
	color: FFFFCC;
	font-size: 12pt;
	line-height: 125%;
	}

.content_author {
	font-family: Georgia, Times, serif;
	color: FFFF99;
	font-size: 14pt;
	line-height: 125%;
	}

.item_title {
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 18pt;
	line-height: 125%;
	}

.item_author {
	font-family: Georgia, Times, serif;
	color: FFFFCC;
	font-size: 14pt;
	line-height: 125%;
	}

.text_fiction {
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 12pt;
	line-height: 125%;
	}

.text_poetry {
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 12pt;
	line-height: 125%;
	}

.side_heading {
	font-family: Georgia, Times, serif;
	color: FFFFFF;
	font-size: 10pt;
	text-decoration: underline;
	line-height: 140%;
	}

.boxpara {line-height: 130%; text-align: justify;}


form, input { margin: 0; padding: 0; }

a img { border: 0; }





/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
   font-size: 10pt;
   color: gray;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}




.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #FF6600;
   padding: 5px;
   color: #fff;
   background: #FF9900;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }



.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   padding: 0 0 0 0px;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #FF9900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #FFCC00;
}

.comments-open-footer
{
   margin: 10px 0;
}

.adminmessage {
     width: 80%;}

.required {
     font: courier;
     color: red;
}

#side_spacer {
     border-bottom: 1px dotted #CCCCCC;
     margin-bottom: 40px;
}

#sponsors {}
.sponsor_head {
     font-weight: bold;
     font-style: uppercase;
     border-bottom: 1px solid gray;
     margin-bottom: 20px;}
.sponsoricon {vertical-align: middle;}

.cvr {
       margin: 5px 1px 5px 5px;
}