@charset "utf-8";

/*
 * Reset Stylesheet
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
*{
	outline:none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/************ 
Brewery Wharf Frontend Style Sheet

(c) Teabagstudios.com 2008
*/


/*********
 * Site Grid
 */

	body {
			background-color:#3F3F3F;
			font-family:Tahoma, Arial, Helvetica, sans-serif;
			font-size:62.5%;
			color:#666666;
	}
	
	#container {
			position:relative;
			width:915px;
			padding:10px 40px;
			background:#fff url('../images/bg_content.png') no-repeat bottom center;
			margin:0px auto;
	}
	
	#content {
		clear:both;
	}
	
	#page-col {
		width:585px;
		float:left;
	}
	
	
	#sidebar {
		width:310px;
		float:right;
	}
	
	.full-col {
		padding:10px;
		clear:both;
	}
	
	.half-col {
		float:left;
		width:280px;
		margin-left:10px;
	}
	
	
/*********
 * Core Blocks
 */

	p, 
	li,
	blockquote {
		font-size:1.2em;		
	}
	
	blockquote {
		line-height:1.6em;	
	}
	
	p {
		margin:10px 0px;
		line-height:1.8em;
	}

	ul.list {
		margin:10px 5px 10px 15px;
	}
	
	ul.list li {
		list-style-type:square;
		padding:2px 0px;
	}

	dt {
		color:#292929;
		font-weight:bold;
	}
/*********
 * Typography & Links
 */

	h1 {
		width:265px;
		height:47px;
		float:left;
	}
	
	h1 a {
		display:block;
		height:100%;
		width:100%;
		text-indent:-9999px;
		overflow:hidden;
		background:url('../images/logo.png');
	}

	h2 {
		border-top:4px solid #685A51;
		line-height:1em;
	}
	
	h3, h4 {
		border-top:1px solid #685A51;
		line-height:1em;
	}
	
	h2,
	h3,
	h4 {
		font-size:2.6em;
		font-weight:bold;
		color:#3A1816;
		font-family:"Times New Roman", Times, serif;
		margin:10px 0px;
	}
	
	h2 strong,
	h3 strong,
	h4 strong {
		margin:0px 0px 0px 30px;
		background:#F5F5F3;
		padding:5px;
		display:block;
	}
	
	h4 {
		font-size:2.1em;
	}
	
	h4 strong {
		margin-left:40px;
		padding:10px;		
	}
		
	.emph {
		color:#A50317;
	}
	
	a {
		color:#A50317;
		font-weight:bold;
	}
	
	a.block-link {
		font-family:tahoma,Arial, Helvetica, sans-serif;
		font-size:1.3em;
		padding:5px;
		border:1px solid white;
		display:block;
		clear:both;
		margin:10px 0px;
		font-weight:normal;
	}
	
	a.block-link span {	
		display:block;
	}
	
	a.block-link:hover {
		border:1px solid #A50317;
	}
	
	a.block-link img {
		float:left;
		margin:0px 10px 0px 0px;	
	}
	a.block-link span {		
		padding-top:20px;
	}
	
.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.fontSmaller
{
	font-size: smaller;
}

.fontLarger
{
	font-size: larger;
}

.font8
{
	font-size: 8pt;
}

.font10
{
	font-size: 10pt;
}

.font12
{
	font-size: 12pt;
}

.font14
{
	font-size: 14pt;
}

.fontDouble
{
	font-size: 200%;
}


