/*
Theme Name: Logopro
Theme URI: http://www.logopro.it/blog
Description: Tema per il nuovo sito Logopro.
Version: 2
Author: Ecmedia
Author URI: http://ec-media.it/
Tags: grey, fixed width, two columns, widgets
Text Domain: logopro

	This theme was designed and built by Elisa Cucco,
	whose website you will find at http://ec-media.it/

	The CSS, XHTML and design are protected by copyright.

*/

body {
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#474747;
	background:#474747;
	text-align:center;
}

/* --------------------------------------------- elementi di uso comune --------------------------------------------- */

a {
	text-decoration:none;
	font-weight: bold;
	color:#474747;
}

a img {
	border:none;
}

p {
	margin:0;
	padding:3px 0 10px 0;
}

h1 {
	margin:0;
	padding:10px 0;
	color:#474747;
	font-weight:normal;
	font-size:35px;
	text-align:left;
	line-height:40px;
}

h2 {
	margin:0;
	padding:7px 0;
	color:#96bf0d;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	line-height:30px;
}
h2 a{
	color:#96bf0d;
}

h3 {
	margin:0;
	padding:3px 0;
	color:#ff8315;
	font-size:14px;
}
h3 a{
	color:#ff8315;
}

/* -------------------------------------------------- classi di uso comune ---------------------------------------------- */

.left {
	float:left;
}

.right {
	float:right;
}

.spacer {
	clear:both;
	height:0;
	width:0;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

.padding {
	padding:15px;
}

.hi {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

.row {
	padding:10px 0;
}

.big-title {
	color:#ff8315;
	font-size:30px;
	padding-bottom:10px;
}

/* ------------------------------------ struttura di base comune a tutte le pagine ------------------------------------------ */

#top {
	background: url(images/pattern-top.jpg) repeat-x 0 0;
	min-height:123px;
  	height:auto !important;
  	height:123px;
	text-align:center;
	position:relative;
	z-index:100;
}

#bottom {
	background:url(images/pattern-bottom.jpg) repeat-x 0 0;
	min-height:150px;
  	height:auto !important;
  	height:150px;
	text-align:center;
	position:relative;
	z-index:0;
}

#bottom a {
	color:#eeeeee;
	font-weight:normal;
}

#center {
	background:#FFFFFF url(images/sfondo-main.jpg) repeat-x bottom left;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	text-align:center;
	z-index:0;
	position:relative;
}

#top-content, #bottom-content, #center-content {
	margin:0 auto;
	text-align:left;
	width:900px;
	position:relative;	
}

#center-content {
	padding-bottom:40px;
}

#top-content,#bottom-content {
	width:925px;
}

/* utility menu -- in alto a destra */

#utility-menu {
	float:right;
	margin-top:10px;
	font-size:11px;
	height:14px;
	padding-right:20px;
}

#utility-menu a {
	color:#999999;
	font-weight:normal;
}

#utility-menu a:hover,#utility-menu a.current  {
	color:#ff8315;
}

/* fine utility menu */

#logo {
	height:120px;
	width:250px;
	float:left;
}

/* footer */

#footer1, #footer2, #footer3 {
	width:200px;
	margin:0 15px;
	text-align:left;
	float:left;
	color:#DDDDDD;
	padding-top:10px;
	font-size:10px;
	border-right:1px solid #333333;
	height:120px;
}

#footer1 {
	font-size:11px;
	line-height:15px;
}

#footer4 {
	float:right;
	color:#666666;
	padding-top:10px;
	font-size:10px;
	padding-right:26px;
}

/* fine footer */

#info {
	float:left;
	width:272px;
	padding:20px 0 120px 0;
}

#info ul {
	list-style:none;
	margin:0;
	padding:10px 20px;
}

#info li {
	list-style-type:none;
	margin:0;
	padding:2px 0;
}

#content {
	float:right;
	padding:20px 0 120px 0;
}

.narrowcolumn {
	width:600px;
	line-height: 1.4em;
}

.widecolumn {
	width:900px;
	line-height: 1.6em;
}

#content a {
	color:#96bf0d;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#ff8315;
}

/* box newsletter */

#newsletter {
	width:272px;
	height:150px;
	background:url(images/newsletter.jpg) no-repeat 0 0;
}

#newsletter form {
	padding:105px 50px 7px 30px;
}

#newsletter #n-email {
	color:#666666;
	font-style:italic;
	border:1px solid #e64c0e;
	padding:4px;
	font-size:11px;
	float:left;
	width:135px;
}

#newsletter #invia {
	float:right;
}

/* fine box newsletter */

#searchform {
	width:245px;
}

#searchform label {
	color:#96bf0d;
	font-weight:bold;
	font-size:12px;
	display:none;
}

#searchform #s {
	width:130px;
	background:#FFFFFF;
	border:1px solid #96bf0d;
	padding: 5px;
	height:17px;
	float:left;
	margin:5px 0;
}

#searchform #searchsubmit {
	background:url(images/cerca.gif) no-repeat 0 0;
	border:0;
	cursor:pointer;
	height:0;
	padding-top:39px;
	width:94px;
	float:right;
}

#searchform {
	margin:10px 0;
}

/* blog */
select {
	width: 130px;
	}

.commentmetadata {
	font-size:9px;
}

#commentform {
	background:#f7f7f7;
	padding:20px 20px 35px 20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 540px;
	padding: 2px;
	border:1px solid #96bf0d;
	}
#commentform #author {
	padding: 2px;
	border:1px solid #96bf0d;
}
#commentform #email {
	padding: 2px;
	border:1px solid #96bf0d;
}
#commentform #url {
	padding: 2px;
	border:1px solid #96bf0d;
}
#commentform #submit {
	background:url(images/invia.gif) no-repeat 0 0;
	border:0;
	cursor:pointer;
	height:0;
	padding-top:39px;
	width:83px;
}
*html #commentform #submit {
	height:39px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.commentlist .even, .commentlist .alt {

	border-left: 1px solid #ddd;
	padding-left:5px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.post {
	border-bottom:1px solid #646464;
	padding-bottom:15px;
	margin-bottom:15px;
}