/*
Theme Name: melaiPhone - mrb Network
Theme URI: http://www.diplod.it/
Description: Tema per il Network di MrB
Version: 2.0
Author: Davide Del Monte
Author URI: http://www.davidedelmonte.it/

	melaiPhone - mrb Network
	 http://www.diplod.it/

	Created by Davide Del Monte, special thanks to Styleshout: http://www.styleshout.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/********************************************
   HTML ELEMENTS
********************************************/ 

* { margin: 0; padding: 0;}

/*body e tipografia */
body { 
	background: #2c2e30 url(images/bg.gif) repeat-x bottom center;
	font: .76em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6{ font-size: 0.9em; }
h1, h2, h3, h4, h5, h6 {
	margin: 0.7em 0 0.2em;
	font-family: Trebuchet, Tahoma, Sans-serif;
	font-weight: bold;
}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.5em}

/*margini e padding */
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
address, blockquote, dl, form, fieldset, ol, table, p, pre, ul {
  margin-top: 0.2em; margin-bottom: 1.2em 
}

/* links */
a, a:visited {	
	color: #2971A7; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
}

/* imagini */
img {
	border: 1px solid #dadada;
	padding: 5px;
	margin: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.no-border {
	border: none;
}
img.no-format {
	border: none; padding:0; margin: 0;
}

/* varie comuni*/
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.1em/1.4em Trebuchet, Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

/* tabella 
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* fine tabella */

/* form elements */
form {
	margin: 15px;
	padding: 10px;
	border: 1px solid #dadada; 
	background: #fafafa;
}
label {
	display: inline;
	font-weight: bold;
	margin: 2px 0;
}
legend {
	color: #666;
}
input {
	padding: 4px;
	margin: 3px 2px;
	border: 1px solid #dadada;
	font: normal 1.1em Verdana, Trebuchet, Tahoma, sans-serif;	
	color: #666;
}
textarea {
	width: 80%;
	padding: 4px;
	border: 1px solid #dadada;
	font: normal 1.1em Verdana, Trebuchet, Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666;
}
input.button { 
	margin: 3px 0;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #dadada;
	padding: 2px 3px; 	
	background: #ebebeb url(images/post-footer.gif) repeat-x top left;
}
input:focus, input:active, textarea:focus, textarea:active {
	border: 1px solid #2971A7;
	background: #fafafa;
	color: #000;
}

input#author {
	background: #fff url(images/icons/vcard.png) no-repeat center left;
	padding-left: 18px;
}
input#email{
	background: #fff url(images/icons/email.png) no-repeat center left;
	padding-left: 18px;
}
input#url {
	background: #fff url(images/icons/house.png) no-repeat center left;
	padding-left: 18px;
}

/* search form - feed form */
.searchform, .feedform {
	background: url(images/search-box2.gif) no-repeat center top;
	border: none;	
	margin: 15px 0 15px 10px;
	padding: 5px 10px 0 10px;
	height: 55px;
	width: 295px;
	overflow: hidden;
	color: #666;
}
.feedform {
	background: url(images/rss-box2.gif) no-repeat center top;
}
.searchform p, .feedform  p { margin: 0; padding: 0; }
.searchform input.textbox, .feedform  input.textbox { 
	width: 140px;
	padding: 2px; 
	border: 1px solid #dadada;
	vertical-align: top;
}
.searchform input.textbox:active, .searchform input.textbox:focus, .feedform input.textbox:active, .feedform input.textbox:focus {
	border: 1px solid #2971A7;
	background: #fafafa;
	color: #000;
}
.searchform input.button, .feedform input.button { 
	width: 60px;
	vertical-align: top;
}
/* fine form elements*/

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

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

