/* FRONT-END STYLESHEET FOR GIVONEHOME.COM */

div#container { 
	position: relative;
	height: 550px; 
}

canvas#home {
	display: block;
	width: 850px;
	margin: 0 auto;
}

div#ieHome {
	margin: 0 auto; 
	width: 850px; 
	height: 425px; 
	background-image : url(../images/ieHome.png);
	display: none; 
	position: relative;
}

#contentContainer {
	width: 785px;
	height: 310px;
	position: absolute;
	top: 80px;
	left: 107px;
}

#imgContainer {
	position: relative;
	height: 275px;
}

.imgSlot {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-align: center;
}

.imgSlot img { 
	vertical-align: baseline;
	display: none; 
}

#imgSlot1, #imgSlot3 { 
	width: 275px;
	height: 180px;
}

#imgSlot1 { left: 0; }

#imgSlot2 {
	width: 182px;
	height: 275px;
	left: 301px;
}

#imgSlot3 { left: 510px; }

#linksContainer {
	margin-top: 25px;
	display: none;
}

.hidden { visibility: hidden; }

.noDisplay { display: none; }

.clearer { clear: both; }


/********************* WORK GALLERY **********************/

#workScroll {
  position: relative;
  padding-top: 175px;
  width: 100%;
  height: 225px;
}

#workWindow {
  width: 780px;
  margin: 0 auto;
  height: inherit;
}

#workContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 225px;
  overflow: hidden;
}

#workContainer:after {
  display: table;
  content: '';
  clear: both;
}

.pSlot {
  opacity: 0;
  float: left;
  width: 195px;
	height: inherit;
}

div.pSlot > * {
  box-sizing: border-box;
}

div.iconContainer {
  width: 150px;
	height: 187px; 
  overflow: hidden;
}

div.iconContainer img {
  display: block;
  width: 187px;
  margin-left: -19px;
}

p.caption {
  visibility: hidden;
  margin-top: 10px;
	height: 50px;
  letter-spacing: 3px;
  text-transform: lowercase;
  text-align: center;
  font-size: 10px;
  color: #BC001D;
}
	
div.iconContainer { 	
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

div.pSlot:hover div.iconContainer {
  border-color: #BC001D;
}

div.pSlot:hover p.caption {
  visibility: visible;
}


/********************* PROJECT GALLERY **********************/

div#current_image {
	float: left;
	height: 480px;
	width: 640px;
	margin-left: 35px;
	overflow: hidden;
	padding: 0;
}

.noDisplay { display: none; }

/* SIDE INFO */

div#sideInfo {
	height: 480px;
	width: 325px;
	float: left;
}

div#givonehome, div#ba, div#image_desc, div#project_title { margin-left: 30px; }

div#givonehome { height: 19px; }

div#image_desc { 
	margin-top: 225px; 
	width: 260px;
	height: 100px; 
}

p.gallery_desc {
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
}

div#ba {
	margin-top: 10px;
	height: 20px;
}

div#beforeBox {
	margin-right: 8px;
	height: 12px;
	width: 12px;
	border: 1px solid #BC001D;
	background-repeat: no-repeat;
	float: left;
}

div#ba p {
	font-size: 11px;
	color: #BC001D;
	cursor: default;
}

div#project_title { 
	margin-top: 94px;
	height: 12px; 
}

#project_title h2 {
  color: #BC001D;
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: 200;
  text-transform: lowercase;
}

/* ICON BAR */

div#icon_bar {
	clear: left;
	padding-top: 15px;
	margin-left: 35px;
	height: 15px;
	width: 640px;
	position: relative;
}

div.gallery_icon {
	float: left;
	height: 12px;
	width: 12px;
	margin-right: 5px;
	background-color: white;
	border: 1px solid silver;
}

div.gallery_icon.selected { border-color: #BC001D; }

a#rental_info {
	display: block;
	text-indent: -999px;
	width: 140px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/rental_info.jpg);
	position: absolute;
	top: 11px;
	right: -26px;
}

a#rental_info:hover {
	background-position: -140px 0;
}

/********************* FILM **********************/

.videoWrapper, .mainVideoDescription {
  display: block;
  width: 907px;
  margin-top: 5px;
}

.videoWrapper {
  width: 907px;
  height: 510px;
  box-sizing: border-box;
  overflow: hidden;
}

.mainVideoDescription {
  display: none;
  font-size: 11.5px;
  line-height: 155%;
  text-align: justify;
  margin-bottom: 15px;
}

#filmScroll {
	position: relative;
	width: 720px;
  margin: 0 auto;
  padding-left: 10px;
}

.filmItem {
  cursor: pointer;
  margin: 40px auto;
  display: none;
}

.filmItem:after, .filmItem div:after {
  clear: both;
  content: '';
  display: table;
}

.filmItem > * {
  float: left;
  display: block;
}

.filmItem > img {
  display: block;
  width: 250px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.filmItem:hover > img {
  border-color: #bc100d;
}

.filmItem > div {
  width: 400px;
  margin-top: 30px;
  margin-left: 60px;
}

.filmItem h1 {
  color: #333;
  font-size: 16px;
}

.filmItem p {
  margin-top: 15px;
  line-height: 1.5em;
  font-size: 11px;
}

#filmModal {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
}

.modalHeader {
  text-align: right;
  height: 20px;
}

.modalHeader .close {
  background-color: transparent;
  color: #bbb;
  font-size: 18px;
}

