/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/



.widget_woo_twitter .back {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  

.post-more {
	padding: 1em 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

	/*.addthis_toolbox {
	background-color:#F8F8F8;
	padding:5px;
	border-top: 1px solid #e6e6e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }*/


.addthis_toolbox {
	background-color:inherit;
	border-width:0;
	margin:0;
	float: left;
}

#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Post or Page Title */

.post-meta .categories a:link {
	color: #B62F33;
}

.post-meta .author {
	text-transform:uppercase;
}

.post-meta .author a:link, .post-meta a:visited {
	font-weight: normal;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
  	color:#B62F33;
  	font-weight:bold;
}

.post-meta a:hover, .post p.tags a:hover {
  	color:#B62F33;
}

.post .title a:hover, .page .title a:hover, .page .title a:hover {
	color: #B62F33;
}

.post .title, .post .title a:link, .post .title a:visited {
	line-height: 1.4em;
}

.entry, .entry p {
	line-height: 1.8em;
}

.entry .wp-caption-text{
	font-size: 10px;
}

abbr {border-bottom-style:dotted;}
.post-meta abbr {
	border-bottom-style:hidden;
}

/*Typography*/

.smallcap {font-variant:small-caps; font-size: 120%;}

/*Dropcap*/

span.dropcap { /*modifica al default*/
	font-size: 550%;
	font-weight: normal;
	margin:7px 3px 0 0;
	line-height:0.8em;
}

.capolettera {
	background-color:#B62F33;
	border-radius:3px;
	color:#FFFFFF;
	font-size:550%;
	font-weight:normal;
	margin:7px 3px 0 0;
	padding:5px;
	float:left;
	/*line-height: 0.7em;*/
	/*font-family:'Droid Serif', 'Open Sans', arial, sans-serif;*/
}

.entry h2, .entry h5{
	font-variant:small-caps;
}

