/*
Theme Name: Sorrisi
Theme URI: http://sorrisi.com/
Description: The Sorrisi WordPress theme.
Version: 0.1
Author: Meuro
Tags: blue, yellow, fixed width, two columns, widgets
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #4393C6 url('images/so-background.gif') repeat-y top center;
	color: #434343;
	text-align: left;
	}
	
ul, li, ol {
	list-style:none;
	padding:0;
	margin:0;
}


a {
	color: #125e9a;
	text-decoration: underline;
	}

#page {
	text-align: left;
	}

#header {
	margin: 0 auto;
	padding: 0;
	height: 175px;
	width: 986px;
	background: url('images/header-sfondo.png') repeat-x top center;
	}
.logo {
	margin:0;
	padding:0;
	width:235px;
	float:left;
}
#cobranding {
	width:740px;
	height:85px;
	margin: 1px;
	float:right;
	text-align:right;
}
#menu {
	width:750px;
	float:left;
	text-align:left;
	margin: 12px 0 0 0;
	padding:0;
}
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul.menudx {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
#menu li {
	border-right: 2px solid #f2d320;
	background:url('images/menu-marker.gif') no-repeat bottom center;
	list-style:none;
	float:left;
	padding: 0 5px 10px 5px;
	margin:0;
}
#menu ul.menudx li {
	background:none;
}
#menu li a {
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing:-0.05em;
	color:#125E9A;
	text-decoration:none;
}
#menu li a:hover {
	color:#236FAB;
}
#menu li.menurss{
	border:0;
	margin-bottom:0;
}
#content {
	background-color: #fff;
	clear:both;
	}

.div-comments {
	 margin: 5px 25px;
}
 
.thread-alt {
	clear:both;
}

.thread-even {
	clear:both;
} 
.depth-1 {
	clear:both;
} 

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
small .postdate {
font-weight: bolder;
font-size:1.5em;
color:#434343;
}
small .postdate a {
	font-weight: bolder;
	font-size:1em;
	color:#434343;
}

h1 {
	font-size: 1.75em;
	text-align: left;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.leaderboard {
	margin:4px auto;
	padding:0;
	text-align:center;
}
.strip {
	float:right;
	margin:0;
	padding:0;
	height:30px;
	width:730px;
}
.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.85em;
	letter-spacing:-0.05em;
	line-height: .85em;
	color: #125e9a;
	text-decoration: none;
	margin: 10px 0;
	padding: 0;
	}
.post h2 a, .post h2 a:hover, .post h2 a:hover {
text-decoration:none;
}
.homepost2, .homepost3 {
font-size: .75em;
}
.homepost4, .homepost5, .homepost6 {
font-size: .65em;
}
.entry {
	/*border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;*/
}
.entryhome p {
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 1.15em;
  color: #434343;
  margin: 0;
  padding: 0;
}
.entry p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.15em;
  line-height: 1.25em;
  color: #434343;
  margin: 0;
  padding: 5px 0;
}
.entry p.attachment {
text-align:center;
}

.attachment-thumbnail {
	margin: 0 5px 5px 0;
}
#sidebar h2, #tag_cloud h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.33em;
	padding:5px 10px;
	margin:0;
	text-transform: uppercase;
	font-weight:bolder;
	color: #fff;
	font-weight:bolder;
	letter-spacing: -1px;
	background: url(images/widget-generic-top.png) no-repeat top left;
}

h3 {
	font-size: 1.3em;
	clear:both;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform:uppercase;
	color:#125e9a;
	letter-spacing: -0.05em;
	line-height:.95em;
	}


.entry p a:visited {
	color: #125E9A;
	}
/* commenti */
.commentlist li, #commentform input, #commentform textarea {
	font: 1em Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	}


.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
display:none;
	}

.commentlist li .comment {
}
.commentlist li .comment-author, .commentlist li .comment-meta  {
width: 180px;
}	

.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;
	float:right;
	width: 380px;
	border-left: 3px solid #F1F1F1;
	padding-left: 12px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* fine commenti */
#sidebar {
	font: 1em Georgia, "Times New Roman", Times, serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0 auto;
	width: 986px;
	/*overflow:hidden;*/
	}


#headerimg {
	margin: 0 auto;
	height: 175px;
	width: 100%;
	}

#colonnasx {
float:left;
margin:0;
padding:0;
width:626px;
overflow:hidden;
}

