/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 Jun, 2015, 12:07:09 AM
    Author     : SOFTSDEV
*/

/* #### Pre Style #### */
pre.clean_debug {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0 5px 4px orange;
    color: greenyellow;
    font-family: Verdana;
    padding: 10px;
}
/*--------------END----------------*/  
.archive article header {
    background: white;
    box-shadow: 0 0 3px grey;
    margin: 5px !important;
    border-radius: 5px;
}
.events .event img{
    width: 100%;
}
.events .event img.icon{
    width: 25px;
}
.events .event article{

}
.events .event h3{
    font-size: 18px;
    color: #374045;
    font-weight: bold;
    margin: 15px 0;
}
div#event_map {
    box-shadow: 0 0 2px 1px #d0d0d0;
    border-radius: 5px;
    border: 3px solid #d0d0d0;
}
.softsdev_events .event_box{
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}