/*
Theme Name:Wordpress Blog
Theme URI:http://www.wordpressblog.it/
Description:tema minimalista per wordpress.
Version:1.0
Author:Niki
*/

body {
font-family:Helvetica, Arial, Sans-serif;
background:#F8F3DF;
font-size:15px;
line-height:1.7em;
color:#4B3F26;
}
a {
color:#749a02;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
hr{
margin-top:40px;
border:0;
background: url(http://www.wordpressblog.it/images/seperate.png) no-repeat center;
width:620px;
height:50px;
clear:both;
}
#wrapper {
width:900px;
margin:30px auto;
}

/* Header
---------------------------------------------------------------*/

#header {
float:left;
width:900px;
margin:0;
}
#logo {
float:left;
width:560px;
font-family:Arial, Helvetica, sans-serif;
}
#logo a {
display:block;
height:100px;
font-size:50px;
font-weight:bold;
text-decoration:none;
letter-spacing:-4px;
background:url(images/logo.png) 0 0 no-repeat;
text-indent: -2000em; /* Hides the text in the h1 tag */
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
}
#logo h2 {
font-size:18px;
color:#444;
font-weight:bold;
padding:0 0 10px 10px;
letter-spacing:-1px;
}
#topnav {
float:right;
width:auto;
}
#topnav ul {
height:50px;
float:right;
}
#topnav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#topnav li a {
display:block;
border-bottom:none;
margin-left:10px;
}
#nav {
border-bottom:4px dashed #F1DBBE;
float:right;
width:900px;
padding:5px 0;
margin-bottom:15px;
}
#nav ul {
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:20px;
font-weight:400;
display:block;
padding:3px 15px;
border:1px solid #F8F3DF;
}
#nav li a:hover {
background:#749a02;
color:#FAFAFA;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border:1px solid #CCC;
text-decoration:none;
}
#annuncio {
font-family:Georgia;
height:auto;
border-bottom:4px dashed #F1DBBE;
width:100%;
float:left;
padding:0px 0;
font-size:32px;
font-weight:400;
line-height:120%;
}
#annuncio:hover {
color:#749a02;
cursor:pointer;
}
/* Content
---------------------------------------------------------------*/
#content {
width:600px;
float:left;
padding:0 0 30px 0;
overflow:hidden;
}
.post {
padding:0 30px 0 0;
}
.post p {
margin:5px 0 20px 0;
}
.post p img{
background:#F1DBBE;
border:1px solid #999;
padding:10px;
margin: 0 0 10px;
max-width:100%;
}
.post p a:hover img{
background:#97844D;
border:1px solid #FAFAFA;
text-decoration:none;
}
.post em{
font-style:italic;
}
.post h2 {
font-size:24px;
margin:25px 0 10px 0;
font-weight:bold;
}
.post h1, .post h1 a{
font-size:30px;
margin:30px 0 0;
font-weight:bold;
line-height:32px;
letter-spacing:-2px;
}
.post h1 a:hover {
text-decoration:none;
color:#91bd09;
}
.post h3 {
font-size:25px;
font-weight:bold;
}
.post h4 {
font-size:20px;
font-weight:bold;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:disc;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
text-decoration:none;
}
.post blockquote {
color:#777;
border-left:5px solid #668F47;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
.commenti {
background: #222 url(images/alert-overlay.png) repeat-x;
font-size:12px;
font-weight:bold;
float:right;
}
.commenti a {
padding:8px 10px;
background:#749a02;
color:#fff;
-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);
}
.commenti a:hover {
background:#91bd09;
color:#fff;
text-decoration:none;
}
/* Postfooter & Social Bookmark
------------------------------------------------------------*/
#postfooter {
height:60px;
}
#social {
width:600px;
display:block;
float:left;
margin-bottom:30px;
}
a.rss {
background:transparent url(http://www.wordpressblog.it/images/social/feed.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.rss:hover {
background-position:center top;
text-decoration:none;
}
a.rss span {
visibility:hidden;
}
a.rss1 {
background:transparent url(http://www.wordpressblog.it/images/social/feed1.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:60px;
width:60px;
}
a.rss1:hover {
background-position:center top;
text-decoration:none;
}
a.rss1 span {
visibility:hidden;
}
a.mail {
background:transparent url(http://www.wordpressblog.it/images/social/mail.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:64px;
width:64px;
}
a.mail:hover {
background-position:center top;
text-decoration:none;
}
a.mail span {
visibility:hidden;
}
a.wordpress {
background:transparent url(http://www.wordpressblog.it/images/social/wordpress.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:60px;
width:60px;
}
a.wordpress:hover {
background-position:center top;
text-decoration:none;
}
a.wordpress span {
visibility:hidden;
}
a.twitter {
background:transparent url(http://www.wordpressblog.it/images/social/twitter.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.twitter:hover {
background-position:center top;
text-decoration:none;
}
a.twitter span {
visibility:hidden;
}
a.facebook {
background:transparent url(http://www.wordpressblog.it/images/social/facebook.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.facebook:hover {
background-position:center top;
text-decoration:none;
}
a.facebook span {
visibility:hidden;
}
a.delicious {
background:transparent url(http://www.wordpressblog.it/images/social/delicious.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.delicious:hover {
background-position:center top;
text-decoration:none;
}
a.delicious span {
visibility:hidden;
}
a.stumble {
background:transparent url(http://www.wordpressblog.it/images/social/stumble.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.stumble:hover {
background-position:center top;
text-decoration:none;
}
a.stumble span {
visibility:hidden;
}
a.friendfeed {
background:transparent url(http://www.wordpressblog.it/images/social/friendfeed.png) no-repeat scroll center bottom;
display:block;
float:left;
text-decoration:none;
height:48px;
width:48px;
margin-right:5px;
}
a.friendfeed:hover {
background-position:center top;
text-decoration:none;
}
a.friendfeed span {
visibility:hidden;
}
/* Related Posts
---------------------------------------------------------------*/
#related p {
margin:20px 0 5px 0;
}
#related ol, #related ul {
list-style:none;
margin-bottom:20px;
}
#related li {
background:url(images/list.png) no-repeat;
background-position:0;
padding-left:30px;
}
/* Commenti
---------------------------------------------------------------*/
#comments {
width:90%;
}
#comments h3, #comments h4{
font-family:Tahoma, Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Tahoma, Georgia;
font-size:12px;
font-weight:bold;
font-style:normal;
margin-left:10px;
}
#comments .avatar img {
border:5px solid #fff;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
padding:10px 5px 20px 10px;
}
#comments p {
margin:10px 0 0 75px;
width:auto;
font-size:14px;
}
#comments span {
display:block;
color:#F1DBBE;
font-family:Tahoma, Georgia;
font-size:120px;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
}
#comments ul.formlist li {
display:block;
margin:0;
min-height:0;
padding:5px;
}
#comments ul.formlist p{
margin:10px 0 0;
}
#comments input {
font-family:Tahoma, Georgia;
font-size:18px;
border:5px solid #97844D;
background:#F1DBBE;
color:#444;
width:100%;
}
#comments textarea {
font-family:Tahoma, Georgia;
font-size:18px;
font-weight:normal;
border:5px solid #97844D;
background:#F1DBBE;
color:#444;
width:100%;
}
#comments input:focus, #comments textarea:focus {
background:#F8F3DF;
}
#comments li.submitbutton input {
text-align:center;
border:5px solid #97844D;
background:#303F00;
color:#FAFAFA;
font-family:Tahoma, Georgia;
font-weight:normal;
font-size:20px;
width:102%;
height:50px;
cursor:pointer;
}
.commentlist li.depth-1 {
	border-top:3px dashed #F1DDBE;
}
.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, .commentlist li.depth-5 {
	border-left:3px solid #F1DBBE;
}
.authorstyle {
	font-style:oblique;
	font-weight:bold;
}
/* Sidebar
---------------------------------------------------------------*/
#sidebar {
width:270px;
float:right;
margin:0 0 25px 0;
overflow:hidden;
}
#sidebar h3 {
padding:25px 0 3px 0;
font-size:18px;
}
#sidebar .block ul {
border-bottom:1px dotted #F1DBBE;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #F1DBBE;
}
#sidebar .block li a {
background:transparent url(images/grey.gif) no-repeat scroll 6px 52%;
font-size:13px;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#E1E1E1 url(images/green.gif) no-repeat scroll 6px 52%;
color:#749a02;
text-decoration:none;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 {
border-bottom:1px dotted #ccc;
}
#searchform #s {
background:#F1DBBE;
border:7px solid #97844D;
color:#97844D;
font-size:20px;
padding:2px;
text-indent:5px;
width:230px;
margin:40px 0 0;
}
#sidebar .widget_search label {
display:none;
}
#searchform #searchsubmit {
display:none;
}
.textwidget { 
margin:15px 0 0; 
text-align:center; 
}
#searchform {
text-align:center;
}
#sidebar .widget_sideposts {
font-size: 13px;
padding-top: 10px;
font-weight: bold;
}
#sidebar .widget_sideposts li {
line-height:10px;
}	
#sidebar .widget_sideposts li a {
background:none;
padding:2px 0;
margin-top:5px;
}
#sidebar .widget_sideposts li a:hover {
background:none;
color:#91bd09;
}
#sidebar li.spli-archive {
display:none;
}
#sidebar span.sideposts_date {
display: none;
}
#sidebar .widget_sideposts p {
color: #474747;
font-weight: normal;
text-decoration: none;
font-size: 12px;
margin-bottom:5px;
line-height:16px;
}
#adboxes img {
display:inline;
border:2px solid #F1DBBE;
}
#adboxes a:hover img {
border-color:#66cc00;
}
/* Footer
---------------------------------------------------------------*/
#footer {
font-size:12px;
width:900px;
float:left;
border-top:4px dashed #F1DBBE;
text-align:center;
padding:30px 0 40px 0;
}
/* Contact Form
------------------------------------------------------------*/
.wpcf7-form .testo {
-moz-border-radius:7px;
-webkit-border-radius:7px;
background:#F1DBBE;
border:5px solid #97844D;
color:#97844D;
font-style:normal;
font-size:20px;
padding:5px;
text-indent:5px;
width:470px;
}
.wpcf7-form .testo:focus {
background:#F8F3DF;
color:#97844D;
}
.wpcf7-form .button {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#303F00 none repeat scroll 0 0;
border:5px solid #97844D;
color:#FAFAFA;
width:200px;
font-size:20px;
padding:5px;
cursor:pointer;
}
/* Pulsanti
------------------------------------------------------------*/
.awesome {
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
margin: 15px 0;
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;
}
.awesome:hover	{ background-color: #111; color: #fff; text-decoration:none; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px }
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 16px; padding: 12px 30px 13px; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
.red.awesome:hover { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
.yellow.awesome:hover { background-color: #fc9200; }

/* Navigazione
------------------------------------------------------------*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border:none;
	color: #749A02;
	background-color:#F8F3DF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border:none;
	color: #749A02;
	background-color:#F8F3DF;
}
.wp-pagenavi a:hover {	
	border:none;
	color: #91BD09;
	background-color:#F8F3DF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border:none;
	color: #749A02;
	background-color:#F8F3DF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	border:none;
	color: #749A02;
	background-color:#F8F3DF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border:none;
	color: #749A02;
	background-color:#F8F3DF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border:none;
	color: #749A02;
	background-color:#F8F3DF;
}
#subsidiary {
border-bottom:4px dashed #F1DDBE;
overflow:hidden;
text-align:left;
}
#subsidiary h3 {
padding:25px 0 3px 0;
font-size:18px;
}
#subsidiary ul {
border-bottom:1px dotted #F1DBBE;
}
#subsidiary ul .children{
border:0;
padding: 0 0 0 8px;
}
#subsidiary li {
border-top:1px dotted #F1DBBE;
}
#subsidiary li a {
background:transparent url(images/grey.gif) no-repeat scroll 6px 52%;
font-size:13px;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
#subsidiary li a:hover {
background:#E1E1E1 url(images/green.gif) no-repeat scroll 6px 52%;
color:#749a02;
text-decoration:none;
}
#subsidiary .aside {
float:left;
margin:1px 20px 20px 30px;
width:250px;
}
