/*  
Author: Simona De Pascalis
*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

.entry p{
text-align:justify;
	}
	
.entry ol{
text-align:justify;
	}
.entry ul{
text-align:justify;
	}
	
.biblio li {
    list-style-type: none;
	background: url(images/lista.gif) no-repeat;
	padding-left: 1.5em;
	margin-left:-1.5em;
	}
	
.lista {
    list-style-type: none;
	line-height:2em;
	text-transform: capitalize;
	}
	
.lista a{
    background: url(images/lista.gif) no-repeat 0 2px;
	padding-left: 1.5em;
	margin-left:-1.5em;
	}
	
.lista a:hover{
    background: url(images/lista-over.gif) no-repeat 0 2px;
	padding-left: 1.5em;
	margin-left:-1.5em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	padding: 3px;
	}
	
img {
	padding: 3px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

#mainbox {
	margin: 0px auto;
	width: 775px;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/***Header Stuff***/

#header{
background-image: url("images/montagna-dx.png");
background-repeat:no-repeat;
background-position: center right;
}

#headerdec {
	background-image: url("images/montagna.png");
	background-repeat:no-repeat;
	height: 97px;
	margin-left: 0px;
}

#search {
	margin-left: 535px;
	margin-top: 7px;
}

#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 0px;
	margin-left:1px;
}


ul#menu {
	padding: 0px;
	margin: 0px;
	top: 101px;
	position:absolute;
}

#menu li {
	list-style-type: none;
	width: 81px;
	height: 24px;
	background-image: url("images/navbg.gif");
	float: left;
	text-align: center;
	padding-top: 5px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
}

#menu li.current{
width: 81px;
height: 24px;
background-image: url("images/navbg-current.gif");
}


li#lastlink {
	width: 82px;
}

#menu a {
	color: #ffffcc;
	font-size: 13px;
	}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/***Main Area Stuff***/
#content {
	float: left;
	width: 500px;
	padding-bottom: 10px;
}

#sidebar {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	margin-top: 33px;
	margin-left: 44px;
}

/***Footer Stuff***/

#footbar {
	background-image: url("images/foot-bar.gif");
	width: 739px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #ffffcc;
	padding-top: 5px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	float:left;
}
#footbar a {
 color: white;
 font-size: 12px;
 text-decoration:underline;
 }
 
 #footbar a:hover {
 text-decoration:none;
 }




.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}



/***Post Stuff***/
.post {
	margin-top: 30px;
}

.posttitle {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-bottom:2em;
}

.post h2 a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #993333;
	font-size: 22px;
	padding: 0px;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

h2  {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #993333;
	font-size: 22px;
	padding: 0px;
}

.post h3 a  {
	color: #000066;
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: underline;
}


.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}


.commentsquare {
	width: 80px;
	text-align: center;
}


.postcontent {
	clear: both;
}

.postfoot {
	border-top: 1px solid #993333;
	border-bottom: 1px solid #993333;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 23px;
}

/***Sidebar Items***/
#sidebar h2 {
	background-image: url("images/sideheader.gif");
	width: 188px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 17px;
	color: #ffffcc;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}

.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #767006;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}

#sidebar ul ul{
	padding: 0px;
	width: 186px;
	padding-bottom: 3px;
}

#sidebar li li {
	list-style-type: none;
	height: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 0.3em;
	font-weight: normal;
	background-color: #ffffcc;
	border-top: solid 1px rgb(204,204,204);
	border-bottom: solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
}

.banner{
	margin-top:20px;
	text-align:center;
}


#sidebar li li a {
	border-left: solid 0.5em #ffcc99;
	padding-left:0.3em;
	text-decoration: none;
	color:#333333;
	font: bold 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar li li a:hover {
	border-left: solid 0.5em #993333;
	color: #993333;
	font-weight:bold;
	text-decoration: none;
}



/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}

#modifica{
	margin-top: 2em;
	color:#993333;
	font-weight:bold;
}

.rightAlign{
background-color: #ffffcc;
border: solid 1px rgb(204,204,204);
padding:5px;
}

img.boxfoto{
	text-align:center;
	font-size:10px;
	color:#333333;
	float:left;
	padding:5px;
	background-color:#EDEDED;
	margin: 0 5px 10px 5px;
	border-right:solid #CCCCCC;
	border-bottom:solid #CCCCCC;
	border-top: none;
	border-left:none;
	}

.tabella-meridiani{
padding:0em;
margin-bottom:1.5em;
border:1px solid #CCCCCC;
background-color: #ffffcc;
}

.caption-titolo{
margin-top:1.5em;
margin-bottom:1.5em;
}

.caption-elemento{
font-weight:bold;
color:#993333;
padding-bottom:0.3em;
padding-top:0.3em;
border:1px solid #CCCCCC;
background-color: #ffcc99;
}

.tr-elementi{
font-weight:bold;
text-align:center;
}

.td-elementi{
text-align:center;
}

.tr-immagini{
text-align:center;
}

.td-immagini{
text-align:center;
}

div#testo1{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo2{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo3{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo4{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo5{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo6{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo7{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

div#testo8{
display:none;
padding: 1em;
border:1px solid #ffcc99;
background-color: #ffffcc;
}

.moretext{
color: #993333;
font-weight:bold;
text-decoration: none;
}
.moretext a{
color: #993333;
text-decoration: none;
}
.moretext a:hover{
color: #993333;
text-decoration: underline;
}

#respond{
margin-top:2em;
font-size: medium;
}