/* header */
#header {
	height: 130px;
	text-align: left;
	margin-top: 20px;
	/*background: transparent url(images/header.gif) no-repeat center top;*/
}
#header-content {
	position: relative;
	margin: 0 auto; 
	padding: 0;
	height: 130px;
	background: url(images/header2.gif) no-repeat top left;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 32px Trebuchet, Tahoma, Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #555657;
	
	/* posizione del titolo principale */
	top: 26px; left: 160px;	
}
#header-content h1#logo-text span { 
	color: #7DA5CC;	/*secondo colore del titolo*/
}
#header-content #slogan {
	position: absolute;	
	font: bold 13px Trebuchet, Sans-serif;
	text-transform: none;
	margin: 0; padding: 0;
	color: #968e81;
	letter-spacing: -1px;
	
	/* posizione dello slogan */
	top: 70px; left: 160px;
}
#header-left {
	float: left;
	/*background: #fff url(images/header-left-bg.gif) no-repeat top left;*/
	height: 100px;
	width: 590px;
	margin: 0;
	padding: 0;
}
#header-right {
	float: right;
	/*background: #fff url(images/header-right-bg.gif) no-repeat top right;*/
	height: 80px;
	width: 340px;
	margin: 0;
	padding: 10px;
	color: #dadada;
}
#header-right #network-toggle {
	position: absolute;
	width: 200px;
	height: 60px;
	line-height: 60px;
	right: 0px;
	top: 40px;
	margin: 0;
	padding: 0 13px 0 22px;
	font-weight: bold;
	outline: none;
}
#header-right a#network-toggle:hover {
	background: url(images/network-hover.gif) no-repeat top right;
}
#feed {
	position: absolute;
	top: 45px;
	right: 345px;
}

#technorati {
	position: absolute;
	top: 115px;
	right: 345px;
}

/* Navigation */
#nav {
	clear:left;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	/*background: #fff url(images/nav-bg.gif) no-repeat bottom left;*/
	background: #2c2e30;
	height: 30px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #ccc;
	font: bold 12px/30px Trebuchet, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fafafa;
	background: #464749 url(images/nav-hover.gif) no-repeat center top;
}
#nav ul li#current a {
	color: #7DA5CC;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #2c2e30;		
	width: 100%;
}
#content {
	text-align: left;
	padding: 0; 
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 350px;
	padding-left: 10px;
	overflow: hidden;
	background: #fff url(images/sidebar-corner.gif) no-repeat bottom right;
}
#side-left {
	float: left;
	width: 170px;
	border-right: 1px solid #dadada;
	overflow: hidden;
}
#side-right {
	float: right;
	width: 170px;
	overflow: hidden;
}
#sidebar h2 {
	font: bold 1em/16px Trebuchet, Tahoma, Arial, Sans-serif;
	padding: 10px 0 5px 0 5px; 
	color: #2971A7;	
}
#sidebar ul.sidelist { /*lista principale*/
	list-style: none;
	margin: 5px 15px 5px 0;
	padding: 0;
	background: none;		
}
#sidebar ul.sidelist li {
	border-bottom: 2px solid #dadada;
}
#sidebar ul.sidemenu { /*lista singoli widget*/
	list-style: none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: Trebuchet, Tahoma, Sans-serif;		
}
#sidebar ul.sidemenu li {
	padding: 0;
	list-style: none;
	border: none;
}

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

#sidebar ul.sidemenu li a {
	text-decoration: none;
	padding: 2px;
}
#sidebar ul.sidemenu li a:hover {
	background: #fff url(images/sidebar-hover.gif) repeat-y top left;	
	color: #333;
	border-left: 3px solid #2971A7;	
	padding-left: 15px;
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}
#sidebar ul li ul li {
	padding: 0;
	list-style: none;
	border: none;
	border: none !important;
}
#sidebar ul li {
	list-style: none;
}


/* network */
#network {
	float: right;
	width: 350px;
	padding-left: 10px;
	overflow: hidden;
	background: #2c2e30;
	color: #fafafa;
}
#network a {
	color: #7DA5CC;
}
#network a:hover {
	color: #fafafa;
}

