/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body, html {
	height:100%;
}
	
body {
	background:#000;
	color: #6b6b6b;
	font-size: 11px;
}


/* anchors
----------------------------------------------- */
a {
	color: #6b6b6b;
	font-weight:bold;
	text-decoration: none;
}

.mission a {
	color: #9f9f9f;
	text-decoration: none;
	vertical-align: baseline;
}

a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}

#lightbox-modal {
	width: 600px;
	padding: 30px; 
    display:none;
    background: #FFF;
	border-radius: 5px; -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
	line-height:1.2em; margin-bottom:.3em;
	font-family: 'Titillium Web', sans-serif;
	font-weight:200;
}
h2 {margin:10px 0;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

h4#widget-title {
	border-bottom: 1px solid #999;
    font-weight: normal;
    margin:0px 0 10px;
    padding: 0.1em;
	font-size:16px;
	padding:5px 0;
    color:#ddd;
}

h4#widget-title .filtri{
	display:inline-block;
	float:right;
	font-size:13px;
	color:#333;
}

h3#widget-title {
	border-bottom: 1px solid #999;
    font-weight: normal;
    margin:20px 0 10px;
	color:#ddd;
	font-size:20px;
}

h2#widget-title {
	border-bottom: 1px solid #999;
    font-weight: normal;
    margin:20px 0 10px;
	color:#ddd;
	font-size:20px;
}

h5#widget-title {
	border-bottom: 1px solid #999;
    font-weight: normal;
    margin:20px 0 10px;
	color:#ddd;
	font-size:16px;
	text-transform:uppercase;
	padding:5px 0;
}
#breadchumbs {
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-weight: normal;
    margin: 16px 0 10px;
    padding: 5px 0;
	color:#ddd;
	font-family: 'Titillium Web', sans-serif;
}

h3#filtri {
	background:url(../img/filter-title.png) repeat-x ;
    font-weight: normal;
    padding: 4px 4px 4px 10px;
	text-align:left;
	font-size:13px;
}

/* Top
----------------------------------------------- */
#section-top{
	height:30px;
	margin:10px 0;
}
#section-top span.data {
    /* background-color: rgba(0, 0, 0, 0.04); */
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    padding: 2px 10px 2px 0;
	list-style:none;
}

#section-top span.data a {
	text-shadow:0px 1px #fff;
	color:#717171;
	margin-top:3px;
	padding:2px 10px 0 3px;
	background: url(../img/mt-bg.png) no-repeat center right; 
}
#section-top .data ul{
	float:left;
	margin:0;
	padding:0;
}

#section-top .data li{
	display:inline;
	margin-right:3px;
	margin-left:0;
}


#section-top .data li a {
	font-weight:normal;
}
#section-top .data li a:hover {
	color:#444444;
}
#section-top span.data img{
margin-right:5px;
}

#section-top span.actions {
	float:right;
	margin-top: 5px;
}
#section-top span.online {
	float:left;
	font-size:10px;
	margin-top: 5px;
}
#section-top .margin {
	margin-top:3px;
}

.shadow {
   -moz-box-shadow: 0 0 1px #f5f5f4;
   -webkit-box-shadow: 0 0 1px #f5f5f4;
   box-shadow: 0 0 1px #f5f5f4;
}
.shadow-testo {
   -moz-box-shadow: 0 0 1px #fff;
   -webkit-box-shadow: 0 0 1px #fff;
   box-shadow: 0 0 1px #f5f5f4;
}


/* logo and banner
----------------------------------------------- */
#header_container {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	height: 113px;
	background-image:url('http://unrealarchives.com/wp-content/themes/wp-reviews/img/headerbg.jpg');
	background-repeat: no-repeat;
	background-position: center;	
	margin-top: 20px;
}

#logo-div {
	text-align:left;
	padding:10px 0;
	margin-bottom:0;
	height:80px;
	width:485px;
	overflow:hidden;
	display:block;
	background:url('http://unrealarchives.com/wp-content/themes/wp-reviews/img/unreal-archives-logo.png') no-repeat left center;
	float: left;margin-right: 200px;
	text-indent:-1999px;
	cursor:pointer;
}
#logo-div .logo { 
	margin-top:10px;
	width:248px;
	height:60px;
	float:left;
	overflow:hidden;
}