/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}
/*********
 * Shared Styles
 */
	.clear { 
		clear:both; 
	}
	
	
	#imageSlider {
		position: relative;
		width: 585px;
		height: 200px;
		overflow: hidden;
	}
	
	#imageSlider ul {
		list-style: none;
		margin: 0px;
		display: block;
		height: 200px;
		width: 1000px;
		
	}
	
	#imageSlider ul li {
		float: left;
	}
	
	#imageSlider ul li a {
		text-indent: -1000px;
		background:#FFFFFF none repeat scroll 0%;
		border-right: 2px solid #fff;
		cursor:pointer;
		display:block;
		overflow:hidden;
		width:150px;
		height: 200px;
	}
	
	#imageSlider ul li a img{
		display:block;
	}
	

	/*
#imageSlider ul li.loc-1 a {
		background: url(../images/loc-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.loc-2 a {
		background: url(../images/loc-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.loc-3 a {
		background: url(../images/loc-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.loc-4 a {
		background: url(../images/loc-4.jpg) repeat scroll 0%;
		width:410px;
	}		*/


	#imageSlider ul li.relax-1 a {
		background: url(../images/relax-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.relax-2 a {
		background: url(../images/relax-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.relax-3 a {
		background: url(../images/relax-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.relax-4 a {
		background: url(../images/relax-4.jpg) repeat scroll 0%;
		width:410px;
	}			

/*
	#imageSlider ul li.liv-1 a {
		background: url(../images/liv-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.liv-2 a {
		background: url(../images/liv-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.liv-3 a {
		background: url(../images/liv-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.liv-4 a {
		background: url(../images/liv-4.jpg) repeat scroll 0%;
		width:410px;
	}	
	
	#imageSlider ul li.work-1 a {
		background: url(../images/work-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.work-2 a {
		background: url(../images/work-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.work-3 a {
		background: url(../images/work-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.work-4 a {
		background: url(../images/work-4.jpg) repeat scroll 0%;
		width:410px;
	}				

	#imageSlider ul li.hist-1 a {
		background: url(../images/hist-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.hist-2 a {
		background: url(../images/hist-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.hist-3 a {
		background: url(../images/hist-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.hist-4 a {
		background: url(../images/hist-4.jpg) repeat scroll 0%;
		width:410px;
	}


	#imageSlider ul li.rush-1 a {
		background: url(../images/rush-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.rush-2 a {
		background: url(../images/rush-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.rush-3 a {
		background: url(../images/rush-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.rush-4 a {
		background: url(../images/rush-4.jpg) repeat scroll 0%;
		width:410px;
	}

	#imageSlider ul li.one-1 a {
		background: url(../images/one-1.jpg) repeat scroll 0%;
		
	}

	#imageSlider ul li.one-2 a {
		background: url(../images/one-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.one-3 a {
		background: url(../images/one-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.one-4 a {
		background: url(../images/one-4.jpg) repeat scroll 0%;
		width:410px;
	}
*/

/** Jury Inn & Staying **/

/*
	#imageSlider ul li.jury-1 a {
	background: url(../images/offices/jury-1.jpg) repeat scroll 0%;
	
	}

	#imageSlider ul li.jury-2 a {
		background: url(../images/offices/jury-2.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.jury-3 a {
		background: url(../images/offices/jury-3.jpg) repeat scroll 0%;
	}

	#imageSlider ul li.jury-4 a {
		background: url(../images/offices/jury-4.jpg) repeat scroll 0%;
		width:410px;
	}	
*/
	
	.clear {
		clear: both;
	}


/********
 * Forms Style And Structure
 */


	.ryform { 
				display:block;
	}
	
	.ryform em.ast { 
				color:red;
				font-size:11px; 
	}
	
	.ryform li { 
				padding:5px 0px; 
	}
	
	.ryform li.radio {
		float:left;
		padding:0px 10px;
	}
	
	.ryform li.radio label {
		display:inline;
		padding-right:5px;
	}
	
	.ryform li.radio input {
		position:relative;
		top:4px;	
	}	
	
	.ryform label { 
				display:block;
				font-size:1.1em;
				font-weight:bold;
				margin-bottom:3px;
			}
	
	.ryform fieldset { 
				padding:10px;
			}
	
	.ryform legend { 
				font-size:1.2em;
				border-bottom:1px solid #DADADA;
				margin:5px 0px;
				font-weight:bold;
			}
	
	/* Input Elements */
	.ryform .txt { 
				border:1px solid #DADADA;
				background-color:#FFFFFF; 
				padding:2px; 
				width:230px;
				font-size:1.1em;
	 }
			 
	.ryform .txt:focus { 
				border:1px solid #A50317;
	}

	.ryform input.LV_invalid_field , .ryform textarea.LV_invalid_field { border:1px solid #C10B3D; }
	
	.LV_validation_message.LV_invalid { 
		color:#C10B3D;
		display:block;
		margin:10px 0px 10px 0px;
	}
	
	
	.success {
		font-size:1.3em;
	}

	.success strong {
		display:block;
		margin-bottom:5px;
		color:#A50317;
	}
	
	/*** captcha **/
	#anti-spam p {
		margin:0px;
	}
	
	#anti-spam  {
		padding:10px;
		border-top:2px solid #ccc;
	}
	
	#anti-spam legend {
		padding:0px 10px;
		border:0px;		
	}
	
	#captcha {
		background-color:white;
		margin:10px 0;
		width:130px;
	}
	
	input#crypto {
		width:100px;
		font-size:1.3em;
		font-weight:bold;
		padding:10px;
		letter-spacing:1.3em;
	}
	
	 .ryform p.btn { 
	 	padding-left: 10px; 
	}
	
	.ryform p.btn input {
		padding:2px;
		font-size:1em;
		font-weight:bold;
		border:1px solid #6F6F6F;
		background:#F2F2F2 url('../images/bg-submit.jpg') bottom center repeat-x;
		cursor:pointer;
		display:block;
	}
	

/*********
 * Page Styles
 */

 	/*** Header
 	 */
	#menu {
		float:right;
		margin:20px 0px;
	}
	#menu li {
		float:left;
	}
	/** menu sprite **/
		#menu li a {
			display:block;
			float:left;
			height:22px;
			margin-left:20px;
			background-image:url('../images/bg_menu.png');
			background-repeat:no-repeat;
			text-indent:-9999px;
			border-bottom:3px solid white;
			overflow:hidden;
		}
		
		#menu li a.on {		
			
		}
		
		a#m-home {
			width:48px;
			background-position:0px 0px
		}
	
		a#m-home:hover, a#m-home.on {
			background-position:0px bottom;
		}
		
		a#m-location {
			width:69px;
			background-position:-70px 0px;
		}

		a#m-location:hover,
		a#m-location.on {
			background-position:-70px bottom;
		}
		
		a#m-living {
			width:50px;
			background-position:-163px 0px;
		}
		a#m-living:hover,
		a#m-living.on {
			background-position:-163px bottom;
		}		
		
		a#m-relaxing {
			width:69px;
			background-position:-237px 0px;
		}

		a#m-relaxing:hover,
		a#m-relaxing.on {
			width:69px;
			background-position:-237px bottom;
		}		
		
		a#m-working {
			width:71px;
			background-position:-330px 0px;
		}
		a#m-working:hover,
		a#m-working.on {
			background-position:-330px bottom;
		}
				
		a#m-staying {
			width:60px;
			background-position:-426px 0px;
		}

		a#m-staying:hover,
		a#m-staying.on {
			background-position:-426px bottom;
		}
				
		a#m-events {
			width:55px;
			background-position:-511px 0px;
		}

		a#m-events:hover,
		a#m-events.on {
			background-position:-511px bottom;
		}
