 /*
 Theme Name: thereadersproject
 Theme URI: http://www.gloriarossi.com/
 Description: The Readers project Theme
 Version: 1.0
 Author: Gloria Rossi
 Author URI: http://www.gloriarossi.com/
 */

 
*{ 
    padding: 0;
    margin: 0;
}
 
 
body{ 
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: 76%;
    background: #988A6A URL(images/sfondo.jpg) left top repeat;		
/*		background-color: #988A6A;*/
}

td{
    font-size: 110%;
}

#content{
    width: 70%;
    float: left;
		padding: 3px;
	
}

 #footer
{ 
   margin: 2px auto;
   clear: both;
   text-align: center;
   width: 1000px;
   height: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #988A6A;
	 color: #241A00;
	 border: 1px solid #241A00; 
 }

#footer a
{
	 color: #241A00;
	 text-decoration:underline;
	 
 }	 

#header
{
    /*margin-top: 20px;
    margin-bottom: 10px;*/
		
}

#headerimg
{
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    height: 150px;
    color: #988A6A;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    background: #988A6A URL(images/headimg.jpg) no-repeat top center;
		cursor:hand;		
		border-left: 1px solid #251B00;
		border-right: 1px solid #251B00;			
}

#header a
{
    text-decoration: none;
    color: #988A6A;
}

#header h1
{
	font-size: 3em;
}



#menu{
	background-color: #241A00;
	color: #ffffff;
	padding: 3px;
}

#menu a{
	color: #ffffff;
	text-decoration:none;
	font-size: 1.5em;
	padding-right: 10px;
}

 #menu ul
 {
   list-style: none;
 }
 
 #menu li
 {
   list-style: none;
  display:inline;
	 
 } 
 
/* GLOBALI */

 input, textarea
 {
   border: 1px solid #988A6A;
 }

a{
	color: #625434;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;

}

 a img
 {
   border: none;
 }

 h3
 {
   margin-top: 1.5em;
   font-size: 1.4em;
 }

 h4
 {
   margin-top: 1.2em;
   font-size: 1.2em;
 }

 h5
 {
   margin-top: 1em;
   font-size: 1em;
 }


 

 h2
 {
   font-size: 1.6em;
   /*border-bottom: 1px solid #988A6A;*/
 }

 h2 a:hover, h2 a:visited, h2 a
 {
   text-decoration: none;
   color: #241A00;
 }

hr{
	display: none;
} 
 
/* POST */
 .post
 {
   margin-bottom: 25px;
   color: #241A00;
   padding-left: 5px;
   font-size: 1.1em;
 }
 
 .post a
 {
   color: #241A00;
	 text-decoration: underline;
 } 
 
.post p
 {
   line-height: 1.4em;
   margin-bottom: 1em;
} 


blockquote
 {
   margin: 1em 1.5em;
   padding: 1em 1.5em;
   border: 1px solid #241A00;
   background: #988A6A;
 }

 .post li
 {
   margin-left: 20px;
 }

 .post ul
 {
   list-style-type: bullet;
   margin-bottom: 10px;
 }

 acronym, abbr, span.caps
 {
   cursor: help;
 }

 acronym, abbr
 {
   border-bottom: 1px dashed #988A6A;
 }

 blockquote cite
 {
   margin: 5px 0 0;
   display: block;
 }
 
  .entry
 {
   margin-top: 10px;
   margin-bottom: 15px;
 }

 .postmetadata
 {
   padding: 2px;
   font-size: 0.8em;
   border-top: 1px solid #988A6A;
 }

 .postmetadata a
 {
   color: #988A6A;
 }

 .center
 {
   text-align: center;
 }


/* NAVIGAZIONE IN POST */
 .navigation
 {
   display: block;
   margin-top: 10px;
   margin-bottom: 40px;
 }

 .alignleft
 {
   float: left;
   text-align: left;
   width: 50%;
 }

 .alignright
 {
   float: right;
   text-align: right;
   width: 50%;
 }


/* SIDEBAR */

 #searchform
 {
   text-align: center;
 }

 #searchform input
 {
   border: 1px solid #988A6A;
 }

 #searchform #s
 {
   width: 50%;
   background-color: white;
 }
 
 
 
#sidebar{
	 float:right;
   width: 25%;
   border: 1px solid #988A6A;	
	 background-color: #F5E7C7;
	 padding:3px;
	 margin: 10px; 
}

 #sidebar ul
 {
   list-style: none;
  margin-bottom: 10px;	 
 }
 #sidebar ul ul
 {
/*   list-style-image: url(images/listitem.png);*/
   list-style-type: circle;
   margin-left: 20px;
	 margin-bottom: 0;
 }

  #sidebar a
 {
   text-decoration: none;
   color: #241A00;
 }

 #sidebar a:hover
 {
   text-decoration: underline;
 }

/* CALENDARIO */
  #wp-calendar
 {
   border: 1px solid #988A6A;
   width: 80%;
   margin: 0 auto;
   text-align: center;
   margin-bottom: 15px;
 }

 #wp-calendar th
 {
   background-color: #988A6A;
	 color: #ffffff;
 }

 #wp-calendar a
 {
   border: 1px solid #988A6A;
   background-color: white;
   display: block;
 }

 #prev a, #next a
 {
   border: 0;
 }

 #wp-calendar caption
 {
   text-align: center;
   width: 100%;
 }





 
 /* COMMENTI */
 
  ol.commentlist
 {
   width: 80%;
   margin: 0 auto;
 }

 ol.commentlist li
 {
   margin-bottom: 1.5em;
   border: 1px solid #241A00;
   padding: 5px;
   background-color: #988A6A;
 }

 ol.commentlist li.alt
 {
   background-color: #DFD5BE;
 }

 ol.commentlist a
 {
color: #241A00; 
 }

 small.commentmetadata
 {
   font-size: 0.8em;
   margin-bottom: 1em;
   display: block;
 }

 /* CONTENITORE */
 
 #wrapper{ 
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
		background-color: #ffffff;	
		border-left: 1px solid #251B00;
		border-right: 1px solid #251B00;
		border-bottom: 1px solid #251B00;						
}