#logo-div .banner { 
float:right;
margin:10px 0 0 0;
padding:0;
overflow:hidden;
width:468px;
height:60px;
}


/* Stars */


#3Stars_bg { 
background: url(../img/stars.png) top left no-repeat;

} 
/* Slider
----------------------------------------------- */
#slider-left {
	background-image:url(http://unrealarchives.com/wp-content/themes/wp-reviews/img/bgtexture.jpg);
    border-style:solid;
	border-width: 1px;
	border-color: #333;
	overflow:hidden;
	padding:9px;
	margin-top:20px;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ffffff;
	margin-bottom:20px;
	/*padding:10px 10px 1px 10px;*/
}
.box_prefooter {
	background:#f5f5f5;
	margin-bottom:20px;
	padding:10px 10px;
}
.box h2 {
	border-bottom: 1px dotted #CFCFCF;
    font-weight: normal;
    margin:10px 0 10px;
    padding: 0.1em;
	font-size:18px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:0px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
    background: url("../img/quote.png") no-repeat scroll 0 0 transparent;
    color: #777777;
    font-style: italic;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 32px;
    padding-top: 5px;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */

.grid_4 ul {
	list-style:none;
	font-size:14px;
}
.grid_4 ul li {
	margin:0;
}
.grid_4 ul li a {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    padding: 8px 5px 8px 15px;
    font-family: 'Titillium Web', sans-serif;
}
.grid_4 .cat-item {
		background:url(../img/ico-meta.gif) no-repeat 5px 17px;

}
.grid_4 ul li a:hover {
}
.grid_4 ul li a:active {
	background:url(../img/ico-meta.gif) no-repeat 7px 17px #f3f3f3;
}

/* submenus
----------------------------------------------- */
.grid_4 ul ul {
	list-style:none;
	margin:0;
}
.grid_4 ul ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:1px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:5px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	//border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
    border: 1px solid #333;
    height: 25px;
    width: 66%;
	font-size:13px;
	background-color: #e9ddcc;
	padding-left:5px;
	color: #333;
}
input.search.button {
    height: 27px;
    margin-left: 2%;
    width: 28%;
	color:#3d3d3d;
	font-family: 'Titillium Web', sans-serif;
}

input.search.text:focus, form textarea:focus {
	background-color: #fff; border-color: #F6792D; 
} /* focus */


#search {
	margin:20px 0;
}
/* Advanced search */

#advanced-search {
	padding:5px;
	margin-bottom:30px;
}
#advanced-search h4 {
	font-size:12px;
	margin-top:10px;
}
#advanced-search form {
}
#advanced-search select{
    padding:5px;
    border:1px solid #caced9;
    border-top-color:#d3d8e2;
    border-bottom-color:#bfc4cf;
    display:block;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3d3d3d;
    box-shadow:0 1px 2px rgba(0,0,0,0.15);
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EFF0F3 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EFF0F3));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFF0F3',GradientType=0 ); 
    background: -o-linear-gradient(top, #FFFFFF 0%,#EFF0F3 100%);
    position:relative;
    cursor:pointer;
	width:100%;
}
#advanced-search option.txt {
    height:15px;
    padding:0 0 0 22px;
    background:url(../img/cog.png) no-repeat;
    display:block;
    line-height:16px;
    line-height:15px\9; /* Dirty IE Hack */
}
#cat {
	font-size:11px;
}


/* articles
----------------------------------------------- */

.article-fullwidth {
	background:url(../img/bgtexture.jpg) repeat;
	background-position: 104px -16px;
	width: 907px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    font-size: 13px;
    padding: 15px;
	margin-top:-3px;
}

.article {
	background:url(../img/bgtexture.jpg) repeat;
	background-position: 0 -172px;
	width: 590px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    //border-top: 1px solid #333;
    font-size: 13px;
    padding: 15px;
	margin-top:-3px;
}

