/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/*media all*/

.site_description {
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 2px;
}

@media only screen and (min-width: 768px) {
 #inner-content,
 #breadcrumb,
 #inner-header,
 #footer-top .inner,
 .footer .inner,
 #custom_header{
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 }
}

.side_by_side {
width: 728px;
margin-bottom: 20px;
}
.side_left,
.side_right{
margin-left: 10px;
display: inline;
float: left;
}

.clear {
clear: both;
}

.side_p {
text-align:left;
margin-left: 0px;
}
