/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Georgia, sans-serif;
	background: #eeeeee;
}

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

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:hover img { 
	background-color: #eeeeee;
}*/



#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;
	/*background-color: #eeeeee;*/
	padding: 25px 10px 0px 30px;
	line-height: 18px;
	font-size: 11px;
	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: 11px;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

/*#menu li.active {
	color: #000000;
}*/

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

#menu li.active a:hover { 
	color: #000000;
	background-color: #eeeeee;
	font-style: normal;
	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;
	/*border: solid #0000FF;
	overflow: auto;*/
	overflow: visible;
	line-height: 18px;
}

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

/*.section-1 #content p { 
	width: 640px;
	margin-left: 9px;
}*/

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


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


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: 95px;
}

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

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

.bold {
	font-weight: bold;
}

.gray {
	color: #777777;
}

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

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

/*.linkBack {
	font-size: 10px;
	margin-left: 1px;
}*/

#content p .projectTitle {
	font-family: Georgia, serif;
	/*font-weight: bold;*/
	font-size: 16px;
}

#content p.projectTitle {
	font-family: Georgia, serif;
	/*font-weight: bold;*/
	font-size: 16px;
}

#content p .projectDescription {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 11px;
	color: #000000;
}

#content p .projectDetails {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	/*color: #999999;*/
}

#content p.projectDetails {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	/*color: #999999;*/
}

.container {
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	/*border: thin solid #FF0000;
	overflow: auto;*/
	overflow: visible;
}

#content u {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	/*color: #978000;
	background: #fff885;*/

}

.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	{ 
	
}

/*
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container img	{ 
	margin: -15px 0px 55px 0px;
}
*/

#once { clear: left; }