body{
  font-family:helvetica;
}

.container{
  width:850px;
  margin:5px auto;
}

.header, .footer{
  clear:both;
  padding:5px 0;
}

.header{
  border-bottom:1px #ccc dotted;
}

.body{
  padding:20px 10px;
}

.footer{
  border-top:1px #ccc dotted ;
}

.footer p{
  float:left;
  padding:10px 0;
  font-size:0.8em;
  color:#444;
}

.footer img{
  float:right;
  margin:10px;
}

#drop-zone{
  background:#F2F1F1 url(../images/dropzone-inactive.gif) center no-repeat;
  display:block;
  border:1px #ccc dotted;
  float:left;
  width:298px;
  height:430px;
}

#drop-zone.active{
  background:#CED8EA url(../images/dropzone-active.gif) center no-repeat;
  border:1px #487EE4 solid;
}

#drop-zone.active p{
    color:#fff;
    text-shadow:0 1px 0px #ccc;
}

#drop-zone p{
  padding:40px;
  font-size:1.4em;
  text-align:center;
  color:#564E41;
  text-shadow:0 1px 0px #fff;
  font-weight:bold;
}

#results{
  float:left;
  width:502px;
  margin-left:20px;
}


#results textarea{
  width:500px;
  height:40px;
  border-color:#ccc;
  padding-bottom:10px;
  margin-bottom:10px;
}

h1, h3{
    font-weight:bold;
}

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 1.5em;    text-shadow:0 1px 0px #9A9A9A;}
h2 { font-size: 1.5em; line-height:1.25;margin-bottom: 0.75em; font-style:italic; color:#575757;}

h3{
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom:1px #ccc dotted;
}

h2 br{width:100%;height:300px;display:block;}

h1, h2 a {color:#8AB828;}



div.vcard{
  border:1px #ccc solid;
  background:#fff;
  width:460px;
  padding:20px;
  margin-bottom:10px;
}



.fn{
  font-size:2.0em;
  font-weight:bold;
}


.fn, .org{
  display:block;
}


.vcard span.street-address{
  display:block;
}

.vcard span.locality:after{
  content:', ';
}

.vcard span.region:after{
  content:' ';
}

.vcard span.country-name{
  display:block;
}

.vcard address, .vcard span.tel, .vcard span.email, .vcard span.url{
  display:block;
  clear:left;
}

.vcard span.type{
  display:block;
  float:left;
  text-align:right;
  width:60px;
  margin-right:30px;
  margin-left:30px;
  color:#ccc;
  
}

.content{
  float:left;
}

.vcard img{float:right; margin:0 0 10px 10px;}


hr{
  clear:both;
  margin:10px 0;
  border:none;
  border-top:1px #ccc solid;
}

hr.space{
  border:none;
  padding:5px 0;
}

hr + hr{
  padding:0;
  margin:0;
  height:0;
  border:none;
}