﻿/*
Theme Name: WordPress Splesh!
Theme URL: http://digitalart.splesh.net/
Author: Stefano De Prophetis
Author URL: http://digitalart.splesh.net/autore
Colors DA: 4e0538 - 730b54
*/

/***************************************************/
* {
	font-family:Tahoma, Verdana, Arial;
	color: #666;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}

hr {display: none}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

blockquote, q {quotes: "" ""}

ul {list-style-type: none}

ol {list-style-type: decimal}

.clear {clear: both}
/***************************************************/
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg_onepiece.jpg);

}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left:3px;
}

#header {
	width: 980px;
	height: 153px;
	margin-bottom:11px;
}


#header h1 {
	float: left;
	display: inline;
	width: 535px;
	height: 117px;
	margin-left: 10px;
	margin-top:15px;
}


#header h1 a{
	display: block;
	width: 535px;
	height: 117px;
	background: url(images/logo.png) no-repeat;
}

#header h1 a span {
	position: absolute;
	left: -9999px;
}

/***************************************************/

#searchform {
	width: 180px;
	height: 20px;
	margin-top: 111px;
	float:right;
}

/***************************************************/

#column {
	width: 600px;
	border: 1px solid #c9c9c9;
	background: url(images/bg-column.jpg) no-repeat;
	float: left;
}

#column-wide {
	width: 980px;
	padding:20px;
	border: 1px solid #c9c9c9;
	background: url(images/bg-column-wide.jpg) no-repeat;
}

.entry {
	background: #FFF;
	border: 1px solid #d1d1d1;
	width:580px;
	margin-top:12px;
	margin-left:9px;
}

.entry a {
	color: #4e0538;
}

.entry a:hover {
	color: #730b54;
}

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom:solid 1px #CCCCCC;
}

.entry h4 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}

.entry-wide {
	background: #FFF;
	border: 1px solid #d1d1d1;
	width:940px;
}

.entry-wide h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry-wide h2 a {
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry-wide .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}

/********* CSS For Post Info Below Header ***************/
.info {
	background:url(images/info-bg.jpg) repeat-x;
	height: 27px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

.info .cat {
	float: left;
	color:#FFFFFF;
}

.info .comments {
	float: right;
	color:#FFFFFF;
}

.info .cat a {
	color:#FFFFFF;
	line-height: 26px;
	background: url(images/ico-date.png) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.info .cat a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.png) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	color:#FFFFFF;
}

.info .comments a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/********* CSS For Article CONTENT ***************/

.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 5px;
}

.content p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 10px;
}

.content p strong {
	color:#5f5f5f;
}

.content p a {
	text-decoration:underline;
	font-weight:bold;
}

.content .more-link {
	background-color:#961871;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
	margin-bottom:5px;
	margin-top:10px;
}

.content .more-link:hover {
	color:#FFFFFF;
	background-color:#b31d87;
}

.cool-link {
	background-color:#961871;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
	margin-bottom:5px;
	margin-top:10px;
}

.cool-link:hover {
	color:#FFFFFF;
	background-color:#b31d87;
}

.content h1 {
	letter-spacing: -1px;
	font-size:24px;
	border-bottom: 1px solid #c9c9c9;
	color:#4e0538;
	padding-bottom: 5px;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #4e0538;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #4e0538;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #4e0538;
}

.content h6 {
	font-size: 14px;
	font-weight: bold;
	color:#FF3300;
}

.content h3 a{
	text-decoration:underline;
}

.content h4 a{
	text-decoration:underline;
}


.content h5 a{
	text-decoration:underline;
}


.content h6 a{
	text-decoration:underline;
}


/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color:#666666;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li a {
	text-decoration:underline;
}

/* End CSS for UL/OL lists */

.container ol {padding-left: 20px;}
.container ol {margin: 5px 5px 20px 5px;}
.container ol ol {margin: 5px 5px 5px 5px;}

.container ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.container ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	font-size: 12px;
}


/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #fcfcfc url(images/blockquote.jpg) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
	border: solid 1px #c9c9c9;
}

blockquote p {
	font-family: georgia, arial;
	font-style:italic;
	line-height: 1.5em;
	font-size: 14px;
	color:#666666;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}

.tags {
	border-top: 1px solid #ddd;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	text-align: right;
	font-size: 11px;
	padding-right:4px;
}


.tags a {
	font-weight: normal;
	color: #4e0538;
	text-transform:lowercase;
}

.tags a:hover {
	color: #730b54;

}

/***************************************************/
.navigation {
	width:580px;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #4e0538;
}

.navleft {
	float: left;
	width: 45%;
}

.navright {
	float: right;
	width: 45%;
	text-align: right;
}
/***************************************************/
.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: block;
}

