/*
Theme Name: Stardust
Theme URI: http://www.tomstardust.com/wordpress-themes/stardust/
Description: Handcoded Wordpress Theme for Accessibility Lovers by <a href="http://www.tomstardust.com">Tommaso Baldovino</a>. Localization Support by <a href="http://blog.celogeek.fr">Celogeek</a>.
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com/
Tags: white, red, black, right-sidebar, threaded-comments, flexible-width, translation-ready
Version: 2.5
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL license</a>.

#49BAFF

*/

body {
	background: #DBE5F1 /*url(images/bar.png) 0 -48px repeat-x*/ ;
	color: #000;
	font-size:95%;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.skip, hr{
	position: absolute;
	left: -9999px;
}
a:link  {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}

h1{
	font: 230%/1.15 Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding:43px 0 0 120px;
}

p.payoff{
margin:0px 0 0;
padding:0;
text-align:center;
	color: #000;
	font: 80% arial;
}
h2 {
	font-size: 1em ;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
	background-color:#C3D3E1;
	padding: 2px 4px;	
	font-weight:normal;
	}

h3, caption {
	font-size:0.9em;
	letter-spacing: -0.1px;
	margin: 15px 0 2px 0;
	background-color:#F3EFEE;
	padding: 1px 4px;	
	font-weight:normal;
}

h5 {
	font-size: 0.8em ;
	letter-spacing: -0.2px;
	margin: 15px 0 0px 0;
	border-top:1px solid gray;	
	padding: 5px 0px;	
}

ol#comments li p {
	font-size: 100%;
}

p, li, td, .feedback {
	font-size:0.8em; 
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

p {
	margin: 6px 0;
	text-align: justify;
   line-height:1.1em;
	}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	border-top: 1px solid #eee;
}
.feedback a{
	color: #D70606;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comment.gif) top right no-repeat;
}
.meta {
	font-size: .75em;
	padding-left: 5px;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #000;
	font-weight: normal;
	letter-spacing: 0;
}
.meta a{
	color: #0000ff;
	text-decoration: underline;

}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.meta .tags{
	background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;
}
.meta .user{
	float:right;
/*
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
*/
}

.post{
	border-bottom:1px solid gray;
	margin-bottom:20px; padding-bottom:15px;
}
.post ul{
margin:0px 0 0;
	padding: 0;
}
.post ul li{
	margin: 0;
	padding: 0.2em 20px;
	background: url(images/list.png) 0 4px no-repeat;
	list-style: none;
}

.post ul ul li {
	font-size: 1em;
	}
	
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
	background: transparent;
	list-style: decimal;
}

.storytitle {
	margin: 0 0 10px;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{color: #000; text-decoration: none; }
.storytitle a:hover, .storytitle a:active{color: #fff; }

h3.storytitle a:hover, h3.storytitle a:active{color: #00f; }

/* -- Sticky Posts -- */
.sticky h2 {
  font-size: 220%;
  margin-bottom: 5px;
}
.sticky .meta {
  margin-bottom: 10px;
}
.sticky .storytitle a {
  padding: 2px 5px;
}
.sticky .storytitle a:link, .sticky .storytitle a:visited{
	background: #444;
	color: #fff;
}
.sticky .storytitle a:hover, .sticky .storytitle a:active{
	background: #D70606;
	color: #fff;
}
#respond{
  clear: both;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #444;
	padding: .2em;
}
#commentform textarea {
	width: 95%;
}
#commentform textarea:focus {
  border: 1px solid #D70606;
  background: #fafafa;
}
.commentlist {
  clear: both;
}
.commentlist li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 5px;
}
.commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
.commentlist .children li, .commentlist .children .children .children li {
  list-style-type:lower-latin;
}
.commentlist .children .children li, .commentlist .children .children .children .children li, .children div.commentbody ol li{
  list-style-type:decimal;
}
body div.commentbody ul li{
  list-style-type: disc;
}

