/*
Theme Name: CamisaNews
Theme URI: http://www.tomstardust.com
Description: Handcoded Wordpress Theme for Notiziale by <a href="http://www.tomstardust.com">Tommaso Baldovino</a> and <a href="http://www.davidonzo.com">Davide Baglieri</a>
Author: Tommaso Baldovino & Davide Baglieri
Author URI: http://www.tomstardust.com
*/
body {
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, Georgia, serif;
	margin: 0;
	padding: 0;
}

#header h1 span, p.payoff, .skip, hr{
	position: absolute;
	left: -9999px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}

#catlist{
  font-family: Verdana;
  background: #ccc;
}

.clear{
	clear: both;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
}
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: 120%;
	font-style: normal;
}

#title{
	height: 100px;
	padding-top: 10px;
	text-align: center;
}
#header h1{
	font-size: 3.2em;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
#header h1 a{
	display: block;
	width: 500px;
	height: 90px;
	position: absolute;
	left: 230px;
}
#header h1 a:hover, #header h1 a:active{
	text-decoration: none;
	color: #600;
}
#header h1 span, p.payoff, .skip, hr{
	position: absolute;
	left: -9999px;
}

#header{

  height:150px;
  width: 970px;

}

.headerleft{
  float:left;
}

.headerright{
  float: right;
}



#header .empty{
  height:90px;
}

#catlist{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top:10px;
  width:100%;
}

#catlist ul{
  width: auto;
  margin:0;
  text-align:center;
  height: 18px;
}

#catlist ul li{
  display: inline;	
  list-style: none;
  padding: 3px 10px 0px 10px;
  font-size:12px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#catlist ul a:hover{
  color:#600;
}

.descrip{
  font-size: 10px;
  text-align:center;
  top:100px;
  left:320px;
  color:#999;
  font-family: Georgia, serif;
  position:absolute;
}

.edition{
  font-size: 10px;

  text-align:left;
  position:absolute;
  top:100px;

  color:#999;

  font-family: Georgia, serif;

  margin-bottom: 2px;

  margin-top:-2px; 
}

p.payoff{
	margin: 0;
	padding: 0;
	color: #000;
	font: 1.3em;
}
#data{
	position: absolute;
	left: 0;
	top: 75px;
	padding: 3px 5px;
	width: 200px;
	background: #aaa;
	color: #fff;
	text-align: center;
}
h2 {
	font: 185%;
	font-weight: normal;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font-weight: normal;
	font: 130%;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p{	margin: 0 0 10px 0; }
p, li, .feedback {	font: 90%;}

/* 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;
}
.feedback a{
	color: #000;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0 20px;
	background: url(images/comment.gif) no-repeat right 2px;
}

.meta {
	font-size: 1em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #333;
	font-weight: normal;
}
.meta a{
	color: #000;
	text-decoration: underline;
}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.post .meta{
	margin-bottom: 15px;
}
.post .meta .tags{
	background: url(images/newspaper.gif) 0 3px no-repeat;
	padding: 5px 0 0 20px;
}
.meta .user{
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.post{
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #999;*/
	overflow: hidden;
	color: #666;
}
.archivio .post{
	font-size: 90%;
}
.archivio .post h2{
	font-size: 1.4em;
}
.archivio .post div.date{
	float: right;
}
.archivio .post div.meta{
	clear: left;
}

.double .post{
    width: 365px;
    height: auto !important
    height: 250px; /*IE6 Fix*/	
    min-height: 250px;
	margin-right: 20px;
	float: left;
}
.post .thumb img{
	margin: 0 5px 5px 0;
}
* html .post{
	height: 350px;
}
.post .storytitle{
	font-size: 1.9em;
	height: 50px;
	border-bottom:1px solid #ddd;
	margin-bottom: 5px;
	font-family: Georgia, serif;
}

.storycontent{
  font-family: Verdana;
}
.post img{
	float: left;
	margin: 0 10px 5px 0;
	border: none;
}
.post ul{
	margin: 10px 0;
	padding: 0;
}
.post ul li{
	margin: 0 0 0 15px;
	padding: 0.2em 0;
	list-style-type: disc;
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

h2.storytitle{
	font-size: 1.4em !important;
	padding: 0;
	margin: 0 0 7px 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #0a3a51;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #0a3a51;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #999;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
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;
}
.navigation{
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	margin: 10px 0;
}

h2.categorytitle{
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #999;
}

#container{
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#wrapper{
	float: left;
	width: 100%;
}
#content {
	margin-right: 180px;
	padding: 0 10px 10px 5px;
}

/* Colonne delle categorie*/
#columnsa{
	clear: left;
}
#columnsa ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750;
	display:inline;
}
#columnsa ul li{
	padding: 0;
	margin: 0 10px 0px 0;
	width: 180px;
	overflow: hidden;
	float:left;	
	
}
#columnsa p{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666;
	font-family:Verdana;
}
#columnsa p.date{
	color: #999;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#columnsa p.meta{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 0.8em;
}
#columnsa p.metadue{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 0.7em;
        border-bottom: 1px solid #ddd;
        color: #999 !important;
}