.modalHeader .close:hover {
  cursor: pointer;
  color: #666;
}

#filmModal .modalContent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 907px;
  padding: 0 10px 10px 10px;
  margin-left: -453px;
  
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/********************* GREEN **********************/

div#greenSlot, div.arrowSlot { margin: 0 auto; }

div.arrowSlot {
	/*float: left;*/
	position: relative;
	width: 72px;
	height: 25px;
	cursor: pointer;
}

div#upArrow { 
	background: url(http://www.givonehome.com/images/upArrow.jpg) no-repeat center bottom;
}

div#greenSlot {
	/*float: left;*/
	width: 700px;
	padding-top: 36px;
	/*margin-right: 15px;
	margin-left: 142px; /*DERIVED FROM RELATIONSHIP BETWEEN CONTAINER WIDTH AND GREENSLOT+ARROWSLOT*/
}

p.green_1, p.green_2 { 
	font-size: 11px;
	line-height: 165%;
	text-align: justify; 
}

p.green_1 { color: #BC001D; }

p.green_1.r, p.green_2.r { margin-bottom: 25px; }

p.green_1.q { margin-top: 10px; }

p.q, p.qa { 
	clear: right;
	float: right;
	text-align: right;
}

div#downArrow { 
	background: url(http://www.givonehome.com/images/downArrow.jpg) no-repeat center bottom;
	padding-top: 36px; 
}


/********************* YOURHOME **********************/

p.yourHome {
	width: 670px;
  padding-left: 10px; /* off-center to match footer links */
	margin: 0 auto;
  padding-bottom: 25px;
	font-size: 12.5px;
	line-height: 185%;
	text-align: justify;
}


/********************* PRESS **********************/

#pressScroll {
	position: absolute;
	width: 1000px;
	height: 225px;
	top: 150px;
	left: 0;
}

div.sbViewWindow{
	position: relative;
	overflow: hidden;
}

#pressWindow {
  margin: 0 auto;
	width : 900px;
	height: inherit;  
}

div.sbNavBtn {
	position: absolute;
  display: none;
	bottom: -100px;
	height: 30px;  
	width: 25px;
	font-weight: lighter;
	text-align: center;
	line-height: inherit;
	cursor: pointer;
	background-repeat: no-repeat; 
	background-position: center center;
  background-size: 40px; /* 4/5 */
  background-image: url(../images/arrows.png);
}

div.sbUpNav {
  left: 303px;
  background-position: center left;
}

div.sbDownNav {
  right: 321px;
  background-position: center right;
}

div#pressContainer {
	position: absolute;
	top : 0;
  left: 0;
	height: 225px;
	overflow: hidden;
}

div.pressItem {
	float: left;
	height: 225px;
	width : 300px;
	text-align : center;
}

a.pressImg img { border : 1px solid silver; }

a.pressImg img:hover { border-color : #BC001D; }

div.pressDesc {
	display: none;
	color : #777;
	margin-top : 15px;
}

a.pressName, a.pressEd {
	display : block;
	margin-left : 25px;
}

a.pressName {	
	font-size : 11px;
	height : 20px;
}

a.pressEd { font-size : 10px; }

a.pressName.redText, a.pressEd.redText { color : #BC001D; }


/********************* CONTACT **********************/

div#contactcontainer img, img#cGivonehome { display: block; }

img#cGivonehome {
	float: right;
	height: 19px;
	width: 170px;
	margin-right: 125px;
} 
	
div#contactcontainer {
	position: relative;
	width: 528px;
	padding-top: 100px;
	clear: right;
	margin: 0 auto;
}

a#sdLink {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 125px;
	font-size: 10px;
	color: #AAA;
}

a#sdLink:hover { color: #BC001D; }

div#statement {
	position: relative;
	left: -27px;
	width: 582px;	
}

div#statement p{
	font-size: 11px;
	text-align: justify;
	margin-bottom: 15px;
  line-height: 185%;
}

img#givSig { 
  float: right;
  margin-right: 195px;
}

div#lowerSection{
	clear: right;
	width: 605px;
	height: 300px;
	padding-top: 45px;
}

img#givPort{
	float: left;
	width: 160px;
	height: 211px;
}

div#formSection {
	float: left;
	margin-left: 81px;
	width: 360px;
}

div#msgLog { height: 50px; }

/* CONTACT FORM */

form#givForm { color: #666; }

p.inputWrapper { 
	height: 19px;
	margin-bottom: 14px; 
	}

input.formTxt, textarea.formTxt, form#givForm label {
	display: block;
	float: left;
}

input.formTxt, textarea.formTxt {
  outline: none;
	border-width: 1px;
	border-color: #DDD;
	border-style: solid;
}

input.formTxt:focus, textarea.formTxt:focus {
  border-color: #BC001D;
}

input.formTxt {
	width: 185px;
	height: 15px;
	margin: 0;
	padding: 1px 0;
}

textarea.formTxt {
	width: 285px;
	height: 60px;
	margin: 0;
	padding: 0;
	font: inherit;
}

form#givForm label {
	font-size: 11px;
	margin-left: 20px;
}
	
label#msgLabel {
	position: relative;
	top: 24px;
}

input#submit {
	display: block;
	width: 40px;
	padding: 0;
	margin-left: 247px;
	padding-top: 15px;
	font-size: 12px;
	text-align: right;
	background: none;
	color: #666;
	border: none;
	clear: left;
	cursor: pointer;	
}

input#submit:hover { color: #BC001D; }