/*  
Theme Name: RiservaSentina
Theme URI: http://www.riservasentina.it
Description: template per la Riserva Naturale Sentina basato su <a href="http://wpthemes.info" title="MistyLook 2.0">MistyLook 2.0</a>
Version: 1.0
Author: Cristian Pavoni
Author URI: 
*/
* {
	padding: 0px;
	margin: 0px;
}

/*-----------------------------------------------*/
/* regole per debug                              */
/*-----------------------------------------------*/
/*div {	border: red 1px solid;}*/


/*-----------------------------------------------*/
/* layer globali                                 */
/*-----------------------------------------------*/
body {
	margin: 0px auto;
	font: 85%/1.6em Verdana, Tahoma, "lucida grande",  Sans-Serif;
	width: 948px;
	background-color: #B1B1A3;/* #B1B1A3; #D8D7CF; #CDCCC3*/
	color: #373737; /*#000000;#373737; */
}

#wrapper {
	margin: 20px auto 0px auto;
}

/*-----------------------------------------------*/
/* stile per la barra orizzontale di navigazione */
/*-----------------------------------------------*/
#navigation {
	display: none;
}

/*--------------------------------------------------*/
/* stile per l'header con titolo, loghi e immagini  */
/*--------------------------------------------------*/
#header {
	border: #444444 1px solid;
	border-bottom: none;
	padding-bottom:20px; 
}

#headerlogo{
	position: relative;
	top: 10px;
	left: 10px;
}

#headertext {
	font-family: Tahoma, Verdana, Arial, Serif;
	text-align: center;
	position: absolute !important;
	top: 40px !important;
	left: 100px !important;
}

#headertext h1{
	font-size: 1.8em;
	line-height: 85%;
	font-variant: small-caps;
	letter-spacing: 1px;		
}

#headertext h1 a {
	text-decoration: none;
	color: #f7d363;
}

#headertext h2 {
	margin: 5px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;		
	font-style: italic; 
	color: #f7d363;
}
/*-----------------------------------------------*/
/* Stile per il Breadcrumb                       */
/*-----------------------------------------------*/
#breadcrumb {
	padding-top: 15px;
	background-color: #ffffff; 
	font-size: 0.9em;
	color: #6D6D6D; /*#999999;*/
}
#breadcrumb a{
	font-style: italic;
}

/*-----------------------------------------------*/
/* Contenitore di tutta la parte sotto l'header  */
/*-----------------------------------------------*/
#container {
	background-color: #ffffff; 
	border: #444444 1px solid;
	border-top: none;
}

/*--------------------------------------------------------------*/
/* stile per il blocco che contiene sia il testo che la sidebar */
/*--------------------------------------------------------------*/
#content {
	margin: 0px 10px 0px 10px;
}

/*-----------------------------------------------*/
/* Contenitore del testo della pagina o articolo */
/*-----------------------------------------------*/
#content-main {
	margin: 0 15px 0 15px;
	padding-top: 5px;
	padding-right: 10px;
  border: white 1px solid;
}

#content-main h1 {
	font-size: 1.7em; 
	margin: 0.8em 0px 0px;	
}

#content-main h2 {
	font-size: 1.5em; 
	margin: 0.8em 0px 0px;
}

#content-main h3 {
	font-size: 1.3em; 
	margin: 1em 0px 0px;
}

#content-main h4 {
	font-size: 1.2em; 
	margin: 1em 0px 0 0;
	font-weight: bold;
	font-style: italic;
}

#content-main h5 {
	font-size: 1.0em; 
	margin: 1em 0px;
}

#content-main h6 {
	font-size: 0.9em; 
	margin: 1em 0px;
}

#content-main li {
    margin-bottom: 0.3em;
}

#content-main ul {
    margin: 1em;
    padding: 0 1em;
    list-style: disc;
}

#content-main ul ul{
    list-style: circle;
}

#content-main ul ul ul{
    list-style: square;
}

#content-main ul ul ul ul{
    list-style: disc;
}

