/*
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 Heilemann
Author URI: http://binarybonsai.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

*/

@charset "utf-8";

/* 
Eric Meyer's Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body, 
html {	
}

body {
	background: #000;
	font: 10px Arial, Helvetica, Tahoma;
	color: #666;
}

/* -- GENERAL STYLES ------------------------------ */

em{
	font-style:italic;
}

strong{
	font-weight:bold;
}

h2 {
		font-size:24px;
}

h3{
}

h4{
}

ul,ol{
clear:both;
margin-left:0;
}

a {
	text-decoration: none;
	color:#555;
}

a:hover {
	text-decoration:underline;
}

br.c {
	clear: both;
}

hr{
/*	float:left;*/
	clear:both;
	width:100%;
	border:none;
	border-top:1px solid #911414;
	height:1px;
	margin:2em 0 1em 0;
}

/* -- LAYOUT ------------------------------ */

#donut{
	position:relative;
	width:840px;
	margin:0 auto;
	overflow:hidden;
}

#header{
	width:840px;
	margin:0 auto 40px auto;
}

#header h1{
	margin:20px 0;
}

#header h1 a{
	display:block;
	text-indent:-9999px;
	height:44px;
	width:297px;
	background:url(images/cipriani-logo.png) no-repeat bottom left;
}

#header h1 a:hover{
	background-position:top left;
}

#footer{
	width:840px;
	margin:40px auto;
}

#images{
	position:relative;
}

#content{
	position:relative;
	width:840px;
	margin:0 auto;
	font-size:1.2em;
}

#content p{
	width:480px;
	line-height:1.4em;
	margin:2em 0;
}

/* -- NAV --------------------------------------------- */

ul.nav{
	margin:0 0 40px 0;
	padding: 0;
}

ul.nav li,
ul.nav li.page_item{
	display:inline;
	margin:0 20px 0 0;
}

ul.nav li a{
	line-height:14px;
	font-size:14px;
	padding: 3px 5px;
	margin:0;
}

ul.nav li a:hover{
	text-decoration:none;
	color:#aaa;
}

ul.nav li.current_page_item a{
	color:#ccc;
	background-color:#222;
}

ul.nav .current_page_item a:hover{
	color:#ccc;
	background-color:#222;
}

.gallery {
	width: 1000000px;
	overflow: hidden;
	margin-bottom:40px;
}
.gallery-item {
	float: left;
	margin-right: 840px;
	width:840px;
	overflow:hidden;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
}
.gallery img {
}
.gallery-caption {
	margin-left:0;
	padding:5px 0;
}
