/* Global */
@font-face { font-family: Akzidenz; src: url('/images_style/Akzidenz.otf'); }
@font-face { font-family: Officina; src: url('/images_style/Officina.otf'); }
@font-face { font-family: Corpid; src: url('/images_style/CorpidOffice.ttf'); }
@font-face { font-family: Avant; src: url('/images_style/Avant.otf'); }

* {
	padding: 0em;
	margin: 0em;
}

html {
	width: 100%;
}

body {
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #EEE;
}



table tbody, .main_column, .main_column_altra, .sidebar, .box, .thin, .pad, #threadpoll, #polls {
	color: #444;
}

/* Common elements */

a {
	text-decoration: none;
	border: none;
	color: #4FD1FF;
}

a img {
	border: 0;
}

table tbody a, .main_column a, .main_column_altra, .sidebar a, .box a {
	color: #0A84AF;
}

table tbody a:hover, .main_column a:hover, .main_column_altra a:hover, .sidebar a:hover, .box a:hover {
	color: #0C9CCF;
}

#header a:hover, .linkbox a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1em;
	font-weight:bold
}

h2 {
	font-size: 1em;
		text-decoration: none;
}

h3 {
	margin: 5px 0px;
	color: #DFDFDF;
	font-family: Akzidenz, sans-serif;
}

h3 a:hover {
	text-decoration: underline;
}

.box h3, .box h4 {
	color: #000;
}

.size3, .size4, .size5, .size6, .size7 {
	font-family: Akzidenz, sans-serif;
}

li {
	margin: 5px 15px;
}

input {
	padding: 2px 3px;
}

textarea {
	padding: 2px 3px;
}

img {
	border: none;
}

/* Styles generated by the BBCode parser */

span.size1 { font-size:0.75em; }
span.size2 { font-size:1em; }
span.size3 { font-size:1.25em; }
span.size4 { font-size:1.5em; }
span.size5 { font-size:1.75em; }
span.size6 { font-size:2em; }
span.size7 { font-size:2.25em; }
span.size8 { font-size:2.5em; }
span.size9 { font-size:2.75em; }
span.size10 { font-size:3em; }

ul.thin { margin:0px 0px 0px 25px; padding:0px; }
ul.thin li { margin:0px 0px; padding:0px; }

/* Layout (Every page) */
#wrapper {
	padding: 0 0 0 0;
	background: #000 url('/images_style/wood.jpg') 50% 0 no-repeat fixed;
}
#header {
	width: 950px;
	margin: 0 auto 0 auto;
	/*background: url('images/bg_header.png') 11px 65px no-repeat;*/
	height: 173px;
	padding: 0 0 0 0;
}

#content {
	width: 906px;
	margin: 0 auto 0 auto;
	border: 1px solid #222;
	color: #DFDFDF;
	background: transparent url('/images_style/content.png');
	padding: 40px 22px;
	overflow: hidden;
}


#footer {
	background: transparent url('/images_style/bg_footer.png');
	margin-top: 40px;
	width: 100%;
	text-align: center;
	padding: 1em 0;
	color: #CCC;
	font-size: 8pt;
}


#disclaimer_container { 
	font-size: 7pt;
	color: #CCC;
}

#logo {
	width: 138px;
	height: 37px;
	background: url('/images_style/logo_mio.png') no-repeat top left;
	margin: 26px 0 0 0px;
	position: absolute;
	z-index: 2;
}

#logo a {
	border: none;
	width: 138px;
	height: 37px;
	display: block;
}

#header a:active, #header a:focus, #logo a:hover, #logo a:active, logo a:focus {
		border: none;
		outline: none;
}


#userinfo {
	position: absolute;
	color: #FFF;
	width: 950px;
	font-size: 8pt;
}
#userinfo_major {
	position: absolute;
	width: 609px;
	margin: 94px 0 0 340px;
	text-align: right;
}
#userinfo_welcome {
	position: absolute;
	margin: 94px 0 0 0px;
}

#userinfo_minor {
	position: absolute;
	width: 800px;
	margin: 74px 0 0 150px;
	text-align: right;
}
#userinfo_minor li a {
	color: #FFF;
}
	
#userinfo_minor li a:hover	 {
	font-weight:bold
}

#userinfo img {
	margin-top: -5px;
}

#userinfo ul {
}

#userinfo ul li {
	position: relative;
	display: inline;
	margin: 0 0.1em;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
}

#userinfo a {
	color: #fff;
}

#userinfo b a {
	font-weight: normal;
	font-size: 0.9em;
}

#searchbars {
	position: relative;
	top: 125px;
	width: 163px;
	margin: 0 0 0 17px;
	left: 780px;
}

#searchbars input {
	width: 130px;
	border: 1px solid #FFF;
	padding: 4px 2px 2px 10px;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	height: 16px;
	background: url('/images_style/content_light.png');
	color: #FFF;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#searchbars input:active,
#searchbars input:focus {
	background: url('/images_style/content.png');
	border: 1px solid #EEE;
}

#searchbars ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#searchbars ul li {
	display: inline;
	float: left;
	width: 148px;
	margin: 0;
	padding-left: 4px;
}

#searchbars ul li form {
	display: inline;
	margin: 0;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #666;
	background: #ECECEC;
}


