body {
	background-color: #f1e9f4;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms","lucida grande", "myriad pro", verdana, arial, sans-serif;
	font-size:	0.85em;
	color: #444;
	line-height: 1.3em;
}

/* No BG when viewing content in CKeditor */
.cke_show_borders {
	background-image:none;
	background-color: #fff;
}

/* DNN Overrides */
.SkinObject, .CommandButton, .StandardButton, 
.Head, .SubHead, .SubSubHead, SMALL, BIG, 
.Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, 
h1, h2, h3, h4, h5, h6, DT, 
TFOOT, THEAD, TH, blockquote,
.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem, 
.SelectedTab, 
.Help {
	font-size: 1em;
	color: #444;
	font-family: "lucida grande","trebuchet ms","myriad pro",arial,sans-serif;
	font-weight: normal;
	text-decoration:none;
}

.paneOutline {
	border: none;
	background-color: #ddd;
	margin-bottom: 12px;
}

p {margin: 0px 0px 1em 0px }

h1 {
	font-size: 1.5em;
	color: #0664af;
	margin: 0.8em 0;
	font-weight:bold;
	line-height: 1.1em;
}
h2 {
	font-size: 1.3em;
	color: #0664af;
	margin: 0.6em 0;
	font-weight:bold;
	line-height: 1.1em;
}
h3, .Head {
	font-size: 1.15em;
	color: #0664af;
	margin: 0.7em 0;
		font-weight:bold;
}
h4, h5, h6, .SubHead {
	font-size: 1em;
	color: #0664af;
	margin: 0.5em 0;
		font-weight:bold;
}

.noTopSpace {
	padding-top: 0px;
	margin-top: 0px;
}

.noBottomSpace {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

img.delayLoad {
	background: url(images/loading.gif) no-repeat 50% 50%;
}

/* Eye grabber
----------------------------------------------------------------------------------------------------*/
.eyeGrab {
	background-color: #FEF1EC;
	border: 1px dashed #d00;
	padding: 5px;
}

.eyeGrab h2 {
	background: #d00;
	color: #fff;
	margin: 0px 0px 1em 0px;
	padding: 10px 5px;
}




/* News slider
----------------------------------------------------------------------------------------------------*/

#content .ModDnnForgeLatestArticlesC ul.newsSlider, #content .ModDnnForgeLatestArticlesC ul.newsSlider li {
	background: none;
	list-style: none;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.bxslider_wrap {
	position: relative;
	background: #fff;
	margin-bottom: 1em;
}

ul.newsSlider li {
	position:relative;
	height: 320px;
	width: 609px;
}

.newsText {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 609px;
}

.newsText h3 {
	background: url(images/PurpleBG.png) repeat;
	margin: 0px 0px 0px 2em;
	float: left;
	padding: 8px 8px 2px 8px;
	font-size: 1.3em;
}
.newsText p {
	clear:both;
	background: url(images/PurpleBG.png) repeat;
	margin: 0px;
	padding: 8px 160px 10px 8px;
	font-weight: bold;
	min-height: 30px;
}

.newsText .newsLink {
	padding: 0px;
	margin: 0px;
	background: url(images/newsButton.png) no-repeat;
	position: absolute;
	bottom: 8px;
	right: 15px;
}

.newsText .newsLink a {
	display: block;
	height:27px;
	padding:8px 0px 0px 23px;
	width:107px;
}

.newsText h3 a, .newsText p, .newsText .newsLink a {
color: #fff;
text-decoration: none;
}

.bxslider_wrap .next {
	position: absolute;
	top: 70px;
	right: 0px;
	outline: none;
	padding: 25px 15px 25px 30px;
}

.bxslider_wrap .prev {
	position: absolute;
	top: 70px;
	left: 0px;
	outline: none;
	padding: 25px 30px 25px 15px;
}


/* News items
---------------------------------------------------------------*/
.newsListItem {
clear: both;
background: url('jQueryUI-Vomero-theme/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
padding: 8px;
margin-bottom: 1em;
border:1px solid #CCCCCC
}	
.newsListItem h2 {
margin-top: 0px;
}
.newsImage {
float:left;
padding-right: 10px;
}
.newsSummary {
overflow:hidden;
}
.articleHeader {
position: relative;
margin-bottom: 1em;
}
.articleHeader h2 {
background: url(images/PurpleBG.png) repeat;
margin: 0px;
color: #fff;
position: absolute;
width: 593px;
bottom: 0px;
left: 0px;
padding: 8px;
font-size: 1.5em;
}
#content .imageList {
background: none;
list-style: none;
list-style-type: none;
padding:0px;
margin:0px;
}
#content .imageList li {
background: #fff;
border: solid 1px #ccc;
padding: 5px 5px 15px 5px;
float:left;
margin: 0px 8px 8px 0px;
}
.newsDate {
color: #999;
}