#columnsa p.metadue a,
#columnsa p.metadue a:link,
#columnsa p.metadue a:hover,
#columnsa p.metadue a:visited,
#columnsa p.metadue a:active{
        color: #999 !important;
}
#columnsa .thumb img{
	margin: 0 5px 5px 0;
}
#columnsa h2{
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	height: auto;
	margin: 0 0 5px 0;
	font-family: "Times New Roman";
	background: #0a3a51;
	border: 1px solid #fba210;
	/*text-transform: lowercase;*/
	}
#columsa h2:first-letter{
        /*text-transform: uppercase !important;*/
}
#columnsa h2 a:link, #columnsa h2 a:visited{
	color: #fff;
	text-decoration: none;
}
#columnsa h2 a:hover, #columnsa h2 a:active{
	color:#fff;
}
/* Colonne delle categorie FINE*/

/* -- colonne con notizie -- */
.col{
	float: left;
	width: 180px;
	margin-right: 13px;
	overflow: hidden;
}
#columns{
	clear: left;
}
#columns ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#columns ul li{
	border-top: 1px solid #999;
	padding: 0;
	margin: 0;
	margin-bottom:7px;
	clear: left;
}
#columns p{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666;
	font-family:Verdana;
}
#columns p.date{
	color: #999;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#columns p.meta{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 0.8em;
}
#columns p.metadue{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 0.7em;
        border-bottom: 1px solid #ddd;
        color: #999 !important;
}

#columns p.metadue a,
#columns p.metadue a:link,
#columns p.metadue a:hover,
#columns p.metadue a:visited,
#columns p.metadue a:active{
        color: #999 !important;
}
#columns .thumb img{
	margin: 0 5px 5px 0;
}
#columns h2{
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	height: auto;
	margin: 0 0 5px 0;
	font-family: "Times New Roman";
	background: #0a3a51;
	border: 1px solid #fba210;
	/*text-transform: lowercase;*/
	}
#colums h2:first-letter{
        /*text-transform: uppercase !important;*/
}
#columns h2 a:link, #columns h2 a:visited{
	color: #fff;
	text-decoration: none;
}
#columns h2 a:hover, #columns h2 a:active{
	color:#fff;
}

#header {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
#header a {
	color: #000;
	text-decoration: none;
}

#searchform{
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
* html #searchform div {
	margin-top: 20px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}

.textwidget{
	margin-top: 5px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 10px 5px 10px 10px;
	float: left;
	width: 164px;
	margin: 0 0 0 -180px;
	border-left: 1px solid #999;
}

.topbox{
	height: 40px;
	margin-top:20px;
	padding: 0;
	text-align: center;
}

.rssadv{
	height: 60px;
	padding: 0;
	text-align: center;
}

.nextupdate{
  font-size:30px;
}

.nextup{
  font-size: 10px;
  text-align:center;
  top:100px;
  right:0;
  color:#999;
  font-family: Georgia, serif;
  position:absolute;  
}

p#rss{
	margin: 0;
	padding: 0;
}
p#rss a:link, p#rss a:visited{
	text-decoration: none;
}

#menu form, #menuright form {
	margin: 0;
}
#menu input#s, #menuright input#s {
	width: 100px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}
#menu ul, #menuright ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: 1%;
	font-size: 95%;
}
#menu ul li, #menuright ul li {
	font: normal bold 100%;
	margin: 10px 0 0 0;
	line-height: 1.5;
	padding: 0 0 5px 0; 
	background: transparent;
}
#menu ul ul, #menuright 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, #menuright ul ul li {
	border: 0;
	font: normal normal 80%/1.7em;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
}
#menu ul ul ul, #menuright ul ul ul{
	border: none;
}
#menu ul ul ul li, #menuright ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a, #menuright ul ul li a {
	color: #000;
	text-decoration: none;
}
#menu ul ul li a:hover, #menu ul ul li a:active, #menuright ul ul li a:hover, #menuright ul ul li a:active {
	border-bottom: 1px solid #000;
}
#menu ul ul ul.children, #menuright 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: #333;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal italic;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100%;
	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{
	margin-bottom: 5px;
}
div.date p{
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #444;
}
div.date span.mese{
}
div.date span.giorno{
}
div.date p span.anno{
}

#footer{
	clear: both;
	color: #444;
	margin: 0;
	padding: 20px 80px 20px;
	text-align: center;
	font-size: 1em;
	border-top: 1px solid #666;
}
#footer p{
	height: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, Georgia, serif;
}
#footer a:link, #footer a:visited{
	color: #000;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #600;
	text-decoration: none;
}
