/*
Theme Name: Make It Happy 1.0
Theme URI: http://www.makeithappy.it
Description: Tema Make It Happy 1.0 - interventi effettuati da tema di base Default WordPress <a href="http://binarybonsai.com/kubrick/">Kubrick</a>
Version: 1.0
Author: Valentina Spreafichi
Author URI: http://www.questionedistile.org/valentina
Tags: rosso e bianco, punk, italia, padova

	Make It Happy 1.0
	http://www.makeithappy.it

	This theme was designed and built by Valentina Spreafichi
	http://www.questionedistile.org/valentina

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/***** generici *****/
BODY {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font: 0.75em Verdana, Trebuchet MS, Arial, Helvetica, sans-serif ;
  color: #666;
  text-align: center;
  line-height: 18px;
}
H1 {
  padding: 5px;
  margin: 0 0 15px 0;
  font-size: 1.7em;
  font-family: Georgia;
  color: #a10515;
  font-weight: normal;
  background: #f1f1f1;
}
H2 {
  padding: 5px 25px;
  margin: 0 0 0 0;
  font-size: 1.7em;
  font-family: Georgia;
  color: #a10515;
  font-weight: normal;
  border-bottom: 2px dashed #ccc;
  background: url("images/h2.gif") left no-repeat;
}
H3 {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  background: #f1f1f1;
  padding: 2px;
  margin: 5px 0;
}
H2.widgettitle {
  display: none;
}
A {
  color: #000;
  text-decoration: underline;
}
A:hover,
A:focus {
  text-decoration: none;
  background: #f1f1f1;
  color: #a10515;
}
IMG {
  border: 0;
  padding: 0;
  margin: 0;
}
IMG A:hover {
  border: 0;
  padding: 0;
  margin: 0;
}
INPUT,
TEXTAREA {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
TEXTAREA#comment {
  width: 95%;
}
FORM {
  background: #f1f1f1;
  font-size: 1.1em;
  padding: 15px;
}
.ripristino {
  clear: both;
}
UL {
  margin: 0;
  padding: 0;
}
UL LI {
  margin: 0;
  padding: 0;
  list-style-type: square;
}
HR {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 15px;
  padding: 0;
}
/***** layout => testata *****/
DIV#testata {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: url("http://www.makeithappy.it/wp-content/themes/makeithappy_1-0/images/sf_testata.jpg") repeat-x;
}
DIV#testata DIV {
  width: 760px;
  padding: 0;
  margin: 0 auto;
}
/***** layout => navigazione *****/
DIV#navigazione {
  width: 760px;
  height: 95px;
  padding: 0;
  margin: 0 auto;
  background: url("http://www.makeithappy.it/wp-content/themes/makeithappy_1-0/images/sfondo_navigazione.gif") repeat-x;
}
DIV#navigazione UL {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  padding-top: 3px;
}
DIV#navigazione UL LI {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline;
  line-height: 35px;
}
DIV#navigazione UL LI A {
  text-decoration: none;
  color: #666;
  font-family: Georgia;
  font-size: 1.75em;
  font-weight: normal;
}
DIV#navigazione UL LI A:hover,
DIV#navigazione UL LI A:focus {
  text-decoration: none;
  background: transparent;
  color: #a10515;
}
/***** layout => contenuto *****/
DIV#contenuto {
  width: 680px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
DIV#contenuto IMG {
  border: 0;
  padding: 0;
  margin: 0;
}
DIV#contenuto P {
  padding: 5px;
  margin: 0;
}
/***** layout => footer *****/
DIV#footer {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: 4px solid #A10515;
  font-size: 0.9em;
  margin-top: 50px;
}
DIV#footer P {
  padding: 10px;
  margin: 0;
}
/***** WP => vari *****/
.entry {
  padding: 10px 0;
}
.postmetadata {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
.postmetadata alt {
  border: 1px solid #f00;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

