/*
Theme Name: Mozilla Italia
Description: Tema wordpress per portale www.mozillaitalia.org
Author: Francesco Lodolo
Author URI: http://www.pseudotecnico.org
Version: 1.0
*/

/* 
Image source for some of the icons used in this theme
http://www.famfamfam.com/lab/icons/silk/

Image source for image used as hr : 
http://www.smashingmagazine.com/2008/09/09/the-hr-contest-results-download-your-fresh-hr-line-now/
*/

/*************************
 Layout comune e tag generici
**************************/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #C4C4EC url("immagini/bg_main.png") 50% 0 repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	text-align: center;
}

#wrap {
	background-color: #faf5fe;
	margin: 0 auto;
	width: 910px;
	text-align: left;
}

#main {
	padding: 10px;
}

#content {
	margin: 0px 200px 15px 10px;
	padding: 10px;
	color: #333;
}

ul li, ol li {
	margin-left: 25px;
}

h1 {
	font-size:16pt;
}

h2 {
	font-size:13pt;
}

h3 {
	font-size:11pt;
}

h1 a {
	color: #000;
	text-decoration: none;
}

p, h1, h2, h3, h4 {
	padding-bottom: 6px;
}

img, img a {
	border: 0px;
}

blockquote {
	margin: 10px;
	color: #000;
}

/* As usual, need to add an extra div to avoid IE's problems... */

div.hr {
	height: 40px;
    background: #faf5fe url("immagini/hr.png") no-repeat center;
}

div.hr hr {
  display: none;
}

a, a:link {
   color: #CF1F00;
   text-decoration:none;
   font-weight: bold;
}

a:visited {
   color: #921600;
   text-decoration:none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
   color: #CF695A;
}

h1, h2, h3, h4 {
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS",tahoma,verdana,sans,arial,helvetica,sans-serif;	
}

h1 a, h1 a:link, h1 a:visited  {
	color:#000;	
}

h1 a:hover  {
	text-decoration: none;
}

/*************************
 Header
**************************/

#header {
	background: url("immagini/bg_header.png") repeat-x;

}

#header div{
	background: url("immagini/logo_header.png") top left no-repeat;
	height: 205px;	
}

#header img{
	padding-left: 215px;
}

#header h1, #header p {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Stili per header senza immagine

#header h1 {
	font-family: "Trebuchet MS",tahoma,verdana,sans,arial,helvetica,sans-serif;
	font-size: 33pt;
	color: #000;
	padding: 30px 0 0 230px;
	font-weight: bold;	
}

#header h1 a{
	color: #000;
	text-decoration: none;
}

#header p {
	font-size: 10pt;
	color: #333;
	padding-left: 245px;
} */



/*************************
 Post
**************************/

.post {
	padding-bottom: 10px;
	clear: left;
}

.post h1 {
	padding: 15px 0 10px;
}

.post h2, .post h3, .post h4 {
	padding: 4px 0 6px;
}

.postmetadata {
	color: #666;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #D2C6D4;	
	background-color: #EBDDED; 
}

.postmetadata a {
	color: #666;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #222;
	text-decoration: underline;
}


/*************************
 Barra laterale
**************************/

#sidebar {
	float: right;
	margin: 10px 5px 15px;
	width: 170px;
	background: url("immagini/bg_sidebar.png") repeat-x; 
	min-height:500px;
	padding: 10px;
	color: #555;
}

#sidebar a {
	font-weight: normal;
	color: #555;
}

#sidebar h3 {
	font-size: 12pt;
	color: #333;
	margin-top: 7px;	
}

#sidebar li {
	border-bottom: 1px dashed #ccc;	
	padding-bottom: 1px;	
	list-style: none;
	margin: 0;
}

#sidebar li a{
	display: block;
	padding: 2px 0 0 4px;
}

#sidebar li a:hover{
	background-color: #C4C4EC;	
	color: #000;
	text-decoration: none;
}

#box_ricerca {
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 9pt;
	background-color: #ffffff;
	width: 90%;
	margin-bottom: 5px;	
}

#pulsante_ricerca {
    background-color: #CCC;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    margin-bottom: 5px;  
}

/*************************
 Navigazione vecchi/nuovi post
**************************/

.navigation {
	padding: 10px 0px;
	color: #666;
}

.navigation a {
	color: #666;
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*************************
 Piede
**************************/

#footer {
	color:#888;
	clear: both;
	padding: 5px 0px;
	text-align:center;
	font-size: 85%;
}

#footer a {
	color:#999;
	text-decoration: none;
}

#footer li {
	display: inline;
}

#footer ul {
	padding: 2px;
}

/*************************
 Home page
**************************/

#intro_homepage {
	width: 360px;
	float: left;
}

#notizia_homepage {
	background: #FFF6BB url("immagini/bg_notizia_homepage.gif") top left repeat-x;
	border: 1px solid #FFD229;
	width: 250px;
	padding: 5px;
	float: right;
}

#notizia_homepage p {
	margin: 3px;
}

#notizia_homepage a {
	color: #FF1D08;
}

#notizia_homepage ul li {
	list-style: none;
	padding: 2px 0 0 3px;
	margin: 0;
}

#notizia_homepage ul {
	padding: 0;	
}

/*************************
 Pagina download
**************************/

li.mac {
  list-style-image:url("immagini/mac.png");
}

li.windows {
  list-style-image:url("immagini/win.png");
}

li.linux {
  list-style-image:url("immagini/linux.png");
}

li.zip {
  list-style-image:url("immagini/zip.png");
}

li.xpi {
  list-style-image:url("immagini/xpi.png");
}

.box_download {
	margin-top: 20px;
	background: url("immagini/box_download_bottomleft.png") bottom left no-repeat;	
	padding: 20px;	
}

.box_download h2 {
	padding-top: 15px;
}

#fx {
	background: url("immagini/box_download_fx.png") top right no-repeat;	
	min-height: 150px;	
}

#tb {
	background: url("immagini/box_download_tb.png") top right no-repeat;	
	min-height: 150px;	
}

#sm {
	background: url("immagini/box_download_sm.png") top right no-repeat;	
	min-height: 150px;
}

#sb {
	background: url("immagini/box_download_sb.png") top right no-repeat;	
	min-height: 150px;	
}

#camino {
	background: url("immagini/box_download_camino.png") top right no-repeat;	
	min-height: 150px;
}

#smf {
	background: url("immagini/box_download_topright.png") top right no-repeat;	
	min-height: 150px;
}


/*************************
 Modulo contatti e adesioni
**************************/

fieldset div.paddfield {
   padding: 10px 5px 5px 5px;
   text-align: left;
}

fieldset div.paddfield td {
   vertical-align: top;
   padding: 4px 0;
}

p.errore {
	color: red;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
   font-weight: bold;
   margin-left: 10px;
   padding: 3px;
}

fieldset {
	margin: 10px 0;
}

button {
   background-color: #CCC;
   border-width: 1px;
   border-color: #000000;
   border-style: solid;  
}

input.checkbox { 
   margin: 8px 4px 0 0;
}

/*************************
 Pagine di start Seamonkey
**************************/

dd {
	margin-left: 20px;
}

dd a, dd a:link {
	font-weight: normal;
}

dt {
	margin-top: 6px;
}

p.copyright {
	margin-top: 10px;
}
