/*

Theme Name: Diego Occhiuzzi
Theme URI: 
Description: 
Version: 1.0
Author: Mara Festari
Author URI: http://thefool.it/
Tags: fixed width, three columns, dual sidebar, threaded comments, widget ready, adsense ready, pagenavi, social bookmarking

*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Century Gothic";
	background: #000000 url(images/body-bg.jpg) center repeat-y;
	color: #909090;
}

p {
	margin: 1em 0;
	color:#e3e3e3;
	font-family: "Century Gothic";
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
	font-family: "Century Gothic";

}

blockquote {
	font-family: "Century Gothic";
	margin: 5px 20px;
	padding: 0;
	color: #000;
	border-left: 5px solid #666;
	background: #666666;
}

blockquote p {
	font-family: "Century Gothic";
	padding: 10px 20px;
	display: block;
}

a {
	color: #909090;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: "Century Gothic";
	font-weight: bold;
}

h1 {
	font-size: 4em;
	visibility: hidden;
}

h2 {
	font-size: 1.6em;
}

#header h1 h2{
	visibility: hidden;
}

.endline {
  clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#footer {
	position: relative;
	margin: auto;
	bottom: 20px;
	width: 460px;
	height: 30px;
	padding-left: 23px;
	color: #666666;
	font-size: 1.1em
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	text-decoration: none;
}

.img_footer {
	width: 70px:
	height:49px;
	background: url ("images/theffol.png");
}


/* Left Column */

#left {
	float: left;
	width: 268px;
	padding-bottom: 30px;
}

#left-top {
	width: 268px;
	height: 897px;
	background: url(images/left-top.jpg) no-repeat;
}

#searchform {
	width: 268px;
	height: 46px;
	padding: 10px 0 0 20px;
	margin-left:0px;
}

#searchform input {
	float: left;
	border: none;
	color: #cccccc;
	background-image: url("images/cerca.png");
}

#searchform .searchtext {
	margin-top: 5px;;
	width: 150px;
	height: 20px;
	margin-left: 30px;
	margin-right: 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #666666;
	background: transparent;
}

#searchform .searchbutton{
	width: 40px;
	height: 44px;
}

#searchform label {
	display: none;
}

#sidebar-l {
	padding-left: 50px;
}

#sidebar-l ul {
	padding: 0px 0 0 30px;
	list-style: none;
}

#sidebar-l h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia;
	color: #c3c3c3;
	padding: 10px 0 10px 10px;
}

#sidebar-l ul li {
	margin: 0 0 20px 0;
}

#sidebar-l ul ul {
	margin: 6px 0 0 0;
	padding: 0 30px 0 20px;
	list-style-image: url(images/left-li.gif);
}

#sidebar-l ul ul li {
	margin: 6px 0;
	font-size: 1.4em;
	color: #666666;
}

#sidebar-l ul ul li a {
	text-decoration: none;
	color: #606060;
}

#sidebar-l ul ul li a:hover {
	text-decoration: underline;
}

#adsense-l {
	width: 180px;
	height: 150px;
	padding-left: 76px;
}



/* Middle Column */

#middle {
	float: left;
	width: 483px;
	background-image: url ("images/bg_post.jpg");
}

#header {
	width: 486px;
	height: 297px;
	background: url(images/top.jpg) bottom center no-repeat;
}

#header h1 {
	font-size: 4em;
	text-align: center;
}

#header h1 a {
	text-decoration: none;
	color: #355923;
}

#header h2 {
	color: #355923;
	font-size: 1.6em;
	text-align: center;
}

#content {
	padding-bottom: 20px;
	background: url(images/bg_post.jpg) no-repeat;
        min-height: 700px;
}

.post {
	width: 470px;
	padding: 20px 8px 70px 8px;

}

.post-date {
	font-family: Georgia; 
	width: 94px;
	height: 30px;
	background: url(images/middle-date.gif) no-repeat;
	font-weight: normal;
	font-size: 1.2em;
	color: #929292;
	text-align: center;
	padding-top: 6px;
}

.post h2 {
	font-family: "Georgia";
	font-weight: normal;
	font-size: 2.5em;
	color: #b1b1b1;
}

.post h2 a {
	font-family: "Georgia";
	text-decoration: none;
	color: #ce9a22;
}

.postmetadata {
	font-family: Georgia;
	padding: 4px 0 0 2px;
	margin: 0;
	color: #909090;
	font-size: 1.3em;
}

.entry {
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: justify;
	font-size: 1.3em;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 10px;
	color: #cecece;
}



.commentline {
	padding-top: 10px;
}

.read-comments {
	float: right;
	font-weight: normal;
	font-size: 0.9em;
	padding: 2px;
	text-decoration: none;
}

.middleline {

}

.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #000;
}

.quickjump {
	padding: 0 10px 10px 15px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 18px;
	color: #782f02;
}