/* Strip the category column */
td.cats_col, td.center.cats_col{ border-right: none; }
table.grouping>tbody>tr.torrent>td:first-child+td+td,
table.no_grouping>tbody>tr.torrent>td:first-child+td,
table.grouping>tbody>tr.group>td:first-child+td+td,
table.grouping>tbody>tr.colhead>td:first-child+td+td,
table.no_grouping>tbody>tr.group>td:first-child+td,
table.no_grouping>tbody>tr.colhead>td:first-child+td { text-indent:-20px; border-left: none;}


/*.hidden {
	position: absolute;
	left: -10000px;
}*/

input.hidden {
	position: absolute;
	display: none;
}

/* Layout (Any page) */


.thin {
	width: 850px;
	margin: 0px auto;
	color: #DFDFDF;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}

.min_padding {
	padding: 0px;
	margin: 0px 0px;
}

p.min_padding {
	margin: 2px 0px;
}

.pad {
	padding: 1em;
	text-align: justify;
}

.vertical_space {
	margin-bottom: 10px;
}

.box {
	font-size: 10pt;
	background-color: #F7F6F2;
	margin: 0px 5px 10px 5px;
}



.pad h3, .pad h4, .padbox h3, .padbox h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.sidebar {
	float: right;
	width: 250px;
	height: 100%;
}

.sidebar .box {
	margin: 0px 5px 10px 5px;
}

.sidebar .box img {
	margin: 9px 0;
}

.body {
	padding: 3px 10px 10px 10px;
}

.main_column {
	margin: 0px 255px 10px 0px;
	width: 590px;
}

.main_column_altra {
	margin: 0px 10px 10px 0px;
	width: 840px;
}

.main_column .main_column_altra .box, .main_column table {
	margin-bottom: 10px;
}

.main_column .main_column_altra .box .body {	
	font-size: 8pt;
}



ul.news_side {
	list-style-type: none;
}

ul.news_side li {
	padding: 0px 0px 2px 0px;
	font-size: 8pt;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.colhead, .colhead_dark, .head {
	padding: 4px;
	background: #000 url('/images_style/table_header_dark.png') repeat-x;
	border-bottom: 1px solid #000;
	color: #FBFCFD;
}

.colhead a, .colhead_dark a, .head a {
	color: #FBFCFD;
}

.colhead_dark a img:active, .colhead_dark a img:focus {
	outline: 0;
}

td.colhead, .colhead td {
	padding-left: 10px;
	padding-right: 10px;
}

.colhead .sign, .colhead_dark .sign {
	padding: 0px 8px 0px 8px;
	vertical-align:middle;
	text-align:center;
	font-size: 12pt;
}

td.label {
	text-align: right;
	width: 180px;
}

table.slice {
	margin-top: -1px;
}

.hide {
	display:none;
}


/* Layout (home page) */




/* Layout (MISC) */

.curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111 50% 0 no-repeat fixed;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.lightbox2 {
	position: fixed;
	text-align: center;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	z-index:1002;
	overflow: auto;
}

.lightbox2 img { 
	max-width: 100%;
	max-height: 100%;
	background-color: transparent;
	z-index: -1;
}

input[type=button], input[type=submit] {
	background: #111 url(/images_style/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 3px 6px 4px; 
	margin: 3px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover	 { background-color: #000; color: #FFF; }
input[type=button]:active , input[type=submit]:active { top: 1px; }

input[type="button"]:active, input[type="button"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
/*	background: #262626 url(images_style/load.gif) no-repeat center center; */
	display: inline-block; 
	padding: 3px 6px 4px; 
	margin: 3px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}

input[type=text], input[type="password"] {
	background: #111 url(/images_style/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 3px;
	margin: 3px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

input[type=text]:hover, input[type=text]:focus, input[type="password"]:hover, input[type="password"]:focus { background-color: #000; color: #FFF; }
input[type=text]:active, input[type="password"]:active  { top: 1px; }

input[disabled=disabled] { background: #4F4F4F url(/images_style/alert-overlay.png) repeat-x; color: #DFDFDF; }
input[disabled=disabled]:hover, input[disabled=disabled]:focus, input[disabled=disabled]:active { background-color: #4F4F4F; color: #DFDFDF; }



select[disabled=disabled] { background: #4F4F4F; color: #DFDFDF; }
select[disabled=disabled]:hover, select[disabled=disabled]:focus, select[disabled=disabled]:active { background-color: #4F4F4F; color: #DFDFDF; }

select, select:active, select:focus {
	background: #111 /*url(images/alert-overlay.png)*/ repeat-x;
	display: inline-block;
	margin: 3px;
	color: #fff;
	text-decoration: none;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

option, option:active, option:focus {
	background: #111;
	padding: 4px 1px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}
	
select:hover, option:hover {
	background: #3F3F3F;
}



/*da global.css*/
.hidden {
	display: none;
}


form textarea, form input {max-width:100%;}


.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*dal mio vecchio css*/
img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}


/*da AjaxTwits.css*/
#LastTwits li img {
	border: 0px;
	height: 34px;
	width: 34px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: none;
}

#LastTwits li {
	list-style-image:url("/img/freccia_twit.png");
}

/*#LastTwits {
overflow: hidden;
}*/