/* @override 
	http://localhost/tpwd.pt/site/template/css/screen.css
	http://tpwd.pt/template/css/screen.css
*/

@import "reset.css";
@import "forms.css";
@import "scratch.css";

/* @group Tags */

html, body {
	height: 100%;
}
body {
	color: #000;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
img {
	border: 0;
}
a, #text_page footer a span, #footer a em, #footer #footer-bottom a, #nav a:hover, #footer-bottom a:hover {
	color: #f36b21;
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	line-height: 34px;
}
h2 {
	font-weight: normal;
	font-size: 38px;
	line-height: 44px;
	color: #999;
}

h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #999;
}

ol, ul {
	padding-left: 20px;
}

p {
	margin: 5px 0 10px 0;
}

em {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group index */

/* @group Nav */

#nav {
	position: fixed;
	text-align: right;
	width: 100%;
	z-index: 2;
	top: 20px;
	right: 100px;
	font-size: 12px;
	line-height: 18px;
	background-color: rgba(255, 255, 255, 0.7);
}

#nav a {
	padding: 0 8px;
	text-decoration: none;
	color: #666;
}
#nav a.selected {
}

#nav span, nav span a {
	color: #CCC;
}

/* @end */

/* @group Header */

#static_header {
	position: fixed;
	width: 470px;
	height: 500px;
	left: 80px;
	padding-top: 90px;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
}
#static_header img {
	display: block;
}
#static_header p.highlight {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 20px 3px;
}
#static_header p.top_margin {
	margin-top: 30px;
}
#static_header ol, #static_header ul {
	padding-left: 30px;
	color: #000;
}



#index-logo {
	letter-spacing: -2px;
	color: #F36B21;
	font: bold 50px/42px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#text-ola {
	font-size: 36px;
	line-height: 48px;
	color: #666;
}

#text-foco {
	font-size: 22px;
	line-height: 30px;
	color: #999;
}

#text-citacao {
	width: 460px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 80px;
	color: #999;
	font-weight: normal;
}


/* @end */

/* @group Anchors */

#anchors {
	position: absolute;
	top: 0;
	z-index: 1;
}

.smooth_scroll {
	display: block;
	width: 640px;
	height: 30px;
	float: left;
}

/* @end */

/* @group Images */

#images {
	position: absolute;
	top: 70px;
	left: 570px;
	z-index: 1;
	padding-bottom: 100px;
}



a.slideshow {
	display: block;
	position: relative;
	width: 600px;
	height: 427px;
	text-decoration: none;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
a.slideshow img {
	position: absolute;
}
a.slideshow .slides_container {
	position: absolute;
	z-index: 1;
}
a.slideshow .progress {
	visibility: hidden;
	opacity: 0; 
	position: absolute;
	bottom: 34px;
	height: 3px;
	z-index: 2;
	background-color: #f36b21;
	opacity: 0.9;
	left: 19px;
}

/* @group Project Navigation */

.project_selectors {
	top: -10px;
	width: 561px;
	height: 20px;
	z-index: 2;
	left: 19px;
}
.project_selectors .previous, .project_selectors .next {
	width: 50%;
	text-align: center;
}

.project_selectors .previous a, .project_selectors .next a {
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.project_selectors .previous a:hover, .project_selectors .next a:hover {
	background-color: #efefef;
}

/* @end */

/* @group Project Details */

.project_details {
	position: absolute;
	bottom: 0;
	width: 561px;
	height: 20px;
	z-index: 2;
	left: 19px;
}
a.slideshow .project_details *, .video .project_details * {
	color: #DDD;
}
a:hover.slideshow .project_details *, .video:hover .project_details * {
	color: #999;
}

.project_details .left, .project_details .right {
	float: left;
	color: #999;
}
.project_details .left {
	font-weight: bold;
	width: 30%;
}
.project_details .right {
	width: 70%;
	text-align: right;
}

/* @end */

/* @end */

/* @group Video */

/*embed {
	display: block;
	float: left;
	position: relative;
}*/
.video {
	position: relative;
	float: left;
	background: url(../../public/scaffold_portfolio/medium/trinachallenge1.png) no-repeat 0 0;
	padding: 12px 19px 27px;
	width: 600px;
	height: 417px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 562px;
	height: 378px;
}
.video_container {
	width: 562px;
	height: 378px;
	overflow: hidden;
	margin-top: 1px;
}
.video embed {
}

/*#playButton {
	visibility: hidden;
	background-color:#141414;
	color:white;
	cursor:pointer;
	font-size:1.25em;
	font-weight:bold;
	opacity:0.8;
	padding:0.5em 1em;
	position: absolute;
	left: 200px;
	top: 200px;
}

.video:hover #playButton {
	visibility: visible;
}*/

/* @end */

/* @group Footer */

#footer #footer-top {
	border-bottom: 1px solid #CCC;
}

#footer #footer-top h6 {
	color: #f36b21;
	font-size: 12px;
	line-height: 16px;
}

#footer p, footer a {
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0;
}
#footer a {
}

#footer #footer-bottom {
}

#index #footer {
	width: 100%;
	text-align: right;
	position: fixed;
	z-index: 0;
	left: 0;
	bottom: 10px;
	color: #333;
	text-decoration: none;
	z-index: 3;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8);
}

#index #footer div {
	display: block;
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 5px;
}

/* @end */

/*#project_navigation {
	width: 100%;
	text-align: right;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 540px;
}
#project_navigation a {
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 100px;
}*/



/* @end */

/* @group Text pages */

#text_page {
	display: block;
	margin: 60px 0 0 100px;
	width: 470px;
	font-size: 12px;
	line-height: 16px;
}
#text_page h2 {
	margin-bottom: 20px;
}

#text_page h3 {
	margin-top: 20px;
}

#text_page p.highlight {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 20px 3px;
}
#text_page p.top_margin {
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}
#text_page ol, #text_page ul {
	font-size: 14px;
	line-height: 18px;
	padding-left: 30px;
	color: #666;
	list-style: disc;
}


#text_page footer {
	display: block;
	margin: 40px 0 50px;
	color: #666;
	text-decoration: none;
}
#text_page footer #footer-top {
	display: block;
	padding-bottom: 5px;
}

/* @end */

#colorbars {
	height: 50%;
	background-color: black;
}

#colorbars div {
	float: left;
	width: 12.5%;
	height: 100%;
}

#error_message {
	padding: 20px;
}

#canto_natal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}