img.avatar {
  margin: 0 5px 0 0;
  padding: 1px;
  border: 1px solid #eee;
}
div.commentbody {
	margin: 10px 60px 10px 30px;
	padding: 25px 0 0 10px;
	background: #eee url(images/comment-top.png) no-repeat;
	font-size: 13px;
}
div.commentbody div{
	padding: 0 5px 5px 0;
	background: #eee url(images/comment-bottom.png) bottom right no-repeat;
}
div.commentbody .reply {
  background: transparent; 
  padding: 0; 
  font-size: 75%;
}

#container{
	width: 100%;
	min-width: 960px;
/*	background: url(images/flowers.png) bottom right no-repeat; */
}
#wrapper{
	float: left;
	width: 960px;
	margin: 0px auto;
	background: url(images/box-main.gif) 194px 0px repeat-y;
}

#header {
	background: #035894 url(images/barra9.png) no-repeat 0px 0px;
	font-family: Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0 auto;
	padding: 0;
	width:960px;
	position: relative;
}
/* era background: #035894 url(images/stemma.jpg) no-repeat 0px 0;*/
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#header h1 a{
	text-decoration: none;

	color: #fcee4d;
}

#header h1 a:hover, #header h1 a:active{
	text-decoration: none;
	color: #fcd94d;
}
/* color: #D70606;*/
#searchform{
	position: absolute;
	right: 20px;
	top: 137px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	width: 100px;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
p#rss{
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	padding: 0;
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 20px 0;
	
/*
	padding: 10px 80px 10px 50px;
	background: transparent url(images/sidebar.gif) no-repeat;
*/
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}


#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font-family: Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar 
 {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #D70606 url(images/date.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.mese{
	display: block;
	margin-bottom: 8px;
}
div.date span.giorno{
	font-size: 190%;
	color: #444;
	font-weight: bold;
	line-height: 0.8;
}
div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}
#menu1{
	height: 1%;
	overflow: hidden;
	margin:86px 0 0;
/*background:transparent url(images/menu.png) repeat-x scroll left top;*/
}
#menu1 ul{
	margin: 0;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a{
	padding: 8px 20px;
	display: block;
	text-decoration: none;
	height: 1%;
	float: left;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	/* background: #222 url(images/menu.png) top left repeat-x; */
	color: #ddd;
	border: 1px solid #333;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #49BAFF /*url(images/menu.png) 0 -100px repeat-x*/;
	color: #fff;
	text-decoration: none;
/*	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid #444;*/
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	background: #d70606 url(images/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #d70606;
	border-top: 1px solid #d70606;
}

#footer{
	clear: both;
	background: #035894 ;
	border-top: 8px solid #D70606;
	color: #fff;
	margin: 0;
	padding: 0 20px;
	text-align: left;
	font-size: 80%;
	min-height: 85px;
}
#footer p{
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-family: Georgia, serif;
}
#footer a.credit {
color:#fff;
display:inline;
float:right;
padding:10px 0;

}
#footer p.up{
	float: right;
	display: inline;
  padding: 10px 0;	
}
#footer p.up a{
	padding-right: 20px;
	background: url(images/top.gif) top right no-repeat;
}
#footer a:link, #footer a:visited{
	color: #ddd;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #fff;
	text-decoration: none;
}

/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}
.alignright {
   float: right;
   margin: 0 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   */
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.navigation {
  display: block; 
  clear: both;
}
.navigation .alignleft, .navigation .alignright {
  margin-bottom: 15px;
}

#menu-left {
	float: right;
	display: inline;
	margin: 0 0 20px 0;
/*
	padding: 10px 80px 10px 50px;
	width: 200px;
	background: transparent url(images/sidebar.gif) no-repeat;
*/
}

#menu-left input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul, #menu-left ul {
color:#380000;
font-weight:bold;
height:1%;
list-style-type:none;
margin:0px;
padding:0;
}

#menu ul li, #menu-left ul li {
background:#C3D3E1 none repeat scroll 0 0;
font-size:100%;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:normal;
margin:0px 0 10px;
padding:3px;
}

