
body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.jpg);
    font-family: 'droid sans';
    color: #313131;
    size: .2em;
}

.header {
    position:relative;
   
    width:100%;
    height:100px;
    background: url(images/logo.png) no-repeat #313131;
    
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
}
.logo {
    font-family: 'droid sans';
    color: #f472f9;
    font-size: 2.5em;
    position: absolute;
    margin-left: 60px;
    margin-top: 44px;
    vertical-align: bottom;
    text-decoration: none;
    
    text-shadow: 0px 2px -2px #000;
}
#wrapper {
    position:relative;

    margin-top: 40px;
 
}
#map {
    width: 600px;
    height: 400px;
    border: 15px solid #313131;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left:20%;
    margin-right: 20%;
    margin-bottom: 10px;
}

#map_intro {
    width: 600px;
    height: 400px;
    border: 15px solid #313131;
    position: relative;

    margin-left:20%;
    margin-right: 20%;
    margin-bottom: 10px;
}

#mapwrapper {
    padding: 10px;
    background: url(images/overlay.png);
}
#celeb_name_wrapper {
    
}
#celeb_name {
    font-family:'droid sans';
    font-size: 2em;
    text-transform: capitalize;
    color: #f472f9;
    padding: .3em .7em .3em .7em;
    background: #313131;
    margin-top: 1em;
    margin-left:20.5%;
    
    text-shadow: 0px 2px -2px #000;
}

#tags {
    background: #000;
    border: 1px solid #f472f9;
    height: 1.5em;
    width:10em;
    color: white;
    font-size: 2em;
    font-family: 'droid sans';
    margin-left: 280px;
    margin-top: 40px;
    
}
#sightings {
    font-family:'droid sans',didot, georgia;
    font-size: 1em;
    color: #000;
    padding: 1em;
   
   text-shadow: 0px 2px -2px #fff;
}

#search {
    background: #000;
    color: #fff;
    height: 1.5em;
    width: 4em;
    font-family: 'droid sans';
    border: 1px solid #f472f9;
    font-size:2em;
}

#footer {
    height: 200px;
}

#recent {
    background: none repeat scroll 0 0 #313131;
    color: white;
    font-size: 0.8em;
    height: 200px;
    line-height: 1.5em;
    margin-left: 20.5%;
    overflow: scroll;
    padding: 15px;
    width: 600px;
    text-shadow: 0px 1px -1px #000;
    -moz-text-shadow: 0px 1px -1px #000;
    -webkit-text-shadow: 0px 1px -1px #000;
}
