@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: c5b2a0;
	background-image: url(BB_images/BB_bkgnd.jpg);
}
a:link {
	text-decoration: none;
	color: #4E1C12;
}
a:visited {
	text-decoration: none;
	color: #4E1C12;
}
a:hover {
	text-decoration: underline;
	color: #004B64;
}
a:active {
	text-decoration: none;
	color: #004B64;
}
.SocBB #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #AFCDAA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.SocBB #header {
	padding: 10px 10px 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: normal;
}
.SocBB #subhead {
	padding: 10px 0px 10px 0;
	color: #004B64;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #4E1C12;
	border-bottom-color: #4E1C12;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #C8AFA0;
} 
.SocBB #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SocBB #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CAD7C4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4E1C12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4E1C12;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4E1C12;
}
.SocBB #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.SocBB #mainContentLinks {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
}
.SocBB #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #CAD7C4;
	font-size: small;
	font-weight:300;
	color: #4E1C12;
	text-align: center;
	vertical-align: middle;
}
.SocBB #footerPLS {
	font-size: x-small;
	color: #4E1C12;
	text-align: center;
	vertical-align: middle;
} 
.SocBB #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

.SocBBSidebarHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
	color: #4E1C12;
}
.SocBBSidebarPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
	color: #A52323;
}
.SocBBTextHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
	color: #464646;
}
.SocBBHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 10px 0;
	font-size: medium;
	color: #004B64;
	text-align: center;
	line-height: 22px;
}
.SocBBTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0;
	font-size: medium;
	color: #004B64;
	text-align: center;
	letter-spacing: 1px;
}
.SocBBTitleItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #004B64;
}
.flushright {
	text-align: right;
}
.smallcaps {
	font-variant: small-caps;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
}
.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	}
.fltright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumbfltleft{
	position: relative;
	z-index: 0;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

.thumbfltleft:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbfltleft span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbfltleft span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbfltleft:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -100px; /*position where enlarged image should offset horizontally */
}

.thumbfltrt{
	position: relative;
	z-index: 0;
	float: right;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 10px;
}

.thumbfltrt:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbfltrt span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbfltrt span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbfltrt:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -100px; /*position where enlarged image should offset horizontally */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -100px; /*position where enlarged image should offset horizontally */

}
