html {
	height: 100%;
	background-color: #eeeeee;
}

body {
	height: 100%;
	text-align: center;
	background-color: #eeeeee;
}

#container {
	text-align: left;
	margin: 30px auto;
	margin-bottom: 0;
	width: 860px;
	background-color: #fff;
}

#header {
	width: 860px;
	min-height: 235px;
	background: url(images/webblog.jpg) no-repeat right bottom;
	border-bottom: 1px solid #eee;
}

#header h1 {
	padding: 20px 0;
	height: 181px;
	width: 560px;
	background: url(images/logo.jpg) no-repeat center center;
	text-indent: -20000px;
}

#header h1 a {
	display: block;
	margin-left: 100px;
	height: 181px;
	width: 370px;
}

#header h2 {
	display: none;	
}

#header p, p#footer {
	clear: both;
}

#header p {
	margin-left: 20px;
	margin-bottom: 15px;
}

#header p a.home {
	padding: 10px 0;
	padding-left: 20px;
	background: url(images/comments.gif) no-repeat left center;
}

#header p a.back {
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/site.gif) no-repeat left center;
}

#content {
	float: left;
	width: 860px;
}

#post_list {
	float: left;
	width: 520px;
	margin: 20px;
}

.single_post {
	margin-bottom: 50px;
}

.single_post h2 {
	line-height: 1.2;
	margin-bottom: 10px;
}

.single_post.search h2 {
	line-height: 1.2;
	margin-bottom: 5px;
}

p.extra {
	border-top: 1px solid #eee;
	margin: 10px 0 0 0;
	padding-top: 10px;
}

p.extra.search {
	margin: 0 0 0 0;	
	padding-top: 5px;
}

span.category, span.edit a, span.comment a, span.rss a, span.trackback a {
	margin-right: 10px;
}

span.category {
	padding: 5px 0;
	padding-left: 20px;
	background: url(images/category_1.gif) no-repeat left center;
}

span.edit a {
	padding-left: 20px;
	background: url(images/edit.gif) no-repeat left center;
}

span.comment a {
	padding-left: 20px;
	background: url(images/comment.gif) no-repeat left center;
}

span.rss a {
	padding-left: 20px;
	background: url(images/rss.gif) no-repeat left center;
}

span.trackback a {
	padding-left: 20px;
	background: url(images/continua.gif) no-repeat left center;
}

a.more-link {
}

a.more-link {
	color: #ec8223;	
}

#sidebar {
	float: left;
	width: 240px;
	margin: 20px 20px 20px 0;
	background-color: #f6f6f6;
	padding: 20px;
}

#sidebar ul li h2, #sidebar ul li h3 {
	font-size: 18px;
	margin-bottom: -1px;	
}

ul.archives, ul.categories, ul.meta, li.pagenav ul,
li.widget ul {
	padding-top: 5px;
	margin-bottom: 10px;
}

ul.archives li, ul.categories li , ul.meta li, ul.rss li, li.pagenav ul li,
li.widget ul li {
	font-size: 12px;
}

ul.archives li a, ul.categories li a, ul.meta li a, ul.rss li a, li.pagenav ul li a,
li.widget ul li a {
	display: block;
	padding-left: 20px;
}

.widget ul li a { 
	background: url(images/meta.gif) no-repeat 0 center; 
}

ul.archives li a,
li.widget_archive ul li a {
	background: url(images/archive.gif) no-repeat 0 center;
}

ul.categories li a,
.widget_categories ul li a {
	background: url(images/category_archive.gif) no-repeat 0 center;
}

ul.meta li a,
.widget_meta ul li a {
	background: url(images/meta.gif) no-repeat 0 center;
}

ul.rss li a, li.pagenav ul li a,
.widget_rss ul li a {
	background: url(images/meta.gif) no-repeat 0 center;
}

ul.categories ul { 
	margin-left: 20px;
}

ul.categories li ul li a { 
	background-image: none; 
	background: url(images/meta.gif) no-repeat 0 center;
}

