/**
#errorCatcher Echo
##    $Revision: 1 $
##    $Author: weewx@davies-barnard.co.uk $
##    $Date: 2013-12-30 $
##
**/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.clr { clear:both; }



/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/*************** Global Styles ***************/
body {
    background: #e2e2e2;
    background-image: url('backgrounds/background.png');
    color: #ffffff;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14.4px;
    line-height: 1;
}

body1 {
    background: #e2e2e2;
    background-image: url('backgrounds/background.png');
    color: #000000;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14.4px;
    line-height: 1;
}



h1, h2, h3, h4, h5, h6 {
    color: #FF6201;
		margin: 0.5em 0;
}

ol, ul {
    list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

a {
    color: #BF4615;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    text-decoration: underline;
}


/*************** Area Styles ***************/
header {
	background-color:#FFFFFF;
}
#page {
		background-color:#434343;
}

/*
 * This is the big header at the top of the page
 */
#masthead {
    text-align: left;
}

#masthead h1 {
    color: #FF6201;
		font-size:2.0em;
		
		margin-top:20px;
}
#masthead h2, #masthead h3  {
    color: #CCCCCC;
	font-size:1.5em;
}
#masthead h3 {
		font-style:italic;
}

#masthead h5 {
    color: #434343;
		font-size:2.0em;
		text-transform:uppercase;
		margin-top:40px;
}

#masthead h6 {
    color: #434343;
		font-size:2.0em;
		text-transform:uppercase;
		margin-top:10px;
}



#stats {
	font-size:0.8em;
	margin:15px 0;

}
#stats h3 {
	padding:0;
	margin:5px 0;
}


/*
 * This holds the statistics (daily high/low, etc.) on the left: 
 */
#stats_group1 {
    width: 1200px;
    min-height: auto;
    margin: 2%;
    padding: 2px;
    float: left;
    border-top: 12px solid #a9a9a9;
    border-right: 12px solid #a9a9a9;
    border-bottom: 12px solid #808080;
    border-left: 12px solid #a9a9a9;
    background-color: #ffffcc;
	text-align: center;

}

#stats_group2 {
    width: 30%;
    min-height: 500px;
    margin: 1%;
    padding: 5px;
    float: left;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #a9a9a9;
    background-color: #fafaff;

}

#stats_group3 {
    width: 1050px;
    min-height: auto;
    margin: 2%;
    padding: 2px;
    float: left;
    border-top: 10px solid #a9a9a9;
    border-right: 10px solid #a9a9a9;
    border-bottom: 10px solid #808080;
    border-left: 10px solid #a9a9a9;
    background-color: #ffffff;
}


.stats table {
    border: 1px solid #F9F9F9;
    width: 100%;
}
.stats1 table {
    border: 1px solid #000000;
    width: 100%;
  color: #000000;
}



.stats td {
    border: 1px solid #F9F9F9;
    padding: 1px;
}

.stats1 td {
    border: 2px solid #000000;
    padding: 1px;
}


.stats_header  {
    background-color: #E3E3E3;
    color: #FF6201;
    font-weight: bolder;
		text-align:center;
}

.stats_label,.stats_data  {
	font-size:0.8em;
}

.stats_data {
	font-style:italic;
}

/*
 * This holds the "About", "Almanac", and plots on the right
 */
#content {}

#content .header {
    font-size: 14pt;
    font-weight: bolder;
    margin-bottom: 10px;
}


#content .caption {
    font-weight: bold;
    text-align: -webkit-left;
    margin-bottom: 0.5em;
}

#content table {
    text-align: left;
    width: 100%;

}

#content td {
    width: 50%;
}

#content .label {
    text-align: left;
    font-style: italic;
}

#content .data {
    text-align: left;
}

#about, #almanac {}

.celestial_group {
	font-size: 0.8em;
}

.celestial_body {}

.plots { margin-top: 1em; }

#radar_img {
	margin-top:1em;
}   
#radar_img img {
	width:330px;
	height:152px;
}
#radar_img p {}


#radar1_img {
	margin-top:1em;
}   
#radar1_img img {
	width:850px;
	height:430px;
}
#radar1_img p {}

#radar2_img {
	margin-top:1em;
}   
#radar2_img img {
	width:586px;
	height:493px;
}
#radar2_img p {}


#footer {
	margin-bottom: 20px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    border-radius:16px;
	background:    #00CCFF; /* Old browsers */
	background: -moz-linear-gradient(top, #00CCFF 0%, #074b99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082e5), color-stop(100%,#074b99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00CCFF 0%,#074b99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00CCFF 0%,#074b99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00CCFF 0%,#074b99 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00CCFF 0%,#074b99 100%); /* W3C */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul {
       border-radius:16px;
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 410px;
}
#access li {
    border-radius:16px;
	float: left;
	text-align: center;
	position: relative;
       min-width:50px;
        border-radius:16px;
   	border-bottom: 2px solid #074b99;
  	border-top: 2px solid #074b99;
  	border-right: 6px solid #074b99;
}
#access a {
        border-radius:16px;
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 4px 0 4px;
	text-decoration: none;
}
#access li.menu-item-home a{ border-left: 1px solid #074b99; }
#access ul ul {
border-radius:16px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
border-radius:16px;
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 168px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
border-radius:16px;
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 13px 10px 10px;
	width: 148px;
}

#access ul ul { padding-left: 0;}
#access ul ul li 
	border:none;
}


#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
border-radius:16px;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	z-index: 99999;
}
#access li:hover > a,
#access a:focus {
border-radius:16px;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
   border-radius:16px;
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
   border-radius:16px;
	font-weight: bold;
}
