/* MAIN */

html, body { 
	width: 100%; 
	height: 100%; 
}

body {
	background: #7d7d7d;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em; 
	line-height: 1.7em;
}

img {
	border: 0;
}

div#top {
	background: url('images/bg_top.jpg') repeat-x top center;
	width: 100%;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	position: relative;
}

div#back {
	background: #DDC8A9 url('images/bg_back.jpg') repeat-y top center;
	width: 950px;
	margin: 0 auto 0 auto;
	height: 100%;
}

div#header {
	background: url('images/header.jpg') no-repeat;
	width: 394px;
	height: 73px;
	padding: 137px 516px 0 40px;
}

div#header  h1 {
	font-size: 48px;
	line-height: 73px;
	margin: 0;
	padding: 0;
}

div#header span {
	visibility: hidden;
}

div#header a {
	display: block;	
	width: 394px;
	height: 73px;
	background: url('images/neogrotesque.jpg') no-repeat;
}

div#header a:hover {
	background: none;
}

div#bottom {
	background: url('images/bg_bottom.gif') repeat-x bottom center;
	width: 100%;
	height: 259px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
}

div.clear {
	clear: both;
}


/* TOP NAVIGATION */

div#navi {
	background: url('images/navi.jpg') no-repeat;
	width: 450px;
	height: 59px;
	line-height: 39px;
	font-size: 1.2em;
	text-align: center;
	padding: 0 460px 0 40px;
}

div#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navi ul li {
	float: left;
	margin: 1px 10px 0 0;
	height: 58px;
	width: 100px;
}

div#navi ul li a {
	display: block;
	color: #000000;
	padding: 19px 10px 0 10px;
	margin: 0;
}

div#navi ul li.active a {
	color: #941814;
	padding-top: 1px;
	border-top: solid 18px #000000;
}

div#navi ul li a:hover {
	color: #f7ede4;
	background: none;
}

li#navi1 a {
	background: url('images/navi_01.jpg') no-repeat bottom left;
}

li#navi2 a {
	background: url('images/navi_02.jpg') no-repeat bottom left;
}

li#navi3 a {
	background: url('images/navi_03.jpg') no-repeat bottom left;
}

li#navi4 a {
	background: url('images/navi_04.jpg') no-repeat bottom left;
}


/* CONTENT SECTION */

div#main {
	background: url('images/bg_main.jpg') no-repeat;
	float: left;
	clear: left;
	width: 579px;
	min-height: 183px;
	padding: 5px 20px 0 60px;
	margin-bottom: 180px;
	position: relative;
	z-index: 2;
	color: #221311; 
	text-align: left;
}


div#main h1 {
	background: url('images/h1.jpg') no-repeat bottom right;
	font-family: Impact, Charcoal, sans-serif;
	text-align: right;
	font-weight: normal;
	font-size: 3.2em;
	font-variant: small-caps;
	line-height: 45px;
	color: #514c45;
	padding: 0 20px 48px 20px;
	margin: 20px -20px -33px 0;
}

div#main h1:first-letter {
	color: #72171a;
}

div#main h1.first {
	background: url('images/h1_first.jpg') no-repeat bottom right;
	margin-top: 0;
}

div#main h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em; 
	line-height: 30px;
	color: #625c55; 
	text-align: left;
	font-weight: normal;
	background: url('images/h2.jpg');
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

div#main h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em; 
	color: #7b543c; 
	text-align: right; 
	font-weight: normal; 
}

a {
	color: #086c55; 
	text-decoration: none;
}

a:hover	{
	color: #72171a; 
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.strike {
	text-decoration: line-through;
}

.alignleft {
	float: left;
	width: auto;
	margin: 2px 10px 2px 0;
	text-align: left;
}

.alignright {
	float: right;
	width: auto;
	margin: 2px 0 2px 10px;
	text-align: right;
}	

blockquote {
	border-left: solid 6px #cdc2b4;
	padding-left: 15px;
	color: #4e4435;
}

code {
	font-size: 1.1em;
}

/* Sub-navigation */

ul#sublinks {
	text-align: right;
	list-style-type: none;
	margin: -38px 30px 15px 0;
	padding: 0;
}

ul#sublinks li {
	display: inline;
	padding-left: 20px;
}

/* Column Lists */

ul.col {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 15px 0;
}