#content-main ol {
    list-style-type: decimal;
    margin: 1em;
    padding: 0 1em;
}

#content-main ol ol{
    list-style-type: lower-alpha;
}

#content-main ol ol ol{
    list-style-type: lower-roman;
}

#content-main ol ol ol ol{
    list-style-type: upper-alpha;
}

#content-main .post {
	padding: 0 0 1em 0;
	margin-bottom: 1.5em;
	border-bottom: #dddddd 1px dashed;
	text-align: justify;
}

#content-main .withoutsep {
	border-bottom: none;
}

#content-main .posttitle h2 {
	font-size: 1.6em; 
	margin: 0.8em 0px 0px 0px;	
	letter-spacing: 1px;
	font-weight: normal;	
	background: url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom: 14px;	
	line-height: 108%;
}

#content-main .entry {
    margin: 0.7em 0;
}

#content-main .entry a {
    text-decoration: underline;
}
/*
#content-main .entry img {
	border: 1px solid #eee;
}
*/
#content-main .post-info , #content-main .postmetadata {
	font-size: 0.8em;
	color: #888;/*#999999;*/
	margin: 0;
	padding: 0;	
}

#content-main .posttitle h2 a {
   text-decoration: none;
	 color: #000099;
}

.pagetitle{
	padding: 10px 0 10px 0;
	font-size: 1.6em;
	border-bottom: #dddddd 1px dashed;
}

div#errors{
	color: red;
	padding-top: 10px;
}

.date_list_page {
	font-size: 0.7em;
}

/*-----------------------------------------------*/
/* stile per l'annuncio                          */
/*-----------------------------------------------*/
#annuncio{
	margin: 13px -5px 0px -8px;
	padding: 0px 10px 0px 45px;
	color:black;
	background: #FFC6FF url(img/pnotes3.gif) no-repeat 6px 9px;
	border: 1px solid red;
	text-align: justify;
}

#annuncio h2 {
	font-size: 1.3em; 
	margin: 0.8em 0px 0px 0px;	
	font-weight: normal;	
	line-height: 108%;
}

/*-----------------------------------------------*/
/* stile per la sidebar                          */
/*-----------------------------------------------*/
#sidebar {
	display: none;
}

/*-----------------------------------------------*/
/* stile per altri contenuti della home page     */
/*-----------------------------------------------*/
#other-content{
	padding-bottom: 4px;
	clear: both;
}

.homebox{
	font-size: 85%;
	background: #A6E1C4 url(img/homebox_headtop_scuro.gif) no-repeat left top; 
	width: 286px;
	padding: 8px;
	/*background-color: #ADE5C9, #DBEBE3; #EAD8AE, #ffffff;*/
}

.homebox h2{
	padding-bottom: 10px;	
	font-weight: bold; 
	font-size: 1.4em;
	text-align: left;
}

.homebox ul{
	list-style: disc;
	margin-left: 8px;
	padding-left: 8px;
}

.homebox li{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

#how-to-arrive p{
	text-align: center;
	margin-top: 0;
}

#other-content table{
	width: 100%;
	background-color: #ffffff;
}

/*-----------------------------------------------*/
/* stile per il footer                           */
/*-----------------------------------------------*/
#footer {
	overflow: hidden;
	height: 1%; 
	color: #444444;
	font-size: 0.9em; 
}

#footer #copyright{
	padding: 10px 0px 30px 10px; 
	float: left;
	width: 60%; 
}

#footer #feed{
	float: right;
	width: 30%;
	text-align: right; 
	padding: 10px 10px 30px 0px;
	/*background:url(img/feed.gif) no-repeat right center;*/
}
#footer #feed img{
	vertical-align: text-bottom;
}
/*-----------------------------------------------*/
/* stile per la search box                       */
/*-----------------------------------------------*/
#searchform {
	margin-top: 4px;
}
#searchform input#ctas_searchquery {
	border: #999999 1px solid; 
	font-size: 0.9em;
	width: 110px; 
	padding: 3px;	
	background: #fff;
	vertical-align: middle;
}

