@import url(http://fonts.googleapis.com/css?family=Nixie+One|Karla:400,700);

*{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */}

body{
	color: #0070cd;
	background-color: #fff;}

.wide {
	width: 100%;}
	
h1, h2, h3, h4, h5 , h6{
	font-family: 'Karla', sans-serif;
	font-size: 3em;}

p{
	font-family: 'Nixie One', sans-serif;}
	
.office{
	padding: 30px 0;
	font-size: 3em;
	text-align: center;}
	
.status{
	background-color: #0070cd;
	float: left;}

.status p{
	color: #fff;
	font-size: 2.5em;
	padding: 30px 0;
	width: auto;
	line-height: 1.5em;}

.status p span{
	padding: 5px 20px;
	-webkit-border-radius: 30px;
          border-radius: 30px;
          color: #fff;
    border: 2px solid #fff;
    text-transform: capitalize;}
.status p .closed-status{
	background-color: #ae0c2b;}	
.status p .open-status{
	background-color: #649a3d;}
		
.band.information{
	padding-top: 20px;}
	
.instructions{
	font-size: 1.2em;
	line-height: 1.1em;
	color: #0070cd;
	padding-right: 15px;}

.contact{
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	color: #555;}

.updateby{
	font-family: 'Karla', sans-serif;
	margin: 15px 0;
	color: #aaa;
	font-size: .7em;}
	

.conditions p{
	text-align: center;
	color: #666;
	font-weight: bold;}

.city{
	font-size: 1.8em;}
.temp{
	font-size: 4em;
	padding: 15px 0;}
.cityCondition{}


.updateform{
	width: 420px;
	margin: 0px auto;
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
          border-radius: 30px;
    padding: 5px 30px;}

.updateform p{
	font-size: 1.3em;
	padding: 10px 0;}

.updateform p .error{
	padding: 0;
	font-size: .6em;
	line-height: .6em;
	color: #ae0c2b;
	font-weight: bold;}
	
.updateform p.login_instructions{
	font-size: 1em;}
.login_input{
	width: 100%;
	border: none;
	background-image: none;
	font-size: .8em;
	color: #444;
	padding: 7px;
	background-color: #f2f2f2;}

select.login_input {
       border: 0 !important; 
      -webkit-appearance: none;
      -moz-appearance: none; }

.login_input:focus{
	background-color: #fff;}
.login_button{
	border: 1px solid #0070cd;
	background-color: transparent;
	background-image: none;
	color: #0070cd;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	margin-top: 20px;
	-webkit-border-radius: 20px;
          border-radius: 20px;
    width: 100%;
    cursor: pointer;}
.login_button:hover{
	border: 1px solid #fff;
	background-color: #0070cd;
	color: #fff;}

p span.specialInstructions{
	font-size: .5em;
	color: red;
	font-family: 'Karla', sans-serif;}

.topheader, .footer{
	background-color: #f2f2f2;}

.topheader p, .footer p{
	text-align: right;
	line-height: 33px;}
.topheader p a, .footer a{
	background-color: #0070cd;
	color: #fff;
	padding: 7px;
	line-height: 20px;
	text-decoration: none;}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;}