/* Home page comments
----------------------------------------------------------------------------------------------------*/

#testimonial {
	border: dashed 1px #edd9c1;
	padding: 25px 15px 15px 15px;
	margin-bottom: 5px;
	background-color: #f5eee7;
	background-image: none;
}

#testimonialWrapper {
	position: relative;
	margin-bottom: 12px;
}

#quoteStart, #quoteEnd {
	height: 32px;
	width: 50px;
	position: absolute;
	z-index: 1;
}

#quoteStart {
	background: url(images/testimonialOpen.png) no-repeat;
	top: -20px;
	left: -6px;
}

#quoteEnd {
	background: url(images/testimonialClose.png) no-repeat;
	bottom: -15px;
	right: -6px;
}

.testimonialText {
	position: relative;
	z-index: 2;
	font-family: cursive;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0px;
}

.testimonialName {
	margin: 0px;
}

/* Links
----------------------------------------------------------------------------------------------------*/

a:link, a:visited, a:active, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #0664af;
	text-decoration: underline;
}

a:hover, a.CommandButton:hover {
	color: #5b206e;
	text-decoration: underline;
}

h2 a.anchor {
	text-decoration: none;
	color: #0664af;
}

a img {
	border: none
}

a.linkArrow {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
.orangeTab a.linkArrow {
	background-image: url(images/bulletOrange.gif);
}

.small {
	font-size: 0.8em;
	color: #777;
}

.PagingTable {
	background: url('jQueryUI-Vomero-theme/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
	border: solid 1px #ccc;
}

abbr, acronym {
  border-bottom: 1px dashed #0664af;
  cursor: help;
}


/* Rooms */

.roomPhoto {
	background: #fff;
	border: solid 1px #edd9c1;
	padding: 5px 5px 15px 5px;
	display: block;
	float:left;
	margin-bottom: 8px;
}

.roomLHS {
	margin-right: 6px;
}

.apartmentEntry {
	border: solid 1px #ccc;
	padding: 5px;
	float:left;
	margin-bottom: 10px;
}

.LHS {
	margin-right: 10px;
}

.apartmentContent {
	position:relative;
}

.apartmentContent img{
	width:287px;
	height:150px;
}

.apartmentContent a {
	display:block;
}

.stripWrapper {
	position: absolute;
	padding: 5px;
	top: 0px;
	left: 0px;
	width: 121px;
	background: url(images/purpleBG.png);
}

.apartmentContent a, .apartmentContent {
	color: #fff;
	text-decoration:none;
}

.apartmentName {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	height: 20px;
	top: 0px;
	left: 0px;
}

.stripSlide {
	position: relative;
	height: 0px;
	overflow:hidden;
}

.cke_show_borders .stripSlide {
	/* Don't roll-up the text when viewing */
	 height:118px;
}

.stripText {
	position:absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.apartmentSleeps {
position: absolute;
bottom: 0px;
right: 0px;
text-align: right;
font-size: 0.8em;
background: url(images/purpleBG.png);
padding: 3px 5px 3px 10px;

}


/* Lists
----------------------------------------------------------------------------------------------------*/

#content ul, .cke_show_borders ul {
padding: 0 0 0 14px;
margin: 0px 0px 1em 0px;
}

#content .Normal ul li,
#content .ModDNNNewsFeedsC ul li,
#content .ModDnnForgeLatestArticlesC ul li
{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 0.5em;
}

#content .orangeTab .Normal ul li,
#content .orangeTab .ModDNNNewsFeedsC ul li,
#content .orangeTab .ModDnnForgeLatestArticlesC ul li
 {
	background-image: url(images/bulletOrange.gif);
}

#content #homeIcons {
	padding: 0 0 0 20px;
	margin-top: 1.5em;
}

#content #homeIcons li {
	float:left;
	margin: 0px 18px 0 0px;
	display: block;
	height: 50px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 58px;
}

#homeIcons #bed {
	background-image: url(images/iconBed.png);
}

#homeIcons #wifi {
	background-image: url(images/iconWiFi.png);
}

#homeIcons #calendar {
	background-image: url(images/iconCalendar.png);
}


