/*
Theme Name: LV Widget Theme
Theme URI: http://buddypress.org
Description: Il tema usato per le pagine principali di Linevariegata, creato da Giulio modificando BuddyPress Widget Theme 1.2.1.
Version: 1.5
Author: modemlooper, borgopio
Template: bp-default
Tags: buddypress, three-columns
*/

/* Inherit the default theme styles */

@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */

@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );


#header{
	margin-bottom:30px;
	padding-top:0;
        background-image:none !important
}

#header #lvhead{
	width:936px;
	margin:auto;
	padding-bottom:10px;
	padding-top:10px;
}

#header #navigation {
	float:left;	
	text-align:left;
	width: auto;
}

#header ul#nav{
	position:relative;
	left:15px;
	z-index:20;
	margin: 0;
}

/** nel caso volessi implementare un menu a tendina devi usare questi stili insieme alle modifiche in header.php

/*ul#nav li{
	position:relative;
}

#nav2 ul{
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 0px;
	top: 30px;
	border:0;
}

#nav2 ul li a {
	display: block;
	background:#666666;
	border-top: solid 1px #f6f6f6;
	padding:5px;
	margin:0;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}

#nav2 ul li a:hover {
	background:#f6f6f6;
	color: #666666;
}

#nav2 ul li{
	float:left;
	width:70px;
	border:#666666;
	position:relative;
	margin:0;
}

#nav2 a:hover  ul, #nav2 a:hover  ul li{
	visibility: visible;
}

*/
#header #search-bar{
    bottom: 5px;
    float: right;
    position: relative;
    width: auto;
    z-index: 10;
}

#header #search-bar .padder{
	padding-top:0;
}

#footer{
	height:280px;
	background:transparent url(images/lineavariegata-gr.jpg) no-repeat scroll 10px 50%;padding:25px 0;float:left;width:100%;
}

#footer p, #footer #paypal{
text-align:right;
line-height:120%;
}


.flexipages_widget li{
	font-size:x-large;
}

/* Wide Thin Thin */

#first-section {
	margin-right: 560px;
}

body.home #content {
	padding-bottom: 20px;
}

#second-section {
	float: right;
	width: 260px;
	margin-right: 20px;
}

#third-section {
	float: right;
	width: 260px;
}

/*#fourth-section {
	float: right;
	width: 540px;
	margin-left: 20px;
	clear: both;
	height:120px;
	padding-top:10px;
	padding-bottom:0px;
}

#right-section{
	width:560px;
	float:right;
}
*/
/*Thin Wide Thin */

#first-section-2 {
	width: 250px;
	float: left;
	position: relative;
}

#second-section-2 {
	max-width: 650px;
	float: left;
	left: 275px;
	position: absolute;
	right: 275px;
}

#third-section-2 {
	width: 250px;
	float: right;
	position: relative;
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
	color: #444444;
}

.padderHome {
	margin: 20px;
}

#col-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

/*INIZIO mantiene le impostazioni per il widget con gli avatar degli ultimi utenti */
.widget .avatar-block {
	min-height: 50px;
	overflow: hidden;
        padding-left:15px
}

#third-section ul.item-list img.avatar {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
#third-section div.item-avatar img {
			width: 40px;
			height: 40px;
			margin: 1px;
		}

#third-section .avatar-block { overflow: hidden; }

/*FINE mantiene le impostazioni per il widget con gli avatar degli ultimi utenti */

/*.post-content img {
	max-width: 550px;
}
*/

/*.new_forum_post .activity-inner img {
	width: 150px;
	height: 150px;
}
*/

#community_menu{
	border-bottom:3px solid #F6F6F6;
        margin-right:280px;
}

#community_menu ul{
	padding-top:10px;
	padding-bottom:7px;
	margin-left:20px;
}

#community_menu li{
	display:inline;
	padding-right:20px;
	font-size:100%;
}

div#third-section div#sidebar-me {
	padding: 20px;
}

div#third-section div#sidebar-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}

div#third-section div#sidebar-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    
	}
    .holygrail .colmid {
        float:left;
        width: 200%;
        margin-left: -200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left: 450px;         	/* Left column width + right column width */
        
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	margin: 0 315px 0 215px;
}
    .holygrail .col2 {
        float:left;
        float:right;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
	width: 250px;
}
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width: 250px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

#container{float:left;}

