﻿/* ASSET SLIDESHOW */
@import url("../js/jquery.assetslideshow/jquery.assetslideshow.css");

/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
label, input[type=button], input[type=submit], button { cursor: pointer }
/* style below fixes inset in wygwam */
.cke_show_borders{ padding: 20px; }
/* default slideshow styles: do not erase! */
.slide { display: none; }
li.slide:first-child{ display: block;}
a:active, a:focus { outline:none; }


/* ELEMENTS */

html, body {
	font: 12px/16px Helvetica, Arial, sans-serif; 
	color: #666;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#container {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section, header, footer {
	margin:0;
	padding: 0;
	clear: left;
	z-index: 200;
	height: 100%;
}

header {
	height: auto;
	left: 30px;
	top: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
}
section#content {
	position:absolute;
	bottom: 0;
/* 	width: 100%; */
	height: 100px;
	padding-top: 12px;
	padding-left: 200px;
	z-index: 500;
}

section#apt {
	position:absolute;
	bottom: 0;
/* 	width: 100%; */
	height: 100px;
	padding-top: 12px;
	padding-left: 65px;
	z-index: 500;
}

.hidden {
	display: none;
}
	
/* TYPOGRAPHY */

p {
	font-size: 12px;
	line-height: 16px;	
}

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

h3 {
	font-size: 15px;
}

a:hover {
	color: #000;
}

blockquote {
	text-indent: -0.5em;
	margin-bottom: 0.7em;
}

.bottom-bar {
	background: #D5E2E9;
	height: 120px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 400;
}

/* PROJECT IMG SLIDESHOW */

/* IMAGE DIVS */
.image_vertical {
	position: fixed;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 90%;
	left: 200px;
/* 	margin-bottom: 100px; */
/* 	background: #eee; */
/* 	border: 1px solid #ccc; */
}

/* BACKGROUND HACK FOR IMAGES */
#container{
/* 	background: rgba(238, 238, 238, 0.4); */
} 

.logo {
	/*background: url(../img/);*/
	/*background:url(../img/sotp-logo.jpg);*/
	/*background: url(../img/sotp-logo.jpg);*/
	width: 312px;
	height: 165px;
	/*height: 162px;*/
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999999999;
	text-indent: -9999999px;
}

h1 {
	text-indent: -999999px;
	background: url(../img/sotp-logo1.png);
	/*background: url(../img/title2.png);*/
	width: 141px;
	height: 169px;
}

h3 {
	text-indent: -999999px;
	background: url(../img/amenities.png);
	width: 63px;
	height: 15px;
}

.credit {
	color: rgb(131,162,174);
}


.contact {
	position: absolute;
	height: 100px;
	width: 200px;
	bottom: 0;
	left: 30px;
	z-index: 700;

}

.left {
/* 	margin-left: 200px; */
	width: 300px;
	float: left;
	margin-right: 30px;
}

.right {
	width: 200px;
	float: left;
	/*overflow:hidden;*/
}

/*added 2.5.14 */

.far_right {
	width: 200px;
	float:right;
	margin-left:300px;
	overflow:hidden;
	/*clear:both;*/
}

/*end */
.social {
	position: absolute;
	right: 20px;
	z-index: 700;
}

.social ul li {
	list-style: none;
	float: left;
	padding-left: 5px;
}


.thanks {
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 16px; text-transform: none; padding-top: 16px; 
}

h4.thanks { /*padding-top: 44px; padding-left: 44px; padding-bottom: 0;*/ }

a.thanks { font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #aaa; }

/* CRAZY MEDIA QUERIES */

@media screen and (min-width:1390px){
	article.desc {
		width: 300px;
	}
}





