/*  
Theme Name:Ponticello3
Theme URI: http://www.worldpress.it/
Description:Tutorial worldpress.it "creare un tema wordpress"
Version: | prima puntata
Author: Graziano Muscas aka Gracio
Author URI: http://www.worldpress.it/
*/

html {
	width:100%;
	min-height:100%;
	}
body {
	margin:0;
	padding:0;
	color:#6c5635;
	/*font:.95em Georgia,"Times New Roman",Times,sans;*/
	font:.95em Arial,Tahoma,Verdana,sans-serif;
	background:url('http://localhost/ponticello/wp-content/themes/ponticello3/images/bkg.gif') top center repeat-x #c3b9ab;
	}

#header {
	position:relative;
	width:950px;
	background:url('http://localhost/ponticello/wp-content/themes/ponticello3/images/h_bkg.gif') top center repeat-Y #fcf7f2;
	margin:0 auto;
	text-align:center;
	height:212px;
	}
#header h1 {
	margin:0;
	padding:0;
	}

#menu,h1,h2,h3,h4 {
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	}
#menu {
	position:absolute;
	top:210px;
	left:0;
	font-size:1.1em;
	width:100%;
	z-index:50;
	}
#menu .contenuto {
	border-top:3px solid #eac6aa;
	margin:0 auto;
	width:900px;
	background-color:#e5a713;
	text-align:center;
	}
#menu ul {
	padding:0 30px;
	margin:0 auto;
	list-style:none;
	}
#menu li {
	display:inline;
	}
#menu li a,#menu li a:hover {
	text-decoration:none;
	color:#fff;
	padding:4px 10px 8px 10px;
	margin-top:2px;
	display:inline-block;
	font-weight:bold;
	}
#menu li a.sel {
	color:#6c5735;
	background-color:#fcf7f2;
	border:1px solid #ce950e;
	border-top:0;
	border-bottom:0;
	}

#menuLang {
	position:absolute;
	top:15px;
	right:40px;
	background-color:#eac6ab;
	font-size:.7em;
	}
#menuLang ul {
	padding:3px;
	margin:0;
	list-style:none;
	line-height:0;
	}
#menuLang li {
	display:inline;
	}
#menuLang a {
	margin:3px;
	}
#menuLang .sel {
	font-weight:bold;
	border-bottom:4px solid #e5a713;
	}

#container {
	width:950px;
	margin:0 auto;
	height:auto !important;
	height:200px;
	min-height:200px;
	position:relative;
	background:url('http://localhost/ponticello/wp-content/themes/ponticello3/images/c_bkg.gif') top center repeat-y #fcf7f2;
	}
#container2 {
	width:900px;
	margin:0 auto;
	padding:0 25px;
	height:auto !important;
	height:100px;
	min-height:100px;
	position:relative;
	background:url('http://localhost/ponticello/wp-content/themes/ponticello3/images/c_bkg2.gif') top center repeat-y #f0e2d6;
	}

#contenuto {
	position:relative;
	padding:40px;
	height:auto !important;
	height:200px;
	min-height:200px;
	}

#rightcol {
	top:0;
	right:0;
	width:120px;
	}

#foot {
	background:url('http://localhost/ponticello/wp-content/themes/ponticello3/images/f_bkg.gif') top center no-repeat transparent;
	text-align:center;
	padding:40px 0;
	font-size:.8em;
	}
#foot ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#foot li {
	display:inline;
	padding:0 20px;
	}
#foot .kalamun {
	color:#938b81;
	}
#foot a {
	color:#fcf7f2;
	}

img {
	border:0;
	vertical-align:middle;
	}
p {
	line-height:140%;
	}
h1 {
	font-size:2em;
	font-weight:normal;
	margin:0;
	padding:0;
	font-family:Georgia,"Times New Roman",Times,sans;
	font-style:italic;
	}
h1 a,h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-size:1.2em;
	font-weight:normal;
	color:#888;
	margin:0;
	padding:0;
	font-family:Georgia,"Times New Roman",Times,sans;
	font-style:italic;
	}
h2 a,h2 a:hover {
	color:#888;
	text-decoration:none;
	}
h3 {
	font-size:.8em;
	font-weight:normal;
	text-transform:uppercase;
	color:#888;
	margin:0;
	padding:0;
	}
h3 a,h3 a:hover {
	color:#888;
	text-decoration:none;
	}
hr {
	clear:both;
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border:0;
	margin:20px 0;
	}
a {
	text-decoration:none;
	color:#e5a713;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}

.colonnaSx {
	float:left;
	width:400px;
	margin-right:10px;
	}
.colonnaDx {
	float:right;
	width:440px;
	margin:0 10px;
	}
.colonnaUnTerzo {
	width:259px;
	float:left;
	border-right:1px solid #c3b9ab;
	padding:0 20px;
	margin:20px 0;
	min-height:160px;
	height:auto !important;
	height:160px;
	}

.contatti {
	font-size:.7em;
	padding:20px;
	background-color:#fff;
	}
.contatti h1 {
	font-size:1.5em;
	text-transform:uppercase;
	}
.contatti h2 {
	font-size:1em;
	text-transform:uppercase;
	}

.colonnaUnTerzo h1 {
	font-size:1.4em;
	}

.agenda ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:.8em;
	}
.agenda li {
	position:relative;
	border-bottom:1px solid #e3d9cb;
	padding:3px 0;
	clear:left;
	}
.agenda .data {
	float:left;
	background-color:#fff;
	padding:3px;
	margin:0 7px 3px 0;
	}
.agenda .sottotitolo {
	font-size:.7em;
	}
.agenda a,.agenda a:hover {
	color:#6c5635;
	text-decoration:none;
	display:block;
	}

.immagini {
	margin:10px 0;
	}
.photoPreview {
	margin:10px 0 0 0;
	text-align:center;
	padding:5px;
	background-color:#fcf7f2;
	}
.photoLinkAll {
	display:block;
	text-align:right;
	padding:2px 5px;
	background-color:#c3b9ab;
	color:#fcf7f2;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
	}
.photoGallery {
	width:250px;
	float:left;
	margin:5px;
	border:1px solid #c3b9ab;
	}
.photo {
	background-color:#fff;
	padding:10px;
	margin:10px 0;
	text-align:center;
	}
.photoNavigator {
	text-align:center;
	}

.banner ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.banner li {
	padding:0;
	margin:0 10px 10px 0;
	float:left;
	}
.link ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.link li {
	padding:4px;
	margin:10px 0;
	background-color:#f0e2d6;
	text-align:center;
	}
.link p {
	padding:0;
	margin:0;
	}

