@charset "UTF-8";
/* CSS Document */

div#frame {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

div.header {
	height: 478px;
	width: 960px;
}

div#header-eden {
	background-image: url(images/header-birthplace.jpg);
}

div#header-about {
	background-image: url(images/header-volcano.jpg);
}

div#header-credits {
	background-image: url(images/header-gehenna.jpg);
}

div#header-shop {
	background-image: url(images/header-waterfsll.jpg);
}

div#header-download {
	background-image: url(images/header-birthplace.jpg);
}

div#header-contatti {
	background-image: url(images/header-contatti.jpg);
}

body {
	background-color: #000;
	text-align: left;
	color: #FFE9A3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.76em;
	margin: 0px;
	padding: 0px;
}
#body {
	clear: both;
	width: 630px;
	position: relative;
	padding-top: 10px;
	text-align: justify;
	line-height: 2;
}


#sidebar {
	clear: both;
	width: 330px;
	left: 641px;
	position: absolute;
}

#menu {
	padding-top: 435px;
}


.invisible {
	display: none;
}
#menu_list {
	display: inline;
	list-style-type: none;
}

#menu_list .menu_btn {
	float: left;
	height: 41px;
	width: 110px;
}
.menu_btn #home-button {
	background-image: url(images/home-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #home-button:hover {
	background-image: url(images/home-button-over.png);
}

.menu_btn #about-button {
	background-image: url(images/about-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #about-button:hover {
	background-image: url(images/about-button-over.png);
}

.menu_btn #shop-button {
	background-image: url(images/shop-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #shop-button:hover {
	background-image: url(images/shop-button-over.png);
}

.menu_btn #credits-button {
	background-image: url(images/credits-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #credits-button:hover {
	background-image: url(images/credits-button-over.png);
}

.menu_btn #extra-button {
	background-image: url(images/extra-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #extra-button:hover {
	background-image: url(images/extra-button-over.png);
}

.menu_btn #forum-button {
	background-image: url(images/forum-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #forum-button:hover {
	background-image: url(images/forum-button-over.png);
}

.menu_btn #contacts-button {
	background-image: url(images/email-button.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 110px;
	display: block;
}

.menu_btn #contacts-button:hover {
	background-image: url(images/email-button-over.png);
}

#footer {
	text-align: center;
	clear: both;
	font-size: 0.8em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}


A {
	color: #930;
	text-decoration: none;
}


A:hover {
	text-decoration: underline;
}

A.sidebar {
	display: block;
	height: 96px;
	width: 320px;
	margin-bottom: 15px;
}

A#feedrss {
	background-image: url(images/feedrss.jpg);
}

A#forum {
	background-image: url(images/forum.jpg);
}

A#download {
	background-image: url(images/goodies2.jpg);
}

A#feedanteprima {
	background-image: url(images/feedanteprima.jpg);
}

.tbContactform .antispam {
		display:  none;
		visibility: hidden;
}

.tbContactform label {
		width:  95px;
		display:  inline-block;
		vertical-align: top;
		clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
		width:  225px;
		padding: 2px;
}

.tbContactform textarea {
		height:  115px;
}

.tbContactform input.submit {
	display: block;
      	margin-left: 250px;
      	width:  auto;
}

.tbContactform .tbErrors p {
		color: #FF0000;
}

/* thumbnails */
p.thumbs{ text-align: center; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 4px;
	background: #FFE9A3;
	border: 1px solid #FFE9A3;	
}
.thumbs img:hover	{
	border: 1px solid #930;
	background: #930;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* Sistema di rating */
#rumors {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}


#rumors .rumors-entry .stars-on {
	line-height: 18px;
	height: 18px;
	background-image:url('images/stars.png');
	background-repeat:no-repeat;
	background-position: 0px -36px;
;
}

#rumors .rumors-entry .stars-off {
	line-height: 18px;
	height: 18px;
	width: 180px;
	margin-left: 10px;
	background-image:url('images/stars.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.invisibile {
	display: hidden;
}

