/* GENERICHE */
@font-face {
	font-family: Simpsonfont;
	src: url("font/simpsonfont.ttf");
	font-family: Akbar;
	src: url("font/akbar.ttf");
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	background: #FFFFFF;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
}

.textfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
}

.profilefield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 250px;
}

.CoverField {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 80px;
}

.profiledatefield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 150px;
}

.profilefilefield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 180px;
}

.textlinkfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 296px;
	height: 27px;
}

.commentfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 430px;
	height: 85px;
}

.admintitlefield{
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 400px;
	height: 17px;
}

.administratorfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 430px;
	height: 250px;
}

.adminbooktitlefield{
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 300px;
	height: 17px;
	text-align: left;
}

.adminbookfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 300px;
	height: 15px;
	text-align: left;
}

.adminbooknumericfield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 120px;
	height: 15px;
	text-align: center;
}

.adminbookdatefield {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #910800;
	width: 100px;
	height: 15px;
	text-align: center;
}

body input {
	margin-left: .9em;
}

select {
	background-color: #A88299;
	border: 1px solid #5C344C;
	padding: 2px;
	color: *#E2C6D5;
}

th {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	background: transparent;
}

a:link, a:hover, a:visited {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
	border: 0px;
}

#container { /* caratteristiche del div principale, il primo del body */
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	padding: 0px;
	text-align: left;
	background: #FF0000; /* #932A19 */
}

#contentheader { /* caratteristiche del div relativo all'header del sito */
	background: #FF0000; /* verdolino - grigio */
	margin-left: auto; /*65px */
	margin-right: auto; /*65px */
	margin-bottom: 0px;
	background-image: url("image/vds_header.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #FF0000;
	line-height: 1.2em;
	border-top: 1px solid #FF0000;
}
		
/* COLONNA SINISTRA */
#contentleft {
	float: left;
	width: 200px; /*160px;  */
	background: #FF0000;
	margin: 10px 0 10px 0;
	padding: 0 10px 5px 10px;
	font-size: 10px;
}

/* COLONNA DESTRA */
#contentright {
	float: right;
	width: 200px; /*160px;  */
	background: #FF0000;
	margin: 10px 0 10px 0;
	padding: 0 10px 5px 10px;
	font-size: 10px;
}

/* COLONNA CENTRALE */
#contentmain {
	margin-left: 220px; /*160px;*/
	margin-right: 220px; /*160px;*/
	margin-top: 10px; /* -1560px; */
	background: transparent;
	float: center;
	background: #FFFFFF;
	padding: 10px 25px 10px 15px; 
	font-size: 10px;
}

#contentmain a:link, #contentmain a:hover, #contentmain a:visited {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}

#spacer30 {
	width: 30px;
	float: left;
	background: transparent;
	background: #FFFFFF;
}

/* classi dei CONTENTHEADER STYLES */
.blogtitle {
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	font-style: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background: transparent;
	height: 1.1em;
}

.blogdescription {
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	font-size: 14px;
	padding: 25px 20px 10px 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: transparent;
	color: #FFFFFF;
}

.blogtitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.blogtitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.blogtitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* classi dei CONTENTLEFT CONTENTRIGHT STYLES */
#contentleft p, #contentright p {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px;
	background: transparent;
}

#contentleft ul, #contentright ul {
	list-style: square;
	color: #FFFFFF;
}

#contentleft li, #contentright li {
	background: transparent;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
}

#section {
	background: transparent;
	margin-bottom: 20px;
	border: 0px solid #FF0000;
}

h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
	border-bottom: 1px dashed #E6E8ED;
}

h2.sectiontitle {
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: transparent;
	font-style: bold;
	text-align: center;
	text-transform: uppercase;
/*	margin: 0px 20px; */
	border-bottom: 1px solid #AFB39F;
/*	letter-spacing: .2em; */
}

/* classi dei CONTENTMAIN STYLES */
#contentmain p {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
/*	font-size: 10px; */
	color: #212524;
	padding: 0px 10px 5px 10px;
	background: transparent;
}

#contentmain ul {
	list-style: square;
}

#contentmain li {
	background: transparent;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
