@import url('/css/global/layout.css');
@import url('/css/global/background.css');
@import url('/css/global/text.css');

/* LAYOUT 
 *************************************************************************** */
 
.fb-like {
	position: absolute;
	left: 84px;
	top: 9px;
	z-index: 100;
}

/* BACKGROUND 
 *************************************************************************** */

#content #left {
	background-image: url('/images/projects/photo_background.jpg');
	background-repeat: no-repeat;
}

#content #right .project {
	margin-top: 80px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #434343;
}

#content #right .project .window { 
	margin-right: 17px;
	padding: 0px 0px 0px 0px;
	height: 335px;
	overflow: auto;
}

#content #right .prevnext {
	position: absolute;
	z-index: 10;
	top: 415px;
	left: 0px;
	width: 456px;
	height: 45px;
}

#content #right .footer {
	top: 485px;
	width: 455px;
	clear: left;
}

/* TEXT 
 *************************************************************************** */

#content h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 472px;
	top: 141px;
	width: 456px;
	height: 28px;
	/* background-image: url(/images/projects/title_project_1.png); */
	background-repeat: no-repeat;
	background-position: 12px 0px;
	/* text-indent: -1000em; */
	font-family: DakotaRegular ,Arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-top: 8px;
	color: #777;
}

html>body #content h1 {
	opacity: 0.0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #right .project { 
	font-size: 11px;
	font-family: Verdana,"Trebuchet MS",Arial;
	line-height: 15px;
	color: #CCC;
}

#content #right .project p { 
	margin: 0 15px 10px 16px;
	text-align: justify;
}

#content #right .project ul { 
	list-style: none;
	margin: 0 15px 10px 16px;
	padding-left: 0;
	padding-bottom: 10px;
}

#content #right .project ul li {
	clear: left;
	font-size: 9px;
	padding-left: 0px;
	padding-top: 0px;
	min-height: 92px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content #right .project ul li {
	float: left;
	clear: none;
	font-size: 9px;
	padding-left: 0px;
	padding-top: 0px;
	min-height: 92px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	border: 0px dotted green;
}

#content #right .project ul li span.thumb {
	display: block;
	float: left;
	width: 94px;
	height: 94px;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 5px #1A1A1A;
	-webkit-box-shadow: 1px 1px 5px #1A1A1A;
	box-shadow: 1px 1px 5px #1A1A1A;
}

#content #right .project ul li.selected span.thumb {
	-moz-box-shadow: 1px 1px 5px #1A1A1A;
	-webkit-box-shadow: 1px 1px 5px #1A1A1A;
	box-shadow: 1px 1px 5px #1A1A1A;
}

#content #right .project ul li strong {
	display: block;
	padding-top: 5px;
	margin-left: 102px;
}

#content #right .project ul li strong a {
	color: #BBB;
}

#content #right .project ul li p {
	margin-bottom: 5px;
	margin-left: 102px;
	margin-right: 0;
	color: #999;
}

#content #right .project ul li p.photos {
	position: absolute;
	bottom: 0px;
	right: 508px;
	margin: 0;
	border: 0px dotted red;
	overflow: hidden;
	background-position: right;
	-moz-box-shadow: 1px 1px 10px #1F1F1F;
	-webkit-box-shadow: 1px 1px 10px #1F1F1F;
	box-shadow: 1px 1px 10px #1F1F1F;
}

#content #right .project ul li p.photos span {
	display: block;
	border: 0px dotted red;
}

#content #right .project ul li p.photos span.before {
	display: none;
	position: absolute;
	top: 0px;
}

#content #right .project ul li p.photos span img {
	display: block;
	margin-bottom: -2px;
}

#content #right .project ul li p.photos img {
	/* display: none; */
}

#content #right .project ul li p.toggle {
	position: absolute;
	width: 200px;
	height: 36px;
	bottom: -43px;
	right: 426px;
	margin: 0;
	background-color: transparent;
}

#content #right .project ul li p.toggle span {
	display: block;
	float: left;
	height: 36px;
	width: 21px;
	background-image: url(/images/projects/nav_before_after.gif);
	background-repeat: no-repeat;
	background-position: -53px 0px;
	text-indent: -1000em;
	border: 0px dotted red;
}

#content #right .project ul li p.toggle span.before {
	width: 53px;
	background-position: 0px 0px;
}

#content #right .project ul li p.toggle span.after {
	width: 42px;
	background-position: -73px 0px;
}

#content #right .project ul li p.toggle span.selected-before {
	background-position: 0px -36px;
}

#content #right .project ul li p.toggle span.selected-after {
	background-position: -73px -36px;
}

#content #right .project ul li p.toggle {
	display: none;
}

#content #right .project ul li.selected p.toggle {
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #right .prevnext {
	border: 0px dotted blue;
}

#content #right .prevnext a {
	display: block;
	float: left;
	margin-top: 5px;
	background-image: url(/images/projects/nav_prev_next.gif);
	text-indent: -1000em;
	outline: none;
	border: 0px dotted green;
}

#content #right .prevnext span {
	position: absolute;
	display: block;
	left: 86px;
	margin-top: 5px;
	width: 15px;
	height: 36px;
	background-image: url(/images/projects/nav_prev_next.gif);
	background-position: -72px 0px;
	text-indent: -1000em;
	border: 0px dotted red;
}

#content #right .prevnext a.prev {
	width: 72px;
	height: 36px;
	margin-left: 14px;
	background-position: 0px 0px;
}

#content #right .prevnext a.next {
	width: 119px;
	height: 36px;
	margin-left: 14px;
	background-position: -87px 0px;
}

#content #right .prevnext a.prev:hover { background-position:   0px -36px; }
#content #right .prevnext a.next:hover { background-position: -87px -36px; }

#content #right .prevnext select {
	width: 165px;
	float: right;
	margin: 20px 15px 0 0;
	background-color: #2E2E2E;
	color: #AAA;
	border-color: #2E2E2E #222 #222 #2E2E2E;
	border-width: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #right .footer p {
	margin-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html>body #navigation ul li.home a 	{ opacity: 1; }

#content .project-header {
	position: absolute;
	left: 459px;
	top: 135px;
	width: 456px;
	height: 28px;
}

