/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/


/* 
	Classy yet somehow fancy
	table style created by Radu Bilei
	for Chris Heilmann's CSS Table Gallery
	http://twitter.com/radubilei
	http://icant.co.uk/csstablegallery
*/

table,th,td	{	border:none;  border-collapse:collapse; font-family: "georgia", "times new roman", serif; font-size:1em; line-height:1.5em}
table		{	background:black; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3)}
caption		{	text-align:left; text-transform:uppercase; font-size:150%; font-weight:bold; padding:1.5em 0; color:black}

thead, 
tfoot			{	color:white; }

thead th				{	padding:0.5em 1em; text-transform:uppercase; text-align:left; }
thead th:first-child	{	width:10em; text-align:right; }

tbody td,
tbody th				{	font-size:100%; padding:0.5em 1em; background-color:#e5e5e5; vertical-align:top}
tbody th				{	color:#222;	text-align:right; background-image:url(tabel.png); background-repeat:repeat-y; border-right:1px solid #ccc}
/*  !!!!!!!!  I COMMENTED OUT !!!!!!!!! tbody td:last-child		{	border-right:1px solid black} */

tbody tr.odd th, 
tbody tr.odd td			{	background-color:#eee; color:#222}

tfoot td,
tfoot th				{	border:none; padding:0.5em 1em 2em; font-size:130%}
tfoot th				{	text-align:right}

::-moz-selection{	background:#202020; color:white}
::selection		{	background:#202020; color:white}

thead ::-moz-selection, 
tfoot ::-moz-selection	{	background:white; color:#202020}
thead ::selection, 
tfoot ::selection		{	background:white; color:#202020}

/*  END OF	Classy yet somehow fancy  */


/*  amenities list */
#amenities ul { font-variant: small-caps; text-align: left;  }

*
{
padding: 0em;
margin: 0em;
}

body
{
/* background: #000000 url('images/bg1.jpg'); */
background: #000000 url('images/black-stripe.gif');
padding: 25px 0px 35px 0px;
}

body,input
{
font-size: 12pt;
<!-- font-family:corbel,'helvetica neue','trebuchet ms',arial,helvetica,sans-serif; -->
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #333333;
text-decoration: none;
}

a.text:hover
{
    border-bottom: #333333;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
}

a.mail:link {text-decoration: none; color: black}
a.mail:active { text-decoration: none; color: black}
a.mail:visited { text-decoration: none; color: black}
a.mail:hover { text-decoration: none; color: black}

a.googlelink:link {text-decoration: none; color: #333333}
a.googlelink:active { text-decoration: none; color: #333333}
a.googlelink:visited { text-decoration: none; color: #333333}
a.googlelink:hover { text-decoration: none; color: #333333}

a.floorplanlinks:link {text-decoration: none; color: blue}
a.floorplanlinks:active { text-decoration: none; color: blue}
a.floorplanlinks:visited { text-decoration: none; color: purple}
a.floorplanlinks:hover { text-decoration: none; color: #7E2217}



h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-variant: small-caps;
font-size: .9em;
}

h5
{
font-size:1.4em; 
color: black;
}

h6
{
font-size:1.4em; 
color: black;
}

.contentarea
{	
/* padding-top: 1.3em; */
padding-left: 0.5em;
padding-right: 0.5em;
clear: both;
}

.thumbsbox
{	
/* padding-top: 1.3em; */
padding-left: 2px;
/* padding-right: 0.5em; */
}


img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
clear: both;
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 1.0em 0em 0.5em 0em;
padding-bottom: 0.5em;
}

.box
{
position: relative;
width: 90%;
background: #FDFCF6 url('images/boxbg.gif') repeat-x;
/* left: -1.5em; */
top: -0.0em; 
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 2.0em; 
clear: both;
}

.box2
{
position: relative;
width: 90%;
background: #b4b3b3 url('images/lightest-stripe.gif');
/* left: -1.5em; */
top: -0.0em; 
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em; 
}



/*  TABLE STUFF FOR PHOTOS */

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

/*  END OF TABLE STUFF FOR PHOTOS */

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('images/bg2.jpg') repeat-x;
z-index: 1;
}

#wrapper
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 980px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
/* ORIGINAL HEADER STUFF
position: relative;
width: 100%;
height: 8.0em;
background: #2B2B2B url('images/topbg.gif') repeat-x;
margin-bottom: 2px;
 - END ORIGINAL HEADER STUFF */

position: relative;
width: 100%;
/* height: 8.0em; */
height: 80px;
/* background: #2B2B2B url('images/headerbackground.jpg'); */
background: #b4b3b3 url('images/light-stripe.gif');
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
/* padding: 0em 2.0em 1.3em 2.0em; */
padding: 0em 2.0em .3em 2.0em;
}

#headercontent h1
{
text-align: center;
font-weight: normal;
font-variant: small-caps;
letter-spacing: .15em;
/* color: #fff; */
color: black;
font-size: 2.7em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{

font-variant: small-caps;
font-size: 1.0em;
font-weight: normal;
/* color: #aaa; */
/* color: #BDBDBD; */
color: black;
letter-spacing: .10em;
}

#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
}

#topbuttons
{
position: relative;
float: right;
border: none;
top: 50px;
right: 5px;
}

.floorplanspicture
{
position: relative;
border: line;
margin-top: 15px;
width: 150px;
height: 81px;
}


.maplinkpic
{
position: relative;
float: left;
border: none;
margin-left: 5px;
margin-right: 5px;
*/
width: 64px;
height: 64px;
}

img.buttons
{  
border-style: none;
width: 40px;
height: 40px;
}

a#email {
display: block;
float: right;
background: url("images/icons/mail.png");
width: 30px;
height: 30px;

}
a#email:hover {
background-image: url(images/icons/mail-light.png);
}

a#phone {
display: block;
float: right;
background: url("images/icons/telephone.png");
width: 30px;
height: 30px;
}
a#phone:hover {
background-image: url(images/icons/telephone-light.png);
}



#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
position: relative;
height: 109px;
background: #fff url('images/Mountains_Big.jpg') no-repeat top left;
margin-bottom: 2px;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 0.5em;
}

#content
{
padding: 0em 1.0em 0em 1.0em;
}

#primarycontainer
{
position: relative;
float: left;
margin-right: -18.0em;
width: 100%;
}

#leftside
{
float: left;
width: 50%;
}

#rightside
{
float: left;
width: 50%;
}

#centerlist
{
padding-top: 1.4em;
padding-left: .5em;
padding-bottom: 0.2em;
padding-right: 0em;
text-align:center;
float: left;
width: 100%;
}


#leftlist
{
padding-top: .5em;
padding-left: 1.5em;
padding-bottom: .5em;
padding-right: 0em;
float: left;
width: 45%;
margin-bottom: 2em;
}

#rightlist
{
padding-top: .5em;
padding-left: .5em;
padding-bottom: .5em;
padding-right: 0em;
float: left;
width: 45%;
margin-bottom: 2em;
}



#leftlistbottom
{
margin-top: .5em;
padding-left: .5em;
padding-right: 0em;
float: left;
width: 48%;
}

#rightlistbottom
{
margin-top: .5em;
padding-left: .5em;
padding-right: 0em;
float: left;
width: 48%;
}


#leftlistprices
{
padding-top: 1.5em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 0em;
float: left;
width: 70%;
}

#rightlistprices
{
padding-top: 2em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 0em;
float: left;
width: 24%;
text-align:center;
}

#googlemapframe
{
float: left;
width: 480px;
height: 300px;
border-style: solid;
border-width: thin;
margin-left: 8px;
margin-top: 1em;
}


#footer
{
position: relative;
height: 2.5em;
clear: both;
padding-top: 6.0em;
background: #fff url('images/border2.gif') repeat-x 0em 1.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: .5em;
width: 160px;
}

#footer .leftsiderightfooter
{
position: relative;
float: left;
width: 60%;
border-style: none;
font-variant: small-caps; 
text-align: center; 
padding-right: 5px;
padding-top: 35px;
font-size: 1.3em;
}

#footer .rightsiderightfooter
{
position: relative;
float: left;
width: 35%;
border-style: none;
padding-top: 35px;
}




/* GALLERIA STUFF */

div.gallerycontent {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 300px; 
}
div.gallerycontent a, Div. a {
	text-decoration: none;
	color: #777;
}
div.gallerycontent a:focus, div.gallerycontent a:hover, div.gallerycontent a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}




