/*
Theme Name: Stardust

*/

body { background: #fff;	
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.skip, hr{
	position: absolute;
	left: -9999px;	
}

a:link, a:visited, a:active {
	color: #CC3333;
	text-decoration: underline;
}
/*a:visited {
	color: #CC6666;
	text-decoration: underline;
}*/
a:hover {
	color: #333366;
	text-decoration: underline;
}
a img {
	border: none;
}

#header{
	float: left;
	width: 100%;
	min-height:95px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:95px /*IE6*/;	
	color: #333;
	background: #fff url(images/logo.jpg) no-repeat center left;
	clear: both;
	margin-left: 10px;
	font-family:georgia, 'times new roman',times,serif;	
}

#header a:hover {
	text-decoration: underline;
}
#header h1 a, #header h1 a:active{
	text-decoration: none;
	color: #000;
	font-family:georgia, 'times new roman',times,serif;
}
#header h1 a:hover{
	text-decoration: none;
	color: #CC0033;
}
p.payoff{
	margin: 0;
	padding: 0;
	color: #333;
	font: 130% Georgia, serif;
	text-align: center;
}
#wrapper{
	float: left;
	width: 100%;
	margin-left: -330px;
}
#content {
	margin: 0 0 0 330px;
	padding: 30px 10px 10px 80px;
	background: transparent;
}
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-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 28px;
	padding: 25px 0 0 0;
	margin: 0;	
	text-align: center;
}

h2 {
	font: 185% Georgia, serif;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font: 130% Georgia, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90% Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

/* 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, .feedback a:active , .feedback a:visited{
	color: #CC3333;
}
.feedback a:hover {
	text-decoration: none;
	color: #333366;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comment.gif) top right no-repeat;
}

.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #999;
	font-weight: normal;
	letter-spacing: 0;
}
.meta a, .meta a:active{
	color: #cc3333;
	text-decoration: underline;
}
.meta a:hover{
	text-decoration: none;
	color: #333366;
}
.meta .tags{
	background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;
}
.meta .user{
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.post{
	margin-bottom: 40px;
}
.post ul{
	margin: 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 ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited, .storytitle a:active{
	color: #666666;
	text-decoration: none;
}
.storytitle a:hover{
	color: #cc3333;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
.commentlist li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 5px;
}
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;
}
div.commentbody div{
	padding: 0 5px 5px 0;
	background: #eee url(images/comment-bottom.png) bottom right no-repeat;
}

#container{
	width: 100%;
	min-width: 770px;
	
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 10px 80px 10px 50px;
	float: right;
	display: inline;
	width: 200px;
	margin: 0 0 240px 0;
	background: url(images/dots-vertical.gif)  repeat-y 7% 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menu ul li {
	font: italic bold 110% Georgia, Times, serif;
	letter-spacing: 0;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/1.7em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
	background: url(images/list.png) 0 3px no-repeat;
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #cc3333;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	border-bottom: 1px solid #cc3333;
}

#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: #cc3333;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #eee;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font-weight: normal;	
	font-family: Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	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;
}
/*background: #D70606 url(images/date.png) no-repeat;*/
div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;	
	color: #666;
	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;
}


#footer{
	clear: both;
	background: #000 url(images/header.png) no-repeat;
	border-top: 1px solid #cc0033;
	color: #fff;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	font-size: 80%;
	min-height: 34px;
}
#footer p{
	padding: 10px;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, serif;
}
#footer p.up{
	float: right;
}
#footer p.up a{
	padding-right: 20px;
	background: url(images/top.gif) top right no-repeat;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	color: #ccc;
	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;
}
.header-navbar {clear:both; width:100%; max-height:47px !important /*Non-IE6*/; height:auto  /*Non-IE6*/; height:47px /*IE6*/; }
/********************/
/*  NAVIGATION BAR  */
/********************/
.navbar {white-space:nowrap /*IE hack*/; float:left; width:100%; background: #000 url(images/black_mn.gif) repeat-x center top; max-height:47px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:47px /*IE6*/;font-family:tahoma,arial,sans-serif; font-size:90% !important /*Non-IE6*/; font-size:80% /*IE6*/; 
} /*Color navigation bar normal mode*/ 
/* MAIN MENU */
.navbar ul {list-style-type:none;margin:0 !important; }
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;}
.navbar ul li {padding:0 0 0 7px;background:transparent url(images/down.gif) no-repeat center right;xborder:solid 1px red;}
.navbar ul li.noarrow { padding:0; background:none; }
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 12px 0 12px; text-decoration:none; font-weight:bold; color:#ccc; border-right:solid 0px #fff;}
.navbar ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {color:#fff; text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:15.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 12px 0px 12px;}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:15.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 12px 4px 12px; border-right: solid 1px #ccc; border-left: solid 1px #ccc; border-bottom: solid 1px #ccc; background-color:#eee; font-weight:bold; color: #333;} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color: #eee; text-decoration:none; color: #CC3333;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/;color:#fff; text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:15.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px #ccc;}
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:15.0em; height:1px; line-height:1.3em; padding:4px 12px 4px 12px; border-right:solid 1px #ccc; border-left:solid 1px #ccc; border-bottom: solid 1px #ccc; background-color:#eee; font-weight:bold; color:#333;} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:#eee; text-decoration:none;color:#CC3333;} /*Color subcells hovering mode*/

#searchform{
	position: absolute;	
	top: 140px;
	right: 70px;	
}
#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: 10px;
	top: 105px;
	margin: 0;
	padding: 0;
}

.storycontent{font-size: 110%;	
}

/*box with the rounded corners for right sidebar */
.textwidget .imgbox2 {float:right; width:200px;
		margin: 0 -20px 0 0; border:solid 1px #ccc; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; padding:0 0 7px 0;
}
.textwidget .imgbox2 img{ border:solid 1px #ccc;  padding:1px; margin: 0 22px 0 22px; 
}
.textwidget	.imgbox2 h2 { font-weight:normal; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;
		border-bottom:none;
		background: inherit;
		padding: 7px 0 7px 3px;
		margin: 0;
		color:#666699; 		
}		
.textwidget .imgbox2 p{margin:0.3em 0 1.0em 0; line-height:1.0em; font-size:100% !important /*Non-IE6*/; font-size:90% /*IE6*/;color: red; text-align:center; color: #808080; 	
}

.textwidget .imgbox2 a {color:#666699; text-decoration:underline; }
.textwidget .imgbox2 a:hover {color:#CC0033;text-decoration:none;  }
.textwidget .imgbox2 a:visited {color:#666699;text-decoration:underline; }
.textwidget .imgbox2 a:visited:hover {color:#CC0033; text-decoration:none;}
/*box with the rounded corners for right sidebar end*/