@import url("reset.css");

* html h2, 
* html a {
	behavior: url("css/iepngfix.htc");
}

body {
	background: #5c2946 url(../images/background.jpg) top center no-repeat;
	font-size: 62.5%;
	font-family: georgia, serif;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

#mask {
	background: #000;
	height: 410px;
	width: 100%;
	opacity: 0.6;
    filter:alpha(opacity='60');
	position: absolute;
    top: 120px;
    left: 0;
	z-index: 0;
}

#container {
	font-size: 1.3em;
	height: 400px;
	margin: 0 auto;
    padding-top: 30px;
	position: relative;
	width: 940px;
	z-index: 10;
}

a#join {
	background: url(../images/text.png) -400px -50px;
	display: block;
	height: 48px;
	text-indent: -9999px;
	width: 210px;
	position: absolute;
	right: -10px;
	top: 90px;
}

div.col {
	width: 280px;
	float: left;
	margin-right: 50px;
}

div.col a {
	text-decoration: underline;
}

#container div.last {
	margin: 0;
}

#footer {
	color: #2f1524;
	font-size: 1.1em;
	text-align: center;
}

#footer a {
	color: #2f1524;
	font-style: italic;
}

#footer img {
	margin-top: 5px;
}

#footer div.menu {
	margin: 0 0 10px 0;
}

#footer div.menu a {
	color: #24101c;
	font: 11px helvetica, arial, sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0 5px;
	text-transform: uppercase;
}

.col ul li {
	list-style-type: square;
	margin: 2px 0;
}

.col p,
.col ul {
	margin: 10px 0 20px 0;
}

.col p {
	line-height: 1.8;
}

h2 {
	background: url(../images/text.png) no-repeat;
	height: 21px;	
	text-indent: -9999px;
}
 
fieldset label {
	color: #b2bb1c;
	display: block;
	font: 0.9em lucida grande, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0 1px 0;
	text-transform: uppercase;
}

fieldset fieldset {
	line-height: 1;
	margin: 0;
}

fieldset fieldset label {
	color: #fff;
	display: inline;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

fieldset input[type=text] {
	width: 100%;
}

fieldset input[type=submit] {
	margin: 10px 0 0 0;
}

h2.amenities {
	background-position: 0 -50px;
}

h2.location {
	background-position: 0 -80px;
}

h2.join {
	background-position: 0 -110px;
}

h2.about {
	background-position: 0 -140px;
}

h2.pricing {
	background-position: 0 -170px;
}

h2.studio {
	background-position: 0 -200px;
}

h2.one-bed {
	background-position: 0 -230px;
}

h2.two-bed {
	background-position: 0 -260px;
}

h2.photos {
	background-position: 0 -290px;
}

h3 {
	font-size: 1.6em;
	line-height: 1.8em;
}

h1 {
	background: url(../images/text.png) 0 0 no-repeat;
	height: 45px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
	width: 940px;
}

#header ul {
	position: relative;
	top: 20px;
	text-align: right;
}

#header ul li {
	color: #24101C;
	font: 14px georgia, serif;
	font-style: italic;
	line-height: 1.6;
}

#header ul a {
	font: 13px helvetica, arial, sans-serif;
	font-weight: bold;
}

#header {
    height: 120px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	width: 940px;
}

a#logo {
	background: url(../images/logo.png) 0 0 no-repeat;
	height: 68px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width: 230px;
	z-index: 200;
}

div#gallery {
	margin: 10px 0 0 0;
}

div#gallery img {
	border: 2px solid #fff;
	opacity: 0.9;
	filter:alpha(opacity='90');
}

div#gallery img:hover {
	opacity: 1.0;
	filter:alpha(opacity='100');
}