.article i{
		vertical-align:baseline;
}

.article u{
		vertical-align:baseline;
}

.article em{
		vertical-align:baseline;
}

.pagearticle {
	background:url(../img/bgtexture.jpg) repeat;
	background-position: 0 -256px;
	width: 590px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    font-size: 13px;
    padding: 15px;
	margin-top:-3px;
}


.article ul li {
	list-style-type: disc;
	list-style-position: 0px 5px; 
}
.article p {
	line-height:22px;
	color: #7d7466;
}
.article hr {
	background-color: #DDDDDD;
    border: 0 none;
    color: #DDDDDD;
    height: 1px;
    margin-bottom: 14px;
}
.article span {
	vertical-align: baseline;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.box .first {
	border-top:none;
}
.article h1{
	font-size: 25px;
    margin-bottom: 14px;
}
.article h2 {
    font-size: 22px;
    margin-bottom: 14px;
}
.article h3 {
    font-size: 19px;
    margin-bottom: 14px;
}

.article h4 {
    font-size: 17px;
    margin-bottom: 14px;
}
.article h5 {
    font-size: 15px;
    margin-bottom: 14px;
}
.article h6 {
	font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.article p.meta {
	color:#7d7466;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}
.article .alignright { 
	float:right; 
	margin:0 0 4px 10px;
}
.article .alignleft { 
	float:left; 
	margin:0 10px 4px 0;
}

.article a {
    line-height:22px;
	color:#189CD6;
	font-weight:normal;
}
.article a:hover {
	color:#007bb1;
}
.article ul {
	margin:10px 0;
	color: #7d7466;
}
.text_pagina .alignright { 
float:right; 
margin:0 0 4px 10px; }
.text_pagina .alignleft { float:left; margin:0 10px 4px 0; }
.wp-caption, .gallery-caption  { border: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: center; }
p.wp-caption-text { margin-bottom:2px; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.post-tags {
	margin:7px 0;
	padding:7px 0;
}
.post-tags a { 
	padding:3px 10px; 
	margin:4px 10px 4px 0;
	font-weight:normal;
	font-size:11px !important; 
	color:#777; 
	text-shadow: 1px 1px 1px #FFF; 
	display:inline-block; 
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px; 
	border-radius: 2px; 
	background-color:#F7F7F7;
	border:1px solid #EFEFEF;
}
.post-tags a:hover {
	background: #444;
	color: #DDD;
	text-decoration: none;
	text-shadow:none;
}

/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}
/* slider */


/* bottoni styling */

.bottone_grigio {
	display: inline-block; zoom: 1; *display: inline;
	margin: 0 2px; padding: 5px 16px;
	outline: none; cursor: pointer; vertical-align: baseline; 
	text-shadow: 0 1px 0 rgba(255,255,255,.4); font-size: 13px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none; 
	border: solid 1px #b8b8b8; border-color: #c4c4c4 #b8b8b8 #adadad;
 	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c7c7c7));
	background: -moz-linear-gradient(top, #dedede,  #c7c7c7);
	background: linear-gradient(#dedede, #c7c7c7);
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3); 
	box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-webkit-background-clip: padding-box;
}
.bottone_grigio:hover { 
	text-decoration: none; border-color: #bababa #b0b0b0 #a6a6a6;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cfcfcf));
	background: -moz-linear-gradient(top, #ededed,  #cfcfcf);
	background: linear-gradient(#ededed, #cfcfcf);
	-webkit-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	-moz-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	box-shadow:			0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
}
.bottone_grigio:active { 
	position: relative; top: 1px;
}
.bottone_grigio, .bottone_grigio:hover, a.bottone_grigio:link, a.bottone_grigio:visited, a.bottone_grigio:hover { 
	color: #454545;
}

.button-arancio {
	color:#fff;
	width:150px;
	display: inline-block; zoom: 1; *display: inline;
	margin: 0 2px; padding: 5px 16px;
	outline: none; cursor: pointer; vertical-align: baseline; 
	text-shadow: 0 1px 0 rgba(255,255,255,.4); font-size: 13px; line-height: 17px; font-weight: 300; text-align: center; text-decoration: none; 
	border: solid 1px #ec5f0b; border-color: #f78947 #f8782b #f8782b;
 	background: #f98e41;
	background: -webkit-gradient(linear, left top, left bottom, from(#f78947), to(#f8782b));
	background: -moz-linear-gradient(top, #f78947,  #f8782b);
	background: linear-gradient(#f78947, #f8782b);
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3); 
	box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-webkit-background-clip: padding-box;
}

.button-arancio:hover { 
	text-decoration: none; 
	border-color: #f78947 #f8782b #f8782b;
	background-color: #f98e41;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8782b), to(#f78947));
	background: -moz-linear-gradient(top, #f8782b,  #f78947);
	background: linear-gradient(#f78947, #f8782b);
	-webkit-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	-moz-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	box-shadow:			0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
}

.button-arancio:hover{
	color:#ffffff;
}

.bottone_search {
	display: block; zoom: 1; *display: block;
	margin: 10px 2px; padding: 5px 16px;
	outline: none; cursor: pointer; vertical-align: baseline; 
	text-shadow: 0 1px 0 rgba(255,255,255,.4); font-size: 13px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none; 
	border: solid 1px #b8b8b8; border-color: #c4c4c4 #b8b8b8 #adadad;
 	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c7c7c7));
	background: -moz-linear-gradient(top, #dedede,  #c7c7c7);
	background: linear-gradient(#dedede, #c7c7c7);
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3); 
	box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
	-webkit-background-clip: padding-box;
	margin-right:10px;
}
.bottone_search:hover { 
	text-decoration: none; border-color: #bababa #b0b0b0 #a6a6a6;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cfcfcf));
	background: -moz-linear-gradient(top, #ededed,  #cfcfcf);
	background: linear-gradient(#ededed, #cfcfcf);
	-webkit-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	-moz-box-shadow:	0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2); 
	box-shadow:			0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
}
.bottone_search:active { 
	position: relative; top: 1px;
}
.bottone_search, .bottone_search:hover, a.bottone_search:link, a.bottone_search:visited, a.bottone_search:hover { 
	color: #454545;
}
/* Google Maps */
#left_map {
	padding:5px;
	height:334px;
	z-index:10;
	overflow: hidden;
    position: relative;
	border: 1px solid #dbdbdb;
	background-color:#eaeaea;
}
.toggle_button {
	z-index:11;
	height:32px;
	position:absolute;
	right:200px;
	top:30px;
}
.toggle-search {
	z-index:11;
	height:32px;
	position:absolute;
	right:200px;
	top:30px;
}
#left_map_filters {
	background-image:url(../img/filter-bg.jpg);
	z-index:12;
	width:200px;
	position:absolute;
	right:0;
	top:0;
	height:354px;
}

#form_filtri {
	padding: 5px;
}

/* formattazioni centrali */

#page-title {
	width:100%;
	margin-top:10px;
	padding:0;
}
#pagina_titolo {
	width:100%;
	margin:0;
	padding:0;
}
#pagina_titolo h1 {
	font-size:30px;
	color:#bbb;
	display:block;
	padding:0 0 5px 0;
	margin:0;
}
#pagina_titolo .dettagli {
	color:#9b9b9b;
	vertical-align:baseline;
	margin-bottom:10px;
}
#pagina_titolo .dettagli a{
	color:#189cd6;
	font-weight:normal;
}
#pagina_titolo span.dettagli_blu {
	color:#189cd6;
}

