/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body { margin: 0; padding: 0; background: #111; }

* {margin: 0; padding: 0; border: 0; font-size: 1.0em; font-family: Verdana, Arial, sans-serif; }

/* DOM menu */

#domMenu_main {
	/*width: 1000px;*/
	font-size: 12px;
	color: #CCFF00;
	height: 30px;
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/menu_bg.gif) repeat;
}

div.domMenu_menuBar {
    border: none;  
    border-width: 0 0 0 0;
}
div.domMenu_menuElement {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	border: none;
	border-width: 0 1px 1px 0;
	background: url(images/menu_bg.gif) repeat-x;
	color: #CCFF00;
	text-align: left;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
div.domMenu_menuElementHover {
	color: #CCFF00;
	font-weight: bold;
}
div.domMenu_subMenuBar {
	border: none;
	background-color: #272e34;
	padding-bottom: 4px;
	opacity: .60;
	filter: alpha(opacity=60);
}
div.domMenu_subMenuElement {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70%;
	border: none;
	margin: 1px 1px 0 1px;
	color: #CCFF00;
	padding: 2px 7px;
}
div.domMenu_subMenuElementHover {
	background-color: gray;
}

/*----------------------------------------------Basic styles------------------------------------------------*/

p, h1, h2, h3, span#copyright { margin: 0 10px; color: #fff; font-weight: normal}
h1, h2, h3, h4 {margin-top: 5px; color: #CCFF00; font-style: italic}

p { font-size: 0.75em; line-height: 1.6em; text-align: justify }
h1 {float: left; font-style: italic; margin-top: 40px; margin-left: 30px; font-size: 1.75em; line-height: 1.75em; letter-spacing: 0.20em}	/* site heading */
h1 a {color: #333; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}

h2 { font-size: 1.30em; line-height: 2.40em }	/* site heading */
h3 { font-size: 0.90em; line-height: 1.60em }				/* sub headings */
span#copyright { font-size: 13px; line-height: 35px; color: #000 }

/* div { padding: 10px 0;} */

a {
	color: #6495ed;
	text-decoration: none;
	font-style: italic;
	font-size: 0.90em;
}
a:hover {color: #fff; text-decoration: underline}

ul, ol {margin: 10px; color: #fff; font-size: 0.70em; line-height: 1.6em}
ul {list-style: square inside}
ol {list-style: decimal inside}
em {font-weight: bold; font-style: normal}


/*---------------------------------------------Layout------------------------------------------------------*/

#hdr {
	padding: 0;
	width: 100%;
	background: url(images/AGWX_header.jpg) repeat-x 0 bottom #CCFF00;
	height: 200px;
}

.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
	background: #222;
}

#navbar {position: relative; width: 100%; height: 2.0em; background: #111}

#bttmbar {
	float: left;
	width: 100%;
	height: 4em;
	line-height: 4em;
	text-align: center;
	font-size: 0.80em;
	background: black 0 50%;
	overflow: hidden;
	color: gray;
}
#bttmbar a {color: #CCFF00; text-decoration: underline; font-style: normal}
#bttmbar a:hover {text-decoration: none}

/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav {margin: 0; position: absolute; bottom: 0; left: 10px; list-style: none inside; background: #111}
ul#nav li {float: left; margin-right: 1px}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 8em;
	height: 2.50em; 
	line-height: 2.50em;
	padding-left: 10px;
	text-decoration: none
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #444;
	color: #fff
}

ul#nav li a:hover, ul#nav li a:active {
	color: #00CCFF;
	background: #555
}

ul#nav li a.current {background: #CCFF00; color: #000}
ul#nav li a.current:hover {background: #CCFF00; color: #00CCFF}

/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.fullcolumn {float: left; width: 99%;}		/* Full width column for a one column site */

.threequartercolumn {float: left; width: 74%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
			
.halfcolumn {float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn {float: left; width: 33%; }		/* One third width column for a three column site */

.onequartercolumn {float: left; width: 24.5% }		/* One quarter width column for a four column site */

.onefifthcolumn {float: left; width: 19.5% }		/* One fifth width column for a five column site */

/* RSS ticker */

#metoffice{
	width: 250px;
	height: 100px;
	border: 0px solid black;
	padding: 1px;
	background-color: #222222;
	color: gray;
	font-size: 70%;
}

#bgs{
	width: 300px;
	height: 26px;
	border: 0px solid black;
	padding: 1px;
	background-color: #222222;
	color: gray;
	font-size: 70%;
}

#bbc{
	width: 250px;
	height: 100px;
	border: 0px solid black;
	padding: 1px;
	background-color: #222222;
	color: gray;
	font-size: 60%;
}

