/*	Moonshine Ink Sylesheet Copyright 2007
	by Mark Eagleton http://design.thebigreason.com
***********************************************************/

body {
	margin: 0px;
	text-align: center;
	font: 11px/1.5em Verdana,Helvetica,Arial,sans-serif;
	background: url("../img/main_bg.jpg") top right no-repeat #F2EFE8;
}
body_new {
	margin: 0px;
	text-align: center;
	font: 11px Verdana,Helvetica,Arial,sans-serif;
	background: url("../img/main_bg.jpg") top right no-repeat #F2EFE8;
}
body_print {
	margin: 0px;
	font: 11px/1.5em Verdana,Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 2em;
	margin-top: 10px;
	line-height: 1.5em;
}

h2 {
	font-size: 1.2em;
	color: #666;
}

h3,h4 {
	font-size: 1.25em;
}

h1,  h2, h3,{
	font-family: "Arial Black",Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
ol {
	font-family: "Arial",Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
h1 span {
	font: 14px/1.5em Futura,Helvetica,Arial,sans-serif;
	color: #666;
	position: absolute;
	right: 0;
	bottom: 2px;
}

h1 small, h2 small {
	font: 12px/1.5em Verdana,Helvetica,Arial,sans-serif normal;
}

h4 {
	border-bottom: 1px dashed #999;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin: 0;
	color: #666;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}

a:focus {
	outline: none;
}
#gallery {
	float:right;
	border: 1px solid #CCCCCC;
	width: 190px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #999;
}
#gallery ul {
    list-style: none outside none;
	margin: 0;
    padding: 5px;
}
#gallery ul li {
    border: medium none;
    float: left;

}
#gallery ul img {
    border: 5px solid #EFEFEF;
}
#gallery ul a:link {
	border-bottom: none;
}
#gallery ul a:hover img {
    border: 5px solid #EFEFEF;
    color: #FFFFFF;
}
#gallery ul a:hover {
    color: #FFFFFF;
}
ol {
	/*padding-left: 10px;*/
	color: #666;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

pre {
	font: 11px/1.5em Monaco, "Courier New", monospace;
	color: #333;
	margin-left: 200px;
}

/*	Structure
***********************************************************/

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#main, #main_new, .sidebar {
	float: left;
}

#main {  /*added column "lines" here*/
	width: 620px;
	padding: 10px 8px 8px 8px;
	margin: 0 10px;
	border-left: 1px solid #9f8b70;
	border-right: 1px solid #9f8b70;
}
#main_new {
	width: 620px;
	padding: 10px;
	margin: 0 0px;
	margin-top: 0px;
}
#footer {
	background: url('../img/footer_bg.jpg') repeat-x;
	margin-top: 20px;	
	padding: 10px;
	color: #fff;
}

#footer p {
	margin: 10px 0 0 0;
}

.sidebar {
	width: 150px;
}

.tile {
	display: block;
	margin-bottom: 20px;
}

.col {
	width: 290px;
	float: left;
	margin-bottom: 20px;
	margin-right:10px;
}


.col h3 {
	margin: .5em 15px;
	font-size: 12px;
	line-height: 1.5em;
	max-width:290px;
}

.col p {
	margin: .5em 15px;
	max-width:290px;
}

.last {
	margin-left: 20px;
}

.last + * {
	clear: both;
}

.clear {
	clear: both;
}

.empty {
	clear: both;
	height: 0;
}

.main_ad {
	margin: -10px 0 20px 0;
	height: 75px;
	padding-top: 20px;
	background: url('../img/ad_main_bg.png') no-repeat;
	text-align: center;
}

.main_ad a {
	border: none !important;
}

.side_ad {
	margin: 0 0 20px 0;
	min-height: 150px;
	padding-top: 20px;
	background: url('../img/ad_side_bg.png') no-repeat;
	text-align: center;
}

#featured_story {
	background: url('../img/main_bg.jpg') right -120px;
	border: 3px double #dbd8c7;
	padding: 10px;
	margin-bottom: 20px;
}

#featured_story h1, #featured_story h2 {
	line-height: 1.25em;
}

