/*
	Theme Name: BMEE
	Description: Barbera Meeting
	Author: Digital Natives
	Author URI: http://www.digitalnatives.it/
	Version: 1.0 
*/

/* LAYOUT */

body {
	background: url(images/bodybg.png) top center fixed #F0F0F0;
	text-align: center;
	}

#wrapper {
	padding:0;
	}

#container {
	background: url(images/container-background.png) top center repeat-x #FFF;
	width: 978px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
	font-family: georgia, serif;
	color: #3E3E3E;
	}

#contentwrap {
	}

a {
	color: #8B2346;
	}

a:hover {
	color: #bc083f;
	}

a:visited { color: #31050c; }

/* HEADER */

#header {
	height: 130px;
	background: url(images/headergrappolo.jpg) top right no-repeat;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 34px 0 0 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	}


#header h2 {
	color: #8c8c8c;
    padding-left: 15px;
	font-size: 14px;
	}
    
.logoimg {
    margin: 20px 0 0 20px;
    }
    
#fbframe {
	width: 340px;
	margin: 10px;
	float: left;
}

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 34px;
    margin-top: 15px;
	}
	
#pagemenu {
	height: 30px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    background: url(images/pagenav-separator.png) right center no-repeat;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #c4bdc8;
	display: block;
    margin: 0px 6px 0px 0;
	padding: 10px 10px 10px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #fff;
	display: block;
	text-decoration: none;
    
	}
	
#pagemenu  li.current_page_item a {
	color: #fff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 13px 0 0 0;
	}

.topright a {
	color: #dfdfdf;
	text-decoration: none;
	font-size: 11px;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
	}

.topright a:hover {
    color: #ffc703;
    }

#navcontainer {
	height: 35px;
	display: block;
	overflow: hidden;
    padding: 0 0 0 10px;
    background: #8B2346;
	}
    
#navcontainer a:hover {
	background-color: #d97585;
	}
	
/* CONTENT */

#content {
	background-color: #fff;
	padding: 0;
	}

#homecontent { width: 610px; float: left; }
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	padding: 0 15px;
	margin: 0 0 15px 0;
	border-top: 2px solid #AAA;
	line-height: 30px;
	font-size: 30px;
	height: 30px;
	text-align: right;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #DDD;
	background: url(images/strisciagrigia.gif) center #F0F0F0;
	}

.posttitle {
	padding: 10px 15px;
	margin: 0;
	border-top: 2px solid #DDD;
}
	
.title a {
	text-decoration: none;
	color: #2c2e2e;
	}

.title a:hover {
	text-decoration: underline;
    color: #49275a;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	text-decoration: underline;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	background: #7a7a7a;
	color: #fff;
	text-decoration: none;
    font-size: 12px;
	}

a.readmore:hover {
	background: #8B2346;
	}


.postdate {
	font-size: 13px;
    font-style: italic;
    color: #8a8a8a;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	color: #474747;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	line-height: 20px;
	margin: 8px 15px;
	font-size: 14px;
	}
    
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 20px 20px 0;
	}

.alignright {
   float: right;
   margin: 0 0 20px 20px;
   }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.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;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 10px 10px 0;
    font-size: 15px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #555;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#617c02;
	}
	
	
#search {
    border: 1px solid #bbbbbb;
    height: 26px;
    padding: 2px;
    background: #ebebeb;
    text-align: right;
}

#search:hover {
    border: 1px solid #ff915b;
    }

#search input {
	border: 0;
    background: none;
    color: #7e7e7e;
}
	
	
#s {
	width: 257px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 10px;
}
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 4px 0 4px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


.rssbox {
	background: #e9e9e9;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.rssbox:hover {
    border: 1px solid #ff915b;
    }

.rssbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.rssbox a:hover {
	color: #de4a02; 
	text-decoration: underline;
	}

.twitterbox {
	background: #e9e9e9;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.twitterbox:hover {
    border: 1px solid #ff915b;
    }
	
.twitterbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.twitterbox a:hover {
	color: #de4a02; 
	text-decoration: underline;
	}
	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 6px 0 5px 12px;
	background: url(images/sidebar-tab.png) left center repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cd4d00;
    border-bottom: 1px solid #ff915d;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #eef0f4;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eef0f4;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	padding: 3px;
	text-align: right;
	font-size: 10px;
	background: #313131;
	color: #CCC;
	font-family: verdana, sans-serif;
	}

#footer a, #footer a:visited { color: #EEE; }
#footer a:hover { color: #FFF; }

#footer2 {
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #747474;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond { margin: 20px; }
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}
.widget_addn{
	position: absolute;
	left: -450px;
	top: -400px;
	}
	
	
	
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin:1.25em 0; color: #8B2346;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.showgrid {background:url(src/grid.png);}

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.flickrpress-container { background: #F0F0F0; }
#homecontent .flickrpress-container img { width: 75px; height: 75px; }
#homecontent .flickrpress-container .flickr_item { margin: 1px !important; padding: 1px !important; }
.entry .flickr_item { width: 240px; background: none !important; border: none !important; }
.entry .flickr_item img { border: 1px solid #999; }
#gotogallery { display: block; padding: 1px 5px; text-align: right; color: #555; padding-right: 35px; font-size: 11px; text-decoration: none; background: url(images/gotogallery.png) no-repeat center right #DDD; }
#gotoyoutube { display: block; padding: 1px 5px; text-align: right; color: #555; padding-right: 35px; font-size: 11px; text-decoration: none; background: #DDD; position: relative; top: -20px; }


#newsstrip .post { width: 190px; margin: 2px 5px; float: left; height: 140px; overflow: hidden; border-bottom: 0; padding: 5px 0; }
#newsstrip { height: 140px; clear: left; }
#newsstrip .entry { font-size: 12px; line-height: 120%; margin: 0; padding: 0; }
#newsstrip .title { margin: 0; font-size: 14px; background: none; border-bottom: 0; padding: 10px 3px 5px 3px; text-align: left; line-height: 100%; font-weight: bold; }

.editlink a { display: block; text-align: right; border-bottom: 1px dotted #DDD; padding: 2px 15px; color: #999; position: relative; top: -10px; font-size: 11px;}

.slideInfoZone p { display: none; }

#socialbox { margin: 10px auto 0 auto; text-align: right; width: 980px; }
#socialbox img { margin: 0 5px; }

#page { margin: 0 20px; }

.simplepie { margin-bottom: 10px; }
.simplepie #pietitle a { text-decoration: none; color: white; font-weight: normal; }
.simplepie #pietitle { font-weight: bold; border: 0; background: url(images/blogbg.gif) bottom left no-repeat #8B2346; color: white; text-align: right; }
.simplepie h4 { width: 160px; float: left; margin: 0 2px; height: 30px; padding: 8px 4px 8px 30px; font-size: 12px; background: url(images/us.gif) center left no-repeat #F0F0F0; overflow: hidden; }

#videoBar-bar { margin: 10px 0; background: url(images/videottl.gif) no-repeat; padding-left: 30px; }
.gsc-branding { display: none; }
#videoBar-bar td { text-align: center; }

/* colors

Purple #8B2346;
Purple chiaro #bc083f;
rosa #d97585
rosino #ffe9ef
bordeaux scuro #31050c
Grigio #3E3E3E;
*/