.alignnone {
	text-align: center;
	display: block;
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #999;
}

/***************************************************/

.box {
	width: 335px;
	margin-left:auto;
	margin-right:auto;
}

.box h2 {
	color:#4e0538;
	font-size:14px;
	line-height: 170%;
	width: 335px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
	margin-top: 6px;

}

.box p {
	font-size: 11px;
	line-height: 1.4em;
}

.box p a{
	font-size: 11px;
	line-height: 1.4em;
	color: #4e0538;
	font-weight:bold;
	text-decoration:underline;
}

.box p a:hover{
	font-size: 11px;
	line-height: 1.4em;
	color: #730b54;
	font-weight:bold;
	text-decoration:underline;
}

#second-page .contenuti {
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	height:90px;
	margin-bottom:10px;
}

#second-page .contenuti .image {
	width:100px;
	height: 80px;
	float:left;
	margin-top:4px;
	margin-right: 3px;
	border: solid 1px #CCCCCC;
}

#second-page .contenuti .image:hover {
	border: solid 1px #999999;
}

#second-page .contenuti ul li{
	margin-bottom:10px;
}

#second-page p {
	font-size:11px;
	line-height: 1.4em;
	color:#999999;
	text-align:justify;
	padding-left: 4px;
	padding-right:4px;
}

#second-page h3 {
	line-height: 1.3em;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom:2px;
	border-bottom: 1px solid #CCCCCC;
}

#second-page a {
	line-height: 1.3em;
	font-weight: bold;
	color:#4e0538;
	font-size:12px;
	letter-spacing: -1px;
	text-decoration:none;
}

#second-page a:hover {
	color: #730b54;
}

#second-page h3:hover {
	border-bottom: 1px solid #999999
}


/***************************************************/

#translation_bar a img{
	height:11px;
	width:16px;
	margin-left:10px;
}

#transl_sign {
	display:none;
}

.ads-banner {
	height:280px;
	width: 336px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.ads-banner-small {
	height:60px;
	width: 468px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom: 5px;
}

.ads {	
	padding-left: 20px;
}

.ads ul li {
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;
	margin-top: 10px;
}

.ads ul li a {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.ads ul li a img {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.sidebar-element {
	width:304px;
	height:122px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
}


.net {
	padding: 4px;
}

.net ul li {
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.net ul li a {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.net ul li a img {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.ads-horizontal {
	margin-left:auto;
	margin-right:auto;
	width:728px;
	margin-bottom:10px;
	margin-top:4px;
}
/***************************************************/

/*  NEW FEED  */

.rss-header {
	width: 50px;
	height:50px;
	float:right;
	margin-right:25px;
	margin-top: 21px;
}

/***************************************************/

/*  SUBSCRIBE NEWSLETTER  */


.subscribe {
	padding: 10px;
	border: 1px solid #c9c9c9;
	background: #FFF;
}

.rssfeed {
	font-size: 12px;
	line-height: 1.4em;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.rssfeed a{
	text-decoration:underline;
	font-weight:bold;
}

.rssfeed a:hover {
	color:#4ba5f2;
}

.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.rssfeedlinks a {
	float: left;
	font-weight: bold;
	text-decoration:underline;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #4e0538;
	margin-right: 40px;
}

.rssfeedlinks a:hover {
	color: #4ba5f2;
	line-height: 1.5em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}


.subscribe-page {
	width: 320px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:auto;
}

.subscribe-page input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#rssinput {
	width: 240px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat top;
}

#rssinput:focus {
	width: 240px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat bottom;
}

#rssbutton {
	width: 59px;
	height: 27px;
	background: url(images/rss-button.gif) no-repeat;
	cursor: pointer;
}

/***********************************************/

#sidebar {
	float: right;
	width: 355px;
	background:url(images/bg-sidebar.jpg) no-repeat;
	border:solid 1px #c9c9c9;
}

.sidebar a {
	color: #4e0538;
}

.sidebar a:hover {
	color: #4ba5f2;
}

.sidebar ul li h2 {
	margin-top: 20px;
	display: block;
	background: url(images/header.gif) no-repeat;
	width: 200px;
	height: 33px;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 11px;
}

.sidebar ul li div {
	padding: 10px;
	border: 1px solid #bfe3eb;
	background: #FFF url(images/corner.gif) no-repeat bottom;
	line-height: 1.4em;
	font-size: 11px;
}
/***********************************************/
.sidebar ul ul {
	padding: 10px;
	border: 1px solid #bfe3eb;
	background: #FFF url(images/corner.gif) no-repeat bottom;
}

.sidebar ul ul ul {
	padding: 0px;
	border: 0;
	background: #FFF;
}

.sidebar ul li ul li {
	display: block;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 9px;
	border-bottom: 1px solid #ddd;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sidebar ul li ul li a {
	display: block;
	color: #4e0538;
	line-height: 1.4em;
}

.sidebar ul li ul li a:hover {
	color: #4ba5f2;
}
/***************************************************/

#footer {
	margin-top: 15px;
	background:#8c2a6e url(images/bg-footer.jpg) repeat-x;
	width: 100%;
	height:400px;
	font-size: 0.65em;
}

#footer-lists{
	width: 940px;
	height: 251px;
	background:url(images/bg-footer-list.jpg) no-repeat;
	margin: auto;
	padding-top: 25px;
	text-align: left;
	font-size: 1.1em;
}

#footer-lists h2{
	color:#FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 0 0 8px 0;
	background:url(images/footer-h2.gif) repeat-x;
	background-position:left bottom;
	letter-spacing: -1;	
	margin-bottom: 5px;
}

