﻿/**
 * Master CSS 
 * This style sheet controls the style for the amos wx-tipping website
 *  
 * Copyright 2009 - Australian Meteorological and Oceanographic Society
 * 
 *
 * MODIFIED:
 * @version 1.0,  09/12/2009
 * @author  Michael Allen - mallen@return0.org.au
 */	


       /* Begin Ladder Styles */

#ladder_cont {

}

#ladder_cont table {

    width: 700px;
    margin: auto;
    text-align: center;
    border-collapse: collapse;

}
#ladder_cont .ladder_caption {

    padding-bottom: 18px;
    color: #333;
    font-size: 2em;
    font-weight: bold;
}

#ladder_cont th {

    font-weight: normal;
    vertical-align: bottom;
    padding: 4px 3px;
    color: #06C;
}
#ladder_cont tr:nth-child(1) th {
    background-color: #d0cece;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
#ladder_cont tr:nth-child(2) th {
    background-color: #d8d7d7;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
#ladder_cont tr:nth-child(-n+2) th:nth-last-child(1) {
    border-left: 2px solid #BBB;
}

#ladder_cont td {

    padding: 11px 4px 11px 4px;
    background-color: #F0F0F0;
    border-right: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #333;

}

/* Min Temp Ladder */
#ladder_cont table.ladder_minTemp td:nth-child(3),
#ladder_cont table.ladder_minTemp td:nth-child(6) {
    background-color: #d8d7d7;
}

/* Max Temp Ladder */
#ladder_cont table.ladder_maxTemp td:nth-child(4),
#ladder_cont table.ladder_maxTemp td:nth-child(7) {
    background-color: #d8d7d7;
}
/* Rainfall Ladder */
#ladder_cont table.ladder_rainfall td:nth-child(5),
#ladder_cont table.ladder_rainfall td:nth-child(8) {
    background-color: #d8d7d7;
}
/* Total Error */
#ladder_cont td:nth-last-child(1) {
    border-left-width: 2px;
    background-color: #d8d7d7;
}


/* First Eight Leader Entries */
#ladder_cont table.ladder_total tr:nth-child(-n+10) td {
    font-weight: bold;
}
#ladder_cont table.ladder_me_total tr.bold_rank {
    font-weight: bold;
}

/* Name Fields */
#ladder_cont td:nth-child(2) {

    text-align: left;
}
/* Special User Classes */
#ladder_cont .bom_user td {color: #FF0000;}
#ladder_cont .ocf_user td {color: #990099;}
#ladder_cont .ocx_user td {color: #006600;}
#ladder_cont .clim_user td {color: #3300FF;}
}

#ladder_cont tfoot {

}

       /* End Ladder Styles */

        /* Colour Coding */

#ladder_cont .Carrum {background-color: pink}

#ladder_cont .Thornbury{background-color: lightgreen}

#ladder_cont .Bulleen{background-color: lightblue} 

/* Begin Typography & Colors */


/*Loading aninmation*/


.loading {
	background-color: #e3f2fd;
	border: 1px solid #90caf9;
    color: black;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:1.7em;
}
.loading-img, .loading-element {
    background: transparent;
    padding: 0px;
}
.loading.top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.loading.left {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.loading.bottom {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading.right {
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading-masked { overflow: hidden; }

.loading-error {
    color: #FFF;
    background: red;
}

label {
    margin-left: 20px;
    margin-top: 2px;
}
#control {
    margin-top: 8px;
}
#red {
    width: 90;
    height: 70;
    background: red;
    padding: 15px;
}
#yellow {
    float: left;
    width: 200;
    height: 200;
    background: yellow;
    margin: 10px
}



body {
	font-size: 69.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #969393 url(../images/bg-body.gif) bottom fixed repeat-x;
	color: #666666;
 	font: 69.5% "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	text-align: center;
	}
	
	
h3.header{
	margin-bottom:0; 
}


#menu_items li{
	float: left;
 	display: block;
 	padding: 12px 0 0 9%;
 	margin-left: auto;
    margin-right: auto;
    font-size: 105%;
 	
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 no-repeat top;
	border: none;
	}
	



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#header .description {
	font-size: 20px; 
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: rgba(255,255,255,0.85);
	margin: 0px auto;
	padding: 0;
	width: 90%;
	min-width: 992px;
	border: 1px solid #959596;
	}

#header {
	position: relative;
/*	background-color: #ffffff; */
	margin: 0;
	padding: 0;
/*	height: 100px;*/
	width: 100%;
	}
	
	
#topmenu {
	margin: 0 0 0 0;
	padding: 0;
	height: 45px;
	background: url(images/bg-header1.png) repeat-x;
 	z-index: 99;
	}


