/*
Theme Name: BuddyPress SanLino
Theme URI: http://www.parrocchiasanlino.org/wp-content/themes/bp-sanlino/
Description: Custom theme for BuddyPress.
Version: 1.0
Author: John D'Orazio e Giovanni Pompei
Author URI: http://johnrdorazio.altervista.org/
Template: bp-default
Tags: buddypress
*/

/*--------------------------------------------------------------
2.2 - Header
--------------------------------------------------------------*/
#header {
	background: #1fb3dd; /* Old browsers */
	background: -moz-linear-gradient(top, #1fb3dd 0%, #1fb3dd 15%, #394c79 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb3dd), color-stop(15%,#1fb3dd), color-stop(100%,#394c79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* IE10+ */
	background: linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	height: auto;
	margin-bottom: 20px;
	padding-top: 25px;
	position: relative;
	z-index: auto;
}
#logo {
  font-family: Comic Sans;
  text-shadow: 0px 0px 5px Black;
}
.stop-scrolling {
  height: 100%;
  width: 110%;
  overflow: hidden;
}
div#content .padder{
  border: none;
}

/* Customized CSS for Widgets */
div#sidebar {
	border-left: 1px solid #ddd;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
	float: left;
  /*
	margin-left: -226px;
	margin-top: -24px;
	margin-bottom: -24px;
  */
  width: 224px;
}

div#sidebar{
  background-image: url(php/gradient.php?from=CCC&to=FFFF66&direction=tl2br);  
}

div#sidebar .widget:first-child{
  margin-top:-25px;
  border-radius: 6px 6px 0px 0px;
}

div#sidebar h3.widgettitle {
  background-color: transparent;
  background-image: url(php/gradient.php?from=FFF&to=C2C2C2&direction=t2b);
}

div#sidebar .widget:first-child h3.widgettitle{
  border-radius: 6px 6px 0px 0px;
}

#facebook-likebox-2{
  height: 130px;
}
#facebook-likebox-2 iframe{
  margin: 0px 0px 0px -10px;
}
.padder1{
	padding: 0px 19px;
}

table.orari {
	/* border-collapse: collapse; */
	margin: 0px 0px 10px -6px !important;
}

table.orari .style1{
  color: #1c20d7;
}

table.orari td.tdleft{
	border: none;
	text-align: left !important;
  /*border: 1px solid LightGray !important;*/
	padding: 3px;
}
table.orari td.tdcenter{
	border: none;
	text-align: center !important;
  /*border: 1px solid LightGray !important;*/
	padding: 3px;
}
table.orari td.tdright{
	border: none;
	text-align: right !important;
  /*border: 1px solid LightGray !important;*/
	padding: 3px;
}

ul.xoxo.blogroll img{
  max-width: 16px;
}
