/*========== Location Page =========*/

.title_location{
    float: left;
    width: 100%;
}
.title_location h2{
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background:none;
    font-size: 16px;
    padding:0px;
    text-shadow: 1px 1px 1px #ffffff;
	border-bottom:2px solid #0037ab;
	color:#0037ab;
}



.container_location_location{
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
    border-bottom: 1px dotted #c2c2c2;
	line-height:22px;
	color:#535353;
}

.container_location_location h2{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.make_link-a-location-title a:link, .make_link-a-location-title a:visited{
    color: #0037ab;
    text-decoration: none;
}
.make_link-a-location-title a:hover, .make_link-a-location-title a:active{
    color: #ff0000;
    text-decoration: underline;
}

.make_link-a-location-image{
    float: left;
}
.make_link-a-location-image img{
    width: 215px; margin-right: 20px; border: 1px solid #c2c2c2; padding:2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.make_link-ctn-location-readmore{
    float: right;
    font-size: 12px;
}
.make_link-ctn-location-readmore a:link, .make_link-ctn-location-readmore a:visited{
    color: #ff0000;
    text-decoration: none;
}
.make_link-ctn-location-readmore a:hover, .make_link-ctn-location-readmore a:active{
    color: #ff0000;
    text-decoration: underline;
}

.date_post_ctn{color:#a2a2a2; margin:6px 0px 6px 0px;}