#pagina_ratings {
	background-color:#189cd6;
	color:#fff;
	padding:3px 10px;
	margin-top:10px;
	font-weight:700;
}
#pagina_ratings img{
	margin-left:10px;
	margin-bottom:3px;
}
#pagina_ratings .visite {
	float:right;
}

#pagina_imgdettagli {
	background:url(../img/bgtexture.jpg) repeat;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	height:160px;
	padding:8px;
	margin-top:10px;
	width:604px;
	
}
#pagina_imgdettagli .img_scheda {
	width:278px;
	//height:156px;
	overflow:hidden;
	float:left;
	border:1px solid #333;
	box-shadow: inset 0px 0px 15px 25px rgba(0,0,0,0.9);
	position:absolute;
	
	

}

.img_scheda::before {
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	-moz-box-shadow: inset 0px 0px 11px 5px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0px 0px 11px 5px rgba(0,0,0,0.9);
	box-shadow: inset 0px 0px 11px 5px rgba(0,0,0,0.9);
}

#pagina_imgdettagli .scheda_dettagli {
	width:313px;
	height:160px;
	float:right;
	position:relative;
}

.scheda_dettagli ul {
	font-size:13px;
}
.scheda_dettagli ul li {
	display:block;
	margin:0;
	line-height:22px;
	margin:0 0 12px 0;
	color: #b0b0b0;
}

