/*
Theme Name: Exciter
Theme URI: http://www.tomstardust.com/wordpress-themes/
Description: Tema Wordpress Semplice e Pulito, per Amanti dell'Accessibilità, di <a href="http://www.tomstardust.com">Tommaso Baldovino</a>. Versione 1.31.
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com/
Tags: white, green, light, fixed-width, sticky-post, threaded-comments
Version: 1.31
Rilasciato con <a href="http://www.opensource.org/licenses/gpl-license.php">Licenza GPL</a>.
*/

/*------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}

/* ---------------- General Styles --------------- */
body {
  background: #a1a1a1 url(images/header.png) top no-repeat;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	height: 600px; 
}
.skip, hr, .hidden{
	position: absolute;
	left: -9999px;
}
a:link, a:visited {
	color: #1aa800;
	text-decoration: none;
}
a:visited {
	color: #1aa800;
	text-decoration: none;
}
a:hover, a:active {
	color: #1aa800;
	
	text-decoration: underline;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: #eee url(images/quote.gif) 5px 3px no-repeat;
	color: #555;
	margin: 0 15px 15px 15px;
	padding: 10px 10px 1px 50px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;	
}
blockquote p{
  margin-bottom: 9px;
}
cite {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6{
	font: 260%/1.15 "Myriad Pro", Myriad, "Trebuchet MS", Verdana, sans-serif;
}
h1 {
  margin: 20px 120px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #7e857d;
  font-size:40px;
 
}
h1 a:link, h1 a:visited {
	color: #f06721;
	text-decoration: none;
}
h1 a:hover, h1 a:active{
	color: #fff;
}
p.payoff{
  padding: 10px 0 0 0;
	margin: 0 120px 20px 120px;
	color: #7e857d;
	font: 120% "Myriad Pro", Myriad, "Trebuchet MS", Verdana, sans-serif;
	
}
h2 {font-size: 185%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 130%;}
h6 {font-size: 130%;}

ol#comments li p {
	font-size: 100%;
}
p, li, .feedback {
	font-size: 75%;
}

#container{
	width: 790px;
	margin: 0 auto ;
	min-height: 700px;
}



/* Top Menu */
#top-menu{
	height: 130px;
	overflow: hidden;
	position: relative;
}
#top-menu ul{
	width: 790px;
	overflow: hidden;
}
#top-menu ul li{
	float: left;
	display: inline;
	font: 100% "Myriad Pro", Myriad, "Trebuchet MS", Verdana, sans-serif;	
}
#top-menu ul li a{
	padding: 4px 15px;
	display: block;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	float: left;
}
#top-menu ul li a{
  
  color: #0bbc0b;
}
#top-menu ul li a:hover, #top-menu ul li a:active{
  background: url(images/header-on.png) repeat-x;
  color: #ffffff;
	text-decoration: none;
}
#top-menu ul li.current_page_item a:link, #top-menu ul li.current_page_item a:visited{
  background: url(images/header-on.png) 0 -40px repeat-x;
  color: #ffffff;
}


#rss a{
  display: block;
  width: 99px; 
  height: 26px;
  text-indent: -999px;
  overflow: hidden;
  background: url(images/rss.png) no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}
#rss a:hover, #rss a:active{
  background: url(images/rss.png) 0 -26px no-repeat;
}

/* -- Post Date -- */
div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #D70606 url(images/date-icon.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.month{
	display: block;
	margin-bottom: 8px;
}
div.date span.day{
 font-size: 190%;
	color: #444;
	font-weight: bold;
	line-height: 0.8;
}
div.date p span.year{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}


