/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemanncontent 
Author URI: http://binarybonsai.com/content 
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

*/


* {
	padding: 0;
	margin: 0;
}


@font-face {
	font-family: "Adobe Garamond Pro";
	src: url('fonts/AGaramondPro-Regular.otf'); /* Adobe Garamond Pro Regular */
	font-style: normal;
}
@font-face {
	font-family: "Adobe Garamond Pro";
	src: url('fonts/AGaramondPro-Italic.otf'); /* Adobe Garamond Pro Italic */
	font-style: italic;
}
@font-face {
	font-family: "Adobe Garamond Pro";
	src: url('fonts/AGaramondPro-Bold.otf'); /* Adobe Garamond Pro Bold */
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Adobe Garamond Pro";
	src: url('fonts/AGaramondPro-BoldItalic.otf'); /* Adobe Garamond Pro Bold + italic */
	font-style: italic;
	font-weight: bold;
}


/* Begin Typography & Colors */
body {
	font-size: .9em; 
	font-family: Adobe Garamond Pro, Georgia,	Serif !important;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 20px 0;
}
	
h1 {
	display: block;
	width: 256px;
	height: 125px;
	margin: 0 auto;
	text-align: center;
	background: #fff url('images/logo.png') no-repeat;
}

h1 a, h1 a:link, h1 a:visited {
	display: block;
	width: 256px;
	height: 125px;

}
h1 a strong, 
h1 a em {
	display: none;
}	

#topborder {
	height: 10px;
	width: 900px;
	background: #ff507a url('images/top-border.png') no-repeat;
	display: block;
	border: none;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

#page {
	background-color: white;
	margin: 0 auto;
	width: 900px;
	background: #fff url('images/sidebar-bg.png') no-repeat bottom left;
}

	#sidebar {
		padding: 0;
		width: 200px;
		text-align: left;
		float: left;
	}
	
	#hmmwhattoputhere {
		width: 700px;
		float: right;
		background: #fff url('images/content-bg.png') no-repeat bottom right;
		margin-bottom: 5px;
		padding-bottom: 5px;
		min-height: 550px;
	}
	
	#content {
		float: left;
	}
	.wide {
		width: 690px;
	}
	.narrow {
		width: 518px;
	}

	.post  {
		margin-top: -4px;
	}
	

/* -------------------------------------------------------------------------- */
/* submenu dx																																  */


ul#submenu {
	margin-left: 525px;
	width: 160px;
	list-style: none;
	background: url('images/submenu-bg.png') no-repeat bottom left;
	padding: 0 0 15px 0 !important;
	margin-bottom: 10px;

}
#submenu li {
	text-align: left;
	text-transform: uppercase;
	font-size: 0.8em !important;
	list-style-image: url('images/submenu-list.png');
	margin-left: 15px;
	margin-bottom: 3px;
}
#submenu li ul li {
	text-align: left;
	text-transform: uppercase;
	font-size: 1em !important;
	list-style-image: url('images/submenu-list.png');
	margin-left: 15px;
	margin-bottom: 6px;
}
ul#submenu li a, ul#submenu li a:visited, ul#submenu li a:link {
	color: #999 !important;
	padding-bottom: 2px;
	display: block;
}

ul#submenu li a:active, ul#submenu li a:hover, ul#submenu li a:focus,
ul#submenu li.current_page_item a, ul#submenu li.current_page_item a:visited, ul#submenu li.current_page_item a:link {
	background: #fff url('images/submenuborder.png') no-repeat right bottom;
	color: #ff507a !important;
	padding-bottom: 2px;
}


/* -------------------------------------------------------------------------- */


.gabbiaverticale  {
	float: left;
	margin-right: 5px;
	width: 254px;
}
.gabbiaverticale img {
	margin-bottom: 5px;
}
p.gabbiaorizontale {
	margin-left: -5px;
	position: relative;
	right: -1px;
	margin-top: 4px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
}
p.gabbiaorizontale img {
	margin-left: 5px;
}

p.gabbiaorizontale3 {
	position: relative;
	right: 0px;
	margin-top: 4px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}
p.gabbiaorizontale3 img {
	margin-left: 3px;
}

.locationsimg {
	float: left;
	margin-right: 5px !important;
	padding-right: 0px !important;
	width: 254px;
	text-transform: uppercase;
	margin-top: -5px;
	text-align: left;
}
	.locationsimg img {
		margin-top: 5px;
	}
	#content {
		font-size: 1em;
	}
		#content .ingabbia {
			margin-left: 264px;
		}
		#content p {
			margin-bottom: 10px;
			margin-right: 10px;
			text-align: left;
		}
		#content ul {
			list-style: disc;
			padding-left: 0px;
			margin-bottom: 10px;
		}
		#content ol {
			padding-left: 0px;
			margin-bottom: 10px;
		}
			#content ul li, #content ol li {
				margin-left: 15px;
				padding-left: 1px;
				text-align: left;
			}
			#content ul.bypassalaterale li, #content ol.bypassalaterale li {
				position: relative;
				left: 18px;
			}

#footer {
	background-color: #ff507a;
	width: 900px;
	margin: 0 auto;
	clear: both;
	padding: 5px 0;
}
	#footer p {
		color: #fff;
	}
		#footer p a,
		#footer p a:link, 
		#footer p a:visited	{
			color: #fff;
		}

/* -------------------------------------------------------------------------- */
/* Sidebar style 																														  */
#sidebar ul {
	list-style: none;
}

	li#pages ul {
		list-style: none;
	}
	

#sidebar ul li a, 
#sidebar ul li a:visited, 
#sidebar ul li a:link {
	padding: 5px 5px 5px 20px;
	display: block;
	margin: 0px;
	color: #ff507a;
	text-transform: uppercase;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active,
#sidebar ul li.current_page_item a, #sidebar ul li.current_page_item a:visited, #sidebar ul li.current_page_item a:link,
#sidebar ul li.current_page_ancestor a, #sidebar ul li.current_page_ancestor a:visited, #sidebar ul li.current_page_ancestor a:link,
#sidebar ul li.current_page_parent a, #sidebar ul li.current_page_parent a:visited, #sidebar ul li.current_page_parent a:link {
	background: #ff3366 url('images/menu-bg.gif') repeat-y right;
	color: #fff;
}

#sidebar li#pages ul li ul  {
	display: none;
}
/* -------------------------------------------------------------------------- */


a, 
a:visited, 
a:link {
	color: #ff507a;
	text-decoration: none;
	font-weight: bold;
}
a:hover, 
a:active, 
a:focus {
	color: #ff0040;
	text-decoration: none;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.clear {
	clear: both;
}

/* -------------------------------------------------------------------------- */
/* contact form																															  */
.wpcf7-form {
	text-align: left;
}
	.wpcf7-form div {
		text-align: left;
	}
	.wpcf7-form br {
		display: none;
	}	
		.wpcf7-form label {
			display: block;
			text-align: right;
			float: left;
			width: 200px;
			margin: 0 0 0 40px;
		}
		.wpcf7-form input,
		.wpcf7-form textarea,
		.wpcf7-form select {
			width: 300px;
			margin: 0 0 0 20px;
			padding: 0;
		}
		.wpcf7-form textarea {
			height: 75px;
		}
		.wpcf7-form span.address textarea {
			height: 30px;
		}
		#submitdiv input {
			margin-left: 260px;
			width: 100px !important;
		}


/* -------------------------------------------------------------------------- */



/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	/* max-width: 100%; */
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */









/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
