/* CSS Document */
html {margin:0;padding:0;}
body {
	margin:0;
	padding:50px 0 0 0;
	background-color: #868c83;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #212121;
}
#container {
	width:979px;
	margin:auto;
	background-color:#fff;
/*	-webkit-box-shadow: 6px 3px 7px #999999;
	-moz-box-shadow: 6px 3px 7px #999999;
	box-shadow: 6px 3px 7px #999999;
	-webkit-box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.47); 
	-moz-box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.47); 
	box-shadow: 6px 3px 7px 0px #000; */
	
	-webkit-box-shadow: 6px 3px 7px rgba(70, 70, 70, 0.60); -moz-box-shadow: 6px 3px 7px rgba(70, 70, 70, 0.60); box-shadow: 6px 3px 7px rgba(70, 70, 70, 0.60);
}
#header { 
    background-repeat:no-repeat;
    width:847px; 
    height:90px;
    margin-left:60px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    background-image:url(/images/Brien-Wood-headerBG.png);
}
#header .phone {float:right;margin-top:16px;margin-right:3px;text-align:right;font-size:15px;padding:0;font-weight:bold;}
.address {font-weight:normal;font-size:.8em;line-height:20px;padding:4px 0 0 0;margin:0;}
.address a:link {text-decoration:none;}
.address a:visited {text-decoration:none;}
.address a:hover {text-decoration:none;}
#navArea {width:835px; height:53px;margin-left:72px;border-top-width:1px;border-top-color:#555555;border-top-style:solid;
}
#contentArea {
	width:609px;
	margin-left:72px;
	margin-top:20px;

}
#contentAreaHome {
/*	width: 835px; */
	margin-left:72px;
	margin-right: 30px;
	margin-top:20px;
	text-align:left;
}
#contentWide {
	width:835px;
	margin-left:72px;
	margin-top:20px;

}
.contentFullandColor {
	width:100%;
	margin-left:0px;
	margin-top:20px;

	background-color:#d6d8d5;
}
.contentFullandColor .padding {padding:40px 71px 40px 71px;}
.contentBBH {
	width:835px;
	margin-left:72px;
	margin-top:30px;

}
.homecallout {
    background-color:#F3F3F3;
    width:300px;
    border-radius: 6px;
    border: 1px solid black;
    float:right;
    margin: 0 40px 40px 40px;
    padding:6px 22px 16px 22px;
    line-height: 1.6em;
}
.homecallout p {font-size:18px;line-height:1.7;}
.BBHsession {
	width:283px;
	background: rgba(0,147,196,1);
	background-image:url(../images/sessions-bg.jpg);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: none;
	color:#fff;
	font-size:16px;
	text-align:center;
	}
.BBHsession .padding {padding:10px 23px 6px 23px;}
ul.BBHlist li {
	background:url("/images/checkmark.png") no-repeat 0 50%;
    padding-left: 30px;
	margin-bottom:25px;
	font-size:18px;
	min-height:26px;
}
ul.BBHlist {
    list-style-type: none;
	margin:7px 0 0 0;
	padding:0;
}
#columnRight {
	width:200px;
	float:right;
	min-height:250px;
	margin-top:50px;
	margin-right:72px;
}
.photoShadow {
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.20); -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.20); box-shadow: 3px 3px 6px rgba(50, 50, 50, 0.20);}
#footer {width:979px;margin:auto;clear:both;color:#4f4f4f;font-size:11px;}
#footer a:link {color:#4f4f4f; text-decoration:none;}
#footer a:visited {color:#4f4f4f; text-decoration:none;}
#footer a:hover {color:#4f4f4f; text-decoration:underline;}
#siteCredit {float:right;}

/* HOME PAGE */
.homeText {font-size:17px; line-height:20px;color:#212121;}

/* BOOKS PAGE */
#booksContainer {width:830px;}
#leftSide {
	width:400px;
}
#leftSide h3 {margin-top:25px;}
#rightSide {
	width:400px;
}
#rightSide h3 {margin-top:25px;}

/* DROP MENU CSS */

#menu {
  width: 835px;
  height: 33px;
  clear: both;
}

 
ul#nav {
  float: left;
  width: 835px;
  margin: 0;
  padding: 0;
  list-style: none;

}
 
ul#nav li {
  display: inline;

}

.btn {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  color: #ffffff !important;
  font-size: 20px;
  background: #595959;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
    -webkit-box-shadow: 2px 2px 4px #adadad;
  -moz-box-shadow: 2px 2px 4px #adadad;
  box-shadow: 2px 2px 4px #adadad;
}

.btn:hover {
  background: #808080;
  text-decoration: none !important;
}


ul#nav li a {
  float: left;
  font-size:20px;
  font-weight:normal;
  line-height: 30px; /* controls height of main nav links */
  color: #555555;
  text-decoration: none;
  margin: 0;
  padding: 7px 14px 0px 14px; /* padding between top menu items. */
 

  /* white border so not jumpy on mouse over */
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#fff;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#fff;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#fff;
}
.nobr	{ white-space:nowrap; } 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #555555;
  text-decoration: none;

  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.20); 
  -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.20); 
  box-shadow: 3px 3px 6px rgba(50, 50, 50, 0.20);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#555555;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#555555;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#555555;

  
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;

}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
  position: absolute;
  display: block;
  width: 835px;
  height: 33px;
  position: absolute;
  margin: 38px 0 0 0;
  border: none;
  box-shadow:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;


/*  background: #fff; */

}
 
ul#nav li:hover > ul li a {
  float: left;
  font: normal 1em Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 3px 19px 20px 0; /* controls drop down position. */
  border:none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;


  

/*  background: #000;  */
}
 
ul#nav li:hover > ul li a:hover {
  color: #120000;
  text-decoration: underline;
  text-shadow: none;
  height:30px; /* may need to adjust to get proper drop menu position without a hyperlinkless gap between main and drop */
}


h1 {font-size:20px;padding:0;margin:0;font-weight:normal;}
h2 {font-size:18px;padding:15px 0 0 0;margin:0;font-weight:normal;border-bottom-style:solid;border-bottom-color:#212121;border-bottom-width:1px;}
h3 {font-size:18px;padding:0 0 0 0;margin:0 0 7px 0;font-weight:normal;}
h4 {font-size:16px;padding:0;margin:0;text-align:left;} /* used on video page */
h5 {font-size:14px;padding:0;margin:0;font-weight:normal;text-align:left;} /* used on video page */
p {margin:5px 0 12px 0;}
a:active, a:focus {outline: 0;}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-webkit-box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.40); -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.40); box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.40);
}
.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-webkit-box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.40); -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.40); box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.40);
}
a:link {color: #212121;text-decoration:underline;}
a:visited {color: #212121;text-decoration:underline;}
a:hover {color: #2765cc;text-decoration:underline;}
ul {padding-top:0px;margin:0px 5px 12px 5px;}

.media-row {
  display: flex;
  align-items: flex-start; /* aligns tops */
  gap: 20px;
}

.media-block {
  text-align: center;

}


.media-block img,
.media-block video {
  height: 229px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.caption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #333;
}