/* -- Post Titles - Meta Tags - Post Content -- */
.title{
	margin-left:30px;
}
.storytitle {
  margin-bottom: 0px;
  list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.storytitle a:link, .storytitle a:visited{
	color: #7e857d;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #1aa800;
}
.meta, .storycontent {
  margin-bottom: 20px;
  text-align:justify;
}
.storycontent-single{
	

	text-align:justify;
	margin: 0px 70px 0px 70px;
	padding: 10px 10px 10px 10px;
	
	
}

.storycontent-single p {
color:#444444;
font-size:13px;
line-height:1.65em;
margin:0 10px 0 0;
}

.storycontent-single h3 {
padding-bottom:0;
padding-top:2px;
}

span.category {
  padding: 5px 0 5px 35px;
  background: url(images/category.jpg) 0 5px no-repeat;
}
.user {
  padding: 5px 0 5px 25px;
  margin-left: 25px;
  background: url(images/author.jpg) no-repeat;
}
.tags {
  padding: 5px 0 5px 25px;
  background: url(images/tag.jpg) 0 5px no-repeat;
  width: 400px;
  font-size: 70%;
}
.feedback {
	position:relative;
  padding: 2px 20px 5px 0;
  background: url(images/comment.jpg) top right no-repeat;
	text-align: right;
	float: right;
	clear: both;
	width: 100px;
	height: 40px;
	top:-10px;
}
.feedback a{
	color: #1aa800;
	text-decoration : none;
	font-size:15px;
}
.post, div.page{
	
	margin-bottom: 35px;
	padding-bottom: 20px;
	background: url(images/separator.png) bottom center no-repeat;
}
.post-LS{
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: transparent;
}
.post-LS a{
	padding-left:10px;
	padding-bottom:1px;
}
.post-LS a:hover, .post-LS a:active {
border-bottom:1px dotted #DD6666;
color:#DD6666;
text-decoration:none;
padding-left:10px;
}

.post-LS a:hover, .post-LS a:active {
	color:#AA0000;
	text-decoration:underline;
}

.post-LS a:link, .post-LS a:visited {
	color:#AA0000;
	text-decoration:none;
}

.post .content{
	margin: 10px 20px 30px 20px ;
	text-align:justify;
}





.post-LS div p a.top{
	text-align:center;
	font-size: 20px;
	float:right;
	margin-right:35px;
}

.post h3, .post h4, .post h5, .post h6{
	color: #666;
	margin-bottom: 10px;
}
.post h4{
	font-style: italic;
}
.post p, div.page p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.post ul, div.page ul{
  margin-bottom: 15px;
}
.post ul li, div.page ul li{
	padding: 5px 20px;
	background: url(images/bullet_green_light.gif) 0 8px no-repeat;
	list-style: none;
	line-height: 1.6;
}
.post ol, div.page ol{
	margin: 0 25px 15px;
}
.post ol li, div.page ol li{
	padding: 5px 0;
	line-height: 1.6;
	list-style-type: decimal;
}

/* -- Sticky Posts & other content -- */
.sticky h2 {
  font-size: 250%;
  margin-bottom: 8px;
}
.sticky .storytitle a{
  padding: 1px 5px;
}
.sticky .storytitle a:link, .sticky .storytitle a:visited{
	background-color: #170;
	color: #fff;
}
.sticky .storytitle a:hover, .sticky .storytitle a:active{
	background-color: #1aa800;
	color: #fff;
}

div.archive h2, div.error h2 {
  color: #666;
  margin-bottom: 40px;
}
div.archive h3 {
  font-size: 160%;
}

#content #searchform {
  margin: 10px 0 30px;
  
}
#content{
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
  background: #ffffff;
  margin: 0px 8px 0px -9px ;
  min-height:470px;
  
}

#searchbox .textfield {
background:transparent none repeat scroll 0 0;
float:left;
width:185px;
font-size:15px;
padding:0px 2px 120px 12px;
margin: -8px -10px 15px -6px;
color:#333333;
border:0 none;
}

#searchbox .button {
background:transparent none repeat scroll 0 0;
border:0 none;
cursor:pointer;
float:left;
height:18px;
margin-top:1px;
width:18px;
}

