@charset "utf-8";

/**************************************************
  Custom Page Specific Styles
  Author: Chuck Bunnell / Eagle Web Desings, Inc
  Modified: 05/01/2015
  MODIFICATIONS GO HERE!!
**************************************************/

body {
	background-color: #999; /* fallback */
	background-image: url('/themes/davisboyd/assets/img/lawscale-green-trans.png'); /* fallback */
	background: url('/themes/davisboyd/assets/img/lawscale-green-trans.png'), -webkit-linear-gradient(#999, #fff); /* For Safari 5.1 to 6.0 */
	background: url('/themes/davisboyd/assets/img/lawscale-green-trans.png'), -o-linear-gradient(#999, #fff); /* For Opera 11.1 to 12.0 */
	background: url('/themes/davisboyd/assets/img/lawscale-green-trans.png'), -moz-linear-gradient(#999, #fff); /* For Firefox 3.6 to 15 */
	background: url('/themes/davisboyd/assets/img/lawscale-green-trans.png'), linear-gradient(#999, #fff); /* W3C */	
	background-repeat: no-repeat;
	/*background-size:cover;
	background-size: contain;*/
	background-size: 100%;
}
.status_bar_wrapper {
	background-color: #006737;
}

header { 
	/* #cac091 #ece8d9 */
    background: rgba(202, 192, 145, 1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(202, 192, 145, 1), rgba(236, 232, 217, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(202, 192, 145, 1), rgba(236, 232, 217, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(202, 192, 145, 1), rgba(236, 232, 217, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(202, 192, 145, 1), rgba(236, 232, 217, 1)); /* Standard syntax (must be last) */
}
.header_wrapper img {
	margin: 0 0 10px;
}
header .topaddress {
	text-align: center;
	padding-top: 10px;
}
.navbar {
    border-radius: 0;
	min-height: 40px;
}
.navbar-default {
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: #006737;
	color: #fff;
}
.navbar-nav > li { 
	border-right: 1px solid #999;
}
.navbar-nav > li:first-of-type {
	border-left: 1px solid #999;
}
.navbar-nav > li > a { 
	padding: 10px 27px;
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	border: none;
	border-right: 1px solid #999;
}*/
.dropdown-menu {
    background-color: rgba(102, 102, 102, 0.5);
}

.main_content_wrapper {
	background-color: transparent; /*#EBE8D9*/
	padding-bottom: 0;
}
.content_wrapper {
	background-color: rgb(235,232,217,0.6);
	box-shadow: 6px 0 5px -4px #ccc, -6px 0 8px -4px #ccc;
	-moz-box-shadow: 6px 0 5px -4px #ccc, -6px 0 8px -4px #ccc;
    -webkit-box-shadow: 6px 0 5px -4px #ccc, -6px 0 8px -4px #ccc;
    -o-box-shadow: 6px 0 5px -4px #ccc, -6px 0 8px -4px #ccc;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	color: #069;
}
li h2 {
	color: #069;
	font-size: 16px;
	margin-bottom: 3px;
}


/******** ourteam styles ********/
.article_list_wrapper .article_list_title {
	padding-bottom: 10px;
	color: #006737;
}
.infolink {
    margin-top: 15px;
    text-align: center;
}
.article_list_wrapper .article_list_image {
	box-shadow: 3px 3px 3px #464646;
	border-radius: 5px;
}
/******** end ourteam styles ********/


/******** ourteam detail styles ********/
.article_detail_wrapper .article_list_title {
	padding-bottom: 10px;
	color: #006737;
}
.article_detail_wrapper .article_list_image {
	width: 25%;
	float: left;
    margin: 0 15px 10px 0;
	box-shadow: 3px 3px 3px #464646;
	border-radius: 5px;
}
.article_body_wrapper .article_list_image {
    margin-bottom: 35px;
	box-shadow: 3px 3px 3px #464646;
	border-radius: 5px;
}
@media (min-width: 1200px) {

}
/******** end ourteam detail styles ********/


/******** practice_areas styles ********/
.parea {
	list-style-type: none;
	margin-left: 0;
	padding: 0 0 20px;
}
ul.parea li {
	border-bottom: 1px solid #666;
	padding: 10px 0;
}
.parea h2 {
	color: #069;
	font-size: 16px;
	margin-bottom: 3px;
}
/******** end practice_areas styles ********/

/******** articles styles ********/
ul.articles li {
	padding-bottom: 12px;
}
/******** end articles styles ********/


/******** right sidebar ********/
.practice_menu_wrapper, .employee_menu_wrapper {
	background-color: #E6E6E6;
	padding-bottom: 25px;
}
.practice_menu_wrapper h3:first-of-type, .employee_menu_wrapper h3:first-of-type {
    margin-top: 0;
    background-color: #006737;
    color: #fff;
	font-size: 28px;
    padding: 5px 0;
    text-align: center;
}

.practice_menu_wrapper ul h4 {
    font-size: 18px;
}
.employee_menu_wrapper ul {
	padding-left: 5px;
	list-style-type: none;
}
.employee_menu_wrapper ul li {
	padding-bottom: 15px;
	line-height: 1.2;
}
/******** end right sidebar ********/


/******** contact page ********/
.contactimg {
	box-shadow: 0 0 4px 2px #222;
	border-radius: 4px;
}
.mapframe {
	border: 1px solid #000;
    padding: 0;
}
.mapframe iframe {
	border: none;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 300px;
	max-height: 500px;
}
/******** end contact page ********/



footer {
	background-color: rgb(202, 192, 145, 0.6);
}
footer .footer_navigation {
	margin-bottom: 5px;
}
footer .footer_navigation a:hover {
    color: #484848;
}
footer .footer_legal {
	margin: 15px 0;
}
footer .footer_legal h4 {
	font: lighter 12px Arial, Helvetica, sans-serif;
	color: #900;
	text-align: center;
}
footer .footer_legal .avlogo img {
	margin: 0 auto;
}
@media (min-width: 768px) {
	footer .footer_legal .avlogo img {
		margin: 0;
	}
}
footer .footer_copyright {
	color: #000;
}
footer .footer_copyright a {
	color: #484848;
}