#footer-lists ul{
	margin: 0 0 10px;
}

#footer-lists ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#footer li a {
  padding: 5px 0 5px 20px;
  display: block;
}

#footer li a:link, #footer li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/bullet-footer.png) left 10px no-repeat;	
	border-bottom: 1px solid #CCCCCC;
}

#footer-lists ul li a:link, #footer-lists ul li a:visited { color: #CCCCCC; border-color: #999999;}

#footer-lists ul li a:hover {
	color: #999999;
	text-decoration: none;
	background: url(images/bullet-footer-hover.png) left 10px no-repeat;	
	border-bottom: 1px solid #999999;	
}

.footer-list{
	width: 280px;
	padding: 0 10px;
	float: left;
}

.footer-list-2{
	width: 600px;
	float: right;
	text-align:justify;
}

.footer-list-2 p{
	color:#FFFFFF;
	line-height: 1.5em;
	font-size: 11px;
	letter-spacing:1px;
}

.footer-list-2 p strong{
	color:#FFFFFF;
}

.footer-list-2 p img{
	float:left;
	margin-right: 4px;
}

.footer-list-2 p a{
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
}

#footer p.clear {
	padding: 20px 10px;
	margin: 0;
	height: 45px;
}

.languages {
	width: 165px;
	height: 20px;
	padding-right:10px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}


/***************************************************/

.copyright {
	width:960px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
	color: #FFFFFF;
	line-height: 1.5em;
	font-size: 11px;
	text-align:center;
}

.copyright p {
	color: #FFFFFF;
}

.copyright p a {
	font-weight: bold;
	color:#CCCCCC;
}

.copyright p a:hover {
	color:#999999;
}

/***************************************************/

/* CSS for Search Results Only Optional */
.result {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.result h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #aaa;
	font-weight: bold;
}

.result .rcomment a {
	color: #999;
	font-weight: bold;
}

.result .rcomment a:hover {
	color: #ff9600;
}

.result .rsummary {
	padding: 10px;
	border: 1px solid #c9c9c9;
	background: #fcfcfc;
}

.result .rsummary p {
	font-size: 12px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #ff9600;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #aaa;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #a2d700;
}
/***************************************************/
/*           Commenting System CSS        */
#combox {
	width: 560px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}

h3#respond {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

h3#comments {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

ol.commentlist li {
	background: #fcfcfc;
	border: 1px solid #c9c9c9;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	vertical-align: top;
	display: inline;
	border: 1px solid #FFFFFF;
}

.commentbody {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 396px;
	text-align:justify;
}

.commentbody em {
	font-size: 11px;
}

/***************************************************/
/*           Author box        */

