@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
   margin:inherit 0 0 0;
}

#head_title {
   text-align:center;
   margin:0;
}

#head_date {
   text-align:center;
   margin:0;
}

#head_location {
   text-align:center;
   margin:0;
}

.event-details {
   width:600px;
}

.event-details .fieldName {
   margin: 3px 0 3px 0;
   font-weight:bold;
   clear:both;
   float:left;
   width:100px;
}

.event-details .fieldContent {
   float:left;
   margin: 3px 0 3px 8px;  
   width:450px;
}

#event-description {
   clear:left;
   margin:10px 0 0 0;
   padding:10px 0 0 0;
   border-top:solid 1px black;
}
