/* 
Theme Name: Blogging Simply
Theme URI: http://justintadlock.com/
Description: A simple, imageless, widget-ready, 3-column design.  It's beauty lies in its simplicity and soothing colors.
Version: 1.0
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #000000; 
	background: #74706F url(images/bg.jpg);
        background-repeat:repeat-x;
        background-position: top left;
	margin: 0;
	padding: 0;
	font-size:13px;
        font-family:Arial;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 100%;
	/*margin: 0 auto;*/
	}

/* HEADER */
#header{background:#fff url(images/top.jpg); background-repeat:no-repeat;height:142px;}
#header h1 {margin:0;padding:0;}
#header h1 a { color: #ffffff; }
#header h1 a:hover { color: #5e5f5e; }

/* PATH */
#path {font-size: 10px;color:#ccc;padding:10px 0 8px 175px;}
    #path a,#path a:hover,#path a:visited{color: #ccc;text-decoration: none;}
    #path strong{font-weight:bold;font-size:11px;}

/* CONTAINS CONTENT & SIDEBAR */
#container { width: 100%; }

/* CONTENT */
#content {
	float: left; 
	width: 365px;
	padding: 15px 10px;
        margin-bottom: 10px;
	background: #ffffff;
        height:auto;
        min-height:520px;
	}

#foto_right{
    width:600px;
    /*float:left;*/
    position:absolute;
    left:558px;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #222; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

div.hr{background-image: url(images/hr.gif);background-position: center;background-repeat:no-repeat;width:100%;height:13px;}

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title a{ float: left; width: 100%; margin: 2px 0; font-size:22px;color:#222;}


.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { width: 100%; float: left; margin-top: 10px; }
.entry p {
    padding:0;
    margin:10px 0 0 0;
}

/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a,a:visited,a:hover {
    color: #CC6600;
    text-decoration: none;
}
a.box,a:visited.box,a:hover.box,.box{background-color: #CC6600;color:#fff;padding:2px;}

/* images */
.post a img, .post img { border: 5px solid #d4e0d3; }
img {border:none;}

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cccccc;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	}
p.postmetadata span.comments a { padding-left: 20px; }

/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #809595; background: #e9f0e8; }

/* other basics & typography */
small { font-size: 10px; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #cccccc; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #cccccc; }
#comments-template ol li.alt { background: #e9f0e8; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 99%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input { width: 40%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */
#sidebar, #sidebar2 {
    font-size: 12px;
    float: left;
    width: 143px;
    margin: 0 0 0 0;
    padding: 13px 15px;
    background: #F8F8F8 url(images/bg_sidebar.jpg);
    background-position: top right;
    background-repeat:repeat-y;
}

#sidebar h2.menu-header, #sidebar2 h2.menu-header { margin: 10px 0 5px 0; }
#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	}
#sidebar ul li, #sidebar2 ul li {
	color: #222222;
	padding: 0;
	margin: 0 0 22px 0;
	}
#sidebar ul li a, #sidebar2 ul li a {
	/*padding: 0 1px;
	text-indent: 10px;*/
        color: #222;
	width: 100%;
	display: block;
	text-decoration: none;
        font-weight:bold;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	color:#D67C31;
        /*text-indent: 15px;
	background: #e9f0e8;*/
	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	text-indent: 25px;
	}

/* search */
#sidebar input#s { width: 95%; border: 1px solid #809595; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; border: 5px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
        background-color:#74706F;
        color:#ccc;
        font-size:10px;
        padding:10px;
}

#footer a,#footer a:hover { text-decoration: none;color: #ccc; }

/* "Life is really simple, but we insist on making it complicated."  ~Confucius*/

#message-ok,#iscrizione_tour{
    margin-top:10px;border:1px solid #ccc;padding:10px;background-color: #F8F8F8;
}