/* PARTE ALTA */
#strilloarticolo {
width:626px;
float:left;
margin:0 0 10px 0;
padding:0;
border:0;
background: url(images/bg-strilloarticolo.gif) repeat-y top right;
overflow: hidden;
}
#strilloarticolo .testata {
clear:both;
margin: 0;
padding:0;
border:0;
}
#newsprincipale {
width: 401px;
background: url(images/bg-news.gif) repeat-y top left;
float:left;
margin-top:3px;
padding:0px 25px;
border: 0;
}
#newsprincipale img {
margin: 5px 0;

}
#newsprincipale p {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 1em;
line-height: 1.15em;
margin:0;
}
#fotogallery {
width: 135px;
height: 400px;
overflow: hidden;
background: url(images/bg-fotogallery.gif) repeat-y top left;
float:left;
margin:0;
padding:10px 0 10px 15px;
border: 0;
}
/*FINE PARTE ALTA */

.narrowcolumn {
	padding: 1px 0;
	margin: 0;
	width: 626px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 626px;
	}

.post {
	margin: 10px 10px 25px 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #c9c9c9;
	}
	
.archivio-foto {
	margin: 10px 4px 5px 4px !important;
	margin: 10px 2px 5px 3px;
	padding: 5px;
	float: left;
	background: #e5e5e5;
	width: 293px;
	height: 170px;
border:1px solid #CFCFCF;
	text-align: center;
overflow: hidden;
	}

.archivio-foto h2 {
	text-decoration: none;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	line-height: 1em;
}
.archivio-foto a img {
border:2px solid #CFCFCF;
padding:2px;
}

.archivio-foto a.homepost {
	text-decoration: none;
	margin: 0;
}

.single .post {
	padding:15px;
	border:0;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
  color:#125e9a;
	clear: both;
	margin:5px 0;
	padding:0;
}

.clear {
	clear: both;
}

.defloater {
	clear: both;
font-size: 0px;
height: 0px;
}

.autore {
float:right;
text-align:right;
clear:both;
font-style:italic;
margin: 0;
padding: 0 5px;
width:565px;
border-bottom:1px solid #AEAEAE;
}

#footer {
  margin:10px 0 0 0;
  background: #125E9A;
  border: none;
	padding: 0 auto;
	width: 986px;
	clear: both;
	text-align:right;
}

.legal {
  display:block;
  width:650px;
  text-align:center;
  padding: 30px 0 0 0;
  color:#fff;
  font-size: .85em;
}

#footerlinks {
text-align:right;
width:650px;
float:left;
margin: 30px 0 0 0;
}
	
#footerlinks li {
  list-style: none;
  border-top: 1px dotted #fff;
  width:230px;
  text-align:center;
  float:right;
  margin: 10px 50px 0 0!important;
  margin: 10px 30px 0 0;
  padding: 10px 0 0 0;
}

#footerlinks li a {
  color: #fff;
  font-size:1.35em;
  text-decoration: none;
}

#footerlinks li form {
margin:0;
padding:0;
border:0
}

#footerlinks li form select {
background: #125E9A;
margin:0;
padding:0;
border:0;
font-size: 1.35em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
}
.cover {
  padding: 10px 110px 10px 0;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0 0;
	color: #125E9A;	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 10px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	background:#125E9A;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 10px 0;
	background: url(images/widget-generic-bottom.png) no-repeat bottom right;
	}
#sidebar ul .widget_tag_cloud div {
	padding: 0 0 10px 10px;
	background: url(images/widget-generic-bottom.png) no-repeat bottom right;
	}
a.rsswidget img {
	display:none;
}
#tag_cloud {
	padding: 0 0 10px 0;
	background: url(images/widget-generic-bottom.png) no-repeat bottom right;

}
#tag_cloud h2.widgettitle {
	background: url(images/widget-generic-top.png) no-repeat top right;
}
#tag_cloud a {
	padding:0 0 10px 10px;
}
.wp-polls-ans {
	background:#125E9A;
	padding: 20px 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0 0 10px 25px;
	background: url(images/freccia-li.gif) no-repeat 10px 4px;
	}
#text-335016632 {
	margin:0;
	padding: 0;
	background: url(images/widget-inedicola.png) no-repeat top left;
	width:340px;
	height: 121px;
	cursor:pointer;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	height: 20px;
	width:170px;
	text-align: center;
	}

#searchform #s {
	width: 140px;
	padding: 0px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#125e9a;
	font-size: 1em;
	font-weight:normal;
	padding: 3px 5px;
	background: #F1F1F1;
	border: 1px solid #f2d320;
	}

