/* @group reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0; }
a img, frameset { border: 0; }

/* @end */
/* @group utility */

.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.clearfix:after, #footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.pull { float: left; }
img.pull { margin: 0 15px 15px 0; }
.push { float: right; }
img.push { margin: 0 0 15px 15px; }
.hide { display: none; }

/* @end */
/* @group =text */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}
/* @end */
/* @group =base */

body {
	font-family: "Helvetica Neue", Sans-Serif;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	color: #000;
	background: #f5db58;
}
body[orient="landscape"] {
	min-height: 270px;
}

.mainphoto {
	width: 300px;
}
body[orient="landscape"] .mainphoto {
	width: 460px;
}
.roomphoto {
	width: 275px;
}
body[orient="landscape"] .roomphoto {
	width: 435px;
}

.fancyback{
background:#FCFCFC;
border:solid 1px #CCC;
margin:0 0 8px;
}
.fancyback .room_title{
font-size:0.9em;
font-weight:700;
background:#f5db58;
padding:2px;
color:#000;
}
.fancyback p{
font-size:0.9em;
margin:3px;
}

#main { 
	padding: 10px; 
	background: #f5db58 url(../images/bg-background.png);	
   
	position: relative;
	min-height: 368px;
	
}
#wrap-main { 
	padding-top: 50px;
	width: 320px;
     margin:0 auto;
	overflow-x: hidden;
}
body[orient="landscape"] #wrap-main {
	width: 480px;
}
#main-rows {
	font-size: 0.9em;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#main-rows li a {
	display: block;
	padding: 8px;
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #fff;
	border-left: 1px solid #e5e5e5;
	color: #000;
	font-weight: bold;
}
#main-rows li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;		
}
#main-rows li:last-child a { 
	border-bottom: none; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
  -moz-box-shadow: 0px 4px 2px -3px rgba(0,0,0,0.7); 
  -webkit-box-shadow: 0px 4px 2px -3px rgba(0,0,0,0.7); 
  box-shadow: 0px 4px 2px -3px rgba(0),0,0,0.7); 
}
#main-rows.home button { float: right; margin: -2px -5px 0 0; }
#main-rows li a:hover, #main-rows.slider.team li a:hover, #main-rows.slider.careers li a:hover, #main-rows.slider.blogs li a:hover {
	background-color: #deeaf0;
}
.content {
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;	
	font-size: 0.8em;
	line-height: 1.3em;
  margin: 5px 0 10px;
	width: 280px;
}
body[orient="landscape"] .content {
	width: 440px;
}
.content > p {
	margin-top: 0;
}
.content h2{font-size: 1em; margin:0 0 5px;}
.content h3{font-size: 1em; margin:0 0 5px;}
#sub-head { height: 80px; }
#sub-head h1 { float: left; }
#sub-head h2, #sub-head h3 {
	text-align: center;
	width: 168px;	
	padding: 0 5px;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	color: #fff;	
	font-weight: bold;
	margin: 0;
	float: right;
}
#sub-head h2 { font-size: 1.15em; margin-top: 15px; }
#sub-head h3 { font-size: 0.8em; }
#header { height: 1px; display: none; }

	/* @group -headers */
	h2, h3, h4, h5 { }
	h2 { font-size: 185%; margin: 25px 0; }
	h3 { font-size: 150%; margin: 15px 0; }
	h4 { font-size: 135%; margin: 15px 0; }
	h5 { font-size: 115%; margin: 5px 0; }	
	/* @end */

	/* @group -links */
	a, a:link { text-decoration: underline; color: #093b62; }
	a:visited {}
	a:hover { text-decoration: none; }
	a:active {}
	/* @end */

	/* @group -footer */
	#footer { 
		background: #ef8c06 url(../images/bg-footer.png) bottom left repeat-x;
		padding: 10px 0 10px 10px;
		z-index: 200;
		height: 32px;
		position: absolute;
		top: 0;	
		width: 310px;
	}	
	body[orient="landscape"] #footer {
		width: 470px;	
	}	
	#footer li { display: inline; }
	#footer a {
		display: block;
		padding: 6px 0;
		width: 59px;
		color: #000;
		text-decoration: none;
		background: #fff;
		font-size: 0.78em;
		float: left;
		text-align: center;
		font-weight: bold;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;		
		border-right: 1px solid #ccc;
	}
	body[orient="landscape"] #footer a { width: 91px; }
	#footer li:first-child a {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;		
	}
	#footer li:last-child a {
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;		
	}	
	#footer li:first-child a:hover, #footer li:first-child.cur a { border-left-color: #2a78a3; }
	#footer li:last-child a:hover, #footer li:last-child.cur a { border-right-color: #2a78a3; border-left-color: #2a78a3; }	
	#footer li a:hover, #footer li.cur a {
		background:#f5db58  url(../../images/alert-overlay.png) 0 50% repeat-x;
		color: #fff;
		border-top-color: #4998b9;
		border-bottom-color: #115281;
		text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	}
	/* @end */	
    .title{
    padding:5px 3px;
    margin:0px 0 7px;
    background:#FAFAFA;
-webkit-border-radius: 3px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
        }