.scheda_dettagli ul li a{
	font-size:12px;
}

.scheda_dettagli a{
	color:#189CD6;
	vertical-align:baseline;
}

.scheda_dettagli img {
	margin: 0 4px 0 0px;
}

.ratings_dettagli {
    background: url("../img/ratings-dettagli-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #EC5F0B;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    left: 0;
    margin-left: 10px;
    padding: 6px 6px 6px;
    position: absolute;
    right: 0;
    text-align: center;
}

.ratings_dettagli .sharingsingle{
	margin-left: 50px;
	display: block; 
	text-align:center;
}
#centrale_descrizione {
    width: 280px;
	height: 285px;
	background:url(../img/bgtexture.jpg) repeat;
	padding:10px;
	border:1px solid #333;
	position:relative;
	min-height:75px;
	margin:10px 0;
	overflow: hidden;
    white-space: nowrap;
}
#related-maps {
    width: 280px;
	height: 270px;
	background:url(../img/bgtexture.jpg) repeat;
	background-color:#f5f5f5;
	padding:10px;
	border:1px solid #333;
	position:relative;
	min-height:75px;
	margin-top: 20px;
	overflow: hidden;
    white-space: nowrap;
}
#related-maps .dettagli_scheda h3{
	font-size:20px;
	margin-top:10px;
}
#related-maps .dettagli_scheda {
	width:280px;
	margin-right:5px;
	padding:5px 0;
}
#related-maps .data_scheda{
	font-size:11px;
	color:#9b9b9b;
}
#related-maps img.top, #centrale_descrizione img.top a  {
	width:278px;
	height:156px;
	overflow:hidden;
}
#related-maps .voto_scheda{
	font-size:13px;
	display:block;
	margin-top:5px;
	line-height:15px;
	width:275px;
	height:15px;
	color:#7c7c7c;
}	
#related-maps .categoria_scheda a{
	color:#29a3d9;

}
#centrale_descrizioni_home {
	margin:20px 0
}
#centrale_descrizione img.top, #centrale_descrizione img.top a  {
	width:278px;
	height:156px;
	overflow:hidden;
}
#centrale_descrizione .centrale_voto {
	width:70px;
	background-color:#888888;
	color:#ffffff;
	text-align:center;
	position:absolute;
	right:10px;
	top:150px;
	padding:3px 0;
}
#centrale_descrizione .centrale_voto_text {
	font-size:13px;
	display:block;
}
#centrale_descrizione .centrale_voto_big {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	display:block;
	}

#centrale_descrizione .centrale_voto_small {
	font-size:10px;
	font-weight:300;
	text-align:center;
}
#centrale_descrizione .dettagli_scheda {
	width:280px;
	margin-right:5px;
	padding:5px 0;
}
#centrale_descrizione .data_scheda{
	font-size:11px;
	color:#9b9b9b;
}
#centrale_descrizione .commenti_scheda{
	font-size:11px;
	color:#29a3d9;
}
#centrale_descrizione .commenti_scheda a{
	color:#29a3d9;
}
#centrale_descrizione .categoria_scheda{
	font-size:11px;
	color:#29a3d9;
}
#centrale_descrizione .categoria_scheda a{
	color:#29a3d9;

}
#centrale_descrizione .voto_scheda{
	font-size:13px;
	display:block;
	margin-top:5px;
	line-height:15px;
	width:275px;
	height:15px;
	color:#7c7c7c;
}
#centrale_descrizione .voto_scheda img {
	display:inline;
	vertical-align:baseline;
	margin-bottom:-3px;
	margin-left:5px;
}