.rssclass .rsstitle{
	color: white;
	background-color: red;
}

.rssclass .rssdate{
color: gray;
font-size: 80%;
}

.rssclass a{
color: white;
text-decoration: none;
}

.bgs_rssclass .rsstitle{
	color: white;
	background-color: navy;
}

.bgs_rssclass .rssdate{
	color: silver;
	font-size: 80%;
}

.bgs_rssclass a{
color: white;
text-decoration: none;
}

/* Weather Content */

#radar_europe_big {
	background: transparent url(images/europe_cl1.gif) no-repeat;
	color: #ffffff;
	position: relative;
	height: 512px;
	width: 512px;
}

#radar_europe_small {
  background: url(images/europe_cl1_256.gif) no-repeat;
  color: #ffffff;
  position: relative;
  height: 256px;
  width: 256px;
}

#sunriseset {
  background: url(images/sunriseset.png) no-repeat;
  position: relative;
  height: 50px;
  width: 150px;
}

#moonriseset {
  background: url(images/moonriseset.png) no-repeat;
  position: relative;
  height: 50px;
  width: 150px;
}

/* AJAX summary */

.sm_tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* Enables font size scaling in MSIE */
	font-weight: normal;
	color: #CCFF00;
	background: url(images/s_table_hdr_bg.gif) repeat-x;
	background-color: black;
	text-align: center;
}
.sm_tabledata1 {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%; /* Enables font size scaling in MSIE */
	border-bottom: 1px solid black;
	background-color: #383838;
	text-align: center;
}

.colhead {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 150%; /* Enables font size scaling in MSIE */
	font-weight: normal;
	color: #CCFF00;
	background-color: #183394;
	text-align: center;
}
.bigtemp {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 150%;  /* Enables font size scaling in MSIE */
	font-weight: bold;
	color : #0000FF;
	text-align : center;
	background-color: #FFFFFF;
	}
.meas {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 120%;  /* Enables font size scaling in MSIE */
	color : #000000;
	text-align : right;
	background-color: #FFFFFF;
	width: 35%; 
	}
.data {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 120%;  /* Enables font size scaling in MSIE */
	color : #0000FF;
	text-align : left;
	background-color: #FFFFFF;
	}

.datahead {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70%; /* Enables font size scaling in MSIE */
	font-weight: normal;
	color: #CCFF00;
	background: url(images/s_table_hdr_bg.gif) repeat-x;
	background-color: black;
	text-align: center;
}
.data1 { 	color: #CCFF00;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;  /* Enables font size scaling in MSIE */
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}

.data2 { 	color: #CCFF00;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;  /* Enables font size scaling in MSIE */
  color: #000000;
}

.colhead2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;  /* Enables font size scaling in MSIE */
  font-weight: bold;
	color: #183394;
}

.rowhead2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;  /* Enables font size scaling in MSIE */
  font-weight: bold;
	color: #183394;
}

/* WU forecast */

.WUforecast {  
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 60%;  /* Enables font size scaling in MSIE */
	color: gray;
  	vertical-align: top;  
} 

/* WXSIM forecast */
 
.WXSIMforecast {  
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 60%;  /* Enables font size scaling in MSIE */
	color: gray;
  	vertical-align: top;
}

/* lightbox2 */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }