/*
Theme Name: Rizzi Volley
Theme URI: http://www.tammax.it
Description: Rizzi Volley <a href="http://www.tammax.it">Tammax.it</a>. Per la Rizzi Volley Udine.
Author: Tammax
Author URI: http://www.tammax.it
Version: 1.0
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL license</a>.
*/

/********************************************
   CREDITS:   			http://www.tammax.it
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .86em/1.7em  Georgia, tahoma, sans-serif;	 
	text-align: center;
	background: #1322ef url(images/bgtesta.jpg) repeat-x 0 0; /*con header1: 001342*/
	color: #333;
}

/* links */
a {
	color: #02b0e6;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Georgia, 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #40362d;
}
h1 { font-size: 2.4em; } 
h2 { font-size: 1.9em; text-transform:uppercase;}
h3 { font-size: 1.7em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	border: none;
	padding: 5px;
	margin: 0;
}
img.no-format {
	border: none;
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}

code {
  margin: .6em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: #fafafa;
  border: 1px solid #b5c2ff;   
}
acronym {
  cursor: help;
  border-bottom: 1px solid #b5c2ff;
}
blockquote {
	margin: .6em 15px;
 	padding: 5px 0 5px 28px;  
	border: 1px solid #b5c2ff;
	background: #fafafa; 
  	font: bold 1.1em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #968e81;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #dadada;
	border-bottom: solid 2px #b5c2ff; 
	border-top: solid 2px #b5c2ff;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 1px 15px 10px 15px; 
	padding: 10px;
	border: 5px solid #eaeaea;
	background-color: #fafafa; 
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	font-weight:bold;
	margin: 0;	
}
input {
	padding: .3em;
	margin: 2px;
	border: 2px solid #968e81;
	font: normal 1em Georgia, Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 80%;
	padding: .3em;
	font: normal 1em/1.5em Georgia, Verdana, sans-serif;
	border: 2px solid #968e81;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Georgia, Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #b5c2ff;
	border: 2px solid #02b0e6;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 200px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	padding: .4em;
	margin: 0;
	border: 2px solid #968e81;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav, #footer-columns {
	width: 950px;	
	margin: 0 auto;
}

/* box */
.box {
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #eaeaea;
	background: #fff;
	overflow: hidden;
	width: 560px;
}

.box-classifica {
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #eaeaea;
	background: #fff;
	overflow: auto;
	width: 560px;
}



/* header */
#header {
	height: 290px;
	text-align: left;	
	background: transparent url(images/header-blog.gif) no-repeat center top;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 38px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #40362d;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 100px; left: 350px;	
}
#header-content h1#logo-text span {
	color: #68B5F0;	
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #968e81;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 340px; left: 350px;
}

/* header right sidebar */
#header-right {
	position: absolute;
	height: 120px;
	width: 340px;
	background: #FFFF00 url(images/header-rightbg.gif) no-repeat top center;
	top: 200px;
	right: 0px;
	padding: 0;
}


/* Navigation */
#nav {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 580px;
	margin: 0 auto;
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0; padding: 0;

}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 2px;
	padding: 3px 10px;
	color: #FFF;
	font: bold 18px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	border: 1px dotted #f8651c;
}
#nav ul li a:hover, 
#nav ul li a:active {
	/*color: #968e81;
	background: #eaffff;*/
color:#1322ef;
background: #ffff00;
font-weight:bold;
	/*background: url(images/nav-current.jpg) no-repeat center bottom;*/
}
#nav ul li#current {	
	/*background: url(images/nav-current.jpg) no-repeat center bottom;		*/
}
#nav ul li#current a {
	/*color: #f8651c;*/

}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #1322ef;		
	width: 100%;
}
#content {
	text-align: left;
	width: 930px;
	padding: 10px 10px 0 10px; 
	margin: 10px auto;
	background: #dadada url(images/content-angle.gif) no-repeat top left;
	
}
#content-classifiche {
	text-align: left;
	width: 930px;
	padding: 10px 10px 0 10px; 
	margin: 10px auto;
	background: #dadada url(images/content-angle.gif) no-repeat top left;
	
}

/* sidebar */
#sidebar {
	float: right;
      position: relative;
	z-index:2;
	width: 340px;
	background: #FFFF00 ;
	top: -10px;
	left: 10px;
	padding: 0;
}
#sidebar a {
	color: #968e81;	
}
#sidebar h2, #sidebar h3 {
	font: bold 1.5em Georgia, 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 0; 
	color: #40362d;	
}
#sidebar ul.sidemenu, #sidebar ul {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: Georgia, 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar li {
	list-style: none;
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(images/sidebullet.png) no-repeat left top;		
}
.sidebarlistsponsor li {
	list-style: none;
        padding: 0 !important;
        margin:0 !important;

}
.sidebarlistsponsor ul {	
        padding: 10px 0 !important;
        margin:0 !important;

}

.sidebarlistsponsor ul, ol {
        padding: 0 !important;
        margin:0 !important;
}

*:first-child+html #sidebarsponsor {
position:absolute;
top: -20px;
} 


* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #968e81;	
	text-decoration: none;
	padding: .1em 0 .2em 20px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#sidebar ul.sidemenu li a:hover {
	background: #b5c2ff url(images/sidebullet.png) no-repeat left top;	
	color: #FFF;			
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar .sidebox, #sidebar .widgettitle {
	margin: 10px 15px 5px 10px;
	padding: 13px 0 0 0;
	background: url(images/separator.gif) repeat-x left top;
}
#sidebar .sep{
	background: url(images/separator.gif) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

/* main */
#main {
	margin: 0 0 10px 0; 
	padding: 0;
	width: 590px;
	float: left;
}
#main h1 { 
	font: bold 1.7em Georgia, 'Trebuchet MS', Arial, Sans-serif;
	color: #968e81;
	letter-spacing: 1px;		
	padding-bottom: 0;	
	/*background: url(images/separator.gif) repeat-x bottom;*/
}
#main h1 a {
	color: #f8651c;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	/*clear: both;*/
	margin-top: 1px;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #5B9CFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #E8F4FF;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 10px 10px 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(images/footer-dots.gif) repeat-x left top;	
}
#footer-columns li {
	background: url(images/footer-dots.gif) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: bold;
	padding: .5em 0 .5em 1em;
	width: 96%;
	color: yellow;
	font-size: 15px;
	
}

#footer-columns li a:hover{
background:#ffff00;
color:#1322EF;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
	color: #fff;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
/* WP alignment classes & WP caption */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
img.avatar {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}

/* additional classes */
.clear { clear: both; padding: 0; margin: 0px; }
.white {	color: #ccc; }
.green { color: #968E81; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
	float: right;
}

.post-by {
	font-size: .90em;	
	padding-top: 0;
	color: #aaa;
}
.post-footer { 
	text-align: left; 
	background: #fafafa;
	border: 1px solid #b5c2ff; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .category {
	background: url(images/cat.png) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .tag {
	background: url(images/tag.png) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

/*date*/
div.data {
	float: left;
	width: 36px;
	margin: 15px 10px 5px 0;
    text-align: center;
    color: #666;
	padding-bottom: 6px;
    background: #fff url(images/date.gif) no-repeat bottom left;
    line-height: 1.3em;
    }

div.data span.d {
	display: block;
	font-size: 150%;
    font-weight: bold;
    color: #666;
    padding-top: 6px;
    background: #fff url(images/date.gif) no-repeat top left;
    }

div.data span.m {
	text-transform: uppercase;
	font-size: 90%;
	}

/*comments*/
ol.commentlist li.altnoalt {
	border: 5px solid #eaeaea;
	background: #fff;
	padding: 0 10px;
	margin-bottom: 25px;
	overflow: auto;
	width: 550px;
	list-style: none;
}
ol.commentlist li.alt {
	border: 5px solid #eaeaea;
	background: #F2E2CA;
	padding: 0 10px;
	margin-bottom: 25px;
	overflow: auto;
	width: 550px;
	list-style: none;
}
p.commentmetadata {
	border-top: 1px dotted #968E81;
	padding: 3px 0;
}
h2.title-comments {
	padding-left: 35px;
	height: 31px;
	background: transparent url(images/comments.gif) no-repeat center left;
}
h2.title-comments a, p.p-comments a {
	/*background: transparent;*/
	color: #968E81;
	text-decoration: none;
}
p.p-comments {
	border-top: 1px solid #dadada;
	padding-top:5px;
	margin-top: 0;
}
input#author {
	background: #fff url(images/vcard.png) no-repeat center left;
	padding-left: 18px;
}
input#author:focus, input#author:active {
	background-color: #F2E2CA;
}
input#email{
	background: #fff url(images/email.png) no-repeat center left;
	padding-left: 18px;
}
input#email:focus, input#email:active {
	background-color: #F2E2CA;
}
input#url {
	background: #fff url(images/house.png) no-repeat center left;
	padding-left: 18px;
}
input#url:focus, input#url:active {
	background-color: #F2E2CA;
}

.navigation {
	text-align:center;
	font-size:16px;
	font-weight:bold;	      
	
}

.collapsArchList {
	padding:0 0 0 15px !important;
}

#recentcomments li a{
display:block !important;
padding:5px 10px 5px 2px !important;
}


/*stile pre slide immagini in progetti Adotta un progetto*/
.slidehome {
padding:0 0 0px 0px;
margin: 0 !important; 
                         
}

ul.ppt {
	position: relative;
	margin: 0 !important;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
margin: 0 !important;
}

.ppt img {
	
	padding: 0;
	
}
.slidebox1{
	padding:0px;
height:350px;
}

.slidebox2 {
	margin:0px 0 0px 0;
}
#sidebar-bottom {
	
	height: 20px;
	width: 340px;
	background: #FFFF00 url(images/bottom-rightbg.gif) no-repeat bottom center;
	top: 0px;
	right: 0px;
	padding: 0;
} 