
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: house in catalonia stylesheet
author: wayne taylor
created: 27/03/08
modified: 05/04/08
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

h2 {
	float:left;
	width: 500px;
	margin: 130px 0 0 70px;
	font-weight: normal;
	font-size: 2em;
}

p {
	margin: 10px 25px;
}

p strong {
	color: #fc3;
}

ul, li, a {
	list-style: none;
	text-decoration: none;
	color: #fff;
}

#content p a, #footer a, body.contact dd a {
	text-decoration: underline;
}

hr {
	clear: both;
	width: 75%;
	margin: 15px 0;
}

sup {
	font-size: 70%;
}

.spacer {
	clear: both;
}

/* -----------------------------------------------------------------------------
   main layout style */

body {
	background: url(../images/back-body.jpg) repeat-x;
}
	
#wrapper {
	width: 780px;
	background: #69c url(../images/back-wrapper.jpg) no-repeat;
	margin: 10px auto 0;
	border: 1px solid #69c;
}	

#content {
	background: url(../images/back-content.jpg) no-repeat bottom right;
	padding-bottom: 160px;
}

ul#nav {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

#footer {
	width: 780px;
	padding: 5px 0;
	margin: 0 auto;
	clear: both;
}

/* -----------------------------------------------------------------------------
   nav style */

ul#nav {
	font-size: 1.05em;
	width: 195px;
	margin-top: 10px;
}

ul#nav li {
	background: url(../images/nav-line.jpg) no-repeat bottom right;
	padding-bottom: 1px;
}

ul#nav li a {
	display: block;
	padding: 7px 15px;
}

ul#nav li a:hover,
  body.home #home, body.house #house, body.interior #interior,
  body.exterior #exterior, body.location #location, body.contact #contact {
	border-right: 5px solid #fc3;
	padding-right: 10px;
}

/* -----------------------------------------------------------------------------
   footer style */
	
#footer ul {
	list-style: none;
	font-size: 0.75em;
	float: right;
}

#footer ul li {
	float: left;
	list-style: none;
	padding-left: 3px;
}

/* -----------------------------------------------------------------------------
   home page style */

body.home #wrapper {
	background-image: url(../images/back-home.jpg);
	height: 709px;
}

body.home #content {
	background: none;
}

body.home p {
	float:left;
	width: 370px;
	margin: 130px 0 0 70px;
	font-size: 0.9em;
}

/* -----------------------------------------------------------------------------
   about the house page style */

body.house #content img {
	float:left;
	display: block;
	border: 1px solid #69c;
	margin: 0 15px 5px 25px;
}

body.house #content img.alt {
	float:right;
	margin: 0 25px 5px 15px;
}

body.house p {
	font-size: 80%;
}

/* -----------------------------------------------------------------------------
   gallery pages style */

body#gallery ul#pictures ul {
	clear: both;
}
	
body#gallery ul#pictures li {
	list-style: none;
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 85%;
	margin-bottom: 20px;
	background: url(../images/back-pictures.jpg) repeat-x 91px left;
}
	
body#gallery ul#pictures img {
	border: 1px solid #fff;
	margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------
   contact page style */

body.contact p {
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
	font-style: italic;
}
	
/* contact details */

body.contact #content dl {
	border: 1px solid #fff;
	width: 80%;
	margin:0 auto;
	padding: 5px 0;
}

body.contact #content dl {
	margin-bottom:20px;
}

body.contact #content dt {
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
	width: 25%;
	font-weight: bold;
	margin-right: 5px;
}

body.contact #content dd {
	width: 60%;
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* contact form */

body.contact ul#errors {
	margin: 10px 30px;
}

body.contact ul#errors li {
	padding: 2px 10px;
	background-color: white;
	color: red;
}

body.contact ol.form {
	margin-top: 15px;
}

body.contact fieldset {
	clear: both;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #fff;
}

body.contact ol.form, body.contact ol.form li {
	list-style: none;
	clear: both;
}

body.contact ol.form li {
	margin-bottom: 15px;
}

label {
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
	width: 25%;
	font-weight: bold;
	margin-right: 5px;
}

input, textarea, select {
	width: 60%;
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid #69c;
	font-weight:bold;
	color:#69c;
}

form .button {
	width: auto;
	margin: 5px 0 10px 230px;
	display: block;
	padding: 0;
	font-size: 0.9em;
}

select, li.auto input {
	width: auto;
}
	
/* -----------------------------------------------------------------------------
   end style sheet */