﻿/*  
Theme Name: settoblo 2.1
Theme URI: http://www.settolo.it/
Description: Il tema del blog di settolo
Version: 2.1
Author: Sergio Maldotti
Author URI: http://www.settolo.it

	This theme was designed and built by Sergio Maldotti
	All rights reserved

	Rispetto al tema Default 1.6 in italiano:
	- index.php: aggiunto class="date" allo <small>
        - index.php: modificato il class="postmetadata"
        - single.php: modificato il class="postmetadata"
        - single.php: aggiunta la sidebar
	- header.php: aggiunti i .js
	- function.php: tolto tutto quello che riguarda l'immagine header
	- comments.php: aggiunte le note alla mail e al bottone di invio

*/



/* Inizio sezione di impaginazione, caratteri e colori */

body {
    text-align: center;
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
    font-size: 85%;
    font-family: Verdana, arial, sans-serif;
    text-decoration: none;
    border-top: #5252A6 solid 4px;
  }

#page {
    width: 760px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
  }

a {
    color:#d80000;
    text-decoration:none;
  }
a:hover { text-decoration:underline; }

/* intestazione */
#header {
    background: #d80000 url('images/header.gif') no-repeat top center;
    height: 122px;
  }
#headerimg {}
#header h1 { display:none;}
#header div.description { display:none; }
hr { display: none; }

/* corpo pagina */
#content {
    float: left;
    width: 550px;
    text-align: justify;
  }
.post {
    padding: 0px 10px 0px 10px;
    margin: 16px 0px 16px 0px;
  }

.post h2, .post h3 {
        background-color: #efefef;
        color: #505050;
        line-height: 1.5em;
        padding: 5px 10px 5px 10px;
        border: 0px solid red;
        text-align: left;
        margin: 0px 0px 0px 0px;
        font-weight: normal;
	}

.post h2 a, .post h3 a {
    color:#505050;
  }
.date {
    color: #707070;
    padding-left: 10px;
  }
.post .entry {
    padding: 0px;
    margin: 8px 0px 16px 0px;
  }
.post p .technorati {
    margin: 16px 0px 0px 0px;
    padding-left: 20px;
    background-image: url('images/technorati.png');
    background-repeat: no-repeat;
    background-position: left;
  }
.post p.postmetadata {
    font-size:0.8em;
    text-align: center;
    margin: 0px 0px 24px 0px;
    clear: both;
  }
.post p.postmetadata small {
    display: block;
    font-size: 1em;
    text-align: justify;
    color: #707070;
    margin-top:10px;
  }
.post hr { display: block; }
.post blockquote {
    background-image: url('images/virgolette.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 18px;
    padding-left: 18px;
  }


/* barra laterale */
#sidebar {
    margin:0px;
    margin-bottom:10px;
    padding:10px 0px 0px 0px;
    float: right;
    width: 190px;
    text-align: center;
    font-size: 0.8em
	}
#sidebar ul, #sidebar li, #sidebar ol {
    margin:0px;
    padding:0px;
    list-style-type: none;
	}
#sidebar li ul {
    padding: 5px;
	}
#sidebar h2 {
    font-size: 12px;
    margin: 10px;
    padding: 0px;
    background: #cacaca url('images/sb_h2.gif') repeat-x;
    height: 36px;
    line-height: 36px;
    color: #505050;
	}
#sidebar .active {
    background: #5252A6 url('images/sb_h2_active.gif') repeat-x;
    color: #ffffff;
	}
.hidden {
    display: none;
	}
#sidebar .link_level_1 h2 {
    background: none;
    color: #707070;
    padding: 0px 10px 0px 10px;
    font-size: 1em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 10px 0px 0px 0px;
	}

/* pi� di pagina */
#footer {
    margin: 0 auto;
    clear: both;
    background: #cacaca url('images/sb_h2.gif') repeat-x;
    height: 36px;
    color: #505050;
  }
#footer p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
  }

/* commenti */
#comments, #respond {
    font-size:1em;
    font-weight: bold;
    background-color: #efefef;
    color: #707070;
    height: 1.5em;
    padding: 3px 10px 0px 10px;
    margin: 10px;
  }

#commentform {
    margin: 10px;
  }

#commentform textarea {
    width: 100%;
    margin: 0px;
  }

/* altro */
.navigation {
	display: block;
	text-align: center;
	margin: 30px 10px 30px 10px;
        background-color: #efefef;
        color: #707070;
        height: 1.5em;
        padding: 0px 10px 0px 10px;
	}
.alignright {
    float: right;
  }
.alignleft {
    float: left
  }
small {
    font-size: 0.8em;
  }
h2 {
    font-size: 1.5em;
    color: #707070;
    margin: 30px 10px 10px 10px;
    text-align: center;
  }
/* Fine sezione di impaginazione, caratteri e colori */



/* immagini */
img {
	border: 0;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* 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 {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*  Stili del badge di Flickr */
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 0px solid black !important;}

/* Stili per inconcine link (PLUGIN: Link Indication) */
a.liexternal {
padding-right: 12px;
background: url(images/link-icon_external.gif) no-repeat right;
}
a.liwikipedia {
padding-right: 14px;
background: url(images/link-icon_wikipedia.gif) no-repeat right;
}
a.liimdb {
padding-right: 18px;
background: url(images/link-icon_imdb.png) no-repeat right;
}
a.liftp {
padding-right: 13px;
background: url(images/link-icon_ftp.png) no-repeat right;
}
a.limailto {
padding-right: 18px;
background: url(images/link-icon_mail.png) no-repeat right;
}
a.liinternal {
}
a.liflickr {
padding-right: 10px;
background: url(images/link-icon_flickr.gif) no-repeat right;
}

/* STili per il plugin wp-notable */
.wp-notable {
        padding-left:7px;
        padding-right: 3px;
        padding-bottom: 1px;
        padding-top: 20px;
}
.wp-notable-line {
        display:block;
        margin:0px;
        text-align: center;
}
.wp-notable img {
        border: none;
}