/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
/*
input,
button,
textarea,
select {
	*font-size: 100%;
}
*/


/* ############################################################################## */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}


/* ############################################################################## */


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/*********************************************************/
/* body {                                                */
/*     font:13px/1.231 arial,helvetica,clean,sans-serif; */
/*     /* for IE6/7 *\/                                  */
/*     *font-size:small;                                 */
/*     /* for IE Quirks Mode *\/                         */
/*     *font:x-small;                                    */
/* }                                                     */
/*********************************************************/

body {
	font-size: 0.8125em;
	line-height: 1.231em;
	font-family: "lucida sans","lucida sans unicode","Bitstream Vera Sans",verdana,arial,helvetica,clean,sans-serif;
}



/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	/*font:100%;*/
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	/* *font-size:108%; */
	line-height:100%;
}


/* ############################################################################################################## */


/*^  -----------------------------------------------------------------------------------------------
	layout generale
*/

body { text-align: center; margin: 0 }

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header { 
	float: left; display: inline;
	width: 940px;
	/* margin: 0 10px 20px 10px; */
	margin: 0 10px 0 10px;
	/* border-bottom: 3px double #ccc; */
	/* border-top: 2px solid #000; */
}

#content {  }

#main {
	width: 620px; 
	float: left; display: inline;
	margin-left: 10px;
	overflow: hidden;
	border-top: 2px solid #000;
	padding-top: 20px;
}

#sub {
	width: 300px; 
	float: right; display: inline;
	margin-right: 10px;
	font-size: 85%;
	/* background: #eee; */
}

#sub .inner {
	/* margin: 10px; */
}

#footer {
	clear: both; 
	float:left; display: inline;
	width: 960px; margin: 10px 0px; padding-top: 20px;
	/* background: #eee; */
	/* border-top: 1px solid #ddd; */
	border-top: 2px solid #000;
}



/**  -----------------------------------------------------------------------------------------------
	elementi
*/

#header p#title { font-size: 182%; padding-top: 20px; margin-left: 160px; line-height: 2em }

h1 { margin-left: 160px; margin-top: 0; margin-bottom: 2em; }

h2, h3 { margin-top: 0; }

a { 
	color: #000; background: inherit;
	font-weight: bold;
	/* text-decoration: none; 
	border-bottom: 1px dashed #ccc; */
}

a:hover { color: #f00 }


/**  -----------------------------------------------------------------------------------------------
	post - elementi comuni
*/

.meta {
	float: left;
	width: 120px; padding: 10px;
	margin-bottom: 1em;
	/* border: 2px solid #d7e8f0;
	background: #f5f8fa; */
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
	font-size: 85%;
}

.meta a {
	color: #000;
	font-weight: bold;
}

.meta a:hover { color: #f00 }

.meta p { margin-bottom: 0 }




/**  -----------------------------------------------------------------------------------------------
	elenco post 
*/

.post-list {
	float: left; display: inline; 
	width: 620px;
	margin-bottom: 20px; /*padding-top: 20px;*/
	/* border-top: 1px solid #ccc; */
}

.post-list .post { border-top: 1px solid #ccc; padding-top: 10px }

.post-list .sticky { border:1px dashed #ccc; background:#ffc  }
.post-list .sticky p, .post-list .sticky h2 { padding:0 1em }

.post-list h2 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.2em;
}

.post-list h2 a:hover {
	/* color: #f00; */
	border-bottom: 1px solid #f00;
}

#cpreview .post-list { background:#ffc }

/**  -----------------------------------------------------------------------------------------------
	singolo post 
*/

.post {
	float: right; display: inline; 
	border-top: 1px solid #ccc; 
	padding-top: 10px;
	width: 460px;
}

#commenti { 
	clear: both;
	border-top: 2px solid #000;
	padding-top: 20px;
}

#commenti h2 { margin-left: 160px }

#form-commento {
	float: left; display: inline; 
	width: 620px;
	margin-bottom: 20px; padding-top: 20px;
	
}

#form-commento .post { background: #eee; width: 420px; padding: 20px }

#form-commento h3 { margin-top: 0; }

#form-commento input.testo, #form-commento textarea { width: 420px; }

/**  -----------------------------------------------------------------------------------------------
	codice
*/

pre {
	width: 90%; height: auto;
	overflow: auto;
	padding: 1em;
	background: #fce;
}

/* font-size, per IE viene riportato a 100% in "ie.css" */
pre, code { 
	font-size: small; line-height: 1.385em; 
	font-family: "lucida console", "bitstream vera sans mono", courier, "courier new", monospace;
	color: #004387; background: #f7f4e7;
}




/**  -----------------------------------------------------------------------------------------------
	classi immagini
*/

div.imgside {
	clear: left; float: left; display: inline;
	margin-left: -160px; margin-bottom: 1em; width: 138px; border: 1px solid #ccc;
	background: #eee;
}

div.imgside img {
	display: block;
	width: 120px;
	margin: 9px;
}

div.imghalf {
	clear: left; float: left; display: inline;
	margin-left: -160px; margin-bottom: 1em; margin-right: 20px;
	width: 298px; border: 1px solid #ccc;
	background: #eee;
}

div.imghalf img {
	display: block;
	width: 280px;
	margin: 9px;
}

div.imgfull {
	clear: left; float: left; display: inline;
	margin-left: -160px; margin-bottom: 1em; 
	width: 618px; border: 1px solid #ccc;
	background: #eee;
}

div.imgfull img {
	display: block;
	width: 600px;
	margin: 9px;
}


p.didascalia { font-size: 85%; margin-bottom: 0; margin: 9px }



/**  -----------------------------------------------------------------------------------------------
	form cerca
*/

#sub .spot { margin-bottom: 2em }

form#frmcerca { 
	/* margin: 0 0 2em 0; */
}