/*	color: #FF0000; */
}

/* classi deL CODICE BLOGGER */
#blogdateheader {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: .2em;
	background: transparent;
	text-align: right;
	color: #676C56;
	padding: 10px 10px 5px 10px;
}

#scrolltext {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
/*	font-size: 10px; */
	text-transform: uppercase;
	letter-spacing: .2em;
	background: transparent;
	text-align: left;
	border: 0px solid #CACFB9;
	color: #676C56;
	padding: 0px 30px 0px 30px;
	margin-left: 20px;
	margin-right: 15px;
}

h5.itemtitle  {
	background: transparent;
	text-align: left;
	font-style: bold, italic;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 10px 10px;
	margin: 0px;
}

h4.data {
	background: transparent;
	text-align: left;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #CACFB9;
	font-size: 8px;
	color: #FFFFFF;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	margin: 0px 20px 10px 10px;
}

#blog-pager div {
	display: inline;
	background: transparent;
	color: #212524;
/*	font-weight: bold; */
	font-style:bold;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: .85em;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 7px;
	margin: 0px;
	line-height: 1.2em;
}

#blog-pager a {
	text-decoration: none;
}

/* classi dei SAME-PAGE COMMENT STYLES */
.comment {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	border-bottom: 1px solid #AFB39F;
	padding: .75em;
	margin-top: 1em;
	background: transparent;
	width: 100px; /* 395px; */
}

.comment-body {
	text-align: left;
	padding: 1px 1px 1px 1px; /*.2em .0em .9em .0em;*/
/*	font-style: normal; */
/* 	font-variant: normal; */
/*	font-weight: normal; */
/*	color: #555555; */
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
/*	font-size: .9em;  */
}

.comment-top {
	background: #FF0000; /*#AFB39F; */
	height:22px;
	width: 444px;
	text-align: center;
/*	padding-bottom: .3em; */
/*	padding-top: .3em; */
/*	padding-left: .4em; */
/*	padding-right: .5em; */
/*	margin-right: 1.5em; */
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: bold;
	color: #FFFFFF;
/*	font-variant: normal; */
/*	font-weight: bold; */
/*	color: #FFFFFF; */
/*	font-size: .71em; */
}

.comment-footer {
	background: #FF0000; /*#AFB39F; */
	height:14px;
	width: 444px;
	text-align: right;
/*	padding-bottom: .3em; */
/*	padding-top: .3em; */
/*	padding-left: .4em; */
/*	padding-right: .5em; */
/*	margin-right: 1.5em; */
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family: Simpsonfont, Akbar, Verdana, Arial, sans-serif;
	font-size: 10px;
/*	font-style: bold; */
	color: #FFFFFF;
}

.comment-form-user {
	background: transparent;
	padding-top: .3em;
	padding-left: .5em;
	text-align: left;
/*	font-size: .71em; */
/* 	font-style: normal; */
/*	font-variant: normal; */
/*	font-weight: normal; */
/*	color: #555555; */
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	line-height: 1.3em;
}

.clearing {
	height: 5px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#footer {
	width: auto; /*100px; /* 770px; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background: trasparent; /* #CACFB9; */
	color: #FFFFFF;
	font-size: 8px;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
/*	border-top: 1px solid #AFB39F; */
}

/* ---------------------- START STYLE BUTTON & FILE INPUT ---------------------- */
#uploadWrapper {
	filter: alpha(opacity=0);
	height: 18px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	width: 50px;
	z-index: 2;
}

input#ImageFile {
	position: absolute;
	top: 0px;
	font-size: 10px;
	position: absolute;
	right: -95px;
}

div#selectedImage {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

* html div#selectedImage {
	padding: .5em 0;
}

#SelectedUserImage {
	position: absolute;
	left: -15px;
	top: -4px;
}

* html #SelectedUserImage {
	right: 10px;
}

#NoImage  {
	position: absolute;
	left: 125px;
	top: -4px;
}

* html #NoImage {
	margin-right: 20px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
}

button a, button a:visited {
	color: #FFF;
	text-decoration: none;
}

* html button {
	overflow: visible;
	width: auto;
}