#centrale_descrizione .dettagli_scheda h3{
	font-size:20px;
	margin-top:10px;
}
/* Login */

/* Login Container (default to float:right) */

#login_normale {
    float:right;
    font-size:12px;
    color:#eee;
	width:170px;
	text-align:center;
	margin-top:7px;

}
#login_normale span a {	color:#717171;
}
#login_normale span {
	padding:0 10px;
}

#loginContainer {
    position:relative;
    float:right;
    font-size:02px;
	width:170px;
	height:30px;

}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    font-size:12px;
    text-align:right;
    width:160px;
	margin-top:6px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#eee;
    font-size:12px; 
    font-weight:bold; 
	padding: 1px 50px 0px 10px;
	background:url(../img/login-arrow.png) no-repeat 135px 0px;
    display:block;
	width:100px;
	height:30px;
}

#loginButton:hover {
    //background-color:#efefef;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:31px;
    right:-1px;
    display:none;
    z-index:29;
	background:url(../img/bgtexture.jpg) repeat;
	background-position:99px -33px;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:135px -81px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
    padding:10px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:5px;
	//background:url(../img/bgtexture.jpg) repeat;

}



#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
	color:#fff;
}


/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #dedede;
    border-radius:3px;
    -moz-border-radius:3px;
    color: #3A454D;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    width: 92%;
}
#loginForm input:focus {
	background-color: #fff; border-color: #339cdf; 
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 22px;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
	border-radius:3px;
    -moz-border-radius:3px;
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#fff;
    font-size:15px;
}

/* sidebar */

#sidebar_right {
	
	float:left;
	width:310px;
	height:460px;
	margin:0;
	padding:0;
}


/* gallery styling */

.gallery-icon a{
	width:90%;
	height:90%;
}

/* Latest Reviews */

.latest_reviews {
	margin:20px 0;
}
.latest_reviews h3{
	font-size:16px;
	display:block;
	margin:0;
}
.latest_reviews .tumb{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    float: left;
    margin:5px 10px 0 0;
    padding: 5px;
}
.latest_reviews .stars {
	display: block;
    padding: 0 0 0 68px;
    vertical-align: baseline;
	font-size:13px;
	font-family: 'Titillium Web', sans-serif;
	line-height:18px;
	color:#989898;
}
.latest_reviews .date {
	color:#9B9B9B;
}
.latest_reviews .comments a{
	color:#9B9B9B;
}


/* ads 125px */

.ads_125 {
	margin-bottom: 20px;
	float:left;
}
.ads_125 ul li{
	float:left;
	margin-right:5px;
}
.ads_125 ul li a{
    display: block;
    height: 125px;
    padding: 10px;
    width: 125px;
	border-bottom:none;
}
.ads_125 ul li a:hover {
	background-color:#EFEFEF;
}

/* Tabbed jQuery */

#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:300px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #eaeaea;
	background:url(../img/tabs-bg.png) no-repeat;
	background-position:top left;
	padding:8px;	
}

ul.tabbed_tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	
}
ul.tabbed_tabs li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
ul.tabbed_tabs li a {
	background-color:transparent;
	color:#717171;
	padding:8px 14px;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	text-shadow:0px 2px #fff;
	display:inline;
	border-bottom:0;

}
ul.tabbed_tabs li a:hover {
	background-color:#ffffff;
	border-color:#e2e2e2;


}
ul.tabbed_tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #e2e2e2; 
	border-bottom: 1px solid #ffffff;
	
}

ul.tabbed_tabs li a:active {
	background:#ffffff;
}

.tag_cloud a {
	color: #333;
	background: #EEE;
	padding: 5px 10px;
	float: left;
	margin-right: 5px; 
	margin-bottom: 5px;
	font-weight:300;
}

