/* Globals */
body {
    margin: 0px;
    padding: 0px;
    background: #e9e9df url(../images/anr.gif) repeat-y;
    font: normal 12px "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #000;
    text-align: left;
    border: 0px;
}

.skipper {
    height: 0px;
    width: 0px;
    overflow: hidden;
    position: absolute;
}

.spacer {
  clear: both;
  display: inline;
  height: 0px;
}

img {
    border: 0px;
}

label {
	cursor: pointer;
}

img.rai {
	float: right;
	margin-left: 5px;
}

img.framed {
	padding: 5px; 
	border: 1px solid #999; 
	background: white;
}

img.lai {
	float: left;
	margin-right: 5px;
}

kbd {
	color: blue;
	font-weight: bold;
}

div#header 
{
    background: #fff;
}

div#header img {
    width: 740px;
    height: 61px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Bright", Georgia, Times, serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
	 color: #900;
}

h1 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 8px;
}

h2 {
    font-size: 18px;
}


h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h2 a:link, h2 a:visited {
	color: #900;
	text-decoration: none;
}

h2 a:hover {
	color: #800;
	text-decoration: underline;
}

input, textarea, option, select {
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.pushbutton {
    border: 1px solid #000;
    height: 24px;
}


a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    font-weight: normal;
}

a.smalltext:link,a.smalltext:visited,a.smalltext:hover,a.smalltext:active
{
    text-decoration: none;
} 

a:hover {
    text-decoration: underline;
}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dotted;
    cursor: help;
}

p {
    line-height: 1.5em;
    margin: 1.2em 0px;
}

dl {
    margin-top: 5px;
}

dt {
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

dd {
    color: #333;
    font-size: 11px;
    margin-left: 8px;
}

blockquote {
  border-bottom: 5px solid #CCCCCC;
  border-top: 5px solid #CCCCCC;
  color: #009933;
  margin: 15px 30px;
  padding: 0px;
}

div.table .trow {
    margin-bottom: 10px;
}

div.table span {
    display: block;
}

.error {
  background-color: #FA8072;
  border: 1px solid #FF0000;
  color: #FFFFFF;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}

em {
    font-weight: bold;
}

/* ----------------------------------------
Page specifics
-------------------------------------------*/
#pagebody {
    text-align: left;
    margin-left: 10px;
}

#menu {
    position: relative;
    margin: 0;
    padding: 5px 7px 0px 0px;
    background: #fff;
    height: 30px;
    }

#menu ul {
    text-align: center;
    margin: 0; 
    padding: 0;
}    
    
#menu li {
    margin: 0; 
    padding: 0;
    padding-right: 2px;
    display: inline;
    list-style-type: none;
    background: #fff url(../images/navseparator.gif) 100% 50% no-repeat;
    }

#footer li.copyright
{
    background-image: none;
    padding-right: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    letter-spacing: 1px;
}

#menu li.last a:link, #menu li.last a:visited {
    margin-right: 0;
}
    
#menu a:link, #menu a:visited
{
    font-size: 14px;
    font-weight: bold;
    margin: 4px 10px 0 10px;
    padding-bottom: 2px;
    text-decoration: none;
    border: none;
    color: #000;
}

#menu a:link.active, #menu a:visited.active, #menu a:hover {
    color: #bababa;
    }
    
#maincontent
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
}

#supportingtextwrap ul, #supportingtextwrap ol {
	padding-left: 15px;
	margin-left: 15px;	
}

#supportingtextwrap
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.supportingtext {
    margin: 10px 20px 0px 10px;
    padding: 0px;
    height: 100%;
}

.supportingtext ul {
    margin-left: 15px;
    list-style-type: disc;
}

.supportingtext li {
    margin-bottom: 7px;
    margin-top: 7px;
}

#featured {
    padding: 0px;
    margin: 0px;
}

#footer
{
    font-size: 10px;
    margin: 0;
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: left;
    background-image: url(App_Themes/SnowCoveredMountain/Images/SkogsBlog-Header.png);
    background-repeat: no-repeat;
    background-color: white;
}

#footer li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}

#footer li.first
{
    margin-left: 160px;
}

#footer li a {
}

#footer a:link, #footer a:visited
{
    font-size: 11px;
    font-weight: bold;
    margin: 4px 10px 0 10px;
    padding-bottom: 2px;
    text-decoration: none;
    border: none;
    color: #000;
}

#footer a:link.active, #footer a:visited.active, #footer a:hover
{
    color: #ff0000;
}

#legal {
    background: #e9e9df url(../images/legalbg.gif) repeat-x top;
    font-size: 10px;
    padding: 10px;
}

/* ----------------------------------
Sidebar links
-------------------------------------*/
#sidebar
{
    font-size: 11px;
    border: none;
    vertical-align: top;
}

