@charset "utf-8";

/* General */
html, body{ height:100%; } /* For vertical centering */
body {
	margin:0;
	padding:0;
	background-color:#000000;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fe9243;
}
form{ margin:0; padding:0; }
img{ border:none; }
table{ border-collapse:collapse; }
h1, h2, h3, h4{ font-family:Georgia, "Times New Roman", Times, serif; }
h1{ font-variant:small-caps; }
hr{ color:#693d1d; background-color:#693d1d; height:1px; }
p{ line-height:16px; }

/* General Links */
a:link {
	text-decoration: underline;
	color: #febf7b;
}
a:visited {
	text-decoration: underline;
	color: #f8ab48;
}
a:hover {
	text-decoration: underline;
	color:#FED8B4;
}
a:active {
	text-decoration: underline;
}

/* Use the "title" attribute with these tags */
abbr, acronym, .help {
  border-bottom: 1px dotted #fe9243;
  cursor: help;
}

#ads{ margin:20px auto 5px auto; } /* google ads */

.dropcap{
	float:left;
	padding:5px 8px 0 0;
	margin:0 -5px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	font: 50px/30px "Times New Roman", Times, Georgia, serif;
	text-indent:0px;
}

/* Tables / Divs */
.dark{
	background-color:#1d0f04;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #341b07;
	border-collapse: separate;
}
.medium{
	background-color:#2d1707;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #442209;
	border-collapse: separate;
}
.light{
	background-color:#3d1f09;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #5c2e0c;
	border-collapse: separate;
}

/* CreepBox */
/* The structure for the CreepBox needs to look like this:
<div class="creepBox">
	<div class="creep_head"><h2>&nbsp;</h2></div>
	<div class="creep_body"><p>&nbsp;</p></div>
</div>
*/
* html .creep_box .creep_head h2 {height: 1%;} /* For IE 5 PC */
.creep_box {
	margin: 0 auto; /* center */
	background:#231208 url(../../images/creepBox_body_r.gif) no-repeat bottom right; /* the background color fills in space if content is taller than background images */
	/* margin: 0 15%; NO WIDTH! Opens up a world of possibilities! */
	}
.creep_box .creep_head {
	background:url(../../images/creepBox_head_r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.creep_box .creep_head h2 {
	background:url(../../images/creepBox_head_l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 20px 0;
	font-size: 28px;
	font-weight:normal;
	font-variant:small-caps;
	}
.creep_box .creep_body {
	background:url(../../images/creepBox_body_l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align:left;
	}
.creep_box_sep{
	background:url(../../images/creepBox_sep.gif) top left repeat-x;
	height:57px;
	margin:0 auto;
}

/* Location Box (gallery & image pages) */
#location_box{ margin:0 auto; }
#location_box td.midrepeat_top{ border-bottom:#733e0a solid 1px; }
/*#location_box td.midrepeat_bottom{ border-top:#703d0e solid 1px; }*/


/* Pagination */
.pagination{
	margin:0 auto;
	padding:0 20px;
	text-align:right;
	font-size:12px;
}
.pagination a{
	padding:0 2px;
	text-decoration:none;
	font-size:12px;
}
.pagination a:hover{ text-decoration:underline; color:#FED8B4; }
.pagination .currentpage{ color:#FED8B4; padding:0 4px; }


#footer{
	clear:both;
	font-size:10px;
	text-align:center;
	margin:50px auto 20px auto;
}

/* Ads */
#pp{
	width:710px;
	margin:0 auto 16px;
	padding:0;
	color:#E29233;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	text-align:left;
}
a.adtitle{
	font-weight:bold;
	color:#FEBF78;
}
a.adurl{
	color:#FEBF78;
	line-height:12px;
	font-size:10px;
}
div.adbody{}


/* Common */
.video{
	margin:0 auto;
	padding:6px;
	border:1px solid #5C2E0C;
	background:#000;
	text-align:center;
	display:table;
}

.ads{ margin-top:30px; }

div.gallery{
	margin:20px auto;
	padding:0;
	text-align:center;
	
}
div.gallery a{ margin:4px; }
div.gallery img{
	padding:8px;
	background:#000000;
	border:#5c2e0c 1px solid;
}

.image_center, 
.image_left, 
.image_right{
	padding:8px;
	background:#000000;
	border:#5c2e0c 1px solid;
	display:block;
	}
.image_center{
	margin:10px auto 0 auto;
	clear:both;
	}
.image_left, 
.image_right{
	margin:0 8px 4px 8px;
	}
.image_left{ float:left; margin-left:0; }
.image_right{ float:right; margin-right:0; }
.image_left img, 
.image_right img, 
.image_center img{ margin:0; padding:0; }

p.caption{ margin:4px auto 0 auto; text-align:center; font-size:10px; }

.ok{ color:#060; font-weight:bold; }
.notok{ color:#900; font-weight:bold; }
.warning{ color:#C90; font-weight:bold; }

.blogpost h1 a,
h2 a,
h3 a,
h1 a{
	text-decoration:none;
	color:#febf7b;
}
h3 a:hover,
h2 a:hover,
h1 a:hover{ color:#FED8B4; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.thumb{
	text-align:center;
}
div.thumb a,
a.thumb{
	display:inline-block;
	padding:6px;
	background:#000;
	border:1px #804000 solid;
}
div.thumb a:hover,
a.thumb:hover{
	background:#442200;
}

.fullsize{
	padding:10px;
	background:#000;
	border:1px #522900 solid;
}

/* Reduce padding for big images on home page to fit in container evenly */
div#news .fullsize,
div#news .image_center{
	padding:5px;
}

#comment_notes p{
	line-height:normal;
}

#codeigniter_profiler,
codeigniter_profiler td{
	text-align:left;
	font-size:10px;
}