#menu ul li {
background-color:#ebe600;
}

#menu-left ul li span { padding:0px;}

#menu ul ul, #menu-left ul ul {
border:none;
font-variant:normal;
font-weight:normal;
line-height:100%;
list-style-type:none;
margin:2px 0;
padding:0;

text-align:left;
}

#menu ul ul li, #menu-left ul ul li {
	border: 0;
	font: normal 0.8em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	margin: 2px 0 0px;
	padding: 0;
	background-color: #e3ebf5;	
	padding: 1px 0;
/*	background: url(images/list.png) 0 3px no-repeat; */
}

#menu ul ul li {
		background-color: #FFFFE1;	
}

#menu ul ul ul, #menu-left ul ul ul{
	border: none; 
}
#menu ul ul ul li, #menu-left ul ul ul li{
	font-size: 100%;
}

div.sidebar li.page_item a:link, div.sidebar li.page_item a:visited, div.sidebar #menu ul ul li a, div.sidebar #menu-left ul ul li a  {
	color: #001245;
	text-decoration: none;
	display:block;
	padding-left:5px;
}

#menu ul ul li a:hover, #menu ul ul li a:active , #menu-left ul ul li a:hover, #menu-left ul ul li a:active {
	background-color:#BDCBD8;
}


#container2 {
margin-left:auto;
margin-right:auto;
text-align:left;
width:960px;
font-size: 1em; background-color: #fff;
}

#content {
	margin:0px 9px;
	background: transparent;
/*
	#width:100%;
	#padding: 30px 10px 10px 80px;
*/
}

#box-left {float:left;
width:190px;}

#box-right {float:right;
width:170px;}

#box-main {float:right;
width:600px;
height:1%;
padding-top:0px;
}

.storycontent {padding: 0px 8px;}

.postcat1 {background-color:#EFF6FF;}
.postcat3 {background-color:#ebfafd;}
.postcat4 {background-color:#e3ebf5;}

.box {border-bottom: 1px dotted gray; margin-bottom:15px;}

.breadcrumb {
font-size:0.7em;
margin:4px 0 3px 0px;
padding-left:10px;
border-top: 1px solid #49BAFF;
}

#chgfontsizeoptions {
	background:url("/wp-content/plugins/wp-chgfontsize/fontsize.jpg") no-repeat;
	position:absolute; top:52px; right:15px;
	display:inline;
	padding-top:2px;
	}
	
#chgfontsizeoptions a {color:red}

div.page {
	padding-bottom:20px;
}

table {margin:20px 0; border:1px solid gray;}

th {font-size:0.9em;}
td {vertical-align:top; padding:2px 3px; border-top:1px solid gray; font-size:0.8em;}

table.delibere td {text-align:justify;}

table.contatti {background-color: #e4fdfe; margin:20px auto; border:1px solid gray;}
table.contatti th {font-size:0.9em; border-bottom:1px solid #000; }
table.contatti td {vertical-align:top; padding:2px 3px; 
	border-bottom:1px solid #0066ff; border-top:none;
	font-size:0.8em;
	}
table.contatti td p {font-size:1em; margin:0px;}
	
div.email ul {padding:10px}
div.email ul li{background: url(images/bustina.gif) 0 7px no-repeat;
}
	
.subpages {border:1px solid gray; margin:20px; padding:10px; }
div.subpages ul li{
	background: url(images/folder.png) 0 1px no-repeat;
}


div.download {margin:10px; border:1px solid blue; }
div.download div {font-size:0.8em; background-color:#F5DEB3; padding:3px 20px}
div.download ul {padding:10px}
div.download ul li{
	background: url(images/download.png) 0 1px no-repeat;
}
span.filesize {font-size:0.8em; font-style:italic;}
div.blogroll {font-size:1em; } 

a.readmore {display:block; margin:6px 0 20px;}

span.label, span.label label {width:130px;float:left;} 
span.button {padding-left:130px; } 
span.button input {margin-top:10px;}

.debug {font-size:9px; padding:0px 10px; display:none;}


