/*
    VerySimple - Style for Wordpress
    by Gary Rogers (gary.rogers@dmin.net)
    
    Licensed under the Creative Commons License
    (http://creativecommons.org/licenses/by/2.0/)
    
    ** NOTE **
    Not all Styles are used here, but they all exist in Alex's sample
    page, so they remain for reference.
*/

body {
		margin-right: auto;
	margin-left: auto;
}

blockquote {
    margin-left: 20px;
    color: #444;
}

a img {
    border: none;
}

code {
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: small;
    color: #666;
}

h2 {
  
    color: #999;
	font-size:12px;
	
    
}



#header {
    font-size: xx-large;
    font-weight: bold;
}

#header a {
    text-decoration: none;
    color: #999;
}

#content {
	width: 570px;
	float:right;
	clear:left;
		
}



.storytitle {
	font-size: normal;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3399CC;
}

.storytitle a {
    text-decoration: none;
    color: #999;
}

.meta {
	font-size: 12px;
	margin: 0px;
	background:#f1f1f1;

}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.meta li {
    display: inline;
}

.post-categories {
    font-style: italic;
}

.storycontent {
width:570px;
border:none;

}

.storycontent img {
    margin-right: 15px;
}

.feedback {
    font-size: x-small;
    text-align: right;
    margin-bottom: 20px;
}

#menu {
    
	clear:none;
	float:left; 
	
    font-size: x-small; 
    width: 180px;
}

#menu a img {
    padding: 3px;
}


#wordpress {
    font-style: normal;
}

#categories {

}

#search {
margin:2px;
float:right;
position:relative;
clear:left;

}

#archives {

}

#calendar {
    font-weight: normal;
    text-align: center;
}

#wp-calendar {
    font-weight: normal;
}

#prev {

}

#pad {

}

#today {
    background: #CCC;
}

#other {

}

#style {

}

.credit {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: x-small;
    text-align: center;
    padding-top: 10px;
}
/*per la home page*/



.bordato
{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}


#menu h2{
	background-image: url(../../alsi_template/images/subnav_topcap.gif);
	
	margin-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
	color:#fff;
	padding-left: 5px;
	font-weight: normal;
}
.block li.leaf, ul.menu li.leaf {
	list-style-image: none;
}

.block li.collapsed, ul.menu li.collapsed {
 list-style-image: none;
}
.block li.expanded, ul.menu li.expanded {
  list-style-image: none;
}