.col li {
	margin: 4px 10px 4px 10px;
	border-bottom: solid 1px #beb4a7;
	padding-left: 15px;
	padding-right: 15px;
	width: 136px;
	float: left;
}

/* News Entries */

div.news {
	background: url('images/news.jpg') bottom no-repeat;
	margin: 0 -20px 0 -20px;
	padding: 0 20px 15px 20px;
}

div.news h3 {
	margin: 15px 0 0 0;
}

div.news h3 a {
	color: #7b543c;
}

div.news h3 a:hover {
	color: #72171a;
}

div.meta {
	text-align: right;
	font-size: 0.9em;
	color: #5B544E;
}

div.additions{
	width: 150px;
	float: left;
	padding: 0 15px 15px 0px;
	margin: 0 13px 13px -30px;
	background: #DDC8A9 url('images/comment.jpg') bottom right no-repeat;
	border-left: solid 10px #475349;
	display: inline;
}

div.additions h4 {
	margin: 0 0 0 -10px;
	background: #C59A7A;
	padding: 2px 20px;
	font-weight: normal;
	font-size: 1.1em;
	color: #450f07;
	border-left: solid 10px #2f110c;
	border-top: solid 1px #631123;
	border-bottom: solid 1px #e5cec0;
}

div.additions ul {
	margin: 0 0 0 -10px;
	width: 80px;
	padding: 10px 20px 10px 45px;
	background: #d7ccbc  url('images/thumbnail.jpg') bottom right no-repeat;
	border-left: solid 10px #3d563d;
}

div.newspages {
	text-align: center;
	margin: 15px 0 15px 0;
}

/* Comments */

ol.commentlist {
	list-style-type: none;
	margin: 1em 0 1em -30px;
	padding: 0;
}

ol.commentlist li {
	background: url('images/comment.jpg') bottom right no-repeat;
	padding: 0 15px 15px 0;
	margin: 5px 0;
	width: 594px;
}

div.comment { 
	background: #d7ccbc;
	padding: 0 20px 15px 20px;
	line-height: normal;
	border-left: solid 10px #3d563d;
}

div.commentstrip {
	background: #c7997c url('images/commentstrip.jpg') top left no-repeat;
	margin: 0 -20px 20px -30px;
	padding: 0 20px 0 20px;
	line-height: 2em;
	border-left: solid 10px #2f110c;
	border-top: solid 1px #631123;
	border-bottom: solid 1px #e5cec0;
	color: #ffffff;
}

div.commentstrip cite {
	font-size: 1.1em;
	font-style: normal;
}

div.commentstrip a {
	color: #450f07;
}

div.commentstrip a:hover {
	color: #3d563d;
}

/* Forms */

form p {
	width: 468px;
	margin: 5px auto;
	text-align: right;
	line-height: normal;
}

form label {
	display: block;
	float: left;
	background: #c7997c;
	color: #450f07;
	width: 80px;
	padding: 5px;
	margin: 1px 0 0 0;
	text-align: left;
}

form input, form select, form textarea {
	font-family: Tahoma, Geneva, sans-serif;
	background: #9c9587;
	font-size: 1em;
	color: #f3e6d6;
	text-align: left;
	border: solid 4px #c3b8a3;
	width: 350px;
	padding: 2px 5px;
	margin: 0;
	text-align: left;
}

p.antispam {
	display: none;
}

p.formbuttons input {
	width: 80px;
	text-align: center;
}


/* Layouts & Wallpapers */

div.thumbcontainer {
	background: url('images/thumbcontainer.jpg') bottom right no-repeat;
	line-height: 1.4em;
	font-size: 0.9em;
	width: 256px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 20px 20px 0;
	color: #4e4435;
	text-align: left;
	display: inline;
}

div.thumbnail {
	background: #d7ccbc url('images/thumbnail.jpg') bottom right no-repeat;
	padding: 15px 15px 0 15px;
}

div.thumbnail h3 {
	margin-top: 0;
	font-variant: small-caps;
}

img.thumb {
	border-right: solid 3px #beb4a7;
	border-bottom: solid 3px #beb4a7;
}

ul.contentdata {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 0;
}

ul.actionlinks {
	list-style-type: none;
	margin: 0 -15px 0 -15px;
	padding: 0;
	background: #a09178;
}

ul.actionlinks li {
	display: inline;
	font-size: 1.3em;
	line-height: 1.8em;
	font-variant: small-caps;
}

