/* CSS Document */
html {
	margin:0 auto;  
}
body {
	background:url(../immagini/bg_site.jpg) repeat;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
section {
	position:relative;
}
#top {
	width:100%;
	height:99px;
	background-color:#E13213;
}
#wrapper {
	width:960px;
	margin:0 auto;
	margin-top:-99px;
	padding-left:20px;
}
#logo {
	width:320px;
	height:371px;
	float:left;
}
#img_logo {
	display:block;
	margin-left:40px;
}
#content h1 {
	color:#FFF;
	font:30px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:30px 0px 0px 0px;
}
/*menù*/
#menu {
	width:580px;
	height:40px;
	margin-left:210px;
	padding-top:20px;
}
#menu li {
	list-style:none;
	float:left;
	margin-right:20px;
}
.menu_page {
	display:block;
	width:80px;
	height:25px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	font-size:15px;
}
.menu_page_sel {
	display:block;
	width:80px;
	height:25px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	font-size:15px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
/**/
#art_list {
	margin:0;
	padding:57px 0px 0px 0px;
}
#art_list li {
	float:left;
	width:280px;
	height:190px;
	background-color:#1d1d1d;
	list-style:none;
	margin-right:20px;
	margin-bottom:40px;
	padding:10px;
}
.next {
	width:280px;
	height:110px;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:30px;
	padding-top:80px;
}
.next:hover {
	background-color:#E13213;
}
#pager {
	width:930px;
	text-align:right;
	float:left;
	padding:10px;
	margin-bottom:20px;
}
.number_page {
	background-image:url(../immagini/bg_number_pager.gif);
	width:33px;
	height:33px;
	float:right;
	color:#FFF;
	font-size:22px;
	text-align:center;
	margin-left:5px;
}
.number_page:hover {
	background-image:url(../immagini/bg_number_pager_select.gif);
}
.select {
	background-image:url(../immagini/bg_number_pager_select.gif) !important;
	width:33px;
	height:33px;
	float:right;
	color:#FFF;
	font-size:22px;
	text-align:center;
	margin-left:5px;
}
#footer {
	width:100%;
	height:162px;
	background:url(../immagini/bg_footer.jpg) repeat-x;
	clear:both;
	margin-top:30px;
}
@font-face {
    font-family: "BigNoodleTitling";
    src: url('font/big_noodle_titling-webfont.eot');
    src: url('font/big_noodle_titling-webfont.eot?iefix') format('eot'),
         url('font/big_noodle_titling-webfont.woff') format('woff'),
         url('font/big_noodle_titling-webfont.ttf') format('truetype'),
         url('font/big_noodle_titling-webfont.svg#webfontjSpbZQRv') format('svg');
    font-weight: normal;
    font-style: normal;
}
#main_footer {
	width:940px;
	margin:0 auto;
	text-align:right;
	padding-top:22px;
}
#main_footer a {
	font:24px BigNoodleTitling, Arial;
	color:#FFF;
}
#social {
	margin:0 auto;
	padding:0;
	width:940px;
	padding-top:65px;
	clear:both;
}
#social li {
	float:right;
	margin-left:20px;
	list-style:none;
	display:block;
	width:16px;
	height:16px;
}
.pag_desc {
	text-align:center;
	color:#FFF;
	font-size:22px;
	font-style:italic;
	padding-top:80px !important;
	height:120px !important;
}
/*pagina wallpaper*/
.box_wall {
	width:600px !important;
	height:450px !important;
}
.box_title {
	width:600px !important;
	height:110px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}
.box_title a {
	color:#FC0;
	text-decoration:underline;
	font-size:14px;
}
#resolution {
	width:580px;
	padding:20px;
	margin:0px 20px 20px 0px;
	color:#CCC;
	background-color:#333;
	clear:both;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}
#resolution a {
	color:#FC0;
	text-decoration:underline;
	font-size:14px;
	display:block;
	margin-bottom:6px;
}
#nopager div#pager {
	display:none;
}
/**/