.tag_cloud a:hover {
	background: #444;
	color: #DDD;
	text-decoration: none;
}
ul.recomm {
	margin-left: 0;
	margin-bottom: 36px;
	list-style: none;
}
.recomm-wrapper {
   clear:both;
   min-height: 53px;
   margin-bottom: 14px;
}
.recomm .avatar {
   float:left;
   margin-right:10px;
}
.recommauth {
	font-weight:400;
}
.content_tab {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #e2e2e2; 	
	margin-top:6px;
}
#content_2, #content_3 { display:none; }

.content_tab ul {
	margin:0px;
	padding:0px;
}
.content_tab ul li {
	list-style:none;
	border-bottom:1px solid #f1f1f1;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	margin-left:5px;
}
.content_tab ul li:last-child {
	border-bottom:none;
}
.content_tab ul li a {
	text-decoration:none;
	color:#3e4346;
	border-bottom:0;
	display:inline;
	padding:0;
}
.content_tab ul li a:hover {
	text-decoration:none;
	background:none;
}
.content_tab span.datathumb {
	font-size:11px;
	display:block;
	position:relative;
	margin-left:68px;
	top:-2px;
	color:#9B9B9B;
}
.content_tab span.stars {
	display: block;
    vertical-align: middle;
	padding:0 0 0 68px;
	line-height:15px;
	
}
.content_tab ul li a:hover {
	color:#9b9b9b;
}
.content_tab ul li a:hover small {
	color:#9b9b9b;
}

.content_tab .thumb {
    background-color: #CECECE;
    list-style: none outside none;
    margin-right: 10px;
    padding: 3px;
	float:left;
	margin-top:6px;
}

.content_tab span.title {
	float:left;
	margin-left:80px;
}

/* form commenti */

#commentform{
	background-color: #261907;
    border: 1px solid #333;
    padding: 10px 20px 20px;
}
#commentform form {
	margin:0;
	padding:0;
}
#commentform input.text_input{
    border: 1px solid #E0E0E0;
    display: inline-block;
    margin: 10px 0;
    padding: 5px;
    width: 177px;
	display:inline-block;

}
#commentform input:focus, #commentform textarea:focus {
	background-color: #fff; border-color: #F6792D; 
} /* focus */
#commentform textarea {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	width:99%;
	border:1px solid #e0e0e0;
	background-color:#fcfcfc;
}

#commentform label {
	padding-left:10px;
	font-size:15px;
	vertical-align: middle;
	font-family: 'Titillium Web', sans-serif;
}

/* comment framework */


ul.children { 
	margin-left:0px;
}
ol.commentlist { 
	margin:20px 0px 0px 0px; 
}
cite.fn { 
	font-size:14px; 
	font-weight:bold; 
	font-style:normal; 
	letter-spacing:-0.05em; 
	display:block; 
	padding-top:9px; 
}
cite.fn a, cite.fn a:hover { 
	text-decoration:none;
}
span.says { 
	display:none;
}
.commentlist li { 
	margin:10px 0px 0px 0px; 
	padding:15px; 
	list-style:none; 
	border:1px solid #ECEDE8;
}
.commentlist li.depth-2 {
	background:#ffffff; 
	border:1px solid #ECEDE8; 
	margin-left:15px; 
}
.commentlist li.depth-3 { 
	background:#fafafa; 
	border:1px solid #ECEDE8; 
	margin-left:15px; 
}
.commentlist li.depth-4 { 
	background:#ffffff; 
	border:1px solid #ECEDE8; 
	margin-left:15px; 
}
.commentlist li.depth-5 { 
	background:#fafafa; 
	border:1px solid #ECEDE8; 
	margin-left:15px; 
}
.commentlist code { 
	background:#e6e6e6; 
	padding:5px; 
}
.commentlist .moderation { 
	margin-top:10px; 
	color:#660000;
}
.commentlist .thread-even { 
	background:#fafafa;
}
.commentlist .children { 
	margin-top:15px; 
}
.commentlist p { 
	clear:both; 
}
.commentlist p a { 
	text-decoration:underline;
}
.commentlist p a:hover { 
	text-decoration:none;
}
.comment-author { 
	margin-bottom:5px; 
}
.avatar { 
	margin-right:10px; 
	float:left; 
	padding:3px; 
	border:1px solid #e9e9e9; 
	background:#fff; 
}
.reply { 
	margin:15px 0px 0px 0px;
}
.reply a, .reply a:visited { 
	font-size:12px;
}
.reply a:hover { 
	text-decoration:none; 
}
.comment-meta { 
	float:left; 
	font-size:9px; 
	margin-bottom:15px; 
}
.comment-meta a { 
	color:#999;
}
.comment-body p{ 
	padding:10px; 
	background-color:#F5F5F5; 
	border:1px dotted #E9E9E9;
}
.comment-reply-link {
	padding:5px 10px; 
	background-color:#F5F5F5;
	text-decoration:none;
	}
