/* Reset ------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
a img {border: none;}
:focus {outline: 0;}

/* General ------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #00426E;
	//#00699D;
	color: #444;
	font: normal 75% Verdana,Arial,Helvetica,sans-serif;
	/*font: normal 85% "Times New Roman", Times, serif;*/
	line-height: 1.5;
}

/* Layout ------------------------------------------------------------------- */

.center-wrapper {
	width: 960px;
	margin: 0 auto;
}
/* Header */
#header-wrapper {
	margin-top: 10px;
}
#header {
	background: #333 url('img/header.gif') repeat-x left top;
	padding: 32px 32px 0 46px;
	position: relative;
	height: 85px;
	overflow: hidden;
}

#lang-wrapper {
	background: url('img/help.gif') no-repeat left top;
	height: 39px;
	width: 110px;
	position: absolute;
	top: 0px;
	right: 0px;

}
#lang {
	color: #FFF;
	font-size: 1.2em;
	padding: 2px 10px 0 10px;
	text-align: right;
}
#lang a {
	color: #999;
	text-decoration: none;
}
#lang a:hover {color: #DDD;}

#lang span.text-separator {
	color: #0083B9;
	padding: 0 7px;
}

#logo {color: #FFF;}
#logoimg {
	position: absolute;
	top: 1px;
	left: 0px;
}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}

/* Navigation */
#navigation-wrapper {
}
#navigation {
	background: url('img/navigation.gif') repeat-x left top;
	min-height: 40px;
	padding: 0 0px;
}

#navigation ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation ul.tabbed li {
	float: left;
	list-style: none;
	background: url('img/navigation_sep.gif') no-repeat right top;
}
#navigation ul.tabbed a {text-decoration: none;}

#navigation ul.tabbed li a {
	color: #EAE6DD;
	background: url('img/navigation.gif') repeat-x left top;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	padding: 9px 25px 7px;
}
#navigation ul.tabbed li a:hover {color: #FFF;background: url('img/navigation-bottom.gif') repeat-x center bottom;}
#navigation ul.tabbed li.current a {color: #FFE;}
#navigation ul.tabbed li.current a {background: url('img/navigation-bottom.gif') repeat-x center bottom;}

/* Content */
.content {font-size: 1.1em; background-color: #F0F8FF;}
#content-wrapper {background: #00699D url('img/content-wrapper.gif') repeat-x left top;} //#0083b9
.content#content-two-columns {
	background: #F0F8FF url('img/content-two-columns.gif') repeat-y left top;
}

/* Main */
#main-wrapper {
	float: right;
	width: 748px;

}
#main {
	padding: 24px;
	min-height: 400px;
}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}

/* Sidebar */
#sidebar-wrapper {
	float: left;
	width: 200px;
}
#sidebar .menu-title{
	border-bottom: 1px solid #DFDFDA;
	border-top: 0px solid #FFF;
	padding: 10px 20px 5px;
	color: #003F6A;
	font: normal 1.6em Georgia,Verdana,Arial,Helvetica,sans-serif;
	: ;
}
#sidebar ul.menu li{border-color: #E0E0E0;}
#sidebar ul.menu {border-color: #E0E0E0; margin-bottom: 5px;}

#sidebar ul.menu {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.menu li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.menu li.current {
	background-color: White;
}
ul.menu li a {
	text-decoration: none;
	color: #004080;
	padding: 6px;
	padding-left: 20px;
	display: block;
}
ul.menu li a:hover {text-decoration: nome; color: #310; background-color: White;}

/* Footer */
#footer-wrapper {
	padding-bottom: 20px;
}
#footer {
	background: #0083b9;
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */
#bottom {
	color: #DDD;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {}


/* Typography ------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;margin-bottom:12px;margin-top:12px;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;line-height: 1.3em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 0.7em;line-height:1.6em;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify{
	text-align: justify;
}
span.underline{
	text-decoration: underline;
}
p.blockquote { margin: 1.2em; line-height: 1.4em;}

a:focus,a:hover {color: #002;}
a {
	color: #246;
	text-decoration: none;
}

/* Images */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.left {margin: 0 1.5em 1em 0;}
img.right {margin: 0 0 1em 1.5em;}
img.textbottom{

}
/* Floats */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
}




abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}

del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

td{
	vertical-align: top;
}
td.vertical-separator{
	background-image: url(img/separator-vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 300px;
}

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}



.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}


/*
Forms
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/*
Alignment
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}








/* Columns */

.col2 {width: 47%;}



/*
Separators
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: Aqua;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('img/separator-vertical.gif') repeat-y center top;}


/*
Posts
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;}


/*
Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/*
Box
------------------------------------------------------------------- */

.box {
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}



/*
Comments
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE;
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}



/* Featured Box */
#featured-wrapper {
	background: url('img/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/*
Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}


form.dizionario {
	margin:0px !important;
	padding:0px !important;
}
form.dizionario input[type=submit] {
	background-color: transparent;
	border: 0px solid #3270A9;
	color: #3270A9;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 20px;
	min-width:19px;
	/*margin: 5px 5px 0px 0px;*/
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}
ul.dizionario {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.dizionario li {
	float: left;
	list-style: none;
	margin-right:0px;
}

.contatore{
	display:none;
}
