/* ---------------------------------

Laughing Buddha 

--
Design & Code: February 2009 Copyright Dust Bunny Studios
Code Revision: N/A

--
Mind the notes in gray for any changes you make as they will affect elements on the website.

--
Questions or concerns: edits@dustbunnystudios.com

-----------------------------------*/

* {margin: 0; padding: 0;}
body {
	text-align: center;
	background: #dbd3c7; 
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;}

/*-----------------------------------------
Typography Everything set to 18px baseline
|grid. use increments of 18px for images, 
logos etc to maintain this grid
-----------------------------------------*/

/*---------- LINKS ----------------------*/
a {cursor:pointer;}
a, a:link {
	text-decoration: underline;
	color: #cc0000;
	font-weight: normal;}
a:visited {}
a:active {}
a:hover {text-decoration: none;}
#logo a {display: block; width: 292px; height: 127px; overflow: hidden;}
#footer li a {color: #b7a68d;}
a.light-link {color:#b7a68d; text-decoration:underline;}
.dbstudios-link {font-size: 10px; color: #594432; text-decoration:none;}

/*------------------------
Headings
-------------------------*/

h1 {
	font-size: 18px;
	color: #822418;
	line-height: 18px;
	margin: 9px 0 9px 0;}
h1.replace {
	height: 36px;
	width: 555px;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin: 0;
	overflow: hidden;
	}
h1#logo {
	margin: 0;
	padding: 0;
	width: 292px;
	height: 127px;
	overflow: hidden;
	}
h2.replace {
	height: 36px;
	width: 200px;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin: 0;
	overflow: hidden;
}
h2, dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin: 9px 0;
	color: #8c251c;}
h2 em, dt em {color: #8c4660;}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 18px 0 0;
	font-weight: bold;
	color:#8c4660;
	}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 0 0;
	color: #8c4660;
	font-weight: bold;}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0;}
#footer h5 {color: #594432; margin: 9px 72px; font-size:10px;}
h6 {
	font-size: 11px;
	line-height: 18px;
	margin-top: 18px;
	font-weight: bold;
	color: #666666;}
img {
	display: block;
	border: 0;
	outline: 0;}

/*-------------------------
List Elements
--------------------------*/
ol, ul, dl {
	list-style: none;
	margin: 9px 0;
}
dd {margin: 0px 0px 18px 0px;}
dd ul {margin-left: 18px;}
dd ul li {margin-left: 18px;}
dl.address {margin: 0;}
dl.address dt, dl.address dd {margin: 9px 0 0;}
dl#links dd img {border: 2px solid #594432; margin: 9px 0; background:#FFFFFF;}
dl#links dt {font-weight:bold; font-size: 14px; color:#8c251c; padding-bottom:9px; margin-bottom:0px; height:16px;}
dl#links dd {margin-bottom: 18px; border-bottom: 1px solid #cfc5b4; padding-bottom:9px;}
ul.bullet {
	list-style: disc outside;
	display: block;
	margin-left: 18px;
}
ul.bullet li {margin-left: 18px;}
ul.bullet ul {list-style: disc outside;}
ul.inline {list-style:none; display:block; float:left; background-color:#efefef;}
ul.inline li {text-align:center; width:100px; border:1px solid #000000; padding: 2px 0px; margin:0px; font-size:11px;}
ul.inline li.type {font-weight:bold; height:40px; background-color:#cfc5b4;}
ol {list-style: decimal outside; margin-left: 18px;}
ol li {margin-left: 18px;}
li, dd {
	font-size: 12px;
	line-height: 18px;}

#footer ul {
	margin:20px 0px 0px 0px;
	padding:0px;
	list-style: none;
	text-align: center;}
#footer li {
	color: #594432; 
	display: inline; 
	font-size: 11px;
	line-height: 18px; 
	margin-left: 0;
	list-style: none;
	display: inline; 
	white-space: nowrap;
	text-align: center;}
#footer li a {
	padding: 0 8px 0 8px;
	border-left: 1px solid #594432;
	color:#b59c85;
	text-decoration: underline;}
#footer li.first a {margin-left: 0; padding-left: 0; border-left: none;}
#footer li img {
	display:inline;
	height:16px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0 9px 0;}
p.top-link {font-weight: bold; text-align: right; clear: both;}
li > p {margin-bottom: 16px;}
#address p {font-size: 11px; color: #40362e;}
#address p strong {font-size: 12px; color: #40362e; font-weight:bold;}
.center {text-align: center;}
.right {text-align: right;}
strong, b {	font-weight: bold;}
em {font-style:italic;}
sup, sub {font-size: 85%;}
q:before, q:after {/* remove quotes since IE doesn't understand :( */
    content: ""; }
q {font-style:italic; color: #9f70c2;}
hr {display: none;}
div.hr {border-top: 1px solid #74afab; height: 1px; margin: 18px 0;}

/*----------------------------- 
Shortcuts	
-----------------------------*/

/* Image Replacement -- add class="replace" to root element, i.e. <p> and add a bg image*/
.replace {
	letter-spacing : -1000em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-indent: -999em;
}
/* Just for Opera, but hide from MacIE */

/*\*/html>body .replace {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
}
/* End of hack */

/*---------------------------------
Layout
---------------------------------*/
.img-right-no {float: right; clear: right; margin: 0 0 18px 18px;}
.img-left-no {float: left; clear: right; margin: 0;}
.img-right {float: right; clear: right; margin: 0 0 18px 18px; border:1px solid #8f444b;}
.img-left {float: left; clear: right; margin: 18px 36px 0 0; border:1px solid #8f444b;}
.img-center { margin: 9px auto 9px auto; text-align: center;}

#container {
	width: 800px;
	margin: 0 auto;
	padding:0px; 
	background:#FFFFFF;
	border:1px solid #666666;
}
#header {
	height:127px; 
	width:800px; 
	text-align:left;
	padding:0; 
	margin:0;
	background:url(../images/header.gif) 0 0 no-repeat; 
	z-index:9999;
}
#content {
	text-align:left;
	background: #fff;
	margin:15px 30px 15px 182px;
	min-height:575px;
	_height:575px;
	
}
#highlights {
	border-top:1px solid #000000;
	margin:110px 16px 30px 16px;
	padding:0px 5px 0px 5px;
	overflow:hidden;
}

#nav-row {
	position: absolute;
	left: 50%;
	top: 142px;
	width: 150px;
	margin: 0 0 0 -397px;
	padding: 0px;
	background: transparent;
	overflow:hidden;
	text-align:left;
}
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-align:right;
	background-color:#ffffff;
	width:148px;
}

#footer {
	width: 800px;
	margin:0px auto;
	background: #745c41 url(../images/footer-bg.gif) 0 0 repeat-x; 
	padding: 12px 0 10px 0;
	text-align: center;
	min-height:68px;
	_height:68px;
}

/* Social Icons in footer
--------------------------*/
.facebook, .myspace, .twitter {
}

/*---------------------------------
Navigation
---------------------------------*/

#navigation a.head {
	cursor:pointer;
	background:#000 url(../images/collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:8px 10px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#b6a68d;
}
#navigation a.selected {
	background-image: url(../images/expanded.gif);
}
#navigation a.current {
	background-color:#b6a68d;
	font-weight:bold;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#b6a68d;
	color:#822418;
}


/*---------------------------------
Image Replacement
---------------------------------*/
#logo a {background: url(../images/logo.gif) 0 0 no-repeat;}