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

@font-face{
font-family: 'TravelingTypewriter';
src: url('TravelingTypewriter.ttf');
}

*
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

body
{
	position:relative;
	background-color:#000;
	font-family: 'TravelingTypewriter', Letter Gothic Std, Lucida console, "Lucida Sans Unicode", "Lucida Grande";
	font-size:16px;
	text-align: justify;
}

.header
{
	position: relative;
	width: 100%;
	top: 25px;
	height: 150px;
	background: url(../Immagini/texhed.png) top repeat-x;
	margin-bottom: 50px;
	z-index: 4;
}

.header img{
	display: block;
	margin: 0px auto;	
}

/*MENUBAR*/
.menubar
{
	position: fixed;
	width: 100%;
	height: 25px;
	text-align: right;
	color:#FFF;
	padding: 0px;
	z-index: 5;
	background:url(../Immagini/2rAweb_menubar2.png) repeat-x;
}

.menubar li
{
	display: inline;
	cursor: pointer;
}

#login{
	position:fixed;
	background:url(../Immagini/baloon2.png) center top no-repeat;
	top:20px;
	padding-top:10px;
	right:100px;
	display:none;
	visibility:hidden;
	height:200px;
	width:300px;
	z-index:6;
}

#login form{
	padding-top:70px;
	padding-left:20px;

}
	

/*NAVIGAZIONE*/

.navigation
{
	position: fixed;
	bottom: 100px;
	left: -150px;
	width: 200px;
	height: 400px;
	text-align:right;
	z-index: 5;
}

.navigation div
{
	position: relative;
	height: 30px;	
	width: 200px;
	left: 0px;
	
	padding-top:25px;
}

.navigation div a
{
	padding-right: 60px;

}

/*ICONE NAVIGAZIONE*/
#Home {background: url(../Immagini/2rAweb_home.png) no-repeat right;}
#Development {background: url(../Immagini/2rAweb_development.png) no-repeat right center;}
#Download {background: url(../Immagini/2rAweb_download.png) no-repeat right center;}
#Media {background: url(../Immagini/2rAweb_media.png) no-repeat right center;}
#GameInfo {background: url(../Immagini/2rAweb_gameinfo.png) no-repeat right center;}
#Contest {background: url(../Immagini/2rAweb_contest.png) no-repeat right center;}
#Gadgets {background: url(../Immagini/2rAweb_gadgets.png) no-repeat right center;}
#ContactUs {background: url(../Immagini/2rAweb_contacts.png) no-repeat right center;}

/*GIORNALE*/
.contents
{
	position: relative;
	margin: 0px auto;
	width: 950px;
}

.mat
{
	position: relative;
	width: 950px;
	height: 1000px;
	background:url(../Immagini/2rA_texture_testataRepeat.png) bottom center repeat-y;
	z-index: 3;
	
}

.testata
{
	position: relative;
	top: -15px;
	height:300px;
	width: 950px;
	background:url(../Immagini/2rA_texture_testataTop.png) top center no-repeat ;
	z-index: 4;
	
}



/*LAYOUT GIORNALE*/


.tabella
{
	position:relative;
	left: 8px;
	top: 150px;
	width: 850px;
	height: 800px;
	margin: 0px auto;
}

.tabella td{
	border: 1px solid black;
}

.gadgets{
	width:200px;
	height:75px;
}

#news{
	height:30%;
	vertical-align:text-top;
	overflow:hidden;
}

#ultima_news{
	height:200px;
	padding-right: 3px;
	overflow:auto;
	background:url(../Immagini/transparent.png) repeat;
}
#ultimo_contest{
	height:200px;
	padding-right: 3px;
	overflow:auto;
	background:url(../Immagini/transparent.png) repeat;
}
#news h1{
	text-align:center;
	font-size:40px;
	font-weight:900;
	letter-spacing: 20px;
}
/*
#tagBoard{
	height:15%;
}
*/
#video{
	height:15%;
}

#youtube{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}


#download{
	height:15%;
}

#immagine{
	height:15%;
}

#immagine img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.gadgets img{
	display:block;
	float:left;
	width:100px;
	height:100px;
}

.gadgets p{
	padding: 30px 0 30px 0;
	font-style:italic;
}

/*RIFLESSO*/
.bottom
{
	position: static;
	bottom: 0px;
	left:0;
	width: 100%;
	height: 100px;
	background-image: url(../Immagini/foot.jpg) ;
	background-repeat: repeat-x;
	z-index:4;
}


.footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(../Immagini/foot.png);
	text-align: center;
	color: #000;
	z-index: 4;
}

.div_tag{
	overflow:scroll;
	font-size:small;
	height: 200px;
}

#tagBoard{
	width:400px;
	height:300px;
}
