/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	background: #eeeeee;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

em {
	font-style: italic;
}

a {
	color: #999999;
}

a:link { 
	text-decoration: none; 
}

a:active { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none;
}

a:hover { 
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
}

a img { 
	border: none; 
}

a.logo { 
	display: block;
	width: 108px;
	height: 35px;
	margin-top: 25px;
	margin-bottom: 29px;
}

#topBar {
	width: 100%;
	height: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url('/files/imgs/top_bar.png');
	background-repeat: repeat-x;
}

#menu {
	width: 190px;
	height: 100%;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	padding: 25px 10px 0px 30px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 1px;
}

#menu ul li.section-title {
	font-family: Arial, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

#menu li.active a:link,
#menu li.active a:active,
#menu li.active a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu li.active a:hover { 
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover { 
	background-color: #999999;
}

a.noBG:hover { 
	background-color: transparent;
}

#content {
	height: 100%;
	margin: 0px 0px 40px 270px;
	padding: 69px 0px 0px 0px;
	top: 0;
	width: 730px;
	overflow: visible;
	line-height: 18px;
}

#content p { 
	width: 600px;
	margin-bottom: 27px;
	margin-left: 9px;
}

.section-1 #content p.thumbnails { 
	display: block;
	width: 640px;
	height: 480px;
	margin-left: 10px;
	padding-top: 5px;
}

.section-1 #content p.thumbnails a { 
	display: block;
	float: left;
	height: 80px;
	width: 80px;
}

.section-1 #content p.thumbnails a:hover {
	background-color: #000000;
}

.section-1 #content p.thumbnails a img {
	position: absolute;
}

.section-1 #content p.thumbnails a:hover img {
	/*clip:rect(3px,77px,77px,3px);*/
	opacity:0.65;
	filter:alpha(opacity=65);
}


#content p.flash { 
	width: 600px;
	margin-bottom: 40px;
	margin-left: 10px;
}

div#timelapseVideo_wrapper, div#timelapseVideo {
	margin-left: 10px;
	margin-bottom: 60px;
}

div#hotspotVideo_wrapper, div#hotspotVideo {
	margin-left: 10px;
	margin-bottom: 40px;
}

div#skydeckVideo_wrapper, div#skydeckVideo {
	margin-left: 10px;
	margin-bottom: 40px;
}

table.res {
	border-collapse: collapse;
	border: 0px solid black;
	table-layout: fixed;
	width: 600px;
	margin-left: 9px;
}

table.res td {
	border: 0px solid black;
	padding: 0px;
	vertical-align: top;
}

table.res td.col1 {
	width: 125px;
}

table.res td.col1 span {
	/*font-size: 10px;
	letter-spacing: 2px;*/
	font-weight: bold;
}

table.res td.col2 {
	width: 475px;
}

#content p object { 
	margin: -5px 0px 35px 1px;
}

.600 {
	font-weight: bold;
}

.gray {
	color: #777777;
}

#content p.resume { 
	margin-bottom: 16px;
	width: 100%;
}

#content p.resumeTitle {
	font-size: 16px;
	margin-bottom: 16px;
}

#content p .projectTitle {
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	font-size: 16px;
}

#content p.projectTitle {
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	font-size: 16px;
}

#content p .projectDescription {
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

#content p .projectDetails {
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	color: #999999;
}

#content p.projectDetails {
	font-family: rooney-web-1,rooney-web-2,Georgia,serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	color: #999999;
}

.container {
	overflow: visible;
}

#content u {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.section-2 #content div.comps img {
	margin: 0px 0px 40px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
}

#once { clear: left; }
