@font-face {
    font-family: 'HandOfSean';
    src: url('../handsean.eot');
    src: url('../handsean.eot?#iefix') format('embedded-opentype'), url('../handsean.woff') format('woff'), url('../handsean.ttf') format('truetype'), url('../handsean.svg#handsean') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* h1 {
    font-family: 'HandOfSean';
    color:#511e61;
    font-size:48px;
    margin-top:18px;
    margin-bottom:8px;
    font-weight:normal;
}
*/
body {
	background: #CDCDCD url(../img/bg.jpg) fixed;
	color: #333333;
	font: 14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;	
	margin: 20px 0;
}

/* Hyperlinks */

a:link, a:visited, a:active  {
    color: #008000;
    text-decoration: none;
}

a:hover {
    color: #008000;
    text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #941200;
	margin-bottom: 5px;
	font-family: 'HandOfSean';
	font-weight:normal;
}

h1 { font-size: 25px; }

h2 { font-size: 23px; }

h3 { font-size: 21px; }

h4 { font-size: 19px; }

h5 { font-size: 17px; }

h6 { font-size: 15px; }



/* List Styles */

ol { list-style: decimal; }

ul { list-style: disc; }

/* Spacing */

li {
	margin-left: 25px;
	margin-bottom: 10px;	
}

p, dl, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

/* Other */

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.clear {
	clear: both;
	display: block;
	height: 0;	
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

#page-wrap {
	background: #FFFFFF;
	border: 1px solid #897059;
	margin: 0 auto;
	width: 960px;
}

/*====================================================
|                                                    |
|               	    Header                       |
|                                                    |
====================================================*/

#header-wrap {
	background: #CCCCCC url(../img/header.jpg) top left no-repeat;
	height: 160px;
	margin: 10px 10px 0 10px;
	width: 940px;
}

#header-wrap a:link, #header-wrap a:visited, #header-wrap a:active {
    /* color: #EFFF5D; */
	color:#006B33;
    text-decoration: none;
}

#header-wrap a:hover {
    
    text-decoration: underline;
}

#header-left {
	display: inline;
	float: left;
	position: relative;
	margin-right: 20px;
	width:560px;	
}

#header-left h1 {
	font-size: 55px;
	line-height: 66px;
	color: #FFFFFF;
	margin: 40px 0 0 30px;
	padding: 0;
}

#header-left p{
	color: #630F03;
	letter-spacing: 0.2em;
	margin: 5px 0 0 30px;
	padding: 0;
	font-weight:bold;
}

#header-right {
	display: inline;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: right;
	width:360px;
}

#header-right ul {
	margin: 10px 5px 0 0;
	padding: 0;
}

#header-right li {
	display: inline;
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
}

/*====================================================
|                                                    |
|                     Menu Bar                       |
|                                                    |
====================================================*/

#menu-bar {
	background: transparent url(../img/shadow.jpg) bottom left repeat-x;
	margin: 0 10px 0 10px;
	padding-bottom: 20px;
	width: 940px;
}

#menu-bar ul {
	background: transparent url(../img/menu.jpg) 0 -50px repeat-x;
	color: #666;
	float: left;
	font-size: 17px;	
	font-weight: bold;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

#menu-bar ul li { display: inline; }

#menu-bar ul li a {
	background: transparent url(../img/menu.jpg) 0 -50px repeat-x;
	border-right:1px solid #894A1F;		
	color: #FFFFFF;
	float: left;
	padding: 0.4em 1.2em;
	text-decoration: none;
}

#menu-bar ul li a:hover, #menu-bar ul li a.selected {
	background: transparent url(../img/menu.jpg) 0 0 repeat-x;
	color: #FFFFFF;
}

#menu-bar li a#current {
	background: transparent url(../img/menu.jpg) 0 -100px repeat-x;
	color: #FFFFFF;	
	border-top:0px solid #555;
}

/*====================================================
|                                                    |
|                   Main Content                     |
|                                                    |
====================================================*/

#main-content {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 10px;
	width: 724px;
}

#main-content.admin {
	
	width: 930px;
}

/*====================================================
|                                                    |
|                  	   Sidebar                       |
|                                                    |
====================================================*/

#sidebar {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px;
	/* width: 230px; */
	width: 185px;
}