.info-autore {
	width: 570px;
	height: 134px;
	background:url(images/bg-info-autore.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.info-autore h4 {
	padding-left: 25px;
	padding-top: 11px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color:#FFFFFF;
}

.auth-description {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 23px;
	width: 427px;
	text-align:justify;
	margin-bottom:5px;
	margin-top:7px;
	color:#FFFFFF;
}

.auth-description p{
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.auth-description a strong{
	color:#FFFFFF;
	text-decoration:underline;
}

.auth-avatar {
	float: left;
	margin-left: 25px;
	margin-bottom:5px;
	margin-top:5px;
}

.social-badge {
	height: 167px;
	width:570px;
	background:url(images/bg_social_badge.jpg);
	margin-left:auto;
	margin-right:auto;
}

.social-badge h4 {
	padding-left: 25px;
	padding-top: 11px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color:#FFFFFF;
}

.badges {
	height: 65px;
	width:  300px;
	float:left;
	margin-left:40px;
	margin-top: 31px;
}

.badge {
	height: 65px;
	width:  52px;
	float:left;
	margin-left: 47px;
}

.mailRss {
	height: 61px;
	width:  155px;
	float:right;
	margin-right: 19px;
	margin-top:   27px;
}

.mailRss img {
	height: 60px;
	width:  48px;
	float: left;
	margin-left: 25px;
}

/***************************************************/

p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #4e0538;
	font-size: 11px;
}

p.comment_author a:hover {
	font-weight: bold;
	color: #ff3600;
}

p.comment_time {
	line-height: 1.5em;
	color:#333333;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

.comment_text {
	line-height: 1.5em;
	color: #333;
	margin-top: 15px;
	font-size: 11px;
}

/***************************************************/
.reply {
	width: 540px;
	height:300px;
	padding: 10px;
	background: #EEE;
}

.reply p {
	margin-top: 10px;
	font-size: 11px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #CCCCCC;
	width: 200px;
	padding: 5px;
	color: #730b54;
}

.replytext:focus {
	border: 1px solid #730b54;
	background: #FFFFFF;
}

.replyarea {
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding: 5px;
	width: 530px;
	height: 120px;
	color:#000000;
}

.replyarea:focus {
	border: 1px solid #730b54;
	background: white;
}

.replybutton {
	background:#730b54;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
/***************************************************/

.hide {
	display:none;
}

/* MENU */

.menu{
	width:980px;
	height:32px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	padding:0 0 0 43px;
	font-size:13px;
	background:url(images/bgr_menu_li.gif) no-repeat left center;
}


/*Top level menu link items style*/
.menu ul li a{
	display:block;
	color:#4e0538;
	z-index:1000;
}


.menu ul li a:hover{
	color: #730b54;
	text-decoration:underline;
}

/* ********************* Commenti autore ********************* */


.authcomment {
	background:url(images/bg-auth-comm.gif) #f8f1f6 no-repeat !important;
	border: 1px solid #730b54 !important;
}

.authcomment .avatar {
	float: left;
	vertical-align: top;
	display: inline;
	border: 1px solid #730b54;
}

/* ********************* Related Posts ********************* */

.related {
	height:360px;
}

.related_post {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
}

#post_div {
	height:60px;
}

.img_related_post{
	float:left;
}

.text_related_post{
	float:right;
	text-align:left;
	width:410px;
	margin-bottom:20px;
}

.related_post img {
	border:1px solid #CCCCCC;
	height:55px;
	margin-right:6px;
	margin-bottom:10px;
	padding:2px;
	width:90px;
	align: left;
}

.text_related_post p {
	font-size:10px;
	text-align:justify;
}

.text_related_post a strong{
	font-size:12px;
	color: #4e0538;
}

.text_related_post a:hover strong{
	font-size:12px;
	color: #730b54;
}

/* ****************************************** */


/* ************ BOX SIDEBAR TABS ************ */

.sideTabs {
	height:31px;
	float:left;
	display:block;
	margin-top: 10px;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #f9f9f9;
	border: 1px solid #c9c9c9;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
	font-size:12px;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #c9c9c9;
	color: #373737;
	text-decoration:underline;
}
.navbox{
	margin-left:10px;
	background: #f2f2f2;
	border: 1px solid #c9c9c9;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
	padding-bottom:5px;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
}
.list1,list2,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list2 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #c9c9c9;
}
.list1 li a,.list2 li a,.list3 li a,.list4 li a{
	color: #000000;
}

.list2 li {
	background: url(images/ico-cat.gif) no-repeat left center !important;
}

.list3 li {
	background: url(images/ico-comment.png) no-repeat left center !important;
}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
}
	
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

#tagcloud a{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:1.4em;
	color:#666666;
}

#tagcloud a:hover{
	color:#333333;
	text-decoration:underline;
}

/* ************ BOX SIDEBAR AUTORE ************ */

.autore {
	width: 340px;
	height: 190px;
	background:url(images/stefano-de-prophetis.png) no-repeat;
}

.autore h3 {
	padding-left: 136px;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 1.4em;
	color: #4e0538;
}

.social-links {
	padding-left: 136px;
	font-size: 11px;
	line-height: 1.4em;
}

.autore p {
	padding-left: 136px;
	font-size: 11px;
	line-height: 1.4em;
}

.autore p a{
	font-size: 11px;
	line-height: 1.4em;
	color: #4e0538;
	font-weight:bold;
	text-decoration:underline;
}

.autore p a:hover{
	font-size: 11px;
	line-height: 1.4em;
	color: #730b54;
	font-weight:bold;
	text-decoration:underline;
}
