/*
Theme Name: Giovanni Bataloni
Theme URI: http://www.giovannibataloni.com/
Description: Giovanni Bataloni Website
Version: 1.0
Author: Beppe Zizza
Author URI: http://www.playlab.it
Tags: Giovanni Bataloni
*/

body {
	font-size: 81.3%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
} 

/* Headings -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;	
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
} 

/* Text elements -------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

a {
	color: #992428;
	text-decoration: none;
}

a:hover {
	color: #992428;
	text-decoration: underline;
}

/* Lists -------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
} 

/* Tables -------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/* Structure ---------------------------------------------------------------- */

body {
	background: url(images/bg-body.jpg) repeat-x top left;
}

#wrapper {
	background: url(images/bg-wrapper.gif) no-repeat top center;
}

#page {
    width: 740px;
    margin: 0 auto;
}

#footer {
    width: 660px;
    margin: 0 auto;
    position: relative;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}




/* Header ---------------------------------------------------------------- */

#header {
	position: relative;
	padding: 20px 10px 0;
	height: 110px;
}

#headerimg h1 {
	margin: 0;
}

#headerimg h1 a {
	color:#000000;
	font-size:38px;
	font-weight:bold;
	letter-spacing:-0.075em;
	text-decoration:none;
}

.description {
	font-weight: bold;
}

#nav {
	padding: 8px 0 11px 20px;
	position:absolute;
	right: 0px;
	top:93px;
	width:465px;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#lang {
	position:absolute;
	right:10px;
	top:10px;
}

#lang ul#qtranslate-chooser li {
	list-style: none;
	margin:0 10px 0 0;
	float: left;
}

#lang ul#qtranslate-chooser li a span {
	display: none;
}

/* Content ---------------------------------------------------------------- */

#content {
	background: url(images/bg-content.png) repeat-y top center;
	padding: 30px 40px;
}

#content h2 a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* Footer ---------------------------------------------------------------- */

#wrapper-footer {
	background: url(images/bg-footer.jpg) no-repeat center -35px;
	height: 402px;
}

ul.social-network {
	margin: 30px 0 0;
	padding: 0;
}

ul.social-network li {
	list-style: none;
	margin: 0 0 30px;
}

ul.social-network li a {
	padding:8px 0 12px 40px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

ul.social-network li.myspace a {
	background: url(images/myspace-icon.gif) no-repeat top left;
}

ul.social-network li.facebook a {
	background: url(images/facebook-icon.gif) no-repeat top left;
}

p.copyright {
	font-family:monaco;
	font-size: 9px;
	position:absolute;
	top:355px;
}

/* Homepage ---------------------------------------------------------------- */

.homepage h3 {
	margin: 0 0 10px;
}

.homepage h3 a {
	color: #000;
	font-size: 16px;
}

.bio-post-image {
	float: right;
	margin: 0 0 0 40px;
}

.homepage .category-progetti,
.homepage .category-bio,
.homepage .category-concerti-e-news {
	margin: 0 0 30px;
}

.homepage .category-progetti p,
.homepage .category-concerti-e-news p {
	margin: 0;
}

.project-post-image {
	float: left;
	margin: 0 20px 0 0;
}

p.more a {
	font-weight: bold;
}