button.small {
	background: none;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	margin: 0 11px 0 9px;
	padding: 0 11px 0 9px;
}

* html button.small {
	overflow: visible;
	margin: 0;
	position: relative;
	width: 1px;
}

button.small div {
	background: url("image/middle_button.png");
	line-height: 27px;
	height: 29px;
	position: relative;
	white-space: nowrap;
}

* html button.small div.mousedown {
	position: relative;
	top: 0;
	left: 0;
}

button.small span.left {
	background: url("image/left_button.png");
	height: 29px;
	left: -9px;
	position: absolute;
	top: 0;
	width: 9px;
}

button.small span.right {
	background: url("image/right_button.png");
	height: 29px;
	position: absolute;
	right: -11px;
	top: 0;
	width: 11px;
}
/* ---------------------- END STYLE BUTTON & FILE INPUT ---------------------- */

#menu-login {
	position: relative;
	background: #FFFFFF;
	font-size: 12px;
}

#menu-login a:link, #menu-login a:hover, #menu-login a:visited {
	color: #CC0001;
	background: transparent;
	text-decoration: none;
}

/* --------------------- START menu navigator --------------------- */
/* ----------------------- VECCHIA VERSIONE -----------------------
#menu-login {
	position: relative;
	background: #FFFFFF;
	font-size: 12px;
}

#menu-login a:link, #menu-login a:hover, #menu-login a:visited {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}

#menu-navigator {
	position: relative;
	height: 41px;
	font-size: 16px;
	text-transform: uppercase;
	background: #FFFFFF url("image/vds_menu_bg.jpg") repeat-x bottom left;
	font-family: Simpsonfont, Akbar, Georgia, "Times New Roman", Times, serif;
	color: #EEEEEE;
	list-style: none;
}

ul#menu_a_2livelli {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	background: trasparent;
	list-style: none;
}

ul#menu_a_2livelli li ul li {
	list-style: none;
	margin: 0;
	padding: -5px;
}

ul#menu_a_2livelli li {
	float:left;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

ul#menu_a_2livelli a:link, ul#menu_a_2livelli a:visited {
	display: block;
	padding: 0 16px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu_a_2livelli a:hover, ul#menu_a_2livelli a:focus, ul#menu_a_2livelli a:active {
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu_a_2livelli li ul {
	display: none;
}

ul#menu_a_2livelli li:hover ul {
	display: block;
	position: absolute;
	z-index:1;
	width: 250px;
	padding: 0;
	margin: 0 0 0 -1px;
	border:1px solid #EEEEEE;
	background: #CC0001;
}

ul#menu_a_2livelli li li {
	border-bottom:1px solid #EEEEEE;
	width: 250px;
}

ul#menu_a_2livelli li li:hover {
	background: #CC0001;
}

#menu-navigator ul#menu_a_2livelli li a.current {
	color: #7B0909;
	background: transparent url("image/vds_menu_left.jpg") no-repeat top left;
	margin: 0 0 0 4px;
}
   ---------------------- END menu navigator ---------------------- */

/* --------------------- START menu navigator --------------------- */
/* ------------------------ NUOVA VERSIONE ------------------------ */
#menu-navigator {
	position: relative;
	height: 42px;
	font-size: 16px;
	text-transform: uppercase;
	background: #CC0001;
	font-family: Simpsonfont, Akbar, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	list-style: none;
}

#menu-navigator ul {
	padding: 0;
	margin: 0;
}

#menu-navigator li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
} 

#menu-navigator li a {
	height: 41px;
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 41px;
	color: #FFFFFF;
	background: #CC0001;
} 

#menu-navigator li a:hover {
	font-style: italic;
}

#menu-navigator ul ul li a {
	width: 250px;
}

#menu-navigator ul ul {
	position: absolute;
	top: 41px;
	visibility: hidden;
}

#menu-navigator ul li:hover ul {
	visibility:visible;
}

#menu-navigator ul ul ul li {
	visibility: hidden;
	left: 250px;
	top: -41px;
}

#menu-navigator ul ul li:hover ul li {
	visibility: visible;
}
/* ---------------------- END menu navigator ---------------------- */