/*  
Theme Name: Overclokk.net 2.0
Theme URI: http://www.overclokk.net/
Description: Widget ready
Version: | 2.0
Author: Overclokk.net
Author URI: http://www.overclokk.net/
*/
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	font-size: 76%;
	background-color: #EDEDED;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
 
#container {
	width: 780px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* Inizio Header */
#header{
	height: 140px;
	/*background-image: url(immagini/V%202.01.jpg);*/
	background-repeat: no-repeat;
	background-position: 380px 0px;
}
#header h1{
	margin-left: 5px;
	padding-top: 15px;
}
#header img{
	background-color: #FFFFFF;
}
#description{
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
/* Fine Header */

/* Inizio Menù */

#navbar{
	text-align: center;
	border-bottom: 1px solid Black;
	font-weight: bold;
	font-size: 120%;
}
#navbar a:hover{
	border-bottom: 1px solid White;
	color: Red;
}

/* Fine Menù */

#wrapper { /* Il wrapper contiene il content e la sidebar */
	margin-top: 20px;
}

/* Inizio Contenuto */
#content {
	width: 540px;
	float: left;
	padding-left: 15px;
}
#content h2 {/* titolo articolo */
	font-size: 1.4em;
	clear: both;
	margin: 1.3em auto 0.1em;
	color: #0F218B;
	font-weight: 100;
}
#content h2 a{ /* titolo articolo */
	color: #0F218B;
}
#content h2 a:hover{
	text-decoration: underline;
	color: Red;
}
.data_messaggio{
	font-size: 0.8em;
	margin-bottom: 0.9em;
	color: #999999;
}
small{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#content h3{ /* Stile per " N? Commenti" */
	font-size: 1.1em;
	background-image: url(immagini/RelatedPostsHeading.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #D9D9FF;
	font-style: italic;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content ul{
	list-style-position: inside;
}
#content ol{
	list-style-position: inside;
}
#content .entrytext p img, #content .entry p img{
	display: block;
	margin: 0 auto;
}
/* Fine contenuto */

/* Inizio Commenti */
#content ol.commentlist{
	list-style-type: none;
	margin: 3em 0em; !important
}
#content ol.commentlist li{
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 5px;
	padding-left: 10px;
}
.commentmetadata{
}
.alt{ /* Classe per alternare l'effeto sui commenti*/
	background-color: #F0F0F0;
}
.evidenziatore{
	background-color: #FFFF99;
	border: dotted #f00 1px;
}
/* Fine Commenti */

#content form{ /* Id: commentform */
	background-color: #F2F2FF;
	padding: 5px;
}
#content input{ /* Id: author, email, url, submit */
	border: dotted 1px #000;
}
#content textarea{ /* Id: comment */
	border: dotted 1px #000;
}
#content #submit{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
/* Inizio Sidebar */
#sidebar {
	width: 162px;
	margin-left: 78%;
}
#sidebar h2 {
	font-size: 1.3em;
/*        background-color: #0F218B; */
	color: #0F218B;
	letter-spacing: -0.05em;
	background-repeat: no-repeat;
	background-position: left;
	border-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sidebar li a:hover {
	margin-left: 0px;
	color: Red;
}
#sidebar ul{
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar ul li {
}
#sidebar ul ul li{
	background-image: url(immagini/CategIco.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-top: 3px;
}
/* Inizio Stile per Le varie categorie della Sidebar, ho usato questo metodo per specificare l'immagine sui titoli di categoria */

#search{
	list-style-type: none;
}
#sidebar form {  /* Form per la ricerca nel Blog, regola per la sidebar*/
}
#sidebar input#s {
	width: 90%;
	border: 1px solid #999;
	margin-left: 1px;
}
#calendar h2{
	background-image: url(immagini/archive.gif);
}

#pages h2{
	background-image: url(immagini/page.png);
}
#archives h2{
	background-image: url(immagini/archive.gif);
}
.widget_categories h2{
	background-image: url(immagini/folder.gif);
}
#recent-posts h2{
	background-image: url(immagini/recent.gif);
}
#recent-comments h2{
	background-image: url(immagini/commenti_recenti.png);
}
#meta h2{
	background-image: url(immagini/meta.gif);
}
#tag_cloud h2{
	background-image: url(immagini/tag.png);
}
#tag_cloud a {
	color: #FF0000;
}
#tag_cloud a:hover{
	margin-left: 0px;
}
#feeds h2{
	background-image: url(immagini/rss.gif);
}
#feeds ul li {
	background-image: url(immagini/rss.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}
#links h2{
	background-image: url(immagini/link.gif);
}
/* Fine dello Stile per le categorie della sidebar */
/* Fine Sidebar */
/* Inizio Footer */
#footer {
	clear: both;
	text-align: center;
	background-color: #E5E5E5;
        border-top:1px solid #B5B5B5;
	color: #434343;
        margin-top:20px;
}
#footer a{
	color: #FF0000;
}
/* Fine del Footer */

a {
	color: #0F218B;
	text-decoration: none;
}
cite{
	color: #000;
	font-weight: bold;
}
cite a{
	color: #F00;
	font-weight: bold;
	font-style: oblique;
}
code{
	font-family: sans-serif;
	font-size: 1em;
	padding: 2px 10px;
	font-weight: bold;
	background: #E5E5E5;
	border: 1 solid black;
}
form{
}
form textarea{
	width: 100%;
}
p{
	margin: 1em 0px;
	line-height: 1.6em;
}
img{
	border: 0px;
}

/* Classi */
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.destra{
	text-align: right;
	margin-top: -10px;
}
.titolo{
	color: #ED248C;
}
.post a{
}
.pagetitle{
	color: #000;
}