#searchsubmit {
	padding: 0;
	margin:0 3px;
	border:0;
	width: 11px;
	background: transparent url(images/submit-search.gif) no-repeat center center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0;
	clear:both;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 555px;
	padding: 5px 10px;
	border:0;
	font-size: 1.2em;
	background:#F1F1F1;
}

h3#respond {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing: -0.05em;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform input {
	padding: 5px 10px;
	border:0;
	font-size: 1.2em;
	background:#F1F1F1;
}

#commentform #submit {
	margin: 0;
	float: right;
	background: #F1F1F1;
	border:0;
	color: #125E9A;
	font-weight:bolder;
	padding: 0px;
	width: 120px;
	clear:both;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist li {
	padding: 15px 0;
	list-style: none;
	}
.singlecomment {
margin: 0;
clear:both;
width: 100%;
}

ol.commentlist {margin:0; padding:0;}
.commentlist p {
	margin: 0 0 20px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	float:left;
	}
.txt-comment {
	float:right;
	width:426px;
}
.txt-comment p {
	border-left: 1px solid #aeaeae;
	margin: 0;
	padding:0 0 0 10px;
}

.nav-comments-top a, .nav-comments-bottom a, .filodiretto a  {
margin-top: 50px;
font-size:1.15em;
font-weight:bold;
background: #FFE72F;
padding: 5px;
clear:both;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration:none;
text-transform:uppercase;
}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 0 0 0 20px !important;
	padding: 0 0 0 17px;
	margin-left: 626px;
	width: 340px;
	}
#sidebar, #sidebar a, #sidebar p {
	color:#fff;
	font-size: 1em;
	text-decoration: none;
}

#sidebar form {
	margin: 0;
	}
#widgetize-anything-1 {
text-align:center;
}
#widgetize-anything-1 h2 {
background:none;
height:0px;
margin:0;
padding:0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 30px auto;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 0;
	padding: 4px 0 10px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption.alignright, .wp-caption.alignleft, .wp-caption.aligncenter {
text-align: center;
padding: 4px;
}


img .size-large {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding: 10px 0;
	margin:0;
}
.wp-caption p {
	background: #f1f1f1;
	padding:3px 0 3px 0;
	margin:3px 0 0 0;
}
.wp-caption p.wp-caption-text {
	font-size: .90em;
	text-align:center;
}
/* End captions */


/* gallery */
.gallery {
text-align: center;
}
.gallery-item {
padding: 10px 0 0 0;
margin: 0;
border-top: 2px solid #e5e5e5;
background: #EFEFEF;
}

.gallery-icon {
margin: 0 auto 0 auto;
}
.gallery img {
padding: 3px;
margin: 0 auto;
}

.gallery-caption { 
padding: 5px;
margin: 0 5px;
clear: both;
background: #e5e5e5;
height: 55px;
overflow: hidden;
}

.entry .wp-polls-archive, .entry .wp-polls, .entry .wp-polls-ans {
background:#fff;
margin:0;
padding: 0;
}
.entry .wp-polls-ans ul {
width: 575px;
}
.entry .wp-polls-ans p {
height: 0px;
font-size:0px;
margin:0;
padding:0;
}

#mktg-slide {
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

#mktg-slide .wp-caption {
	margin: 0;
	padding: 0;
	float: left;
}

/* navigazione gallerie */

.navigation-gallery {
margin: 5px;
}

.navigation-gallery .alignright {
	float: right;
	background: url(/wp-content/themes/sorrisi-blog/images/gallerie-next.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}


.navigation-gallery .alignright a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 0;
	margin: 10px 0;
	text-indent: -10000px;
	}

.navigation-gallery .alignleft {
	float: left;
	background: url(/wp-content/themes/sorrisi-blog/images/gallerie-prev.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}


.navigation-gallery .alignleft a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 0;
	margin: 10px 0;
	text-indent: -10000px;
	}

/* navigazione articoli */

.navigation-articoli {
margin: 5px;
}

.navigation-articoli .alignright {
	float: right;
	background: url(/wp-content/themes/sorrisi-blog/images/articoli-next.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}


.navigation-articoli .alignright a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 0;
	margin: 10px 0;
	text-indent: -10000px;
	}

.navigation-articoli .alignleft {
	float: left;
	background: url(/wp-content/themes/sorrisi-blog/images/articoli-prev.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}


.navigation-articoli .alignleft a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 0;
	margin: 10px 0;
	text-indent: -10000px;
	}

h2.pagetitle {
text-align: center;
margin: 10px 0 0 0;
font-size: 1.85em;
}

p.comment-page-numbers {
margin: 10px auto;
padding: 5px;
text-align:center;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
