
@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #99ccff;
    text-align: center;
    min-width: 950px;
	}

#brollyholder {
	width: 950px;
	text-align:left;
	margin: 0 auto;
	}
    
#brollyabout {
	width: 950px;
	text-align:left;
	margin: 0 auto;
	}
    
#background {
	width: 950px;
	height: 500px;	
	background-repeat: no-repeat;
	background-image: url(/images/day/mediumcloud.png);
	}
	
#leftside {
	width:425px;
	height:500px;
	float:left;
	padding-left:50px;
	display:inline;
	}

#rightside {
	width:475px;
	height:500px;
	float:right;
	display:inline;
	}
	
#mainform {
	position: relative;
	width: 340px;
	height: 340px;
	left: 50px;
	top: 80px;
	text-align: center;
	}
    
#info {
	position: relative;
	width: 380px;
	height: 355px;
	top: 60px;
	background-repeat: no-repeat;
	background-image: url(/images/info.png);
	}

#infocontents {
	position: relative;
    top: 30px;
    left: 30px;
	width: 320px;
	height: 0px;    
	}
    
#menu {
    margin-left: auto;
    margin-right: auto;
	width: 750px;
	height: 90px;
    text-align: right;
    }
    
.menu {
	font-size: 1em;
    }
    
#umbrella {
	position: relative;
	width: 380px;
	height: 300px;
	top: 50px;
	background-repeat: no-repeat;
	background-image: url(/images/question.png);
	}

#weather {
	position: relative;
	width: 380px;
	height: 80px;
	top: 40px;
	background-repeat: no-repeat;
	background-image: url(/images/weather.png);
	}
    
#weathertext {
	text-align: center;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
	}
	
h1 {
	font-size: 3em;
	}
    
a:link, a:hover {
	font-weight:bold;
    color:#000;
    text-decoration:underline;
    }

a:visited, a:active {
	font-weight:bold;
    color:#333;
    text-decoration:underline;
    }

.postcode {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 3em;
	padding:5px;
	}
	
.footer {
	color: #000;
	}
	
.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
	}
	
.twitter_container{
	color: #000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:475px;
	margin: 0 auto;
	}
.twitter_container a{
	color:#000;
	}
.twitter_status{
	color:#000;
	height:60px;
	padding:6PX;
	border-bottom:solid 1px #DEDEDE;
	}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
	}
.twitter_small{
 font-size:11px;
 padding-top:4px;
 color:#000;;
	}