#headerimg {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-bottom-right-radius: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#font_size{
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-bottom-left-radius: 20px;
	position: absolute;
	top: 0px;
	right: 0px;

}

#header .description {
	padding:0 322px;
	margin:45px 0 20px 0;
	}

#content{
	padding-right:45px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0 0;
	width: 75%;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 50%;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}




#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	


/* End Entry Lists */







/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 2%;
	margin-left: 84%;
	width: 113px;
	}
#sidebar img {
	border: 1px solid #959596;
	border-radius: 37px;
	}

/* End Sidebar */



/* Begin page menu */
#pagemenu
{
	
}

#pagemenu ul, #pagemenu ul ol {
	margin: 0;
	padding: 0;
	}

#pagemenu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#pagemenu ul p, #pagemenu ul select {
	margin: 5px 0 8px;
	}

#pagemenu ul ul, #pagemenu ul ol {
	margin: 5px 0 0 10px;
	}

#pagemenu ul ul ul, #pagemenu ul ol {
	margin: 0 0 0 10px;
	}

ol li, #pagemenu ul ol li {
	list-style: decimal outside;
	}

#pagemenu ul ul li, #pagemenu ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar */


/* Begin Blog */

#blog_container {
	border: 1px solid #CCC;
    margin-right: 200px;
	height: 450px;
	position: relative;
	overflow-y: auto;
}
#blog_container .blog_entry {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	background-color: #EEE;
	padding: 11px;
	margin: -1px 0 7px 0;
}
#blog_container .new_blog_entry {
	display: block;
	text-decoration: none;
	color: #AFAFAF;
}
#blog_container .new_blog_entry:hover {
	background-color: #EAEAEA;
}
#blog_container .new_blog_entry .blog_content {
	text-align: center;
	padding-top: 0;
	font-size: 8em;
	line-height: 80%;
}
#blog_container .blog_header {
	border-bottom: 1px solid #C5C5C5;
	padding-bottom: 5px;
	padding-top: 0.6em;
	position: relative;
}
#blog_container .blog_title {
	font-size: 1.6em;
}
#blog_container .blog_timestamp {
	position: absolute;
	top: -7px;
	right: -7px;
	color: #AFAFAF;
}
#blog_container .blog_content {
	padding-top: 1em;
}

#blog_entry_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1px;
	margin-bottom: 7px;
}
/* End Blog */

/* Begin Comp Leaders */

#comp_leaders {
    padding:0px;
	border: 1px solid #BBB;
    float: right;
    width: 200px;
    height: 450px;
}
#comp_leaders h2, #comp_leaders h3, #comp_leaders span {
    padding: 0 6px;
}    
#comp_leaders h2 {
    background-color: #d0cece;
    border-bottom: 1px solid #BBB;
}
#comp_leaders h3 {
    padding-top: 3px;
    background-color: #d8d7d7;
    border-bottom: 1px solid #BBB;
}
#comp_leaders h3, #comp_leaders h2 {
    font-weight: normal;
    color: #06C;
    margin: 0;
}
#comp_leaders div {
    padding: 6px 0;
    border-bottom: 1px solid #BBB; 
    background-color: #EEE;
}

#comp_leaders span.name {
}
#comp_leaders span.score {
    float: right;
}
/* End Comp Leaders */

/* Begin Ladder */

#ladderSelect ul {
    width: 80%;
    margin: auto;
}
#ladderSelect li{
    font-size: 140%;
    list-style: none;
    text-align: left;
    display: inline;
    padding: 4px 10px;
    margin: 0;
}

/* End Ladder */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.news_toast {
	position: absolute;
	top: 4px;
	right: -3em;
	background-color: #FFB84D;
	border: 1px solid #FF9900;
	border-radius: 4px;
	padding: 1px 2px;
	font-size: 0.75em;
	cursor: default;
	}
/* End Various Tags & Classes*/



/*Visualiztion gragphs */

.visualizations {
	border:none;
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#forecast_sat{
	border:none;
	width:82%;
	height:350px;
}

#forecast_sun{
	border:none;
	width:82%;
	height:350px;
}

#ladder{
	border:none;
	width:82%;
	height:350px;
}

#yaxis1{
	border:none;
	float:left;
	display: block;
    vertical-align: middle;
    margin-top:150px;
    padding-left:1%;
    margin-left: auto;
    margin-right: auto;
}

#yaxis2{
	border:none;
	float:right;
	display: block;
    vertical-align: middle;
    margin-top:150px;
    padding-right:1%;
    margin-left: auto;
    margin-right: auto;
}



/*Fixture tables*/


.forecast_normal { 
	
	background-color: none 
}

.forecast_highlight { 
	
	background-color: #DDDDDD }

}