#featured_story img {
	width: 260px;
	height: auto;
	background: #f2efe8;
	padding: 5px;
	border: 1px solid #ccc;
}

#featured_story a {
	border-bottom: none !important;
}
#featured_story strong {
	color: #999;
}
.article_index {
	clear: both;
	padding: 10px 0;
}

.article_index h3, .article_index p {
	margin: 0;
}

.article_index img, .article_index span {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
	height: auto;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 0px;
}

.article_index span {
	height: 62px;
	width: 102px;
	border: none;
	display: block;
}

.article_index div {
	width: 270px;
}

.article_index strong {
	color: #999;
}

.article_index a:hover img {
	border: 1px solid #B1B1B1;
}

.main_image, .article_images, .text_sidebar {
	border: 1px solid #ccc;
	padding: 5px;
	color: #7F7F7F;
	margin: 0 0 15px 0;
	clear: both;
}

.main_image {
	max-width: 586px !important;
}

.main_image p, .article_images p {
	margin: 0;
}
.print_box {
	border: 1px solid #ccc;
	padding: 5px;
	color: #7F7F7F;
	margin-right:20px;
	clear: both;
	float: right;
}
.article_images, .text_sidebar {
	clear: both;
	width: 180px;
	margin: 0 0 20px 20px;
	display: block;
	float: right;
}

.article_images p {
	margin-bottom: 20px;
}

.article_images .last {
	margin: 0;
}

.article_images a, .print_box a, .main_image a {
	border-bottom: none !important;
}

/*** Navigation ***/

a:link, a:visited {
	color: #666;
}

a:hover {
	color: #000;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #000;
	border: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #333;
	border-bottom: 1px solid #9e0001 !important;
}

#container a:link, #container a:visited {
	text-decoration: none;
	border-bottom: 1px solid #9e0001;
}

#container .sidebar a {
	text-decoration: underline;
	border-bottom: none;
}

#topnav, .subnav, #botnav {
	padding-left: 0;
	margin: 0;
}

#topnav {
	background: url('../img/header_bg.jpg') repeat-x;
	padding: 111px 0 5px 0;
	margin-bottom: 10px;
}

#topnav li, .subnav li, #botnav li, #calnav li {
	display: inline;
}

#topnav li, #botnav li, #calnav li {
	margin: 0 0 0 5px;
}

#bhome #nhome a, 
#bcurrent #ncurrent a, 
#barchives #narchives a, 
#bclassifieds #nclassifieds a, 
#babout #nabout a, 
#badvertise #nadvertise a, 
#bdistribution #nabout a, 
#bcontact #ncontact a, 
#bcalendars #ncalendars a {
	background: #f2efe8;
	border-top: 2px solid #fffffb;
}

#babout #snabout a, 
#badvertise #snadvertise a, 
#bdistribution #sndistribution a {
	color: #fff;
	background: #9e0001;
}

.subnav {
	line-height: 30px;
	margin-bottom: 5px;
}

.tab a {
	padding: 4px 8px 5px 8px;
	border-bottom: none !important;
	font-weight: bold;
}

.tab {
	line-height: 2em;
	border-bottom: 1px solid #9e0001;
}

#calnav {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 1px;
}

#calnav a {
	padding: 5px;
	color: #fff !important;
}

#breadcrumbs ul {
	padding: 0;
}
#announcement {
	float: center;
	margin-right: 15px;
	margin-left: 15px;

}
#search {
	float: right;
	margin-top: -29px;
}

#topnav a {  /*this controls topnav color*/
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#topnav a:hover {  /*controld topnav hover color*/
	color: #9f8b70;
	font-weight: bold;
}

#botnav a {
	color: #333;
}

#botnav a:hover {
	color: #000;
}

#masthead {
	position: absolute;
	top: 0;
	width: 99%;
	padding: 0;
	margin: 0;
	color: #fff;
}

#masthead ul {
	padding: 0;
	margin-top: -2px;
}

#masthead ul li {
	display: inline;
	margin: 0 10px;
}

#masthead p {
	color: #E78F73;
	margin-top: -10px;
}

