/* @override http://www.webdesign.gs/bmka/style/style.css */

/* Information
BMKA Law
Dax Hansen
Version: 1.0
*/

/* Swatches

Header:
#253417 - Sage Green (picked from Rev 2)
#E7FFCF - Light Green (almost white)
#FFEBA5 - Gold (light)
#FEE189 - Gold (dk, bright)
#353535 - Dk Grey (Background color)
#FFB900 - wrap border (orange gold)
 
*/

/* body & wrap */

body {
	background-color: #353535;
	color: #fff;
}

a {
	color: #FEE189;
	text-decoration: none;
	}

h1 {
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	color: #FEE189;
	
}
	
h2 {
	font-size: .8em;
	line-height: .7em;
	}

h3 {
	font-size: .6em;}

#wrap {
	background: url(../images/contentbg-old.jpg) no-repeat;
	width: 750px;
	height: 500px;
	padding: 0px;
	border: 1px solid #FFB900;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 92px;
}
		
#header {
		background: url(../images/headerbg.gif) top center no-repeat;
		}

#header {
	margin: 0px auto 0px;
	width: 800px;
	height: 82px;
	color: #E7FFCF;
}

#header a {
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	margin: auto;
	padding: 10px;
	color: silver;
	text-decoration: none;
}

#header ul {
	margin: auto;
	}

#header li {
	float: left;
	list-style: none;
	padding: 55px 10px 0px 10px;
}

#header a:hover, a:active {
	color: #fee189;
}



#header h1 {
	font-family: Palatino, Times, serif;
	font-size: 2.3em;
	padding: 5px 10px 5px 20px;
	text-shadow: black 2px 2px 5px;
}

/*------SIDEBAR------*/

#sidebar {
	background: none;
	margin: 0;
	float: left;
	width: 225px;
	height: 470px;
	font-size: 14px;
	padding: 15px;
	overflow-y: hidden;
	overflow-x: hidden;


}

#sidebar p {
	font-family: arial, helvetica, sans-serif;
	width: 220px;
	color: #EFEFEF;
	padding: 0px 10px 0px 0px;
	}

	
#sidebar ul {
	width: 230px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: .9em;
	color: silver;
	font-family: arial, helvetica, sans-serif;
	list-style: none;
	}
	
#sidebar li {
	padding: 1px 3px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	word-spacing: 0.02em;
	letter-spacing: 0.3px;
	line-height: 13px;
}
	
#sidebar li a:hover {
	color: #FFF3CF; border-bottom: 1pt dotted #8F8059; border-top: 1pt dotted #8F8059;
}

#sidebar h1 {
	color: #E7FFCF;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
}

/*----------CONTENT-------*/

#content {
	/* background: url(../images/contentbg.gif) top center no-repeat; */
	background: none;
	width: 425px;
	margin: 30px 20px 0px 5px;
	padding: 0px 10px 0px 15px;
	height: 430px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: auto;
	top: 0;
	position: absolute;
	left: 260px;
}

#content p {
	color: #FFF;
	font-size: .9em;
	text-align: left;
	word-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
}

#content ul {font-size: 0.9em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
}
	
#content h1 {
	font-family: Palatino, times, serif;
	font-size: 1.5em;
	}

#content h2 {
	color: #EFECD1;
	font-size: 1.0em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-family: Helvetica, arial, sans-serif;}

#content img {
	border: 1px solid #000000;
	margin: 10px 10px 0 0px;
	padding: 0px;
	max-width: 400px;
	}

/*-----------------END FRONT PAGE----------------*/


#footer {
	width: 750px;
	height: 75px;
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 500px;
}

#footer p {

	text-align: right;
	color: #d1d1d1;
	font-size: .7em;
	padding: 10px 0px 40px 0px;
	
}

#cms_content {
    width: 500px;
}
