/*==== CSS Stylesheet for blackmountainside.com ===============================*/ 

/* 	
TITLE: BMS 4.0 CSS
DESC: Screen stylesheet for blackmountainside.com
UPDATED: 2/20/10 
AUTHOR: Mike Spencer
*/

/*-----------------------------------------------------------------------------*/
/* BASIC STYLES */

body 
{	font: 12px/18px arial, helvetica, "trebuchet ms", sans-serif;
	color: #444;
	margin: 0px; 
	padding: 0px;
	background: url(images/template/bg.gif) repeat left top #717171; }
	
a, a:link, a:visited 
{	color: #000; }

a:visited 
{	color: #666; }

a:hover 
{	color: #0059D1; }

h1, h2, h3, h4, h5, h6
{	line-height: 100%;
	margin: 15px 0; }

h1
{	font-size: 24px;
	color: #000;
	margin-top: 0; }

h2 
{	font-size: 18px; }

h3 
{	font-size: 16px;
	margin: 12px 0; }
	
h4, h5, h6
{	font-size: 14px;
	margin: 12px 0 0 0; }

h5
{	font-style: italic; }

h6
{	font-size: 12px;
	color: #666;
	text-decoration: uppercase; }

p, ul, ol, dl
{	margin-top: 10px;
	margin-bottom: 10px; }

dd
{	padding-left: 11px;
	margin: 0 0 5px 0;
	background: url(images/template/arrow.gif) no-repeat left 5px; }

dt
{	font-weight: bold;
	margin: 10px 0 5px 0; }

small
{	font-size: 12px;
	font-weight: normal; }

small a:link, small a:visited
{	color: #000; }

small a:hover 
{	color: #0059D1; }

hr
{	color: #fff;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #bbb; }


/*-----------------------------------------------------------------------------*/
/* BASIC CLASSES */

.clear 
{	clear: both; } 

.hidden 
{	display: none; }

.thumb
{	float: right;
	margin: 0 0 0 10px;
	padding: 4px;
	background: #ececec;
	border: 1px solid #bbb; }


/*-----------------------------------------------------------------------------*/
/* LAYOUT STYLES */


/*******************************************************************************/
/* Header */

#header 
{	margin: 0 auto;
	padding: 60px 50px;
	width: 850px;
	background: url(images/template/header_bg.jpg) repeat-x left bottom #DEE6D7; }
	
#header h1
{	text-indent: -999em;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	height: 27px;
	width: 408px;
	background: url(images/template/logo.gif) no-repeat center top;
	border-bottom: 1px solid #B9C7AD; }

#header h1 a
{	display: block;
	outline: 0; }

#header h2
{	text-indent: -999em;
	margin: 0 auto;
	height: 16px;
	width: 349px;
	background: url(images/template/slogan.gif) no-repeat center top; }


/*******************************************************************************/
/* Content */

.container 
{	padding: 30px 50px;
	margin: 0 auto;
	width: 850px;
	background: #fff;
	border-top: 1px solid #bbb;
	overflow: hidden; }

.top
{	padding: 45px 50px 35px 50px;
	background: url(images/template/container_bg.jpg) no-repeat 688px top #fff;
	border: 0; }

.alt
{	background: #f0f0f0; }
	
.content 
{	float: left;
	width: 400px; }

.intro
{	font-size: 14px;
	line-height: 21px;
	width: 550px;
	background: url(images/template/title_bg.gif) no-repeat right 10px; }

.sub
{	float: right;
	width: 250px; }

.sub h2, .sampler h2
{	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb; }

.right
{	float: right; }

.content .first
{	margin-top: 0; }

/*******************************************************************************/
/* Portfolio */

.sampler, .sampler ul
{	list-style: none;
	padding: 0;
	margin: 0; }

.sampler li
{	float: left;
	margin-right: 50px;
	width: 250px; }

.sampler li.last
{	margin: 0; }

.sampler img
{	padding: 4px;
	background: #fff;
	border: 1px solid #bbb;
	cursor: pointer; }

.sampler ul li
{	float: none;
	padding-left: 11px;
	margin: 7px 0 0 0;
	background: url(images/template/arrow.gif) no-repeat left 5px; }


/*******************************************************************************/
/* Footer */

#footer 
{	text-align: right;
	margin: 0 auto;
	padding: 10px 50px;
	width: 850px;
	background: url(images/template/footer_bg.gif) no-repeat 50px 15px #dedede;
	border-top: 1px solid #cecece;
	clear: both; }

#footer ul
{	list-style: none;
	padding: 0;
	margin: 10px 0; }

#footer li
{	padding-left: 17px;
	margin: 0;
	background: url(images/template/bullet.gif) no-repeat 3px center;
	display: inline; }

#footer li.first
{	padding: 0;
	background: none; }

#footer a:link, #footer a:visited 
{	color: #444; }

#footer a:hover 
{	color: #0059D1; }


/*******************************************************************************/
/* Overlay */

.simple_overlay 
{	padding: 5px;
	width: 700px;
	background-color: #fff;
	-moz-box-shadow: 0 0 50px #333;
	-webkit-box-shadow: 0 0 50px #333;
	display: none;
	z-index: 10000; }

/* close button positioned on upper right corner */
.simple_overlay .close 
{	position:absolute;
	right: -5px;
	top: -5px;
	height: 21px;
	width: 21px;
	background: url(images/template/close.png) no-repeat left top;
	cursor: pointer; }

.simple_overlay img
{	border: 0; }

.simple_overlay a
{	cursor: pointer; }

.details
{	padding: 0 10px; }