/*  
Theme Name: SardignaSl 
Theme URI: http://blog.libero.it/vathelblog/
Description:  Tema 2 colonne realizzato per il Portale sardegnasl.com
Version: 1.0
Author: Vathel Hax
Author URI: http://blog.libero.it/vathelblog/

	v1.0 powered by Vathel
	http://blog.libero.it/vathelblog/

	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

***********************************************************************************/

/* Background, colori e immagini */
/*********************************/
/*
#m_head			{ background: url(imgs/main_head.png) no-repeat; }

#m_foot			{ background: url(imgs/main_foot.jpg) no-repeat; }
#n_head			{ background: url(imgs/nav_head.png) no-repeat; }

#n_foot			{ background: url(imgs/nav_foot.png) no-repeat; }
*/

#m_content, #n_content{
	background-color: #CC9900;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}



/* Di base */
/*******************/

body {
	font: normal 12px verdana, sans-serif;
	color: #000000;
	background-color: #333;
	margin: 0px;
	background-image: url(imgs/sfondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*margin: 0;
	padding: 0;
	background-attachment: fixed;*/
}
div {
	position: relative; 
	margin: 0px;
}

/* Links */
/*********/

a {
	color: #FFFFFF; 
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: overline;
}
/* Barra di navigazione */
#nav a {
	color: #000;
}
#nav a:hover {
	color: #700;
	text-decoration: none;
}
/* link layout header footer e monospace */
#m_foot_title a, #m_title a {
	color: #FFF;
}
/* link layout post */
.post h1 a {
	color: #000;
}
.post h1 a:hover {
	color: #700;
	text-decoration: none;
}

/* Testo */
/********/

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3 {
	font: normal 17px Georgia, serif;
	margin: 0 0 15px 0;
}
p {
	margin-bottom: 15px;
}
/* ----- */
.post h1 {
	margin: 0px;
}
.post div.entry {
	margin-top: 15px;
}

/* Grafica */
/************/

/* max - width ie6 450px  */
a img, img {
	border: 0px;
	max-width: 100%;
}
.post img {
	margin: 0 10px 10px 0;
}
/* extra - classe */
.postimg {
	float: left;
}

/* Div */
/********/

div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta, small {
	font-size: 10px;
	text-align: right;
}
div.center {
	text-align: center;
}
div.line {
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 100px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #000;
}

/* Forms */
/*************/

#commentform input, #commentform textarea, #searchform input {
	font: normal 12px Arial, sans-serif;
	background: transparent;
	border: 1px solid #000;
}
#commentform textarea {
	width: 450px;
	height: 200px;
}

/* Navigazione */
/*********************/

#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li ul {
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav h1, #nav h2, #nav h3 {
	margin: 0px;
}

/* Commenti */
/*******************/

#main ol li {
	margin: 0 20px 10px 0;
}

/* Navogatore archivi */
/************************/

.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* ------------------------------- */
/********************************/
#container {
	width: 770px;
	margin: 0 auto 20px auto;
}
/* die m_-divs, der inhalt auf der linken seite */
#m_container {
	position: absolute;
	top: 63px;
	left: 60px;          /****************** 0 **************/
	width: 500px;
}
#m_head {
	width: 500px;
	height: 127px;
}
#m_title {
	font: normal 16px Courier New, monospace;
	text-align: center;
	color: #FFF;
	left: 347px;
	top: 70px;
	width: 120px;
	z-index: 2;
}
#m_content {
	width: 500px;
	padding-bottom: 40px;
}
#m_foot {
	margin: 0px;
	width: 500px;
	height: 155px;
	z-index: 1;
}
#m_foot_title {
	font: normal 12px Courier New, monospace;
	text-align: center;
	left: 20px;
	top: 10px;
	width: 90px;
	z-index: 2;
}

#m_foot_crediti {
	font: normal 10px Courier New, monospace;
	text-align: center;
	top: 20px;
	color: #CCCCCC;
	/*left: 20px;
	width: 90px;
	z-index: 2;*/
	
}

/* main !!!  */
#main {
	text-align: justify;
	margin-bottom: 10px;
	width: 450px;
	left: 25px;
	top: 20px;
}		
/* n_div navigazione destra */
#n_container {
	position: absolute;
	top: 80px;
	/*left: 549px;*/
	left: 570px;
	width: 180px;
}
#n_head {
	width: 180px;
	height: 110px;
}
#n_content {
	width: 180px;
	padding-bottom: 20px;
}
#n_foot {
	width: 180px;
	height: 100px;
}
/* sidebar destra */
#nav {
	/*text-transform: lowercase;*/
	width: 140px;
	top: 10px;
	left: 20px;
}



