/* @override http://mormonmiracle.com/default.css */

/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}	
	.style2 {
	font-size: 10px
}

.style3 {
	font-size: 11px;
	color: #dfbb7f;
}
.style4 {
	color: #dfbb7f;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	color: #dfbb7f;
	font-weight: bold;
}

.style8 {
	font-size: 0.8em
}

.style9 {
	font-size: 0.7em
}
  
.style12 {
	font-size: 12
}

 
img {
	border:4px inset #e5cc8f;
	padding: 20px;
    margin: 0 85px;
}

.fb-youtube img {
	width: 192px;
	padding: 0;
	margin: 0;
}

.imgb {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;	
}

a {
	color: #dfbb7f;
	text-decoration: none;
}
a:hover {
text-decoration:underline;
}

body {
	background: #000 url(../img/bg.jpg) repeat-x left top;
	color: #cccccc;
	margin: 45px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
ul {
	margin: 12px 0;
	color: #dfbb7f;
}
li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	font-weight: bold;
	color: #dfbb7f;
}
/* @group Lodigng Page */
#lodging ol {
	list-style: decimal;
	margin-left: 50px;
	overflow: auto;
}
#lodging ol li {
	float: left;
	width: 170px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
#lodging ol span.name {
	color: #fff;
	font-weight: bold;
}
#lodging ol span.address, #lodging ol span.phone, #lodging ol span.description {
	display: block;
}
/* @end */
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(../img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(../img/quote.gif) no-repeat;
	padding-left: 20px;
	padding-right: 30px;
	color: #dfbb7f;
}


/* Main structure */
.main {
	background: #000; 
	border: 4px double #ffffff; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}


/* Header */
#header {
	background: url('/img/header.jpg') top left no-repeat;
	width: 800px;
	height: 191px;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: 3px solid #000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.5em;
}
#header h1 {
	display: none;
	text-align: center;
}
#header h2 {
	color: #fff;
	width: 615px;
	margin-left: 160px;
	text-shadow: -4px 2px 3px #222;
}
#header h3 {
	font-size: 1em;
	color: #fff;
	width: 615px;
	padding-top: 100px;
	margin-left: 160px;
	margin-bottom: 0;
	letter-spacing: 3px;
	line-height: .5em;
	text-shadow: -4px 2px 3px #222;
}
.gfx {
	background: #222 url(../img/header.jpg) no-repeat;
	border-right: 2px solid #dfbb7f;
	border-left: 2px solid #000000;
	border-top: 1px solid #dfbb7f;
	height: 191px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #000 url(../img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #dfbb7f;
	border-bottom: 4px solid #dfbb7f;
	color: #f3daaf;
	font-size: 1.2em;
	float: left;
	padding-top: 9px;
	width: 113px;
	height: 35px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #000000;
	text-decoration:none;
}
.menu a#last {
	width: 113px;
	border-right: none;
}


/* Content */
.content {
	border-top: 2px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1, .content h2 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #dfbb7f;
}
.content h2 {
	font-size: 1em;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(../img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
.bullet {
	width: 5%;
}
.info {
	width: 20%;
	height: 95px;
}

/* Footer */
.footer {
	padding: 22px;	
	background: #000 url(../img/bgf.jpg) repeat-x left top;
	color: #666;
}