ul.actionlinks li a {
	display: inline-block;
	text-align: center;
	color: #36312b;
	width: 50%;
	background: url('images/actionlinks.jpg') top left no-repeat;
}

ul.actionlinks li a:hover {
	background: url('images/actionlinks_hover.jpg') top left no-repeat;
	color: #d7ccbc;
}

ul.wallpaper li a {
	font-size: 0.8em;
	line-height: 2.5em;
	width: 33%;
}

ul.wallpaper li span {
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	line-height: 2.5em;
	width: 33%;
	background: url('images/actionlinks.jpg') top left no-repeat;
}

/* Avatars & PNGs */

img.avatar {
	width: auto;
	float: left;
	padding: 10px;
	background: #d7ccbc url('images/thumbnail.jpg') bottom right no-repeat;
	margin: 10px;
	border: solid 1px #b8afa2;
}

/* Paging Navigation */

div.pages {
	text-align: center;
	margin: 15px 0;
}

div.pages a {
	display: inline-block;
	width: auto;
	padding: 5px;
	line-height: 1em;
	color: #534e47;
	border: solid 1px #d2b894;
}

div.pages a.current {
	background: #d0ac66;
}

div.pages a:hover {
	color: #a3241f;
	border: solid 1px #ae9a7a;
}

/* Contest */

div.contestbanner {
	width: 468px;
	margin: 1em auto;
	text-align: right;
	line-height: normal;
}

div.contestbanner img {
	float: left;
}

div.contestbanner textarea {
	font-family: Tahoma, Geneva, sans-serif;
	background: #9c9587;
	font-size: 1em;
	color: #f3e6d6;
	text-align: left;
	border: solid 4px #c3b8a3;
	width: 280px;
	height: 98px;
	padding: 2px 5px;
	margin: 0;
	text-align: left;
}

/* SIDEBAR */

div#sidebar {
	background: url('images/bg_side.jpg') no-repeat;
	float: left;
	clear: right;
	width: 192px;
	padding: 0 79px 0 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	font-size: 0.9em; 
	line-height: normal;
	color: #b4af9d; 
	text-align: left;
}

div#sidebar h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em; 
	color: #57736d; 
	text-align: right; 
	font-weight: normal;
	line-height: 1.4em;
	background: #330203;
	border-top: solid 1px #6a393a;
	border-bottom: solid 1px #6a393a;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 0 20px;
}

div#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

div#sidebar ul li {
	margin: 4px 0 4px 0;
	line-height: 1.7em;
	font-size: 1.1em;
	border-bottom: solid 1px #886018;
	padding-left: 10px;
	padding-right: 10px;
}

div#sidebar a { 
	color: #daa5a7;
}

div#sidebar a:hover {
	color: #ffffff;
}

div#sidebar ul li.apply {
	text-align: right;
	border: none;
}

/* Featured Box */

div#feature {
	background: #530404;
	margin: 20px -20px;
	padding: 0 15px;
	width: 202px;
	text-align: center;
	border-top: solid 1px #260d0e;
	border-bottom: solid 1px #260d0e;
}
	
div#feature h2 {
	font-size: 1.6em;
	color: #888888;
	margin: 15px 0;
	padding: 0;
	text-align: left;
	border: none;
	background: none;
	letter-spacing: normal;
}

div#feature img {
	border-right: solid 3px #440304;
	border-bottom: solid 3px #440304;
}

div#feature p {
	text-align: right;
	width: 190px;
	margin: 15px 0;
}

div#sidebar ul#network {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

div#sidebar ul#network li {
	margin: 10px 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
}

/* Ads */

div.ads {
	margin: 30px -4px 0 -4px;
	text-align: center;
}


/* FOOTER */

div#footer {
	background: url('images/footer.jpg') no-repeat bottom left;
	width: 579px;
	height: 51px;
	margin: 0 auto 0 auto;
	padding: 178px 311px 30px 60px;
	text-align: left;
	color: #d5c4aa;
	line-height: normal;
	font-size: 0.9em;
}

div#footer a {
	color: #d5c4aa;
	border-bottom: dotted 1px #d5c4aa;
}

div#footer a:hover {
	color: #ffffff;
}

ul#footnav {
	margin: -33px 0 27px 0;
	line-height: 30px;
	text-align: right;
	list-style-type: none;
}

ul#footnav li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
}

ul#footnav a {
	color: #450f07;
	border-bottom: none;
}