/*
Theme Name: GiuseppeTropeaNET
Theme URI: http://giuseppetropea.net/
Description: The default WordPress theme for <a href="http://giuseppetropea.net/">Giuseppe Tropea's Blog</a>.
Version: 3.0
Author: Giuseppe Tropea
Author URI: http://giuseppetropea.net/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: GiuseppeTropea

	GiuseppeTropea.NET v3.0
	http://giuseppetropea.net

	This theme was designed and built by Giuseppe Tropea,
	whose blog you will find at http://giuseppetropea.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* GENERAL */
* {
	margin:0px auto;
	padding: 0 0 0 0;
}

body{
	color: #383838;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img, a img {
	border: none;
	margin: 5px;
}
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
}

h1, h1 a, h1 a:visited, h1 a:hover{
	font-size:42px;
	color:#333333;
	text-decoration:none;
}

a {
	color: #06f;
	text-decoration: none;
}
a:visited {
	color: #06f;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 5px auto;
}
.alignright {
	float:right
}
.alignleft {
	float:left
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align:center
}
.clear {
	clear: both;
}
blockquote {
	background:url(images/quote.png) no-repeat left top;
	padding-left:30px;
	padding-top:5px;
	margin:10px 10px 10px 10px;
}
hr{
	margin-top:10px;
	margin-bottom:10px;	
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}
.hidden {
	display: none;
}
/* FINE GENERAL*/

/* HEADER */
#header{
	text-align:center;
	margin-top:10px;
}

#logo{
	height:100px;
	width:600px;
	float:left;
}
.sblog{
	color:#999;
	font-style:italic;
}
.description{
	margin-top:10px;
	color:#999;
	font-size:14px;
	font-style:italic;
}
#header #author{
	width:300px;
	height:100px;
	float:right;
}
#author .info{
	width:300px;
	border:1px dashed #999;
	padding: 10px 10px 10px 10px;
	float:right;
	text-align:justify;
	color:#999;
}

#author .avatar{
	float:right;
	margin-right:0;
	margin-top:0;
}

#flickr{
	height:95px;
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
	clear:both;
	margin-top:10px;
}

#flickr img{
	margin-top:10px;
	margin-bottom:10px;
}

#mybloglog {
border-bottom:1px dashed #999;
margin-bottom:10px;
margin-top:0px;
padding-bottom:5px;
text-align:center;
padding-left:8px;
}

body table#MBL_COMM {
background:white repeat-x scroll 0%;
margin:0pt auto;
}

body table#MBL_COMM td.mbl_fo_hidden {
display:none;
}

body table#MBL_COMM td.mbl_join_img {
display:none;
}

body table#MBL_COMM td.mbl_join {
display:none;
}

body table#MBL_COMM #tr0 {
display:none;
}

/* FINE HEADER*/

/* H */

h2,h3,h4,h5,h6{
	margin:0 0 0 0;
	color:#444;
	font-size:16px;
}

/* H FINE*/
#content{
	float:left;
	width:740px;
	margin-top:10px;
	margin-bottom:10px;
	/*border-right:1px dashed #999;*/
	/*padding-right:10px;*/
}

#sidebar{
	float:right;
	width:200px;
	border-left:1px dashed #999;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	padding-left:10px;
}

#sidebar ul li{
	list-style:none;
	margin-bottom:10px;
}
#sidebar ul li ul li{
	padding:2px 0;
	margin-bottom:0px;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	/*text-decoration:none;
	color:#2485BD;*/
	background:url(images/bullet.png) no-repeat left center;
	padding-left:15px;
}
#sidebar ul li ul li a:hover{
	/*text-decoration:underline;
	background:url(images/bullet_hover.png) no-repeat left center;*/
}
#sidetwitter{
	margin-top:50px;
}
#sidetwitter ul li{
	padding:2px 0;
	margin-bottom:0px;
}
#sidetwitter ul li {
	/*text-decoration:none;
	color:#2485BD;*/
	background:url(images/bullet.png) no-repeat left center;
	padding-left:15px;
}
/* FOOTER */
#footer{
	width:100%;
	text-align:center;
	border-top:1px dashed #999;
	margin-top:10px;
	padding-top:10px;
	clear:both;
}
/* FINE FOOTER*/

/* CONTENT */
.post{
	border-bottom:1px dashed #999;
	padding-bottom:10px;
	margin-bottom:10px;
}
.post-title,.post-title a{
	font-size:24px;
	color:#444;
	text-decoration: none;
}
.post-meta{
	color:#999;
}
.post-meta-right{
	float:right;
	text-align:right;
	color:#999;
}
.post-content{
	margin-bottom:10px;
	margin-top:10px;
	text-align:justify;
}
.post ul li{
	list-style:none;
	background:url(images/bullet.png) no-repeat left center;
	padding-left:15px;
	margin-left:5px;
}
.post ol li{
	margin-left:20px;
}
.post-content h1{
	font-size:24px;
}
.post-content h2{
	font-size:20px;
}
.post-content h3{
	font-size:18px;
}
.post-content h4{
	font-size:16px;
}
.post-content h5{
	font-size:14px;
}
.post-content h6{
	font-size:12px;
}
.navigation{
	/*clear:both;*/
}
.page{
	border-bottom:none;
}
/*COMMENTI*/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px dashed #999;
}
.even, .alt {

	border-left: 1px dashed #999;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px dashed #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px dashed #999;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 100%;
	padding: 2px;
	border: 1px dashed #999;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.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;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* FINE COMMENTI */

#s{
	width: 140px;
	padding: 2px;
	/*margin: 5px 5px 1px 0;*/
	border: 1px dashed #999;
	color:#999;
}
#searchsubmit{
	width:50px;
	padding: 2px;
	border: 1px dashed #999;
	color:#999;
}

#searchform{
	text-align:center;	
}
/* PAGINE SPECIALI */

.searchtitle{
	font-size:24px;
	color:#444;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.linkcat{
	margin-top:20px;
	list-style:none;
}
.linkcat h2{
	display:none;
}