/*
This CSS is coded specifically for this website.
You may not copy, redistribute, or use for your own purposes.
Stylesheet coded and designed by Transfixx Productions

EMAIL: transfixx@gmail.com
URL: http://transfixx.com
*/

body {
	background: #281801 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cbbca2;
}







/* --- */

#container {
	background: url(images/container.jpg) repeat-y;
	width: 952px;
	height: auto;
	margin: 0px auto;
}


table {
	font-family:"Georgia";
	font-size: 11px;
	color: #cbbca2;
line-height: 13px;
}


/* --- */

#menu {
	background: #1f1201;
	width: 952px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 2px #120a01;
}
#menu a {
	text-decoration: none;
	color: #c8b676;
}
#menu a:hover {
	color: #ce8250;
}
#menu b {
	color: #8c6a2a;
	margin-right: 10px;
	margin-left: 10px;
}

/* --- */

#header {
	background: url(images/header.jpg) no-repeat;
	width: 952px;
	height: 415px;
	text-align: left;
}
#header div.txx {
	position: relative;
	left: 475px;
	top: 113px;
	width: 172px;
	height: 10px;
	cursor: pointer;
}
#header div.introduction {
	font-family:"Georgia";
	font-size: 11px;
	position: relative;
	left: 417px;
	top: 182px;
	width: 288px;
	height: 144px;
	color: #c1a969;
	line-height: 140%;
text-align: right;
}

/* --- */

#sidebar {
	float: left;
	margin-left: 60px;
	width: 286px;
	height: auto;
}
#contents {
	float: right;
	margin-right: 60px;
	width: 516px;
	height: auto;
}
#footer {
	clear: both;
	width: 952px;
	height: auto;
}

/* --- */

a {
	text-decoration: none;
	color: #c8b676;
}
a:hover {
	color: #ce8250;
}
b, strong {
	color: #cfaf41;
}
a img {
	border: 2px solid #755521;
}
a:hover img {
	border: 2px solid #916926;
}
blockquote {
	background: #533a12;
	border-left: 2px solid #4d3510;
	text-align: justify;
	padding: 10px;
	line-height: 175%;
}
textarea, input, select, button {
	background: #6a4e20;
	border: 0px;
	outline: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cbbca2;
	padding: 5px;
}

/* --- */

#sidebar h2 {
background: #2e1a02;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	color: #C58152;
	text-shadow: 2px 2px 2px #2e1a02;
	padding: 7px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0px 0px 1px 0px;

}
#sidebar div.main {
	background: #3A2205;
font-size: 10px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	background: #3A2205;
	padding: 18px;
	color: #af8f68;
	font-family:"Georgia";
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;


}
#sidebar a img {
	border: 2px solid #c8b676;
margin: 2px;
}
#sidebar a:hover img {
	border: 2px solid #cfaf41;
margin: 2px;
}

/* --- */

#contents h2 {
background: #2e1a02;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	color: #C58152;
	text-shadow: 2px 2px 2px #2e1a02;
	padding: 7px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0px 0px 1px 0px;

}


#contents h3 {
background: #2e1a02;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	color: #C58152;
	text-shadow: 2px 2px 2px #2e1a02;
	padding: 7px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0px 0px 1px 0px;

}

#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px #513810;
	color: #CFAF64;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
background: #4D3511;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0px 0px 5px 0px;
}
#contents div.mainText {

	font-family:"Georgia";
	font-size: 11px;
	color: #cbbca2;
	text-align: justify;
	padding: 20px;
	line-height: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 5px 0px 5px;
}



/* --- */



#contents div.user {
font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #b9a357;
	padding: 10px;
	margin: 0px 5px 0px 5px;

}




#contents a {
	text-decoration: none;
	color: #b9a357;
}

#contents a:hover {
	text-decoration: none;
	color: #ce8250;
}

#contents a img {
	border: 2px solid #c8b676;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;
}

#contents a:hover img {
	border: 2px solid #ce8250;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;
}

#contents b, strong {
	font-weight: bold;
	color: #ce8250;
}

#contents div.back {
font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	color: #b9a357;
	padding: 20px;
	margin: 0px 0px 0px 0px;
}



/* --- */


#cutenews div.commentMain {
	background: #6A4E20;
	text-align: justify;
	padding: 20px;
	margin: 0px 15px 0px 15px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

#cutenews div.commentText {
	background: #transparent;
	color: #cbbca2;
	font-family:"Georgia";
	font-size: 11px;
	text-align: justify;
	line-height: 110%;
}


#cutenews div.commentUser {
	font-family:"Georgia";
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #ce8250;
	text-shadow: 1px 0px 0px #2e1a02;
	margin: 0px 0px 20px 0px;
}



#cutenews a {
	text-decoration: none;
	font-weight: bold;
	color: #ce8250;
	text-shadow: 1px 0px 0px #2e1a02;
}

#cutenews a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ce8250;
	text-shadow: 1px 0px 0px #2e1a02;
}




/*
--------------
*/ 


.imgsidebar {
border: 2px solid #c8b676;
}



.imgcontent {
border: 2px solid #c8b676;
		-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
margin: 2px;
}

.imgfanzone {
border: 2px solid #c8b676;
		-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
margin: 2px;
}


.imgmedia {
margin: 2px;
}

.imgnews {
border: 2px solid #c8b676;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;

}

.imgbioleft {
border: 2px solid #c8b676;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
margin-right: 15px;
margin-bottom: 4px;
}


.imgbioright {
border: 2px solid #c8b676;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: 15px;
margin-bottom: 4px;
}

.nav a {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
color: #95725F;
margin: 10px 0px 0px 0px;}

.nav a:hover {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
color: #534f48;
text-decoration: none;
margin: 10px 0px 0px 0px;}

.nav {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
margin: 0px;}

.nava {
color: #ce8250;
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
margin: 0px;}


.fan {
font: 8pt Georgia;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
}

.fanzone {
font: 8pt Georgia;
font-weight: bold;
font-style: italic;
letter-spacing: 1px;}

.title {
font: 10pt Georgia;
font-weight: bold;
font-style: italic;
color: #ce8250;
letter-spacing: 1px;
text-align: left;
margin: 0px;}

.newsa {
width: 480px;
line-height: 13px;
padding-bottom: 4px;
border-bottom: 1px dotted #c8b676;}

.news {
text-align: justify;
line-height: 13px;}

.table {
width: 455px;
text-align: justify;
font-family:"Georgia";
	font-size: 11px;
line-height: 13px;
	color: #cbbca2;

}


.tablemain {
width: 210px;
font-family:"Georgia";
line-height: 13px;
color: #cbbca2;

}


.navlinks {
color: #ce8250;
font-weight: bold;
}

.newslinks {
font: 7pt Tahoma;
color: #ce8250;}

.newsauf {
font: 7pt Tahoma;
color: #cbbca2;}

.dotauf {
font: 7pt Tahoma;
color: #cbbca2;}

.dotlinks {
font: 7pt Tahoma;
color: #cbbca2;
font-weight: bold;}