.cancel-comment-reply { 
	margin:5px;
}

.textwidget {
	margin-bottom:20px;
}

#footer_widgets {
	display:block;
	float:left;
	margin:20px 0;
	width:960px;
}

#page_navigation {
	background-color:#efefef;
	border:1px solid #eaeaea; 
	margin-top:20px; 
	display:block; 
	float:left; 
	padding:10px 5px;
	width:98%;
	line-height:20px;
	
}
#page_navigation .img_left {
	float:left;
	width:15px;
	margin:5px 10px 0 0;
}

#page_navigation .img_right {
	float:right;
	width:15px;
	margin:5px 0 0 10px;

}
#page_navigation .numbers {
	display:inline-block;
	float:left;
	margin:5px 0 0 0;
}
#page_navigation .numbers ul {
	float:left;
	list-style-type:none;
	margin:0 0 5px 0;
}
#page_navigation .numbers ul li {
	float:left;
	margin-left:10px;
	display:inline-block;
}
#page_navigation .numbers a {
	color:#717171;
	font-size:15px;
}
#page_navigation .numbers a:hover {
	color:#969696;
	font-size:15px;
}

#page_navigation .numbers a.active{
	font-size:20px;
	color:#fff;
	text-shadow:0px 1px #000;

}


.footer { 
    height:58px;
    color: #656565;
	overflow:hidden;
	background: #222;
	margin-top:10px;
}

#footer_styling a{
	color:#F78947;
	vertical-align:middle;
}
#footer_styling {
    font-size: 12px;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}

#footer_styling span.right{
    float: right;
    overflow: hidden;

}

#footer_styling span.right a{
	font-weight:normal;
	font-size: 11px;

}
#footer_styling span.left{
	float:left;
	width:600px;

}
#footer_styling span.bold{
	margin-top:8px;
}
#footer_styling span.bold a{
	font-weight:normal;
}

#footer_styling ul {
	margin:0;
	padding:0;

}
#footer_styling li {
	display:inline;
	float:left;
	margin-left:10px;
}

.newsitem {
	padding-top:15px;
}

.attachment-normal-thumbnail {
	width: 278px;
	height: 156px;
}

.anniversaries {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.anniversaries a {
	color: #e78500;
}

.anniversaries b {
	color: #888;
}

.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.6);    
}

.translator-popup {
	display: none;
	background-image:url("http://unrealarchives.com/wp-content/themes/wp-reviews/img/translator_b.png");
	height: 197px;
	width: 350px;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: -100px 0 0 -175px;
	cursor: default;
	z-index: 10001;
	border-radius: 4px;
}
.translator-popup p {
	padding: 21px;
	font-size: 14px;
	line-height: 19px;
	color: #00f800;
}
.translator-popup a {
	color: #00f800;
	text-decoration: underline;
	font-weight: 100;
}
.translator-tooltip {
	display: none;
    background: rgba(255,255,255,0.7);  
	padding: 1%;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -140px;
	cursor: default;
	z-index: 9999;
	border-radius: 6px;
	font-size: 20px;
}

.fb-like {
	width: 92px;
	height: 20px;
	position: relative;
	float: right;
	padding-top: 28px;
	opacity: 0.6;
	filter: sepia(100%);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%);
}