h1{font-size: 1em; font-style: normal;font-weight:500;color:#000;text-decoration: none;  word-spacing: 0em; line-height: 1em;text-decoration: none;}
h1 a{text-decoration: none;color:#000; height:20px;}

  /* @group -viewchanger */
  #viewchanger { 
    clear: both;
    color: #fff;
    font-size: 0.78em;
    line-height: 15px;
    padding: 0 0 20px;
    text-align: right;
  }
  #viewchanger a,
  #viewchanger span { 
    display: inline-block;
    padding: 2px 7px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  }
  #viewchanger a { 
    background: #104671;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(47,135,173,0.2); 
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(47,135,173,0.2); 
    box-shadow: inset 0px 1px 2px 0px rgba(47,135,173,0.2); 
    border-bottom-color: #072d4c;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    top: -1px;
  }
  #viewchanger span { 
    background: #063050;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: inset 2px 1px 4px 0px rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 2px 1px 4px 0px rgba(0,0,0,0.2); 
    box-shadow: inset 2px 1px 4px 0px rgba(0,0,0,0.2); 
  }
  /* @end */
	
	/* @group -form elements */
	button, a.button {
	  	color: #fff;
		-webkit-border-radius: 5px;
		border: 1px solid #fff;	
	  	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	  	text-align: center;
		white-space: nowrap;
		background: url(../images/bg-navActive.png) 0 50% repeat-x;
		padding: 3px 2px;
		font-weight: bold;
		text-decoration: none;
	}
	a.button {
		padding: 4px 8px;
		font-size: 0.9em;
	}
    
   .bookbutton, a.bookbutton {
	  	color: #fff;
		-webkit-border-radius: 5px;
		border: 1px solid #fff;	
	  	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	  	text-align: center;
		white-space: nowrap;
		background: url(../images/bg-navActive.png) 0 50% repeat-x;
		padding: 3px 2px;
		font-weight: bold;
		text-decoration: none;
	}
	a.bookbutton {
		padding: 4px 8px;
		font-size: 0.9em;
	}
	label { font-weight: bold; }
	/* @end */	

/* @end */
/* @group =pages */

ul.bullets li, .content li {
	padding-left: 15px;
	background: url(../images/bg-bullet.png) 3px 6px no-repeat;
	margin: 0 0 2px;
}
.push-feat { 
	float: right; 
	margin: 0 0 5px 10px;
	text-align: center;
}
.push-feat img {
	padding: 3px;
	background: #eee;
	margin: 0 0 10px;
}
#main-secondary {
	margin-left: 330px;
}
body[orient="landscape"] #main-secondary {
	margin-left: 490px;
}
#main-rows.slider {
	margin-top: 0;
	float: left;
}
#main-rows.slider, #main-secondary { -webkit-transform: translate(0px,0px); }
#loader {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 10px;
	background: url(../images/loader.gif) 50% 50% no-repeat;
}
p[class*='back'] { margin-top: 5px; }
#main-secondary.content img {
 	max-width: 100%;
  height: auto !important;
}
#main-secondary.content pre {
 	max-width: 100%;
	overflow-x: scroll;
	display: block;
	margin: 10px 0;
}

	/* @group -home */
	h1.home { 
		text-align: center; 
		margin-top: 10px;	
	}
	#home-desc {
		color:#000;
		font-size: 0.78em;	
		font-weight: bold;
		padding: 0 10px;
		margin-bottom: 0;
		float: left;
	}
	#main-rows.home a span {
		display: block;
		float: right;
		font-size: 0.8em;
		font-weight: normal;
	}
	#main-rows.home { margin-top: 15px; }
	#main-rows.home a { background: #fff url(../images/bg-ul-home.png) 0 0 repeat-y; }
	#main-rows img[src*="ico"] {
		float: left;
		margin: 0 18px 0 0;
	}	
	/* @end */
	
	/* @group -team */
	#main-rows span.arrow-right {
		display: block;
		width: 9px;
		height: 13px;
		background: url(../images/bg-arrowForward.png) 0 0 no-repeat;
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -6px;
	}	
	#profile-mask {
		display: block;
		overflow: hidden;
		height: 87px;
		width: 90px;
		border: 3px solid #eee;
		background: #eee url(../images/loader-sm.gif) 50% 50% no-repeat;
	}
	#profile-mask img { padding: 0; }
	#main-rows.slider.team li a { 
		background: #fff url(../images/bg-ul-sub.png) 0 0 repeat-y; 
		padding: 7px 20px 7px 65px;
		min-height: 35px;
		line-height: 2.3em;
		position: relative;
	}
	#main-rows.slider.team li a img {
		float: left;
		margin: 0 0 0 -55px;
		border-bottom: 1px solid #b5b5b5;
		border-right: 1px solid #b5b5b5;
		background: #eee url(../images/loader-sm.gif) 50% 50% no-repeat;				
	}	
	/* @end */
	
	/* @group -careers */
	#main-rows.slider.careers li a, #main-rows.slider.work li a { 
		background: #fff url(../images/bg-arrowForward.png) 98% 50% no-repeat;		
		padding-right: 25px;
	}
	/* @end */	
	
	/* @group -careers */
	.more-i-say { 
		line-height: 2.2em;
		margin-bottom: 0;
	}
	/* @end */
	
	/* @group -blogs */
	#main-rows.slider.blogs li a { 
		background: #fff url(../images/bg-ul-home.png) 0 0 repeat-y; 
		padding: 7px 20px 7px 45px;
		position: relative;
	}
	#main-rows.slider.blogs span.blog-type {
		float: left;
		margin-left: -37px;
	}
	#main-rows.slider.blogs span {
 		font-weight: normal;
 		font-size: 0.85em;
	}
	#blog-type img {
		position: relative;
		top: 5px;
	}
	.blog-post h4 {
		margin: 0 0 5px;
		line-height: 1.2em;
	}
	.post-details {
		font-size: 0.9em;
		margin: 10px 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 12px;
	}
	.author-wrap {
		margin: 0;
		padding-left: 55px;
	}
	.author-wrap img.user {
		float: left;
		padding: 3px;
		background: #eee;
		margin: 0 0 0 -55px;
	}
	/* @end */

/* @end */
