@charset "UTF-8";

/*

Title:      Bull Bay Hotel CSS Master styles v1.0
Author:     Shane Phillips, shane@shanedesigns.co.uk
Copyright:  2010 © shanedesigns.  All rights resevered.

*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 62.5%;
	line-height: 1.5em;
	color: #3C3C34;
	background: #BFB7A7 url(../img/bg_bullbayLR.jpg) top center no-repeat;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	padding-top: 45px;
	width:770px;
}

#holder {
	float: left;
	margin:0;
	padding:0;
	width: 420px;
}

#main {	
	margin:0;
	padding:10px;
	background: #EFECD9;
}

h1 {
	margin-bottom: .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #0C2115;
}

.hotelname {
	clear: left;
	float: left;
	font-size: 2.7em;
}

p {
	clear:left;
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #3B3B33;
}

p.error {
	color: #760E00;
}

p.success {
	color: #4D6800;
}

a {
	color: #3B3B33;
	text-decoration: underline;
}

#footer a {
	color: #EFECD9;
}

a:hover {
	text-decoration: none;
}

.intro {
	font-size: 1.6em;
	line-height: 1.5em;
}

input#email {
	float:left;
	margin:0;
	margin-bottom: 10px;
	padding:2px;
	height:24px;
	width:244px;
	font-size:1.2em;
	border:1px solid #3C3C34;
	color:#525245;
}

.subcribe_btn {
	float:left;
	margin-left: 5px;
	cursor:pointer;
	height:30px;
	overflow:hidden;
	width:93px;
}

.subcribe_btn:hover input {
	margin-top:-30px;
}

a.addthis_button {
	position: absolute;
	top: 20px;
	right: 20px;
}

.footer {
	clear: both;
	margin: 0;
	font-size: 1em;
	color: #525245;
}

.footer li {
	display: inline;
	margin-right: 1em;
}

#footer {
	float: left;
	padding: 1em 10px 2em 10px;
	width: 400px;
	font-size: 1em;
	color:#EFECD9;
}

#footer li {
	float: left;
	width: auto;
}

#footer li.right {
	clear: right;
	float: right;
	text-align: right;
}