/**
* eDirectory - Content Custom ( Dynamic content )
*
* @package			layout
* @filesource		content_custom.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9.3
* @since			April, 17, 2012
*			
*/

.well {
    margin-top:200px;
    border-radius:10px !important;
}

@media only screen and (min-width : 768px) {
#footer .span3, #footer .span2 {
    width:30% !important;
}
#footer .span2 {
    margin-top:0;
}
}
@media only screen and (min-width : 1px) and (max-width : 767px) {
#footer .span2 {
    padding-top:30px !important;
}
}
 .row-fluid .calendar h2 {
     background:#c03a2b !important;
 }
body {
    background:url('http://www.ledgerlaw.com/wp-content/lawfirmdirectory/light_noise_diagonal.png') !important;
}

.btn.btn-info, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .modal-content .button-profile h2 a, .modal-content .button-profile h2 a:hover {
    background-color: #C03A2B !important;
    }

@media (max-width: 767px) {
	.image-bg {
		display:block !important; 
		min-width:100% !important; 
        z-index:-1 !important;
	}
    .well {
        margin-top:80px;
   }
   #footer .span3.contact {
   	padding-left:7px !important;
   }
}




