/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
        background-image: url('pattern.jpg');
}
img {
	border: 0px black solid;
}
p {
	padding: 0;
	margin: 0;
	text-align: justify;	
}
a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #1a050a;*/
	color: #28060e;
}
A:hover {
	text-decoration: none; 
	color: #28060e;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
	/*margin: 0 auto; */
	top: 0px;
	left: 0px;
	position: absolute;
        width: 780px;  
	background-image: url('bg.jpg');
	background-color: transparent;
	border: 0px lime solid;
	text-align: justify;
	padding: 0;
	margin: 0;
} 
#content {  
	height: auto;
	margin-left: 40px;
	padding-top: 0px;
	margin-top: -200px;
	margin-right: 340px;
	margin-bottom: 0px;
	text-align: justify;
	position: relative; 
	border: 0px red solid;
	padding-left: 8px;
	padding-right: 8px;
} 

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#content {
	color: #541b1c;
}
div#content a:link, div#content a:visited {
	color: #466735;
	text-decoration: none;
	border-bottom: 1px #a0aa85 dashed;
}
div#content a:hover, div#content a:active {
	color: #b08d01;
	text-decoration: none;
	border-bottom: 1px #2f5437 dashed;
}
div#content p {
	color: #541b1c;
	line-height: 15px;
	font-family: tahoma;
	/*font-family: "trebuchet ms", arial, verdana;*/
	font-size: 10px;
	margin-bottom: 10px;
}
div#content p.ending {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
div#content p.news {

}
div#content .boldy {
	color: #9f0504;
}
div#content p.list {
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
}
div#content ul {
	line-height: 16px;
}
/*
div#content p a:link, div#content p a:visited {
	color: #803a66;
	text-decoration: none;
	border-bottom: 1px #460914 solid;
}
div#content p a:hover, div#content p a:active {
	color: #b91121;
	text-decoration: none;
}
div#content ul a:link, div#content ul a:visited {
	color: #803a66;
	text-decoration: none;
	border-bottom: 1px #460914 solid;
}
div#content ul a:hover, div#content ul a:active {
	color: #b91121;
	text-decoration: none;
}
div#content ol a:link, div#content ol a:visited {
	color: #803a66;
	text-decoration: none;
	border-bottom: 1px #460914 solid;
}
div#content ol a:hover, div#content ol a:active {
	color: #b91121;
	text-decoration: none;
}
div#content a:link.noborder, div#content a:visited.noborder {
	color: #803a66;
	text-decoration: none;
	border-bottom: 0px #460914 solid;
}
div#content a:hover.noborder, div#content a:active.noborder {
	color: #b91121;
	text-decoration: none;
}
div#content p.sitelist {
	margin-bottom: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}
div#content p.collitem {

}
*/				/* Cutenews hax :D */
div#content div {
	color: #beaeaf;
}
div#content div a:link, div#content div a:active, div#content div a:visited {
	color: #beaeaf;
	border: 0px white solid;
}
div#content div a:hover {
	color: #beaeaf;
	border: 0px white solid;
}
.titlediv, h2, #head {
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #4a5e49 dashed;
	/*background-color: #080808;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font: 9pt georgia;
	color: #1f301e;
	font-weight: bold;
	text-align: center;
}
/* ----------------------------------------------------------------------- STYLE FOR CUTENEWS SCRIPT */
div#cutetext {
	font-size: 4pt;
	width: 320px;
	height: 230px;
	border: 0px solid black;
	color: #101C1C;
	margin: 0;
	padding: 0;
	top: 140px;
	right: 110px;
	position: absolute;
	overflow: auto;
}
div#cutetext a:link, div#cutetext a:active, div#cutetext a:visited, div#cutetext a:hover {
	color: #101C1C;
	text-decoration: none;
}
.news {
	color: #5f1a37;
}
.news a:link, .news a:visited {
	color: #803a66;
	text-decoration: none;
	border-bottom: 1px #460914 solid;
}
.news a:active {
	color: #b91121;
	text-decoration: none;
}
.news a:hover {
	color: #b91121;
	text-decoration: none;
}
div.author {
	margin-bottom: 10px;
	margin-top: -3px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	font-family: garamond;
	color: #5f1a37;
}
.date, div#content p.date {
	padding-left: 20px;
	color: #a08383;
	margin-top: -18px;
	font-family: tahoma;
	font-size: 9px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* -------------------------------------------------------------------	COLLECTIVE STYLE ------ */
