/*
Theme Name: Hotel Garden
Theme URI: http://www.hotelgarden.abruzzo.it/
Description: Tema per il sito dell'Hotel Garden.
Version: 0.8
Author: Fabio Notarfranco & Lineando
Author URI: http://www.lineando.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* inizio stili generici */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
body {
	background-color: #F4F0E1;
	font: Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	}

h2 {
	font-size: 20px;
	color: #148DBA;
	font: Georgia;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #148DBA;
	text-decoration: none;
	}

h3{
	font-size: 14px;
	color: #148DBA;
	font: Georgia;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
a, a:link, a:visited, a:active {
	color: #555555;
	text-decoration: none;
	}
a:hover {
	color: #148DBA;
	}

div#imageheader {
	position: relative;
	z-index:10;
	}

/* fine stili generici */



/* inizio struttura */

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px 5px;
	background-image: url(images/garden/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

#contenitore {
	overflow: hidden;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/garden/side_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	}

#content {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 20px 15px 30px 25px;
	}

#sidebar {
	float: right;
	width: 321px;
	}

#footer {
	clear: both;
	width: 950px;
	height: 79px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/garden/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	}

/* fine struttura */



/* inizio elementi content */

.data-post {
	float: left;
	width: 56px;
	height: 60px;
	background-image: url(images/garden/dateblock.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font: Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.mese-post {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	}

.giorno-post {
	font-weight: bold;
	font-size: 20px;
	color: #555555;
	margin-top: 3px;
	}

.post h2 {
	padding: 5px 0px 5px 75px;
	}
	
h2.titolo1 {
	padding: 5px 0px 5px 0px;
	}
	
p.autore {
	padding-left: 75px;
	padding-bottom: 25px;
	}

.postmetadata {
	color: #555555;
	font-weight: bold;
	}
	
.entry {
	margin: 10px 0px;
	line-height: 18px;
	padding-bottom: 25px;
	}

.entry a {
	font-weight: bold;
	}
	
p.etichette {
	font-size: 10px;
	}
	
div.video {
	padding-top: 15px;
	padding-bottom: 50px;
	}

p.videolink {
	margin-bottom: 20px;
         font-weight: bold;
         font-size: 10px;
	}

p.videolink a {
         color: #148DBA;
         }

p.videolink a:hover {
         color: #536A2C;
         }

p.videolink img {
         margin-bottom: -2px;
         }

p.videolinked {
	margin-bottom: 20px;
         color: #536A2C;
         font-weight: bold;
         font-size: 10px;
	}

p.videolinked img {
         margin-bottom: -2px;
         }

/* sezione commenti */

div#contenitore-commenti{
		 width: 569px;
         background-color: #f3f2f2;
         padding: 10px;
         }

div#contenitore-commenti ol li {
         margin-top: 10px;
         }

div#contenitore-commenti ol li cite {
		font-weight: bold;
		font-size: 14px;
		}

div#contenitore-commenti ol li p {
		padding: 10px 0px;
		}

div.dati_commento {
		}

div.avatar {
		float: right;
		}

div#form-commenti {
         background-color: #dddddd;
         padding: 20px;
         margin-top: 20px;
         }

/* fine sezione commenti */

/* fine elementi content */



/* inizio elementi della sidebar */

#sidebar{
	font-size: 10px;
	}

h2#ultime {
	color: #555555;
	font-weight: normal;
	margin-bottom: 5px;
	}

#sidebar h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Verdana;
	font-weight: bold;
	}

#sidebar ul {
	list-style: none;
	margin-left: 35px;
	margin-top: 20px;
	}

#sidebar ul ul {

	list-style: none;
	margin: 0px 0px 15px 0px;
	}

#sidebar ul ul ul {
	margin-left: 15px;
	}

li#tag_cloud {
	margin-bottom: 15px;
	}

#anteprima {
	margin-bottom: 15px;
	}

#anteprima p {

	padding-top: 3px;
	padding-right: 35px;
	}

div.linea {
	margin-bottom: 15px;
	margin-top: -10px;
	}

.imgsidebar1 {
	margin-left: -14px;
	margin-top: -10px;
	margin-bottom: 15px;
	}

.imgsidebar2 {
	margin-left: -13px;
	}

/* inizio calendario */

#wp-calendar {
	width: 75%;
	text-align: center;
	color: #555555;
	margin: 0px auto 15px 0px;
	}

#wp-calendar th {
	color: #555555;
	font-weight: bold;
	}

#wp-calendar a {
	display: block;
	color: #146F97;
	text-decoration: none;
	font-weight: bold;
	}

#prev a, #next a {
	border: 0;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	}

/* fine calendario */

div.ngg-widget {
	padding-top: 10px;
	}

div.ngg-widget-slideshow {
	margin-top: 20px;
	margin-bottom: 20px;
	}

div#pulsanti-gallery {
	overflow: hidden;
	width: 100%
	}

div#link-login {
	float: left;
	width: 50%;
	padding: 10px 0px 20px 0px;
	}

div#link-gallery {
	float: right;
	width: 50%;
	padding: 10px 0px 20px 0px;
	}

div#link-gallery p{
	font-size: 12px;
	font-weight: bold;
	}
	

/* inizio search */

#searchform {
	margin-bottom: 15px;
	padding: 0px;
	width: 200px;
	}

#searchform #b {
	margin-left: 10px;
	width: 87px;
	height: 20px;
	border: none;
	}

#searchform #s {
	background-color: #FFFFFF;
	background-image: url(images/garden/search.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 88px;
	height: 14px;
	margin: 0px;
	border: none;
	padding: 3px 5px;
	font-size: 10px;
	}

#searchform #search {
	float: left;
	border: none;
	margin: 0px;
	}

/* fine search */

#eventi {
	background-image: url(/immagini/box-note.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 127px;
	width: 321px;
	margin-left: -35px;
	}

span.titolo-evento {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

span.data-evento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	}

#eventi p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 35px;
	font-size: 12px;
	font-style: italic;
	}

img.rss {
        margin-bottom: -2px;
        margin-right: 3px;
        }

span.rss {
        margin-right: 10px;
        margin-top: 20px;
        }

/* fine elementi della sidebar */

/* inizio footer */

div#telefono {
	float: left;
	padding-left: 35px;
	padding-top: 15px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 50px;
	width: 165px;
/*	border: solid 1px black;
*/	}

span#prenota {
	color: #639000;
	}

span#numero {
	color: #148DBA;
	}

div#crediti {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
/*	border: solid 1px black;
*/	width: 375px;
	}

div#crediti a {
	text-decoration: underline;�
	}

div#mail {
	float: left;
	padding-left: 60px;
	padding-top: 15px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
/*	border: solid 1px black;
*/	}

div#mail a {
	color: #148dba;
	text-decoration: underline;
	}

/* fine footer */