.postjumper {
	float: left;
	margin: 0 10px 50px 0;
}

#adsense-m {
	width: 468px;
	height: 60px;
	padding-left: 8px;
}

.wp-pagenavi {
	padding: 10px 40px 5px;
        margin-bottom: 30px;
}

.wp-pagenavi a {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	text-decoration: none;
	border: 1px solid #2a2a2a;
	color: #585858;
	background-color: #cccccc;
}

.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #000000;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	border: 1px solid #2a2a2a;
	color: #000;
	background-color: #cccccc;
}



/* Right Column */

#right {
	float: right;
	width: 248px;
	background: url(images/r_bg.jpg) no-repeat;

}

#navigation {
	width: 248px;
	padding: 50px 0 280px 0;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 13px;
}

#navigation ul li a {
	font-family: Georgia;
	color: #535353;
	text-decoration: none;
	height: 28px;
	padding: 2px 24px 5px 15px;
}

#navigation ul li a:hover {
	color: #e3e3e3;
}

#navigation ul li.current_page_item a {
	color:#e3e3e3;
}

#sidebar-rtop {
	width: 220px;
	height: 100px;
	margin-left: 28px;
	background: url(images/daring.png) no-repeat;

}

#sidebar-rbottom {
	width: 248px;
	height: 600px;
	margin-top: 0px;
}

#sidebar-r {
	padding: 0 82px 1px 12px;
}

#sidebar-r ul {
	list-style: none;
}

#sidebar-r h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Century;
	color: #000;
	padding: 10px 0;
}

#sidebar-r ul li {
	margin: 0 0 20px 0;
}

#sidebar-r ul ul {
	margin: 6px 0 0 0;
	padding: 0 8px 0 16px;
	list-style-image: url(images/right-li.gif);
}

#sidebar-r ul ul li {
	margin: 6px 0;
	font-size: 1.2em;
	color: #000;
}

#sidebar-r ul ul li a {
	text-decoration: none;
	color: #424242;
}

#sidebar-r ul ul li a:hover {
	text-decoration: underline;
}



/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000;
	color: #fff;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}



/* Comments */

h3#comments, #respond h3 {
	font-family: "Century Gothic";
	font-size: 1.8em;
	font-weight: normal;
	color: #ce9a22;
}


#commentform {
	margin: 2px 20px 0 0;
}

#commentform input {
	width: 120px;
	padding: 2px;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

#respond {
	color: #666;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.commentlist li {
	margin: 15px 19px 10px 1px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #333333;
	padding: 2px;
	background: #e3e3e3;
}

.commentlist li a {
	color: #e3e3e3;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	display: block;
	font-weight: normal;
}

.thread-alt {
	background-color: #666666;
}

.thread-even {
	background-color: #666666;
}

.depth-1 {
	border: 1px solid #666666;
}

.alt {
	border-left: 1px solid #666666;
	background-color: #666666;
	padding: 10px;
}

.even {
	border-left: 1px solid #666666;
	background-color: #666666;
}



/* Images */

p img {
	max-width: 100%;
}

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
}


/* ADV */

.adv_post {
	float: left;
	margin: auto;
	margin-top: 10px;
	width: 468px;
	height: 60px;
}

.adv_side {
	width: 160px;
	height: 600px;
	margin-left: 15px;	
}







.entry p {
	margin:0px 0px 0px 10px;
}
.rie2 {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	margin-left:32px;
	margin-top:0px;
	word-spacing:-1px;
}
.entry a {
	/*border-bottom: 1px solid #d68b15;*/
}
.entry a:hover {
	text-decoration:underline;
}
.entry a:visited {
	color:#d68b15;
}
.entry img {
	margin-top:10px;
	margin-bottom: 7px;
	text-align: center;
	padding:0px;
}
.entry b img,
.entry strong img{ /*NO BORDO*/
	background: none !important;
	margin-top:0 !important;
	padding:0 !important;
	text-align: center;

}
.entry .gallery img {
	background:transparent;
	text-align: center;
	margin-top:0;
	padding:0;
	height:70px;
	width:70px;
}

/* Imposto il bordo alle immagini, escludendo l'�mmagine "Aggiungi commento */
.entry img {
	border:4px solid #939393;	
}

.commentline img {
	border:0;	
}

.commentline .comment_number {
	float: left;
	width: 150px;
	padding-top: 8px;
	padding-left: 11px;
}

.commentline .comment_number a {
	font-size: 14px;
	color: #9f8230;
	text-decoration: none;
}

.commentline .comment_link {
	width: 50%;
	float: right;
}

/******/

.gallery-item {
	
}

.attachment{
text-align:center;
}

.attachment a{
	position:relative;
}

.gallery{
	width:530px;
}

.entry .gallery{
	width:auto!important;
}









/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