#sidebar .heading {
    color: #fff;
    border-bottom: 1px solid white;
    font-variant: small-caps;
    font-size: 12px;
    margin-bottom: 10px;
}

.links {
    margin: 0 0 10px;
    border: none;
    padding: 0px;
}

.links li {
    margin: 0px 5px 0px 0px;
    border: none;
    list-style: none;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left;
	 padding-left: 7px;
}

.links a {
    width: 99.99%;
    display: block;
}

.links a:link,
.links a:visited,
.links a:active {
    border: 1px solid #aaa;
    text-decoration: none;
    padding: 0px 2px;
    color: #000;
}

.links a:hover {
    border: 1px solid #ccc;
    color: #fff;
    padding: 0px 2px;
}

/* ---------------------------
Articles
-----------------------------*/
.blurb {
    background: transparent;
    font-weight: bold;
}

div.artpub, div.postpub {
    font-size: 10px;
    color: #666;
    text-align: right;
}

div.artaux {
    text-align: right;
    margin: 5px 0px 30px;
}

div.artaux img {
    padding: 0px 2px 0px 10px;
    vertical-align: middle;
}

code {
    color: #990000;
    font-size: 1.1em;
}
/*
pre {
    font-size: 12px;
    color: #333;
    background: #eee;
    border: 1px dotted #fff;
    padding: 5px;
}
*/
form {
	margin: .5em 0;
	padding: 0;
}

pre.definition {
    width: 485px;
    overflow: auto;
}

p.warning {
    border: 1px solid red;
    background: #fcc;
    padding: 5px;
}

p.note {
    border: 1px solid #f90;
    background: #fc9;
    padding: 5px;
}

div#footerextras {
    margin-top: 10px;
}

div#footerextras a {
    border: none;
}

img.fli {
    border: none;
    float: left;
    margin: 0px 10px 0px 0px;
}

/* -----------------------------------------------
Page banners
-------------------------------------------------- */
.pagebanner {
    height: 30px;
    width: 530px;
    position: relative;
    margin: 0px;
    color: #eee;
}

.pagebanner span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 
#homebanner span { background: url(../images/welcome.gif) no-repeat; }
#aboutbanner span { background: url(../images/about.gif) no-repeat; }
#resbanner span { background: url(../images/resources.gif) no-repeat; }
#booksbanner span { background: url(../images/books.gif) no-repeat; }
#pnfbanner span { background: url(../images/pnf.gif) no-repeat; }
#errbanner span { background: url(../images/error.gif) no-repeat; }
#articlebanner span { background: url(../images/articles.gif) no-repeat; }
#discussbanner span { background: url(../images/discuss.gif) no-repeat; }
#sitemapbanner span { background: url(../images/sitemap.gif) no-repeat; }
#toolsbanner span { background: url(../images/tools.gif) no-repeat; }
#wlbanner span { background: url(../images/blog.gif) no-repeat; }
#searchbanner span { background: url(../images/search.gif) no-repeat; }
#srvbanner span { background: url(../images/survey.gif) no-repeat; }
#hofbanner span {	background: url(../images/hof.gif) no-repeat; }
#servicebanner span { background: url(../images/services.gif) no-repeat; }
#memberbanner span { background: url(../images/subscription.gif) no-repeat; }

/*-------------------------------------------------------
Book listings
---------------------------------------------------------*/
div.bk {
    float: left;
    border: none;
    background: transparent;
    border: none;
    width: 490px;
    margin: 5px 0px;
    padding: 5px 5px 5px 0px;
}

.bklink img {
    float: left;
    margin-right: 10px;
}

.bktitle, .bkauthors, .bkpubdate {
    display: block;
}

.bkpubdate {
    font-size: 11px;
    color: #999;
    font-style: italic;
    font-weight: normal;
}

a.bktitle {
    font-weight: normal;
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 14px;
    margin-bottom: 5px;
}

a.bktitle:link, a.bktitle:visited, a.bktitle:visited {
    color: #900;
    text-decoration: none;    
}

a.bktitle:hover {
    color: #900;
    text-decoration: underline;
}

#bksort {
    background: #999;
    padding: 5px;
    color: #fff;
}

/*----------------------------
Most recent articles
------------------------------*/
.mra {
    margin-bottom: 20px;
}

.mrapub {
    color: #999;
    font-size: 11px;
	 margin: 2px 0;
}

.mrablurb {
    font-size: 11px;
    line-height: 1.5em;
    color: #000;
    margin: 5px 0px;
}

/*-----------------------------------
Article comments
-------------------------------------*/
div.post {
    border-bottom: 2px solid #ccc;
    padding: 5px 0px;
    font-size: 12px;
}

div.post img {
	vertical-align: middle;
}

div.posttext
{
    background: #eee;
    border: 1px dotted #fff;
    margin: 5px 0px;
    padding: 5px;
    font-size: 10pt;
    font-family: Verdana;
}

