/* Stark Weather Style Sheet */

/* GLOBAL SETTINGS */
body {
	background: url(http://starkcountyweather.com/images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container {
	position: relative;
	width:950px;
	height:100%;
	margin:0px auto;
	top:100px;
	padding:0px;
	background:white;
	border:0px;
}

#wrapper {
	position: relative;
	width:950px;
	margin:0px auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: ActiveCaption;
	margin-left: 15px;
	margin-top: 10px;
}

h2 {
	padding:2px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#003366;
	margin-top:2px;
	margin-bottom: 2px;
}

/* SITE HEADER */
#header-img {
	position: absolute;
	top:0px;
	left:0px;
}

#header-menu {
	position: absolute;
	top:0px;
	right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.header-menu a {
	color:#FFFFFF;
	text-decoration:none;
}

.header-menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.header-menu a:hover {
	text-decoration:underline;
	color:#FFFFCC;
}

.share_button {
	position: absolute;
	right: 30px;
	top: 50px;
}

/* MAIN MENU */
#ddblueblockmenu{
border: 0px;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Trebuchet MS, Lucida Grande, Arial, sans-serif;
width:185px;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 174px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 185px; /*IE 5*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: ThreedDarkShadow;
	font: bold 90% Trebuchet MS, Lucida Grande, Arial, sans-serif;
	width: 185px;
}

/* PAGE FOOTERS */
.footer_disclaimer_text {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}
	
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*  ADVISORY SCROLLER */
.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFFF85;       
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #B3F7FF;      
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #E28080;         
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(255,255,255);
}
.tornadowarningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}

.minitype {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normaltype {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.main-content-box {
	margin-left: 15px;
	margin-right: 10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.regional-box {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.regional-box-red {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: maroon;
}

.article-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.article-lead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:black;
}

/* Forecast Box */
.forecast-body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
}

/* Current Conditions Box */
.conditions-box {
	border: 1px solid;
	background-color: #D2E4FC;
	border-color: ActiveCaption;
}

/* LOCAL NEWS BOX */
.localnewsbox {
	border: 1px solid;
	background-color: #D2E4FC;
	border-color: ActiveCaption;
}

.localnewsbox-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.localnewsbox-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
}

.localnewsbox-content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
}

.localnewsbox-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
}

.dividebar{
padding:2px 4px 2px 4px;
background-color:#D2E4FC;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366; 
font-size: 12px; 
font-weight: bold;
border:3px solid #EEF7FB;
}

.tempfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:black;
	font-weight: bold;
}

.readings-box {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.readings-box-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:black;
}

/* QuickCast Box */
.quickcast-box {
	border: 1px solid;
	background-color: #D2E4FC;
	border-color: ActiveCaption;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.quickcast-box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	font-weight: bold;
}

.discussion-text {
	font-size: 11px;
}

/* Right Column */

.right-table-cell {
	border-left:1px solid #808080;
	background: #E5E5E5;
}

.right-column-header {
	background-color: ActiveCaption;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 6px;
}

/*Contact Form */
#contactform {
   font-family: verdana;
   width: 550px;
}
#contactform h1 {
   font-size: 130%;
}
#contactform img {
   border: 0px;
}
#contactform .errors {
   color: #ff0000;
}
#contactform .correct {
   color: black;
}
#contactform legend {
   font-size: 120%;
   font-weight: bold;
}
#contactform .title {
   color: black;
   font-weight: bold;
   font-size: 90%;
   margin-top: 2px;
   margin-bottom: 5px;
}
#contactform .field {
   color: black;
   font-size: 90%;
   margin-bottom: 7px;
}
#contactform .small {
   font-size: 100%;
}
#contactform .thanks {
   margin-top: 15px;
   color: green;
   font-size: 105%;
   margin-bottom: 15px;
 }
 
 /* Weather Flyer */
 .flyer-header {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
 }
 
 .flyer-subhead {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 }
 
 .flyer-table {
 	border: 1px solid #000000;
 }
.flyer-forecast {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;

}

.flyer-text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Contest Form Text */	

.formbold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.formtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:right;
vertical-align:top;}

.formtext2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
vertical-align:top;}

.cformtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.formred{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
font-weight:bold;

}
/* End Form Text */

.currentweatherbox {
	background-color: #FFFFFF;
	width: 550px;
}

.currenttemp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.currenttemp2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	font-weight: bold;
}

.currentreads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Maroon;
	font-weight: bold;
}

.currentreads2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.indxData {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid #CCCCCC;
}
.indxData1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.tempData {
 	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14pt;
	 color: maroon;
	 font-weight: bold;
	 border-bottom: 1px solid #CCCCCC;
}
.indxHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:  #FFFFFF
}

/* ATOM ADVISORY BOX */
.advisoryBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FFE991;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
color: black;
font-size: 12px;
text-align: center;
background-color: white;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}