form#frmcerca input.testo { 
	/* width: 210px; height: 2em; */
	padding: 3px;
	margin-right: 10px;
}

form#frmcerca input.btn { 
	width: 50px;
}



/**  -----------------------------------------------------------------------------------------------
	menu
*/

#sub h3 {
	clear: both;
	margin: 0; padding: 5px 10px;
	border-bottom: 1px solid #888;
	border-top: 2px solid #000;
	/* background: #f8f8f8; */
	/* font-family: georgia, serif; font-size: 3em; font-weight: normal; color: #999; font-style: italic; */
}



div.boxmenu { float: left; width: 100%; margin-bottom: 2em }

div.boxmenu ul { margin: 0 0 0 0; padding: 0; }
div.boxmenu ul li {
	float: left; display: inline;
	width: 300px;
	list-style: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #ddd;
}
div.boxmenu ul li a {
	display: block; padding: 5px 10px;
	text-decoration: none; color: #000; font-weight: normal;
}
div.boxmenu ul li a:hover {
	text-decoration: underline;
	background: #eee;
}


/* double - "li" affiancati */

div.listdouble ul { margin-left: -20px; }
div.listdouble ul li {
	float: left; display: inline;
	width: 140px; margin-left: 20px;
}



/* menu piccoli */


#lingua { width: 140px; float: left }
#feeds  { width: 140px; float: right }
#lingua li, #feeds li { width: 140px }


/* bandiere */

#lingua li.it-it a { 
	background:url(/images/17.gif) 10px 50% no-repeat;
	padding: 5px 0px 5px 34px;
}

#lingua li.it-it a:hover {
	text-decoration: underline;
	background:url(/images/17.gif) 10px 50% no-repeat #eee;
}

#lingua li.en-gb a { 
	background:url(/images/18.gif) 10px 50% no-repeat;
	padding: 5px 0px 5px 34px;
}

#lingua li.en-gb a:hover {
	text-decoration: underline;
	background:url(/images/18.gif) 10px 50% no-repeat #eee;
}



/**  -----------------------------------------------------------------------------------------------
	classi generiche
*/


.wide { 
	margin-left: -160px;
	width: 620px;
}

.wide img { width: 620px }

.hide { display: none; }

.nowrap { white-space: nowrap; }

.spot { padding: 20px; background: #eee; margin-bottom: 1em }

/* le 3 colonne stile 960gs */
.gside, .gmain, .gsub { float: left; display: inline; margin: 0 10px }
.gside { width: 140px }
.gmain { width: 460px }
.gsub  { width: 300px }

/**  -----------------------------------------------------------------------------------------------
	Clear Floated Elements
*/

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


/* ############################################################################## */

/* debug */

/* body { background: #dcc; } */
/* #container { background: #ffc; } */
/* #header { background: #fee; } */
/* #main { background: #dcc; } */
/* #sub { background: #edc; } */
/* #footer { background: #dec; } */

div.boxmenu ul li.current a { background:#ffc }
