h1 {
    margin-top: 10px;
    color: #006BB6;
    font-size: 20px;
}
h2 {
    border-bottom: 1px dashed #B3B3B3;
    text-transform: uppercase;
    line-height: 24px;
    color: #808080;
}
h3 {
    padding: 5px 0;
    font-size: 12px;
}

#leftContent {
    background-color: #F1F1F1;
    width: 288px;
    color: #808080;
}
#mainContent {
    margin-left: 300px;
    margin-top: 10px;
}
h2, 
#leftContent div.event-details {
    padding: 10px;
    margin: 0;
}
#leftContent div.event-details {
    padding: 7px 12px 12px;
}
#leftContent div.event-date,
#leftContent div.event-location {
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 0;
}
#leftContent p {
    margin: 0;
}

#leftContent div.button {
    margin: 10px 0 0;
}
#leftContent div.button a {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}
#leftContent div.blue a {
    background-color: #006BB6;
    color: #fff;
}
#leftContent div.white a {
    background-color: #fff;
    color: #006BB6;
}

#leftContent div.grey a {
    background-color: #e0e0e0;
    color: #777;
}


#leftContent div.map {
    margin: 10px 0 0;
    border: 10px solid #fff;
    background: url(/images/google_maps.png) no-repeat;
}
#leftContent div.map a {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 244px;
    height: 150px;
    font-weight: bold;
    color: #006BB6;
}
#leftContent div.map a:hover {
    text-decoration: none;
}
#mainContent h2 {
    padding-left: 0;
    margin-bottom: 10px;
}
#mainContent img.event-logo {
    margin: 0 10px 10px 0;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