#searchbox {
background:transparent url(images/searchbox.gif) no-repeat scroll 0 0;
display:block;
float:right;
height:23px;
margin-right:10px !important;
margin-top:1px;
padding:2px;
width:209px;
}

e .column {
  float: left; 
  display: inline;
  width: 290px;
  margin-right: 10px;
}
.custom-archive {
  background: transparent;
}
.custom-archive h2 {
  color: #666;
  margin-bottom: 10px;
}

/* -- Comments -- */
h3#comments {
  margin-bottom: 10px;
}
.comment-navigation {
  display: block; 
  clear: both;
  text-align: center;
  margin: 10px 0 20px;
}
#respond{
  clear: both;
}
#respond p {
  line-height: 1.4;
  margin-bottom: 10px;
}
#respond h3 {
  padding-left: 30px;
  background: url(images/comment.jpg) 0 2px no-repeat;
  margin-bottom: 10px;
  font-size: 22px;
}
#commentform{
  font-size: 13px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff url(images/comment-gradient.png) repeat-x;
	border: 1px solid #aaa;
	padding: .2em;
}
#commentform textarea {
	width: 95%;
	height: 80px;
}
#commentform textarea:focus {
  border: 1px solid #1aa800;
}
.commentlist {
  clear: both;
}
.commentlist li {
  list-style-type: decimal;
  font-size: 11px;
  margin-left: 25px;  
}
.commentlist li ul {
	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.comment-body ol li{
  list-style-type:decimal;
}
body div.comment-body ul li{
  list-style-type: disc;
}
.commentlist cite {
	font: normal 17px "Trebuchet MS", Verdana, sans-serif;  
}
img.avatar {
  margin: 10px 0 0 20px;
  padding: 1px;
  border: 1px solid #170;
  float: right; 
  display: inline;
}
.comment {
  background: transparent url(images/comment-top.png) 40px 25px no-repeat;
}
.comment-body {
	margin: 10px 80px 20px 0;
	padding: 5px 10px;
	line-height: 1.4;
	background: #eee;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.comment-body p, .comment-body li, .comment-body blockquote, #respond p{
  font-size: 13px;
}
.comment-body p {
  margin-bottom: 10px;
}
.comment-body li {
  padding: 0 0 10px;
  margin-left: 20px;
}
.comment-body .reply {
  background: transparent; 
  text-align: right;
}
.cancel-comment-reply {
  margin: 5px 0;
  font-size: 13px;
}

/* -- Footer & Widgets -- */
#footer{
	background: #24bc06 url(images/footer.png) repeat-x ;
	color: #fff;
	padding: 0px 0px 0px 0px;
	
	
}
#inner-footer {
	width: 610px;
	margin: 0 auto;
	position:relative;
}
#footer .footerbar {
  float: left;
  display: inline; 
  width: 290px;
  margin-right: 30px;
}
#footer .second {
  margin-right: 0;
}
#footer .credits {
  padding: 10px 0;
  clear: both;
  text-align: left;
	font-size: 11px;
	height:70px;
	
}
#footer h3, #footer label {
	font: normal 12px "Myriad Pro", Myriad, "Trebuchet MS", Verdana, sans-serif;
	padding: 0 0 3px 23px;
	border-bottom: 1px solid #150;
	background: url(images/footer-title.gif) 0 5px no-repeat;
}
#footer p{
  margin-bottom: 10px;
  line-height: 1.0em;
  font-size: 100%;
  
}
#footer .quote{
	width:60px;
	position: relative;
  top:30px;
  left:280px;
  padding: 25px 0;
  background: url(images/quote.png) center left no-repeat;
}
#footer .quote_r{
	width:60px;
	position: relative;
  top:-10px;
  left:550px;
  padding: 25px 0;
  background: url(images/quote_r.png) center left no-repeat;
}

