* { margin: 0; padding: 0; }

body {
	margin: 0px auto;
	padding: 0;
	background-color: #1d1d1d;
	background-image: url(bg3.jpg);
	background-position: top center;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 13px;
	color: #ccc;
}

img {border-style: none;}

#nav {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	padding: 0;
	background-image: url(wood2.jpg);
	text-align: center;
}

#nav table {
	text-align: center;
	height: 50px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #888;
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	overflow: hidden;
}
#nav a {
	color: #979797;
	font-size: 20px;
	letter-spacing: 1px;
	height: 50px;
	padding: 20px 28px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-position: 0% 0%;
}
#nav a:hover {
	color: #95c1bb;
	background-image: url(wood5.jpg);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}

#top { 
	width: 100%;
	height: 266px;
	margin: 0px auto;
	padding: 0px; 
	text-align: center;
	background-image: url(top2_bg.jpg);
	background-position: top center;
}

#content { 
	width: 830px;
	color: #aaa;
	font-size: 1em; 
	margin: 0 auto;
	padding: 0; 
	line-height: 1.6;
	text-align: center;
}

#footer {
	width: 100%;
	color: #888;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: .85em;
	margin: 50px auto 30px auto;
	text-align: center;
}

table {
	font-family: sans-serif; 
	font-size: 10px; 
}

input, textarea, select { 
	background-color: #202020;
	font-size: .9em;
	color: #9a9a9a; 
	border: 1px solid #3c3c3c;
	padding: 5px;
}

p {
	margin: 6px 0 20px 0;
	text-align: justify;
}
p.shrine {
	margin-left: 70px; 
	text-align: left; 
	line-height: 180%;
}

.shrine a {
	text-transform: uppercase; 
	padding: 3px 4px;
	margin: 0 3px;
}
.shrine a:hover {
	background-color: #2b2b2b; 
	color: #60bdae;
}
.shrine span {
	margin: 0 5px 0 0;
}
.shrine span:before {
	content: "\21d2";
}
.shrine span:after {
	content: "\3B";
}

.rules {text-align: left; margin: 15px 0;}

ol {
	list-style-position: outside;
	line-height: 1.7;
	margin-left: 15px;
}
ol li {
	padding-left: 5px;
}

.icons {text-align: center;}

.right {
	float: right;
	border: 5px solid #333;
	margin: 5px 5px 2px 10px;
}
.right:hover {
	border: 5px solid #51978d;
}
.left {
	float: left;
	border: 5px solid #333;
	margin: 5px 10px 2px 10px;
}
.left:hover {
	border: 5px solid #51978d;
}
.middle {
	border: 4px solid #333;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #51978d;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
i {color: #68a99f;}
em {font-family: Georgia; color: #b37763;}
b, strong {font-weight: 700; font-family: 'Anonymous Pro', monospace; font-size: 1.1em;text-transform: uppercase; color: #ddd;}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.9em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 -5px 0;
	color: #777;
	letter-spacing: 3px;
	text-align: left;
	line-height: 1.1;
	padding: 0px 0px 0px 30px;
}
h1:first-letter, h2:first-letter { color: #54ab9e; }
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 0 40px;
	margin: 5px 0 0 0;
	color: #bfbfbf;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
}
h6 {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	padding-right: 220px;
	padding-bottom: 0px;
	margin-top: -9px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #c3c3c3;
	letter-spacing: 3px;
	text-align: right;
}

blockquote {
	margin: 11px 150px;  
	padding: 12px; 
	color: #828282;
	line-height: 25px;
	font-size: 1.2em;
	text-align: left;
	background-image: url(lines2.jpg);
}
blockquote cite {
	text-align: right;
	display: block;
}
blockquote cite:before {
  content: '\2014 \00A0'; /* em dash, nbsp */
}

a {color: #bc341d; text-decoration: none;}
a:hover { color: #63a6b9; text-decoration: none; cursor: crosshair;}