div.posttext pre {
	background: #e9e9df;
}

div.posttext h2 {
	line-height: 1.3em;
}

.poststats {
	font-size: 11px;
}

.poststats img {
	vertical-align: middle;
}

.poststats a:link, .poststats a:visited {
	text-decoration: none;
}

.poststats a:hover {
	text-decoration: underline;
}

.submitpanel {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
    background: #eee;
    border: 1px dotted #fff;
    padding: 5px 5px 5px 7px; 
}

span.postdate {
    color: #999;
}

.postnr {
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #990000;
}

/* Validation summary override */
.vsummary {
   background-color: transparent;
   border: 1px solid #FF0000;
   color: #FFF;
   margin: 0px auto;
   width: 100%;
   padding: 3px;
   margin: 0px;
   background: #fc9;
}

/* Table styles */
/*table
{
    font: 10pt 'Courier New';
    text-align: left;
    border: 1px dotted #fff;
}

th {
     background: #fff;
     text-align: center;
     height: 20px;
}

tr.alt {
    background-color: #ddd;
}
*/
.hint {
     font-size: 10px;
}

.required {
    color: #f00;
}

.match {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
}

.match .summary {
	margin-left: 15px;
}

#survey {
	list-style-type: decimal;
}

.question {
	margin-bottom: 15px;
}

.question .freeform {
	width: 90%;
}

.question table {
	border: none;
	background: transparent;
}

.tburl {
	font-size: 11px;
	font-style: italic;
}

#postnav {
	text-align: right;
}

/* Home page */
#lcol {
	float: left;
	padding-right: 9px;
	width: 249px;
	width: 240px;
}

#rcol {
	float: right;
	padding-left: 9px;
	width: 249px;
	width: 240px;
}

#lcol h4, #rcol h4 {
	line-height: 20px;
	margin-bottom: 7px;
	background: url(../images/pnlheader.png);
	color: #fff;
	padding: 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.panel h2 {
	line-height: 130%;
}

/* Weather */
#weather {
	font-size: 11px;	
	margin-bottom: 10px;
	width: 240px;
	float: left;
}

#weather div.misc {
	margin-left: 45%;
}

#conditions {
	text-align: center;
	float: left;
	width: 42%;
	margin-right: 5px;
	border-right: 1px solid #999;
}

.temp {
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #800;
	display: block;
	margin-bottom: 8px;
}

* html .icon {
	border: 1px dotted #999;	
}

.panel {
	 clear: both;
}

.panel p {
	margin-top: 0px;
	font-size: 11px;
	line-height: 150%;
}

.desc {
	display: block;
}

.goto {
	vertical-align: middle;
}

/* Polls */
#poll {
	font-size: 11px;
	margin-bottom: 10px;
}

#poll img {
	vertical-align: middle;
}

#poll table {
	font-size: 11px;
	background: #e9e9df;
	border: none;
	margin-bottom: 5px;
}

#pollvotes {
	table-layout: fixed;
	width: 240px;
}

#polloption {
	width: 190px;
}

.votepercentage {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

#poll .alt {
	background: #eee;
}

.votecount {
	font-size: 8px;
	color: #800;
	vertical-align: sub;
}

/* Image replacement */
span.dotIR-alternate {
	position: absolute;
	left: -100em;
	width: 100em;
}

.dotIR-replaced {
	visibility: visible !important;
}	  

.update {
	border-top: 3px double #f90;
	border-bottom: 3px double #f90;
}

.wide-advertisement
{
    text-align: center;
}

.advertisement
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.highlight
{
    background: yellow;
}

.align_top
{
    vertical-align: top;
}

.blog_entry_title_bar
{
    font-size: 10pt;
    background-color: #D8E4F8;
    font-variant: small-caps;
    color: #000099;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: Verdana;
}

.blog_entry_title_bar_recent
{
    font-size: 10pt;
    background-color: #D8E4F8;
    font-variant: small-caps;
    color: #000099;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: Verdana;
}

.blog_entry_title
{
    font-size: 14pt;
    font-variant: small-caps;
    color: #000099;
    font-weight: bold;
}

.blog_entry_title_recent
{
    font-size: 12pt;
    font-variant: small-caps;
    color: #000099;
    font-weight: bold;
}

.blog_entry_link
{
    font-size: 14pt;
    color: #00ff99;
    font-family: 'Courier New' , Verdana;
}

.blog_entry_date
{
    font-size: 8pt;
    color: #969696;
    text-align: right;
    padding-left: 5px;
}

.blog_entry_list
{
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    overflow: auto;
    height: 550px;
    width: 20%;
}

.blog_entry_data
{
    padding: 5px;
    float: left;
}

.no_scroll_bar
{
    overflow: hidden
}

.right_align
{
    text-align: right;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}