/* Guest comments
----------------------------------------------------------------------------------------------------*/
.DynamicForms_TableRow {
	height: 48px;
}

.DynamicForms_Maintable .NormalTextBox {
	background: url('jQueryUI-Vomero-theme/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
	border:1px solid #CCCCCC;
	padding: 2px;
}

/* Guest comments
-----------------------------------------------------*/
.DynamicForms_TableRow {
height: 48px;
}
#accordion {
margin-bottom: 12px;
}
.commentDate {
text-align:right;
color: #999;
margin: 0px;
padding: 0.5em;
}
.commentHeader h3 {
float: left;
margin: 0px;
width: 480px;
}
.commentWrapper {
clear: both;
position:relative;
}
.guestName {
color: #0664af;
font-weight: bold;
}
.guestLocation {
color: #777;
}
.guestComment {
position: relative;
z-index: 10;
}
.quoteClose {
background: url(images/quoteClose.gif) no-repeat bottom right;
display:block;
position:absolute;
height: 76px;
width: 93px;
right: 2em;
bottom: 2em;
z-index: 5;
}
.quoteOpen {
background: url(images/quoteOpen.gif) no-repeat top left;
display:block;
position:absolute;
height: 76px;
width: 93px;
left: 2em;
top: 2em;
z-index: 5;
}	

/* Layout
----------------------------------------------------------------------------------------------------*/

#wrapper {
width: 960px;
padding: 0px 28px;
margin: 0px auto;
}

#header {
	position:relative;
	background: url(images/wrapper_t.gif) repeat-y top center;
	margin-top: 40px;
}

#content {
	background: url(images/wrapper_bg.gif) repeat-y center;
	padding-top: 30px;
	min-height: 150px;
}

#footer {
	background: url(images/wrapper_b.gif) no-repeat top center;
	padding-top: 70px;
	padding-bottom: 30px;
}

.skinHome .contentPane {
	border-left: solid 1px #0664af;
	width: 639px;
}

.skinHome .fancy {
	border-left: none;
}

.contentPane {
	width: 640px;
	float:left;
	margin: 0px 10px;
}
.bannerPane {
	position: relative;
	height: 50px;
	z-index: 0;
}

.footerPane {
	font-size: 0.9em;
	position: relative;
}

.rightPane {
	width: 280px;
	float:left;
	margin: 0px 10px;
}

.skinHome .rightPane {
	background: #f2e4d3 url('images/orangeTab_bg.gif') bottom left no-repeat;
	min-height: 200px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.skinHome .rightPane .orangeTab .containerContent {
	background: none;
	padding-bottom: 0px;
	min-height: 0px;
}

/* Images
----------------------------------------------------------------------------------------------------*/
#content ul.photoGallery {
padding: 0px;
}

#content ul.photoGallery li {
	background: none;
	display: block;
	float:left;
	padding: 0px;
	margin: 0 8px 8px 0	;
	list-style: none;
	list-style-type: none;
}

#content ul.photoGallery li a {
	background: #fff none;
	border: solid 1px #ccc;
	padding: 5px 5px 15px 5px;
	display: block;
}

.imgLeft {
	float:left;
	margin: 0 8px 8px 0;
}
.imgRight {
	float:right;
	margin:  0 0 8px 8px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header_inner_home {
	position: relative;
	height: 300px;
}

#header_inner {
	position: relative;
	height: 250px;
}

#logo {
	position:absolute;
	top: -60px;
	z-index: 10;
}
#starRating {
	position:absolute;
	top: -20px;
	right: -10px;
	z-index: 10;
}

.hideMe {
	/* We don't want to display any image apart from the first one on page load */
	display: none;
}

#nav {
	height: 50px;
	width: 100%;
	position:absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1.2em;
	z-index: 20;
	background: url(images/purpleBG.png) repeat;
}

#nav ul {
	list-style:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	list-style-type: none;
	color: #fff;
	display: block;
	float:left;
	padding: 14px 10px 6px 10px;
}

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
color: #fff;
font-weight:bold;
text-decoration: none;
}

#nav li.SelectedTab {
	background: url('images/selectedTab.gif') center bottom no-repeat;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

address {
	font-style:normal;
}

.icons a {
	float: left;
	margin-left: 8px;
}

.imgSwap {
display: block;
height: 50px;
width: 100px;
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

.imgSwap * {
display: none;
}

.imgSwap span.hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}


/* Float control
----------------------------------------------------------------------------------------------------*/


.clear {
	clear:both;
}

/* clearfix - Taken from http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