/*

#sidebar .widget_tag_cloud a { 
	padding-left: 12px;
	margin-right: 5px;
	background: url(images/meta.gif) no-repeat 0 center;
}

*/


#sidebar h3.tag_cloud { 
	margin-bottom: 3px;
}

#sidebar .widget_tag_cloud a,
#sidebar ul.cloud a { 
	color: #7a7a7a;
	line-height: 0.9;
}

#sidebar .widget_tag_cloud a:hover,
#sidebar .cloud a:hover { 
	text-decoration: none;
	color: #ec8223;	
}

#sidebar ul.cloud { 
	margin-bottom: 10px; 
}

#sidebar .widget_tag_cloud { 
	margin-bottom: 15px; 
}

.widget_rss { 
	margin-top: 5px;
}

.widget_rss ul { 

}

form#search {
	
}

form#search input#s, form#search_2 input#s_2 {
	width: 198px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}

form#search input#searchsubmit, form#search_2 input#searchsubmit_2 {
	cursor: pointer;
	text-indent: -20000px;
	width: 22px;
	height: 20px;
	border: none;
	background: transparent url(images/search.gif) no-repeat left center;
	vertical-align: 0;
}

form#search_2 input#searchsubmit_2.single_page {
	background: transparent url(images/search_2.gif) no-repeat left center;
}

form#commentform input#author, form#commentform input#email, form#commentform input#url, form#commentform textarea#comment {
	width: 198px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

form#commentform label {

}

form#commentform label.narrow {
	float: left;
	width: 260px;
	margin-bottom: 5px;
}

form#commentform label.wide {
	float: left;
	width: 520px;
	margin-bottom: 8px;
}

form#commentform input#author {
	width: 226px;
}

form#commentform input#email {
	width: 246px;
}

form#commentform input#url {
	width: 506px;
}

form#commentform textarea#comment {
	width: 506px;
}

form#commentform input#submit {

}

h2.archive {
	/* color: #f08525; */
	margin-bottom: 20px;
}

h3#comments, h3#respond {
	margin: 20px 0 8px 0;
}

a.comment_date {
	color: #5d5e62;
}

ol.commentlist li p {
	padding: 5px 0;
}

ol.commentlist li.alt, ol.commentlist li {
	padding: 20px;
}

ol.commentlist li.alt {
	background-color: #f6f6f6;
}

ol.commentlist li cite {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

p.postmetadata.alt {
	margin: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
}

.navigation {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.alignleft {
	padding-left: 20px;
	float: left;
	background: url(images/site.gif) no-repeat left center;
}

.alignright {
	padding-right: 20px;
	float: right;
	background: url(images/continua.gif) no-repeat right center;
}

p#footer {
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
	text-align: center;
}

p#credits {
	padding: 10px 0;
}

/* @group Call To Action */

.formAnchor { 
	width: 520px; 
	float: left; 
	margin: 5px 0 15px; 
	padding: 10px 0;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; }

.formAnchor a { 
	 height: 36px; 
	 margin: 0 auto;
	 display: block;
	 overflow: hidden;
	 text-indent: -9000px; 
	 background-position: 0 0; 
	 background-repeat: no-repeat; }
	 
.formAnchor a:hover { background-position: 0 -36px; }

.formAnchor .guardaPres { width: 361px; background-image: url(images/guarda-pres-long.jpg); }

.formAnchor .analisiWebMktg { width: 401px; background-image: url(images/btn-analisi-web-mktg.jpg); }
.formAnchor .scaricaPresSw { width: 361px; background-image: url(images/btn-scarica-pres-sw.jpg); }
.formAnchor .scaricaFbPro { width: 460px; background-image: url(images/btn-scarica-fb-pro.jpg); }
.formAnchor .analisiSeo { width: 288px; background-image: url(images/btn-analisi-seo.jpg); }

