/*  
Theme Name:APAV Blue Banner
Theme URI: http://www.pallavololucrezia.eu/
Description:Tema grafico per il sito di APAV Lucrezia con banner - http://www.pallavololucrezia.eu
Version: 1.0.0
Author: Michele Mei
Author URI: http://www.pallavololucrezia.eu/
*/

/* colori
020381 = blue scuro
0505e8 = link
0a49ea = link over

font
tutti 12 tranne titoli 14 e post vecchi 10
*/


/* struttura*/
*{
	padding:0;
	margin:0;
}

body {
	color:black;
	background:white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

p {
	margin-top: 5px;
}
li li {
	margin-left: 10px;
}
ul {
	list-style-image: url(images/botton.gif); 
} 
ol {
	list-style-image: url(images/botton.gif); 
} 
img {
	border: 0px;
}

.post_page li {
	margin-left: 10px;
}

#page {
	width: 950px;
	margin: 0 auto;
	/*border:1px solid black;*/
	background:#e6e6e6 url(images/palla_bg.png) no-repeat top right;
}

#header {
	width: 100%;
	height:120px;	/* altezza dell'immagine di header */
	background:#e6e6e6 url(images/header.png) no-repeat;
}

#header img{
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	width: 796px;
	float: left;
}

#sidebar{
	width: 29%;
	float: left;
}

#content {
	width: 70%;
	float: right;
}

#banner{
	width: 150px;
	float: right;
}
 
#footer {
	width: 100%;
	clear: both;
	background:#e6e6e6 url(images/footer.png) no-repeat;
	height:40px;	/* altezza dell'immagine di footer */
	text-align: center;
	margin-bottom: 0px;
}
#footer p {
	position:relative;
	bottom:-15px;
}
/* grafica */
h1, h2, h3 {
	text-decoration: none;
	color: #020381;
}
h1{
	font-size: 14px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 14px;
}
p{
	color: black;
	font-size: 12;
}

a, a:visited{
	text-decoration: none;
	color: #0505e8;
}
a:hover{
	color: #0044aa;
}

#banner img{
	border: none;
}
#sidebar h2{
	font-size: 14px;
	background: #91b8f2;
	color: black;
}
#sidebar li{
	list-style-position:inside;
	list-style-type:none;
}
#sidebar li ul{
	list-style-image: url('images/bottonW8L.png');
}
#sidebar li li:hover {
	list-style-image: url('images/bottonB8L.png');	
}

.navigation {
	font-size: 10px;
	text-align: left;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
}
.post{ /* secondi e successivi post in homepage */
	padding-bottom:0px;
	background: url('images/pallone_24x24.png') no-repeat; 
	float:left; 
	clear:both;
	color: black;
	text-align: left;
	margin: 10px 0 10px;
	width: 100%;
	font-size: 12px;
}
.firstpost{
	padding-bottom:0px;
	background: url('images/pallone_24x24_red.png') no-repeat; 
	float:left; 
	clear:both;
	color: black;
	text-align: left;
	margin: 10px 0 10px;
	padding: 3px;
	width: 100%;
}
.entry{ /* secondi e successivi post in homepage */
	clear: both;
	margin: 0px;
  	padding-left: 5px;
  	padding-top: 5px;
	font-size: 12px;
}

.firstentry{
	clear: both;
	margin: 0px;
  	padding-left: 5px;
  	padding-top: 5px;
	background-color: #8ba8f4;
	border: 1px solid #0505e8;
}

.post img { /* secondi e successivi post in homepage */
	border: 0px;
	text-align: left;
	margin: 10px;
	padding: 0px;
}
.firstpost img {
	border: 0px;
	text-align: left;
	margin: 10px;
	padding: 0px;
}
.post h2 {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: auto;
	border-bottom: 1px solid #0505e8;
}
.firstpost h2 {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: auto;
	border-bottom: 1px solid #0505e8;
}
.entry{
	clear: both;
	margin: 0px;
  	padding-left: 5px;
  	padding-top: 5px;
}
.entrytext{
	clear: both;
	margin: 0px;
  	padding-left: 5px;
  	padding-top: 7px;
}
.postmetadata{
	clear: both;
	margin: 0px;
  	padding-left: 0px;
  	padding-top: 7px;
}

.post_page{ /* un post in una pagina */
	padding-bottom:0px;
	background: url('images/pallone_24x24.png') no-repeat; 
	float:left; 
	clear:both;
	color: black;
	text-align: left;
	margin: 10px 0 10px;
	padding: 3px;
	width: 100%;
	font-style:italic;
}
.post_page h2 {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: auto;
	border-bottom: 1px solid #0505e8;
}

.commentlist{
	clear: both;
	margin: 0px;
  	padding-left: 30px;
  	padding-top: 5px;
}
.c_0 {
	background: #f6ffd5;
	margin: 1px 0 3px;
	border:1px solid black;
}
.c_1 {
	background: #f4eed7;
	margin: 1px 0 3px;
	border:1px solid black;
}

.menu_inside {
	list-style-position:inside;
	list-style-type:none;
	margin-left: 2px;
}

.menu_inside {
	font-size: 20px;
}

#banner {
	margin-top: 5px;
}
#banner img {
	margin-top: 2px;
	border: 1px solid #000000;
	width: 148px;
	height: 118px;
}