p.collitem {
	margin-bottom: 0px;
}
.collitembar {
	text-align: center;
}
p.collitem .boldy {
	font-weight: bold;
}
/* -------------------------------------------------------    ADDITIONAL MENU STYLE (SHORTCUT DIV) 
*/
div#shortcut a:link, div#shortcut a:active, div#shortcut a:visited {
	color: #a3153a;
	/*font-weight: bold;*/
	text-transform: uppercase;
	text-decoration: none;
	font-size: 7pt; 
	font-family: georgia; 
	text-decoration: none;
	border: 0px red solid;
}
div#shortcut a:hover {
	color: #ff4788;
}
div#shortcut h4 {
	text-align: center;
	border-top: 0px red solid;
	border-bottom: 0px red solid;
	border-left: 0px black solid;
	border-right: 0px black solid;
	width: 99%;
	height: 29px;
	padding-top: 17px;
	margin-bottom: 10px;
	margin-top: 0;
	background-image: url('images/menuheadbg4.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: #6d1010;
	font-size: 9pt;
	font-family: georgia;
	font-weight: bold;
}
div#shortcut ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#shortcut li {
	margin-bottom: 10px;
}
div#shortcut .mhl {
	height: 28px;
	width: 99%;
	border: 0px fuchsia solid;
	text-align: center;
	padding-top: 6px;
	background-image: url('images/menulinkbg.gif');
	background-position: bottom center;
	overflow: hidden;
}
div#shortcut .mhl:hover {
	background-image: url('images/menulinkhover.gif');
}
/* ------------------------------------------------------------------------------ DISCLAIMER DIV 
*/
div#disclaimer {
	font-family: tahoma; 
	font-size: 7pt;
	text-align: center;
	border: 0px fuchsia solid;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 120px;
	width: 398px;
	color: #755959;
}
div#disclaimer .highlit {
	color: #5a695c;
	letter-spacing: 2px;
}
/* ------------------------------------------------------------------------------- FOOTER STYLE 
*/
#footer { 
	width: 780px; 
	height: 143px;
	margin-top: -80px;  
	background-image: url('footer.jpg');
}
/* ----------------------------------------------------------------------------- HEADER STYLE 
*/
#mainimg {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #efefef;
	font: 8pt arial;
	color: #9f0504;
	letter-spacing: 1px;
	border: 1px dashed #ffffff;
	border-bottom: 1px solid #460914;
	padding: 1px; 
}
/* --------------------------------------------------------------------------- SCROLLBARS */
/* validator sucks */

/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
table.stats {
	border: 0px solid black;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 2px;
	width: 100%;
}
.stats td {
	border-bottom: 1px dashed #ffffff;
	padding-left: 10px;
}
td.aright {
	text-align: right;
	padding-right: 10px;	
	width: 50%;
	color: #9f0504;
}
div.stats {
	color: #541b1c;
}
.stats .thumb {
	border: 3px solid #afafaf;
}
.stats .thumb:hover {
	border: 3px solid white;
}
img.owned {
	float: left;
	border: 3px solid #afafaf;
	z-index: 100;
	position: relative;
	margin: 5px;
}
img.owned:hover {
	border: 3px solid white;
}
img.wishlist {
	float: left;
	border: 3px solid #afafaf;
	z-index: 100;
	position: relative;
	margin: 10px;
}
img.wishlistr {
	float: right;
	border: 3px solid #afafaf;
	z-index: 100;
	position: relative;
	margin: 10px;
}
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.menu	{

}
.title, div#content .title, div#content h3 {
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #460914 dotted;
	/*background-color: #080808;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 8pt georgia;
	color: #b21307;
	font-weight: normal;
}
.ctrplz {
	text-align: center;
}
/* WTF CLASSES */
div.author a:link, div.author a:visited {
	color: #803a66;
	text-decoration: none;
	border-bottom: 1px #460914 solid;
}
div.author a:active {
	color: #b91121;
	text-decoration: none;
}
div.author a:hover {
	color: #b91121;
	text-decoration: none;
}
/* ------------------------------------------------------------------- STYLES FOR IMAGES - THUMBS AND NOGRAY */
img.avatar {
	border-style: solid;
	border-color: black;
	border-width: 0px;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	float: right;
}
div#content a:link.nogray, div#content a:hover.nogray, div#content a:visited.nogray, div#content a:active.nogray {
	border: 0px black solid;
}
.nogray img {

	border: 0px black solid;
}
.nogray:hover img{

	border: 0px black solid;
}
.nogray:hover {
	color: black;
	cursor: default;
}
img.thumb {
	border-width: 0px;
	border-color: #1f0208;
	border-style: dashed;
	width: 160px;
	height: 120px;
	text-align: center;
	margin-left: 70px;
	/*margin-right: 30px;*/
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 3px;
}
img.colorthumb {
	width: 160px;
	height: 120px;
	text-align: center;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px #1a0109 dashed;
	padding: 5px;
}
.grayscale img {

}
.grayscale:hover img{

}
.grayscale:hover {
	color: black;
}
img.button88 {
	border: 0px black solid;
	width: 88px;
	height: 31px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}img.button100 {
	border: 0px black solid;
	width: 100px;
	height: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.button100x50 {
	border: 0px black solid;
	width: 100px;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.coll {
	border: 1px #1a0109 dashed;
	width: 160px;
	height: 120px;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 5px;
	float: left;
}/*
img.colorthumb {
	border: 1px #1a0109 dashed;
	width: 160px;
	height: 120px;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 5px;
	float: none;
}*/
.collgrayscale img {

}
.collgrayscale:hover img{

}
.collgrayscale:hover {
	color: black;
}
.acoll {
	border: 0px black solid;
}