.sidebar-wrapper {
	background:#F4F1ED;
	margin-bottom: 15px;	
	padding: 15px;
}

.sidebar-wrapper ul {
	margin-bottom: 0;
}

/*====================================================
|                                                    |
|                      Footer                        |
|                                                    |
====================================================*/

#footer {
	background: #006A32 url(../img/footer.jpg);
	margin: 15px 10px 10px 10px;
	width: 940px;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #EFFF5D;
    text-decoration: none;
}

#footer a:hover {
    color: #EFFF5D;
    text-decoration: underline;
}

#footer p {
	padding: 20px;
	margin:0;
	text-align: center;
	color: #FFFFFF;
}

#flashMessage {
background-color:#FFE787;
font-size:1.3em;
margin:0 0 15px;
padding:10px;
text-align:center;
}

#breadcrumb {
	
	margin:5px 20px;
	
	
}

#breadcrumb a{
	
	
}
#search_form form {
	margin:1px 0px;
	background-color:#F4F1ED;
	padding:10px;
	margin-top:1px;
	margin-bottom:5px;
}

#search_form form input{
	font-size:16px;
	padding:6px;
	display:inline;
	margin-right:10px;
	
	
	
}

#search_form form #HotelSearchText {
	width:350px;
}

#search_form form label{
	font-size:14px;
	padding:6px;
	
}

#search_form form div  {
	clear:none;
	float:none;
	margin:0px;
	
}

#search_form form div.input  {
	width:250px;
	display:inline;
	
}

#search_form form div.submit {
	display:inline;
	
	
}

#search_form form div.submit input{
	font-weight:bold;
	padding:6px;
	
}
/* tag cloud */
#tagCloud  {
font-size:70%;
margin:10px auto;
overflow:auto;
padding:5px;
text-align:center;
width:642px;
}
#tagCloud h2 {
font-size:2.5em;
margin:0 0 10px;
}
#tagList {
margin:0;
padding:0;
}
#tagList a {
float:left;
margin:0 10px;
}
#tagList a {
text-decoration:none;
}
#tagList a:hover {
text-decoration:underline;
}

#center ul, #center li{
	margin-left:15px;
	font-size:11px;
}

/* forms */
#HotelEditForm input{
width:200px;
}
#contact_form div, #HotelEditForm div {

float:left;
margin:5px;
}

#contact_form div label, #HotelEditForm div label {
font-size:14px;
display:block;
float:left;
width:100px;
}

#HotelEditForm div.submit input{
left:100px;
position:relative;
width:100px;
}

#contact_form div.submit {
left:300px;
position:relative;
}

/* end forms */
#pagination {
	font-size:16px;
	color:#888;
	font-weight:bold;
	padding:10px 0px;

}

#pagination div{
	display:inline;

}

div.featured-hotel {
	width:670px;
	margin-bottom:10px;
	float:left;
}

div.result {
	margin-top:10px;
	border-bottom:#eee 1px dotted;
}

div.twitter-entry img {
	float:left;
	margin-right:3px;
}

div.twitter-entry {
	
	margin-bottom:16px;
	border-bottom:#eee 1px dotted;
}


/* Admin bar */
#admin-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 9999;
	height: 40px;
	color:#999999;
	font-size: 1.3em;
	
	font: 16px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#admin-bar a {
	padding: 10px 8px 8px 8px;
	float: left;
	color: #ABABAB;
	text-decoration:none;
}

#admin-bar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#logout-link {
	float: right !important;
}

/* flickr images */

div#flickr-images .photo{
 float:left;
 margin:5px;
 width: 100px;
 overflow:hidden;
}
div#flickr-images .caption{
font-size:11px;
}

/* fader */

.clear {
	clear:both;
}

.fader-wrapper {
	width:700px; 
	padding:8px;
	border:1px solid #ddd; 
	height:350px;
	margin-bottom:10px;
}

.fader-item div.fader-text {
	background-color:#000000;
	color:#ffffff;
	opacity:0.7;
	filter:alpha(opacity=70)
	padding:10px;
	position:relative;
	top:-48px;
	height:42px;
	font-size:22px;
	text-align:center;
}

.fader-wrapper a {
	text-decoration:none;
}

a.book-link {
	font-size:16px;
}

/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

td.enquiry {
	width:345px;
}

/* END Tables */