.callToAction {
	width: 490px;
	float: left;
	padding: 15px;
	background: #f6f6f6;	
	margin: 10px 0 20px;
	border: 1px solid #C4C4C4; }

.callToAction h3 { margin-top: 0; margin-bottom: 5px; }

.callToAction .fieldsWrapper { width: 490px; float: left; margin-top: 10px; }

.callToAction span { font-size: 12px; }

.callToAction label 	  { width: 235px; float: left; font-weight: bold; font-size: 12px; margin-bottom: 10px; }
.callToAction label.last  { margin-left: 20px; }
.callToAction label span  { width: 68px; float: left; padding-right: 10px; }
.callToAction input,
.callToAction textarea,
.callToAction label.error { width: 149px; border: 1px solid #C4C4C4; padding: 3px; float: right; margin: 0; }
.callToAction label.error { width: 157px; border: 0; padding: 0; font-size: 11px;  }

.editor label.message		   { width: 490px; margin-left: 0; border-top: 1px solid #c4c4c4; padding: 4px 0 0; }
.editor label.message textarea { width: 482px; height: 100px; margin: 4px 0 0; }

.callToAction select		{ width: 157px; float: right; }

.callToAction .actionButton {
	margin: 10px 0 0;
	height: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	border: 0;
	float: right;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat; }

.callToAction .actionButton:hover { background-position: 0 -41px; }

.callToAction .contattaci { width: 139px; height: 43px; background-image: url(images/contattaci.jpg); }
.callToAction .richiediAnalisi { width: 292px; background-image: url(images/btn-richiedi-analisi.jpg); }
.callToAction .guardaPres { width: 274px; background-image: url(images/btn-guarda-pres.jpg); }
.callToAction .richiedi { width: 106px; background-image: url(images/btn-richiedi.jpg); }

/* @end */

/* @group Widget sidebar */

#meetwebInfo {
	width: 280px;
	float: left;
	margin: 20px 20px 0 0; }
	
#meetwebInfo h3 { font-size: 18px; margin-top: -5px; margin-bottom: 5px;	}	

#sidebar { margin-top: 0; }

.info { 
	width: 240px;
	float: left;
	padding: 20px;
	margin: 0 0 20px;
	background-color: #f6f6f6; }

#info_brochure li { float: left; }

#meetwebDescr li a,
#info_brochure li a { 
	width: 24px; height: 24px;
	display: block;
	overflow: hidden;
	margin: 0 19px 0 0;
	text-indent: -90000px;
	background-repeat: no-repeat;
	background-position: 0 0; }

#info_brochure li .rss 		  { background-image: url(images/feed-rss.gif); }
#info_brochure li .twitter    { background-image: url(images/twitter.gif); }
#info_brochure li .youtube    { background-image: url(images/youtube.gif); }
#info_brochure li .linkedin   { background-image: url(images/linkedin.gif); }
#info_brochure li .slideshare { background-image: url(images/slideshare.gif); }
#info_brochure li .email 	  { background-image: url(images/mail.gif); margin-right: 0; }

#meetwebDescr li.readBrochure a 	{ background-image: url(images/brochure-read.gif); }	
#meetwebDescr li.downloadBrochure a { background-image: url(images/brochure-download.gif); }	

#newsletter_form fieldset { position: relative; }
 
#newsletter_form input { 
	width: 163px; height: 14px;
	font-size: 90%;
	padding: 5px 60px 5px 4px;
	border: 1px solid #cccccc; }	

#newsletter_form button { 	
	width: 57px; height: 26px;
	float: right;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	border: 0;
	cursor: pointer;
	position: absolute; top: 0; right: 0;
	background: url(images/newsletter-btn.jpg) no-repeat 0 0; }

#newsletter_form button:hover {	background-position: 0 -26px; }

#meetwebDescr ul   { float: right; margin: 15px 0 0 0; }
#meetwebDescr li   { float: left; background: url(images/brochure-sep.gif) no-repeat right center; padding: 0 5px; }#meetwebDescr li a { margin: 0; }

#meetwebDescr li.downloadBrochure { padding-right: 0; background: none; }

#newsletter_form .error { float: left; margin: 5px 0 0 0; font-weight: bold; font-size: 11px; }	

/* @end */