/***
 * Sidebar
 */
	#sidebar p {
		padding-left:30px;
	}
	
	#sidebar .full {
		padding-left:0px;
		margin-left:0px;
	}
	
	#sidebar ul {
		margin-left:30px;
	}
/****
 * Events
 */	
 	.event-list {
 		width:248px;
		float:left;
		margin-left:10px;
		position:relative;
 	}
	
	.event-detail {
		width:307px;
		float:left;
		margin-left:20px;
	}
	
	
	dl.event {
		display:block;
		margin:5px 0px;
		position:relative;
		font-size:1.1em;
		border:1px solid white;
		padding:5px;
		border-bottom:2px dotted #ccc;
		min-height:80px;
		height:auto !important;
		height:80px;
	}

	dl.event.last {
		border:none; 
	}
	
	dl.event dt,
	dl.event dd {
		padding:5px;
	}
	
	dl.event .date,
	.date {
		float:left;
		padding:5px 10px 10px 5px;
		text-align:center;
	}

	.date span,
	.date strong {
		font-weight:bold;
		font-size:1.2em;
		display:block;
	}
	
	p.date{
		padding:10px 10px 0px 5px;
		margin:0px;
	}
	
	dl.event dt.date strong {
		font-size:1.7em;
	}	

	dl.event dd a:before,
	dl.prev-event dd a:before  {
		content:'» ';
	}


	dl.prev-event {
		font-size:1.1em;
		padding-left:30px;
		margin-bottom:10px;
	}
	
	dl.prev-event dt,
	dl.prev-event dd {
		padding:2px 0px;
		text-transform:lowercase;
	}
	
	dl.prev-event dt:first-letter,
	dl.prev-event dd:first-letter {
		text-transform:uppercase;
	}
	
	dl.prev-event a img {
		border:1px solid white;
	}

	dl.prev-event a:hover img {
		border:1px solid #A50317;
	}

	.prev-images a {
		padding:5px 0px;
		display:block;
		border-bottom:2px dotted #eee;
	}

	.prev-images a img {
		border:1px solid #EEE;
	}
	
	.prev-images a:hover img {
		border:1px solid #A50317;
	}
	
