/* @override http://casadipietra.net/style.css */

/* @override 
	http://codetesting.homeunix.com/style.css
	http://127.0.0.1/style.css
*/

body
{
	min-height: 400px;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#body
{
}

#white-gradient
{
	background: url(images/header-background.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

#header-section
{
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

#left-header-section
{
	float: left;
	width: 52%;
	height: 160px;
}

img#header-title
{
	bottom: 60px;
	position: relative;
	margin-left: 5px;
}

img#header-butterflies
{
	top: 0;
	z-index: 5;
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
}

#right-header-section
{
	width: 48%;
	height: 160px;
	float: right;
}

div.header-image
{
	border: 5px solid #fff;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	height: 245px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	clear: both;
	bottom: 56px;
	position: relative;
	width: 950px;
	background-position: center center;
	background-repeat: repeat;
}

div#image-1
{
	background-image: url(images/header_images/1.jpg);
}

div#image-2
{
	background-image: url(images/header_images/2.jpg);
}

div#image-3
{
	background-image: url(images/header_images/3.jpg);
}

div#image-4
{
	background-image: url(images/header_images/4.jpg);
}

div#image-5
{
	background-image: url(images/header_images/5.jpg);
}

div#image-6
{
	background-image: url(images/header_images/6.jpg);
}

div#image-7
{
	background-image: url(images/header_images/7.jpg);
}

div#image-8
{
	background-image: url(images/header_images/8.jpg);
}

div.header-image div.caption-background
{
	width: 100%;
	height: 18px;
	position: relative;
	top: 210px;
	background-image: url(images/transparent-pixel-25pct.png);
}

div.header-image h4.caption
{
	font-size: 13px;
	padding-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #75141f;
	padding-top: 1px;
}

ul#header-menu
{
	list-style-type: none;
	padding: 0;
	float: left;
	position: relative;
	top: 66px;
	margin: 0;
}

ul#header-menu li
{
	float: left;
}

li a
{
	display: block;
	text-decoration: none;
	color: #909090;
	font-variant: small-caps;
	font-size: 13px;
	margin: 0 1.4em 0 0;
}

li a:hover
{
	display: block;
	color: #75141f;
	border-bottom: 2px solid #75141f;
}

li.menu-item-selected a
{
	display: block;
	color: #75141f;
	border-bottom: 2px solid #75141f;
}



/* @end */

/* @group content */

#main-section
{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#content-area
{
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

#content-area a
{
	color: #75141f;
	text-decoration: none;
}

#content-area a:hover
{
	color: #75141f;
	text-decoration: underline;
}

#full-width.rounded_contentbox
{
    background-color: #7f7968;
    border: 1px solid #7f7968;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#half-width.rounded_contentbox
{
    background-color: #7f7968;
    border: 1px solid #7f7968;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	left: 32px;
	position: relative;
	width: 650px;
}

#quarter-width.rounded_contentbox
{
    background-color: #737c21;
    border: 1px solid #7f7968;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 45px;
	float: left;
}

.rounded_contentbox h1
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 24px;
	color: white;
	font-variant: small-caps;
}

.rounded_contentbox h2
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	color: white;
	font-variant: small-caps;
}

.rounded_contentbox-content
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	color: white;
}

#weather.rounded_contentbox-content
{
	font-size: 12px;
	margin-bottom: 10px;
}

#weather div.weather-text
{
	float: left;
	height: 70px;
	width: 200px;
}

#weather div.weather-img
{
	float: right;
	width: 20%;
	height: 50px;
}

#weather div.weather-forecast
{
	width: 100%;
	clear: both;
}

#weather div.extended-forecast
{
	width: 100%;
}

#weather div.extended-forecast img
{
	margin-left: 20px;
}

#weather div.weather-forecast h3
{
	color: #75141f;
	font-size: 12px;
}

#weather div.weather-forecast h3:hover
{
	color: #75141f;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

#weather img
{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: white;
	float: right;
}

#reviews.rounded_contentbox-content
{
	margin-left: 25px;
}

p.centered-text
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: white;
	text-align: center;
}

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

/* @group prices table */

table#prices
{
	color: #fff;
	font-size: 15px;
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

table#prices th
{
}

th#room_style
{
	text-align: left;
}

td.breakfast
{
	text-align: center;
}

td.price
{
	text-align: center;
}

td#note
{
	font-size: 12px;
}



/* @end */

div.clear
{
	clear: both;
}



/* @end */

/* @group footer */

#footer-section
{
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	font-size: 13px;
	text-align: center;
}



/* @end */

/* @group gallery */

/* @group large */

div.image_show
{
	margin-right: auto;
	margin-left: auto;
	background-color: #909090;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 900px;
	height: 170px;
}

div.image_show span.wide-image
{
	width: 200px;
	height: 150px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

div.image_show span.tall-image
{
	width: 200px;
	height: 150px;
	margin: 5px;
	display: inline-block;
}

div.image_show img
{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 10px 12px;
}

div.image_show img:hover
{
	cursor: pointer;
}



/* @end */



/* @end */

/* @group image_popup */

div#ajax_loader
{
	position: absolute;
	z-index: 30;
	background-image: url(images/transparent-pixel-25pct.png);
	width: 200px;
	height: 150px;
	text-align: center;
	color: white;
	font-size: 14px;
	display: none;
}

div#mask
{
	display: none;
	margin: 0;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000;
}

div#popup
{
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	height: 660px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: url(images/popup_transparency.png) no-repeat 0;
}

div#popup div.popup_image
{
	width: 800px;
	height: 600px;
	margin: 30px auto;
}

div#popup img
{
	width: 100%;
	height: 100%;
}

div#popup h1
{
	color: #000;
	font-size: 14px;
	text-align: center;
	margin-top: -25px;
	height: 20px;
	background-image: url(images/transparent-pixel-25pct.png);
	width: 100%;
	position: relative;
	padding-top: 5px;
}



/* @end */