#searchform button#searchsubmit {
	vertical-align: middle;
}


/*-----------------------------------------------*/
/* stile per la form dei commenti                */
/*-----------------------------------------------*/
#comments, #respond {
	margin: 2em 0 0 5px;
}

#commentform {
	margin: 10px;
	padding: 10px;
}

/*-----------------------------------------------*/
/* stile per la lista di commenti                */
/*-----------------------------------------------*/
.commentlist li {
	list-style: none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#f5f5f5;
}

.commentlist li.alt {
    background: #fafafa;
}

.commentlist li .cmtinfo {
	font-size: 1em;	
	border-bottom: #eee 1px solid;
}

.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

.commentlist li .cmtinfo em {
	float: right;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 0.9em;
	color: #999;
}


/*-----------------------------------------------*/
/* stile per tutto il resto                      */
/*-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Verdana, Arial, Serif;
}

p {
	margin: 0.7em 0px;
	line-height: 1.6em;
}

dl {
	margin: 1em 0px;
}

del {
	color: red;
}

ins {
	color: green;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0.5em 1em;
	padding: 0;
}

a img {
	border: none;
}

.clear {
	clear: left;
}

blockquote {
    margin: 10px;
    padding-left: 10px;
    border-left: #ccc 2px solid;
    color: #666666;
}

fieldset {
	border: none;
}

textarea {
	width: 90%;
	padding: 5px;
	height: 20em;
	border: 1px solid #aaaaaa;	
	background: #f9f8f4;
}

textarea:focus {
	background: #FFFFCC;
	border: 1px solid #aaaaaa;	
}

input {
	background: #f9f8f4;
	border: #aaaaaa 1px solid;
	padding: 2px;
}

input:focus {
	background: #FFFFCC;
	border: 1px solid #aaaaaa;	
}

a:link {
	color: #0001B2; /*#000177;	#03386B*/
}

a:visited {
	color: #0001B2;/*#870088, #000177;   #03386B*/
}
/*#265e15, #7B6218, #627B18, #597016, #695417;*/
a:hover, a:active {
	color: #0001B2; /*#781717, #03386B;*/
}
/*#C9A021, #37901A, #9D7E1E*/

/*
.entry p a[href ^="http://"], .entrytext p a[href ^="http://"], .commentlist p a[href ^="http://"], .entrytext ul a[href ^="http://"], .entry ul a[href ^="http://"]{
  background: url(img/external.png) center right no-repeat;
  padding-right: 13px;
}

.entry a[href ^="http://www.riservasentina.it"], .entrytext a[href ^="http://www.riservasentina.it"], .commentlist p a[href ^="http://www.riservasentina.it"]{
background: none !important;
padding-right: 0 !important;
}
*/

/*------------------------------------------*/
/* semplice classe per le tabelle           */
/*------------------------------------------*/

table.normal_table {
	border: 1px solid #333333;
}

table.normal_table td{
	padding:4px;
}


/*------------------------------------------*/
/* classi di allineamento generali          */
/*------------------------------------------*/
.alignleft{
	float: left;
	text-align: left;
}

.alignright{
	float: right;
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.center{
	text-align: center;
}

/*------------------------------------------*/
/* classi di allineamento per le immagini   */
/*------------------------------------------*/
.g2image_normal img, img.g2image_normal {
	margin: 4px;
	border: 1px solid #eee;
}

.g2image_float_left img, img.g2image_float_left{
	margin: 4px 7px 5px 0;
	float: left;
	display: inline;
	border: 1px solid #eee;
}

.g2image_float_right img, img.g2image_float_right{
	margin: 4px 0 5px 7px;
	float: right;
	display: inline;
	border: 1px solid #eee;
}

.g2image_centered img, img.g2image_centered{
	display: block;
	margin: 4px auto 5px auto;
	border: 1px solid #eee;
}