#archives_form fieldset {
	border: none;
	background: url('../img/main_h2_red_bg.png') no-repeat;
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: #fff;
	height: 40px;
	line-height: 36px;
}

#archives_form legend {
	display: none;
}

#archives_form fieldset p {
	margin: 0;
}

#archives_form label {
	font-family: "Arial Black",Helvetica,sans-serif;
	font-size: 16px;
	width: 230px;
	text-align: left;
}

/*** Sidebars ***/

#signup, #weather {
	padding: 10px;
	font-size: 10px;
	background: #B32108;
	color: #fff;
	background: url('../img/advertisers_bottom.png') no-repeat bottom #B32108;
}
#advertisers {
	line-height: 1.25em;
	padding: 2px;
	font-size: 10px;
	background: #B32108;
	color: #fff;
	background: url('../img/advertisers_bottom.png') no-repeat bottom #B32108;
}

#advertisers  a{
	text-decoration:underline;
}	
#advertisers h2, #weather h2 {
	background: url('../img/advertisers_top.png') no-repeat top;
	margin: -10px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
#signup h2{
	background: url('../img/advertisers_top.png') no-repeat top;
	margin: -10px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
}

#advertisers h2 span, #signup h2 span, #weather h2 span {
	display: block;
	text-indent: -9999px;
	height: 25px;
}

#advertisers h3 {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
}
#announcement h3 {
	font-size: 10px;
	color: #B32108;
}

#weather {
	background: url('../img/weather_bottom.png') no-repeat bottom #39497F;
	text-align: center;
}

#weather h2 {
	background: url('../img/weather_top.png') no-repeat top;
}

#weather h3 {
	text-align: left;
	background: url('../img/weather_h3_bg.png') no-repeat;
	height: 60px;
	line-height: 56px;
	padding: 8px;
	font-size: 1.5em;
	margin: 0 0 2px 0;
}

#weather h3 img {
	vertical-align: middle;
	border: 1px solid #818aad;
	margin-right: 5px;
}

#weather table {
	margin: 0 0 5px 0;
}

#weather th, #weather td {
	border-color: #616d99;
}

#weather th {
	text-align: right;
	padding-right: .25em;
	background: none;
}

#weather td {
	text-align: left;
}


#weather .updated {
	color: #616d99;
	font-style: italic;
}

#signup h2 span {

}

#advertisers h2 span {
	background: url('../img/our_advertisers.png') no-repeat top;
}

#weather h2 span {
	background: url('../img/weather.png') no-repeat top;
}

#advertisers ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-size:12px;
}

#advertisers a {
	color: #fff;
}

#comments {
	border: 1px solid #900;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 5px 0;
}


/*** Forms ***/

input,textarea,select {
	font: 11px/1.5em Verdana,Helvetica,Arial,sans-serif;
	border: 1px solid #999;
}

input,textarea {
	padding: 2px;
}

input[type='checkbox'] {
	margin: 0;
}

fieldset {
	border: none;
	border-top: 1px solid #900;
}

legend {
	background: #900;
	color: #fff;
	font-style: italic;
	padding: 2px 4px;
}

form ul {
	list-style: none;
	padding: 0;
}

form li {
	line-height: 2.5em;
	clear: both !important;
}

form li.margin {
	margin-left: 10em;
}

label {
	margin-left: 10em;
}

label[for] {
	display: block;
	float: left;
	width: 9em;
	text-align: right;
	margin: 0 1em 0 0;
}

form em {
	background: #900;
	color: #fff;
	padding: 3px;
}

div#error, div#confirm {
	padding: 10px;
	border: 1px solid #333;
	text-align: center;
	margin: 10px 0;
}

div#error p, div#confirm p {
	margin-bottom: 0;
}

div#error {
	border-color: #900;
	background: #cb8783;
	color: #900;
}

div#confirm {
	border-color: #390;
	background: #9fca83;
	color: #390;
}

/*** Tables ***/

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

tr.alt {
	background: #dfd9c9;
}

th {
	background: #ccc;
	border-bottom: 1px solid #900;
}

th,td {
	padding: 2px 4px;
}