#commentform .form-submit{
clear: both; 
margin-top: 20px;
padding-top:20px
}

#captchaImgDiv div{
float:left;
}

#captchaInputDiv label{
  padding-top:0;
  margin-top:0;
}

#captchaInputDiv{
margin-right:10px;
padding-right:10px;
}

/*
.padderHome ul#blog-post-list li{
   width:250px;
   height:250px;
   display:block;
   float:left;
   margin-right: 15px;
}

ul.activity-list > li:first-child {
   padding-top:-5px;
}

.padderHome ul#blog-post-list li img{
   width:30%;
   height:30%;
}
*/


#first-section ul.activity-list > li:first-child{width:auto}
/*#first-section ul.activity-list li {float:left;width:250px; overflow:hidden}
#first-section ul.activity-list li .activity-inner img{width:60px;height:60px}*/
#first-section li{padding:5px 0;border:0}

#first-section .activity-header .time-since {color:#555555}
#first-section .activity-header a:first-child{
-moz-border-radius:4px 4px 4px 4px;
background:none;
border-bottom:none;
border-right:none;
color:#555555;
margin-right:-8px;
padding:3px 8px;
text-decoration:none;
font-size:1.4em;
font-weight: bold;
margin-left:-3px;
}
#first-section .activity-header a:hover{background: #555555 !important}
#first-section .activity-header {line-height: 1.7em;padding-left:10px}
#first-section .dispari .activity-header{text-align: right;padding-right:10px}
#first-section .dispari .activity-avatar{float:right}
#first-section .activity-content{padding:5px 0 0 0;}
#first-section .dispari .activity-content {background:#C3D9FF;margin-right:80px;position:relative;margin-left:5px;
                  /*-moz-box-shadow:-1px 1px 5px #888888;
                  -webkit-box-shadow:-1px 1px 5px #888888;*/
                  border: 1px solid #C3D9FF;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
}
#first-section .pari .activity-content {background:#EEEEEE;margin-left:80px;position:relative;
                  /*-moz-box-shadow:1px 1px  5px #888888;
                  -webkit-box-shadow:1px 1px 5px #888888;*/
                  border: 1px solid #EEEEEE;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  margin-right:5px;
}
#first-section .pari .activity-avatar{float:left;}
#first-section .activity-inner img{height:60px}
#first-section .activity-inner img.wp-smiley{height:15px;}


#first-section .pari .activity-avatar{margin:0 15px 0 5px;}
#first-section .dispari .activity-avatar{margin:0 5px 0 15px;}
#first-section .activity-avatar{position:relative;}
#first-section .activity-avatar img.avatar{margin:0;padding:0;}

.chat-bubble-arrow {  
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
}
.pari .chat-bubble-arrow{border-color: transparent #EEEEEE transparent transparent;top:20px;left:-20px;}
.dispari .chat-bubble-arrow{border-color: transparent transparent transparent #C3D9FF;top:20px;right:-20px;}

.activity-header .where {color:#555555}
.dispari .activity-header .where{margin-right:2px}
.pari .activity-header .where{margin-left:6px}

#contatti{clear:both;vertical-align:middle;}
#contatti p{width:145px;float:left;height:32px;text-align:left;padding:11px 0 0 5px;letter-spacing:1px;font-size:1.7em;color:#222222;font-weight:bold;/*text-shadow: 2px 2px 0px #fff;*/background:#EAEAEA}
#contatti:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contatti .lvfeed{margin:0 5px 0 10px;width:30px;border:1px solid #222222;-moz-border-radius: 5px; -webkit-border-radius: 5px;padding:5px;vertical-align:middle;}

#contatti a{border:0}

#contatti .lvfeed:hover{-moz-box-shadow: inset 3px 3px 5px #222222; /* Firefox */
  -webkit-box-shadow: inset 3px 3px 5px #222222; /* Safari, Chrome */
  box-shadow: inset 3px 3px 5px #222222; /* CSS3 */}

.padderHome #bbld_widget-4 li small{display:block;padding-left: 10px;border-bottom:1px dotted #999999}
#bp-default div#content .padder{margin-right:280px}
#bp-default div#sidebar {background: none;margin-top:0;margin-left:-281px;width:259px;margin-right: 20px;}
#bp-default div#sidebar .padder{padding-top:5px;padding-right:0}
#bp-default div#sidebar h3.widgettitle {margin-right:0}

