body {
	background-color: #000;
	color: #fff;
}

a {
	text-decoration: none;
}

hr {
	background-image: url(../images/hr.gif);
	height: 20px;
	border-style: none;
}

p {
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#header {
	height: 200px;
	margin-bottom: 20px;
	background-color: #000;
}

.clear {
	clear: both;
}

/* @group Container & Footer */

html, body, #container {
	height: 100%;
}

body > #container {
	height: auto; 
	min-height: 100%;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Copyright */

.copyright {
	float: right;
	margin: 10px;
}

.copyright > .text {
	font: small-caps 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer .copyright img {
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}

/* @end */

/* @group Content */

#content {
}

#content_left, #content_right {
	float: left;
}

#content_left {
	width: 650px;
}

#content_right {
	width: 370px;
	margin-left: 4px;
	background: #333 url(../images/background-03.gif) no-repeat left top;
}

/* @end */

/* @group Section */

.section {
	margin: 10px 10px 20px;
}

.section > .page_nav {
	background-color: #808080;
	color: #fff;
	font: bold 0.8em Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
}

.section > .newer {
	float: left;
}

.section > .older {
	float: right;
}

/* @end */

/* @group Title Box */

.title_box {
	height: 48px;
	width: 170px;
	background: url(../images/nav-background.png) no-repeat center center;
}

.title_box > .title {
	text-align: center;
	padding-top: 12px;
	display: block;
	/* for firefox, safari, chrome, etc. */
	-moz-transform: rotate(-4deg);	
	-webkit-transform: rotate(-4deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3.86);
	color: #000;
	font: bold 20px Arial, Helvetica, Geneva, sans-serif;
	vertical-align: middle;
}

/* @end */

/* @group Entry */

.entry {
	padding: 10px;
}

.entry > h1 {
	font: bold 1.2em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}

.entry span.header {
	background-color: #ccc;
	color: #4c4c4c;
	font: bold 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 10px;
}

.entry a, .entry a:visited {
	color: #f80a12;
	text-decoration: none;
	border-bottom: 1px dotted #f80a12;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.entry a:hover {
	border-bottom: 1px solid #f80a12;
	text-shadow: #000 2px 2px 1px;
}

.entry > a.gallery img {
	padding: 1px;
	border: 1px solid #000;
}

.entry#gallery a {
	text-decoration: none;
	border-bottom: none;
}

/* @end */

#zoom_content > p {
	color: #000;
	margin: 2px 0;
	padding: 0;
}

#zoom_content > p.title {
	color: #7c0509;
	font: bold 1.1em/1em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 7px;
}

#zoom_content > p.description {
	color: #000;
	font-size: 0.9em;
}