td {
	border-bottom: 1px solid #bcb19b;
}

table.spacing{
	width: 100%;
	border-bottom: none;
}
td.spacing{
	width: 100%;
	border-bottom: none;
}

table.classified th, table.classified td {
	border: none;
	background-color: transparent;
}

table.classified th {
	width: 100px;
	text-align: right;
}


/*** Misc. Treatments ***/

.bubble {
	background: url('../img/main_h2_bg.png') no-repeat;
	color: #000;
	padding: 0 10px;
	line-height: 27px;
	letter-spacing:.01em;
	clear: both;
	margin-bottom: 0;
}

#recent_comments .viewCurrent_link { /*new link to "view all current stories*/
	text-decoration: none;
	display: block;
	color: #990000;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 50px;
	padding-left: 5px;
	font-weight: bold;
}
.viewCurrent_link a {
	text-decoration: none;
}
.viewCurrent_link { /*new link to "view all current stories*/
	text-decoration: none;
	display: block;
	color: #990000;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 50px;
	padding-left: 5px;
	font-weight: bold;
}
#recent_comments .viewCurrent_link:hover {
	color: #999999;
}


.col .bubble {
	background: url('../img/col_h2_bg.png') no-repeat;
}

.col h2.bubble, h1.bubble, .bubble.red { /*title tag text color*/
	color: #f2efe8;
}

.bubble.red {
	background: url('../img/main_h2_red_bg.png') no-repeat;
}

h1.bubble {
	background: url('../img/main_h2_red_bg.png') no-repeat;
	font-size: 1.75em;
}

a.bubble, label.bubble {
	color: #b72806;
	background: url('../img/col_h2_tan_bg.png') no-repeat;
	font: 14px "Arial Black",Helvetica,sans-serif bold;
	border: none !important;
	display: block;
	line-height: 36px;
	width: 280px;
	text-align: center;
}

label.bubble {
	background: url('../img/col_h2_bg.png') no-repeat !important;
	font: 11px/36px Verdana,Helvetica,Arial,sans-serif;
	margin-left: 110px;
}

.announcement {
	color: #b72806;
	font: 14px "Arial Black",Helvetica,sans-serif bold;
}

#recent_comments em {
	margin-bottom: .75em;
		display: block;
	margin-left: 10px;
	color: #999;
}



.calh {
	border-top: 1px solid #ccc;
	padding: .5em;
}

.cal0 {
	border-color: #333;
	color: #333 !important;
	background: url('../img/cal0_bg.png') repeat-x;
}

.cal1 {
	border-color: #900;
	color: #900 !important;
	background: url('../img/cal1_bg.png') repeat-x;
}

.cal2 {
	border-color: #39497F;
	color: #39497F !important;
	background: url('../img/cal2_bg.png') repeat-x;
}

.cal3 {
	border-color: #390;
	color: #390 !important;
	background: url('../img/cal3_bg.png') repeat-x;
}

a.cal0, h2.cal0 {
	background: #666;
	color: #fff !important;
	padding: .5em;
}

a.cal1, h2.cal1 {
	background: #900;
	color: #fff !important;
	padding: .5em;
}

a.cal2, h2.cal2 {
	background: #39497F;
	color: #fff !important;
	padding: .5em;
}

a.cal3, h2.cal3 {
	background: #390;
	color: #fff !important;
	padding: .5em;
}

a.pdf {
	background: url('../img/pdf.png') no-repeat;
	border-bottom: none !important;
	padding:2px 0pt 2px 20px;
}

.fine {
	font-size: 10px;
	color: #999;
}

.welcome {
	color: #666;
	font-style: italic;
}

.welcome:first-line {
	color: #000;
	font: 16px "Arial Black", Helvetica, sans-serif;
}

.count {
	font-weight: bold;
	color: #900;
}
.list {text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#ffffff; font-weight:bold; letter-spacing:1px;}
.rtsidebar {
	float: left; clear:left; margin-right:15px; font-weight:bold; font-size: 13px; text-align:left; color:#990000; margin-bottom:20px;}
#current-img {min-height:73px;}