/* main */
#main {
	float: left;
	width: 540px;
	margin: 0; 
	padding: 10px ;
	overflow: hidden;
	background: #fff url(images/main-corner.gif) no-repeat bottom left;
}
#main p a:hover {
	padding-bottom: 0;
	border-bottom: 2px solid #dadada;
}
#main h1 { 
	font: bold 1.6em Trebuchet, Arial, Sans-serif;
	color: #646464;	
	padding-bottom: 0;	
	/*background: url(images/separator.gif) repeat-x bottom;*/
}
#main h1 a {
	color: #646464;
	text-decoration: none;
}
#main h1 a:hover {
	background-color: #555657;
	color: #fff;
}

/* footer */
#footer-wrap {
	clear: both;
	margin-top: 10px;
	text-align: left;
	padding: 10px 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #7DA5CC;
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	font: bold 1em Trebuchet, Tahoma, Arial, Sans-serif;
	color: #ccc;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #ccc;
	margin: 0 auto; 
	padding: 10px 0;
	background: #464749;
	border: 1px solid #222;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;
}
#footer-columns li {
	border-top: 1px solid #eee;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .3em 0 .3em .2em;
	width: 96%;
}
#footer-columns .col3, .col3-center, .col3-dx {
	float: left;
	width: 270px;
	margin-left: 10px;
	color: #ccc;
}
#footer-columns .col3-dx {
	margin-left: 40px;
}

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

/***********************
	  MISC
************************/

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .90em;	
	padding-top: 0;
	color: #aaa;
	border-top: 1px solid #dadada;
	margin-bottom: 15px;
}
.post-by a {
	background: none;
}
.post-footer {
	color: #666;
	font: normal .9em/16px Trebuchet, Tahoma, Arial, Sans-serif;
	text-align: right; 
	background: #ebebeb url(images/post-footer.gif) repeat-x top left;
	border-top: 1px solid #dadada; 
	border-bottom: 1px solid #dadada; 
	padding: 4px 10px;
	margin: 10px 0;
}
.post-footer p { 
	padding: 0;
	margin: 0;
}
.post-footer a {
	background: none;
}
.post-footer .date {
	background: url(images/icons/clock_red.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(images/icons/comment.png) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(images/icons/page.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .tag {
	background: url(images/icons/tag_purple.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .category {
	background: url(images/icons/folder.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

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

div.data span.d {
	display: block;
	font-size: 140%;
    font-weight: bold;
    color: #666;
    }

div.data span.m {
	text-transform: uppercase;
	font-size: 90%;
	}
/*commenti*/
ol.commentlist {
	padding: 0;
	margin: 0;
}
ol.commentlist li {
	border-bottom: 2px solid #dadada;
	list-style: none;
	overflow: auto;
	margin-bottom: 10px;
}
ol.commentlist li img {
	border: none;
	padding: 0;
	margin: 1px;
}
.comment-author {
	float: left;
	width: 130px;
	padding: 5px 30px 5px 5px;
	background: #dadada url(images/comment-author.gif) no-repeat top right;
	margin-right: 5px;
	overflow: hidden;
}
.commentmetadata {
	font-size: .8em;
}

/*plugin */
#sidebar .democracy form {
	margin: 5px;
	padding: 5px;
}
#sidebar .democracy label {
	font-weight: normal;
	margin: 0;
}

/*sidebar icon*/
#sidebar h2.most-commented {
	background: url(images/icons/rosette.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.most-read {
	background: url(images/icons/award_star.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.polls {
	background: url(images/icons/chart_pie.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.categories {
	background: url(images/icons/bricks.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.blogroll {
	background: url(images/icons/world_link.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.archive {
	background: url(images/icons/box.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.coffe {
	background: url(images/icons/cup.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.commenti {
	background: url(images/icons/comments.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.tag {
	background: url(images/icons/tag.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.zoom {
	background: url(images/icons/camera.png) no-repeat left top;
	padding-left: 20px;
}
#sidebar h2.mac {
	background: url(images/icons/mac.png) no-repeat left top;
	padding-left: 20px;
}
