/* CSS Document */

body  {
	background-color: #000000;
	width: 90%;
	color: #D15B00;
    /* border: 0.05em solid yellow; */
    margin: 5px;
	
 }

#main_content {
    width: auto;
    text-align: center;
    min-height: 100;
    overflow: hidden;
    height:auto;
    margin: 30px;
/*    border: 0.05em solid white;*/
}

#weather_header {
	display: inline-block;
	width: 90%;
/*    border: 0.05em solid red;*/
    margin: 5px;
}


#current_conditions {
    display: inline-block;
    

    text-align: center;
    width: 80%;
    
/*    border: 0.05em solid red;*/
    margin: 3px;
    min-height: 100;
    overflow: hidden;
    
}
#webcam {
	
    display: inline-block;
    vertical-align: top;
/*    border: 0.05em solid orange;*/
    margin: 5px;
}

 
#broadcast {
    text-align:center;
    display: inline-block;

	color: #D15B00;
/*    border: 0.05em solid orange;*/
    margin: 5px;
}
#peak_gust {
	margin-left: -250px;
}

#peak_gust >h4 {
	color: #B2D012;
}
#peak_gust >p {
	color:#FFFFFF;
}

#rainRate  {
	width: 50%;
    display: inline-block;
    text-align:center;
	color:#E25007;
	align-content: center;

/*    border: 0.05em solid red;*/
	
	}
#rainRate > img  {
	
	align-content: center;
	}
#rainRate > p  {
	
	align-content: center;
	}


#climate {
	color: #D15B00;
	clear: both;
}
#climate h1 {
	font-family: Georgia, sans-serif;
	color: #FF6633;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;

}

 #weather_links  td {
     text-align: left;
     white-space: nowrap;
     overflow: hidden;
     
}

#weather_links {
     line-height: 12px;
     
}

#weather_links  a {
    text-decoration: none;
    color: #0099FF;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 15px 15px 15px;
	padding: 0 0 0 0;
    text-align: left;
    
    
}

#weather_links  a:hover {
    color: #00FFFF;
    border: none;
    
}

#weather_links a:visited {
    text-decoration: none;
    color: #0099FF;
}

a {
    color: #0099FF;
}

a:visited {
    color: #0099FF;
}

td { vertical-align: top 
}


#weather_links h1 {
	font-family: Georgia, sans-serif;
	color: #FF6633;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;

}

#weather_links h2 {
	font-family: "Comic Sans MS", sans-serif;
	color: #FF3300;
	font-size: 12px;
	margin: 0 0 5px 0;
	}
	
#weather_charts {
    
    
}



#weather_footer >p {
    text-align: center;
    margin: 0;
    padding:0;
    
}

	body legend {
	color: #FF760E;
	font-size: large;
	font-weight: bold;
}
body h1 {
	font-family: "Comic Sans MS", sans-serif;
	color: #FF3300;
	font-size: 16px;
	margin: 0 0 5px 0;
}
#load_files blockquote p #fileField {
	color: #FF3300;
}
#load_files #Database Upload {
	max-width: 300px;
}

#debug  {
	font-family: "Comic Sans MS", sans-serif;
	color: #FF3300;
	font-size: 14px;
	margin: 0 0 5px 0;
	
}