#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #ddd;
	text-decoration: none;
}
#footer #top {
  text-indent: -9999px;  
  margin: 0px  0px 0px 0px;
	position: absolute;
	width: 610px;
	
}
#footer #top a {
  width: 59px;
  height: 24px;
  display: block;
  position: absolute;
  top: -23px;
  right: -350px;
  background: url(images/skip-top.png) no-repeat;  
}

.sidebar .widget {
 	-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border:1px solid #E8E8E8;
margin:0 0 0 19px;
overflow:hidden;
background-color:#F0F0F0;
margin-bottom: 10px;
}
 
.widget {
  margin-bottom: 20px;
  color:#ff0000;
    
  
}
.widget h3 { 
	-x-system-font:none;
	color:#555555;
	font-family:Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	margin-bottom:10px;
	font-family:Arial;
font-weight:bold;
letter-spacing:-0.05em;
}
.widget ul {
}
.widget ul ul {
  border-top: none;
  margin-top: 10px;
  /*border-bottom:1px solid #78dc2f;*/
  
}
.widget ul li {
  font-size: 100%;  
  padding: 0px 5px 5px 5px;  
  line-height: 1.6;
}
.widget ul ul li {
  border-bottom: none;
  padding: 5px 0 5px 20px;  
  
}
.widget ul li a{
  height: 1%;
  text-decoration:none;
  color:#2970A6;
}
.widget select {
  margin-top: 10px;
  width: 100%;
}
.textwidget{
  border-top: 1px solid #4eb337;
  padding: 10px 0;
  line-height: 1.4;
}
.widget ul li a:link, .widget ul li a:visited{
  text-decoration: none;
  color: #2970A6;
}
.widget ul li a:hover, .widget ul li a:active {
  color: #78dc2f;
} 


/* -- Widget Calendar -- */
#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 13px;
	width: 100%;
}
#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;
	font-weight: bold;
}
#wp-calendar a:hover {
	background: #170;
	color: #fff;
}
#wp-calendar caption {
	color: #fff;
	font: normal italic "Myriad Pro", Myriad, "Trebuchet MS", Verdana, sans-serif;
	margin: 5px 0;
	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 tbody td {
  border: 1px solid #050;
  border-top: 1px solid #170;
}
#wp-calendar #today {
	background: #170;
	color: #fff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
		
   
   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 {
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
}
.navigation {
  display: block; 
  clear: both;
  text-align: center;
  line-height: 1.4;
}

/* customize */
.category-evidenza .storytitle , .category-evidenza .storytitle a{
	color: #f27b12;
	
	
}

.excerpt{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#777777;
	font-size:1.4em;
	font-style:italic;
	letter-spacing:0;
	line-height:1.3;
	margin:5px 0 10px 43px;
	padding:0;
}
.border-left1{
	background : url(images/border.png) repeat-y left;
}
.divTitle05{
	width:100%;
	height: 100%;
	
}
.divTitle05 table{
	width:100%;
	height:100%;
	vertical-align:middle;
	
}
.divTitle05 td{
	font-size: 12px;
	color: gray;
	text-align: center;
	height:15px;
	border: 0px solid green;	
}
.divTitle05 span{
	font-size: 11px;
	color: #64D633;
	text-align: center;
	height:30px;
	font-weight:bold;
}
.mamainesstory-single{
	background : url(images/header__.png) repeat-x;
	font-size: 11px;
	color: #64D633;
	text-align: center;
	font-weight:bold;
	float:left;
	border:1px solid #b6b6b6;
	margin: 4px 4px 4px 4px ;
	width:230px;
	height:340px;
}
.mamainesstory-single:hover{
	border:1px solid gray;
}
.mamainesstory-single img{
	margin:20px 0px 0px 0px;
}
.mamainesstory-single span{
	font-size:20px;
	color:#ffffff;
}
.mamainesstory-single .toggle-bkg{
	width:180px;
	height:200px;
	margin-top:80px;
	font-family:Verdana,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#999999;
	line-height:13px;
	display:none;
	text-align:center;
}
.mamainesstory-single .toggle-bkg a{
	height:30px;
	
}