/****
 * Tenant List
 */	
 	.tenant {
 		margin:40px 0px;
		font-size:1.1em;
		clear:both;
 	} 
 	.tenant .img {
 		float:left;
		width:153px;
		min-height:45px;
		height:auto !important;
		height:45px;
 	}

 	.tenant dd {
		line-height:1.9em;
	}
/******
 * Directory Listings
 */
	dl.unit {
		display:block;
		margin:10px 0px;
		position:relative;
		font-size:1.1em;
		border:1px solid white;
		padding:5px 5px 5px 30px
	}
	
	dl.unit dt {
		font-weight:bold;
		padding:2px 0px
	}
	
	dl.unit dd {
		padding:2px 0px;
	}
	
	dd a {
		padding:3px;
	}
	
	dl.unit dd a:before {
		content:'» ';
	}
	
	dd a:hover {
		background-color:#A50317;
		color:#fff;
	}
	
	.vcard {
		font-size:1.3em;
		color:#A50317;
		line-height:1.8em;
	}
	
/******
 * Available Unit
 */	
 
 	.unit-photo li {
 		float:left;
		margin-right:5px;
 	}
	.unit-photo li.last {
		margin:0px;
	}

	/****
	*  Footer
	*/
	#unit-logos {
		height: 78px;
		margin-top:20px;
	}
	#unit-logos a {
		display:block;
		float:left;
		margin-left:7px;
		height:75px;
		opacity: 0.5;
 	 	-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		text-indent:-9999px;
		line-height: 75px;
		overflow:hidden;	
		background: url(../images/spaces-icons.png);
	}
	
	
	#unit-logos a:hover,
	#unit-logos a:focus,
	#unit-logos #l-relaxing-at-brewery-wharf {
		opacity: 1;
 	 	-moz-opacity: 1;
		-khtml-opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}

	#unit-logos a#l-waterfall-spa {
		margin-left:0px;
		width:96px;
		background-position: 0px 0px;
	}
	
	#unit-logos a#l-the-waterfront {
		width:78px;
		background-position: -100px 0px;
	}
	
	#unit-logos a#l-cafe-guru {
		width:80px;
		background-position: -189px 0px;
	}
	
	#unit-logos a#l-yum-yum {
		width:90px;
		background-position: -270px 0px;
	}
	
	#unit-logos a#l-jurys-inn {
		width:66px;
		background-position: -369px 0px;
	}
	
	#unit-logos a#l-oracle {
		width:74px;
		background-position: -440px 0px;
	}
	
	#unit-logos a#l-azucar {
		width:55px;
		background-position: -520px 0px;
	}
	
	#unit-logos #l-relaxing-at-brewery-wharf {
		display: none;
	}

	#footer {
		border-top:1px solid #C2C7BC;
		padding:10px;
		margin-top:10px;
		height:45px;
	}
	#footer img { 
		float:left;
		margin:-20px 10px 0px -10px;
	}
	#footer p {
		color: #C2C7BC;
		font-size:0.9em;
		margin:20px 0px;
	}
	
	#footer a { 
		color:#C2C7BC;
	}
	#footer a:hover { 
		color:#A50317;
	}	
	
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/
	