@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/*@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);*/
html, body{
    height:100%;
    margin:0;
    padding:0;
}
body{
    color:#555;
    background:url("../images/body_bg.jpg") repeat-x scroll top left #68B0C6;  
    margin:10px 0 10px 0px;
    padding:0px;
    font-family: 'Open Sans', 'Droid Sans', sans-serif;
    font-size:13px;
}
#noscript-warning {
    background-color: #E52A00;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
    left: 0;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 101;
}
a{
    outline:none;
    text-decoration:none;
    border-bottom:1px dashed #79AEE4;
    color:#666;
}
a:hover{
    border-bottom:1px solid #79AEE4;
}
#page_wrap{
    width:1000px;
    margin:0 auto;
    background-color:#fff;      
}
#header{
    height:135px;
    position:relative;
    border:none;
}
#header h1{
}
#header h1 a{
    background: url("../images/woeid_logo.jpg") no-repeat scroll 15px 10px transparent;	
    display:inline-block;
    height: 130px;
    text-indent: -9999px;
    width: 630px;
    border:none;
}
#header .contact_link a{
    background: url("../images/contact_bg.png") no-repeat scroll left top transparent;
    color: #4271A7;
    font-size: 15px;
    height: 48px;
    left: 880px;
    line-height: 50px;
    position: absolute;
    text-indent: 63px;
    top: 75px;
    width: 230px;
    border:none;
}
#header .contact_link a:hover{
    background: url("../images/contact_bg.png") no-repeat scroll left -49px transparent;
}
#wrapper{
    margin-top:50px;
    padding:30px;
    overflow:hidden;
}
.info{
    margin-bottom:50px;
}
.info p{
    line-height:1.8em;
    font-size:14px;
}
#content, .info{
    float:left;
    width:676px;
}
#content.map{
    margin-top:0px;
}
#sidebar{
    width:220px;
    height:100%;
    background-color:#fff;
    float:right;
}
.place_info{
    margin:0px 0px 0px 0px;
    padding:30px 10px 30px 10px;
    border:1px solid #4372A8;
    font-size:14px;
    min-height:300px;  
}
.place_info .empty{
    background:url("../images/woeid_logo_sidebar_bg.jpg") no-repeat scroll bottom center transparent;
    height:200px;
    padding:50px 10px 0px 10px;
    line-height:1.3em;
}
.place_info h4{
    margin:15px 0px 5px 0px;;
}
.place_info .view_map_link{
    margin-top:5px;
}
.place_info .view_map_link a{
    padding-right:20px;
    background:url("../images/link.png") no-repeat scroll top right transparent;
    display:inline;
}    
#footer{
    background: url("../images/woeid_logo_small.png") no-repeat scroll 710px 34px transparent;
    margin-bottom:10px;
    height:100px;
}  
#footer .footer_info{
    padding: 50px 0 0 30px;
}
h1{
    margin:0;
    padding:0;
}
h2.tab{
    position:relative;
    display:inline;
    background-color:#fff;
    border:1px solid #4372A8;
    border-bottom:1px solid #fff;  
    color:#4372A8;
    font-weight:400;
    margin:0px 0px 0px 0px;
    padding:10px 20px 0px 20px;
    font-size:17px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;	
}
h3{
    font-size:15px;
}
/**** forms ****/
form{

}
#wrapper #lookup_form{
    margin-bottom:40px;
    overflow:hidden;
}
#lookup_form .input_group{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 20px 0px 0px;
}  
#lookup_form, #lookup_result{
    background-color:#fff;
    border:1px solid #4372A8;  
    padding:20px;
    margin:0px;
    /*  width:100%;*/
}
#lookup_result{
    font-size:13px;
}
label{
    display:block;
    margin: 0px 10px 5px 0px;
    color:#4271A7;
}
/*** disable the default input highlighting in Chrome and Safari ***/
input:focus{
    outline: none;
}
input[type="text"], input[type="password"]{
    width:400px;
    background: url("../images/search_glass.gif") no-repeat scroll 5px 5px #fff;
    border: 1px solid #9FD1F2;
    padding: 7px 5px 5px 29px;    
}

input[type="submit"]{
    background: url("../images/sprite_gradient.gif") repeat-x scroll 0 -70px transparent;
    border: 1px solid #BBC5CD;
    color: #67A3DF;
    font-family: arial;
    font-size: 14px;
    font-weight:600;
    padding:5px 10px 5px 10px;
    margin-top:20px;
    /****for ie7 extra padding bug****/
    width:auto;
    overflow:visible;
}
.form_error{
    display:block;
    color:red;
    margin: 10px 10px 5px 0px;  
    width:400px;
}

/****table****/
table{
    text-align: left;
    width: 100%;
    border-collapse:collapse;
}  
table td{
    border-top: 1px solid #9FD1F2;
    height:25px;
    width:auto;
}
table th{
    background-color:#F6FBFF;
    height:40px;
    text-align:left;
}
table td.woeid, table th.woeid{
    text-align:right;
    width:65px;
}
table td.woeid{
    letter-spacing:1px;
}
.spinner{
    background:#fff url(../images/ajax_spinner.gif) no-repeat center 70px;
}
.gcw_thing{
    display:block;
}
.gcw_weather_panel *{
    margin: 0 auto;
    text-align: center;
    display: block;
    padding:1px 0px;
}
#woeid_results_table tr:hover {
    background-color: #F6FBFF;
    cursor:pointer;
}
#map{
    width:900px;
    height:500px;
    border:1px solid #9FD1F2;
}
/****admin****/
#lookup_admin_dashboard table{
    background-color:#eee;
}
.hire_me{
    position:absolute;
    right:30px;
    top:20px;
    border: 1px solid #D4462B;
    width:220px;
    text-align:center;
    font-size:14px;
    line-height:1.4em;
}
.hire_me h2{
    color:#D4462B;
}
.hire_me p{
    padding:10px;
}
.social_media_buttons{
    display:inline;
    left-margin:5px;
}
.social_media_buttons *{
    vertical-align:bottom !important;
    padding-bottom:2px !important;	
}
.ad{
    background-color: #F6FBFF;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 50px;
    text-align: center;
}
.ad p{
    padding:10px;
}
.ad a{
    outline:none;
    text-decoration:none;
    border-bottom:none;
}
.ad a:hover{
    border-bottom:none;
}
.latest_searches{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.latest_searches a{
    float:left;
    margin-right:5px;
}
.notice{
    color: black;
    background-color: #F6FBFF;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 50px;
    text-align: center;
    border: 1px dashed #4372a8;
    font-weight:600;
}
.notice p{
    padding:20px 100px 20px 100px;
}

.alert{
    
    color:red;
    border: 1px solid red;
    padding: 0px 20px;
    margin: 40px 0px;
    
}