/*
#0e0d08 - almost black
#2e291a - page bg
#584e37 - pale dark tan
#7b6d4d - tan
#8c784a - light tan
#957f4d - lighter tan
#f0c816 - yellow/orange*/

body {
	background-color: #2E291A;
	color: #FFF2D1;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
	text-align: center;
}

a,a:visited,a:active {
	color: #F0C816;
	text-align: left;
	text-decoration: none;
}

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

img {
	border: none;
}

hr {
	background-color: #F0C816;
}

h1, h2, h3 {
	clear: both;
	color: #FFF6DE;
	font-family: Georgia, serif;
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	margin: 0.75em 0;
	text-align: center;
}

h2 {
	font-size: 2.2em;
	text-align: left;
	letter-spacing: 0;
}

h3 {
	font-size: 1.8em;
	text-align: left;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 0;
    }
    blockquote p { font-size: 1em !important; }

blockquote {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

.centered {
	display: block;
	margin: 0 auto !important;
	text-align: center;
}

h1.top {
    margin-top: 0.1em;
}

h1.introheading {
	clear: none !important;
	line-height: 125%;
	margin: 15px 0 5px;
	position: relative;
}

h2.thumbcaption {
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0 !important;
	text-align: center;
	width: 150px;
}

ul.tabs {
	left: 10px;
	list-style-type: none;
	margin: 0 auto;
	padding-bottom: 27px;
	padding-left: 0;
	position: relative;
	width: 770px;
	z-index: 3;
}

ul.tabs li {
	background: transparent url(/images/layout/tab-left.png) no-repeat left top;
	float: left;
	height: 27px;
	margin-right: 3px;
	padding: 0 0 0 4px;
}

ul.tabs li.active {
	background-image: url(/images/layout/tab-left-active.png);
}

ul.tabs .right {
	float: right !important;
}

ul.tabs a {
	background: transparent url(/images/layout/tab-right.png) no-repeat right top;
	color: #B2995E !important;
	display: block;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	height: 27px;
	line-height: 2.5em;
	padding-left: 5px;
	padding-right: 10px;
}

ul.tabs li.active a {
	background-image: url(/images/layout/tab-right-active.png);
	color: #F0C816 !important;
}

ul.tabs a: hover {
	color: #F0C816 !important;
	text-decoration: underline;
}

div.toplogo {
	background: transparent url(/images/layout/logo.png) no-repeat right top;
	height: 160px !important;
	margin: 0 auto;
	position: relative;
	top: 27px !important;
	text-indent: -10000px;
	width: 780px !important;
	z-index: 1;
}

div.page {
	background: transparent url(/images/layout/pagebg.png) repeat-x center top;
}

div.container {
	background: #584E37 url(/images/layout/containerbg.png) repeat-x center top;
	margin: 0 auto;
	padding: 20px;
	text-align: left !important;
	width: 750px;
	z-index: 2;
}

div.pic {
	float: left;
	margin: 0 20px 20px 0;
	width: 320px;
	}
	div.pic p {
		font-size: 1.1em;
		font-weight: bold;
		text-align: center;
	}

div.footer {
	color: #584E37;
	margin: 10px;
	text-align: center;
	}
	div.footer a {
		color: #584E37 !important;
	}
	div.footer div.subfooter {
		font-size: 8px;
	}

div.clear {
	clear: both;
	overflow: hidden;
}

.noclear {
	clear: none;
}

.alignleft {
	text-align: left;
}

/* -- gallery -- */
div.gallery,div.favbox {
	margin: 0 auto;
	padding-top: 5px;
}

div.gallery: after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

div.thumbbox,div.favorite {
	clear: none;
	float: left;
	text-align: center;
	width: 150px;
}

img.thumbnail, img.moviethumb, div.pic img, li.pic img {
	border: 1px solid #665a40 ;
    background-color: #383220;
    padding: 4px;
}

img.thumbnail, img.moviethumb {
	margin: 0 auto;
}

div.subheading {
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}


div.topmsg {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/layout/topmsg.gif) no-repeat bottom right;
    padding: 1em;
    font-size: 1.3em;
    }
    div.topmsg img {
        vertical-align: middle;
        margin-right: 1em;
    }
    div.topmsg a {
        margin-right: 0.25em;
    }
