/* Portfolio CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: white;
}

/* LAYOUT */

#center {
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: left;
  	width: 886px;
  	border: 1px solid #000;
}

/* HEADER */

#header {
	clear: both;
	margin: 0 20px;
	padding: 16px 0 0;
	border-top: 2px solid #990000;
}

#header #title {
	float: left;
}

#header #subtitle {
	float: right;
}

/* HTML elements */

h2, h3 {
	color: #990000;
	margin: 1em auto 0.3em;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 0.8em auto 0.3em;
}

/* LINKS */

a:link, a:visited {
	color: #CCC;
}

a:hover {
	color: #FCFCFC;
}

.image_float_left {
	float: left;
	margin: 8px 16px 8px 0px;
}

.image_float_right {
	float: right;
	margin: 8px 0px 8px 16px;
}

.small {
	font-size: 86%;
}

/* NAVIGATION */

#nav {
	border: 0px solid white;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav img {
	opacity: .7;
	filter: alpha(opacity=70);
}

#nav .nav_text {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0;
}
	
#nav li {
	border: 0px solid white;
	float: left;
	margin: 10px 15px 0 0;
	padding: 0;
	list-style: none;
}

#nav li#nav_UCOP {
	float: right;
	margin-right: 0;
}

#nav a {
	float: left;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

#nav a div {
	padding: 0 0 0 20px;
}

.sfds #nav #nav_SFDS a,
.pss #nav #nav_PSS a,
.rds #nav #nav_RDS a,
.pie #nav #nav_PIE a,
.ucop #nav #nav_UCOP a {
	float: left;
	padding: 0 20px 0 0;
	white-space: nowrap;
	background: url(/portfolio/img/mark.gif) no-repeat top right;
}

.sfds #nav #nav_SFDS a div,
.pss #nav #nav_PSS a div,
.rds #nav #nav_RDS a div,
.pie #nav #nav_PIE a div,
.ucop #nav #nav_UCOP a div {
	padding: 0 0 0 20px;
	background: url(/portfolio/img/mark.gif) no-repeat top left;
}

.sfds #nav #nav_SFDS img,
.pss #nav #nav_PSS img,
.rds #nav #nav_RDS img,
.pie #nav #nav_PIE img,
.ucop #nav #nav_UCOP img {
	opacity: .99;
	filter: alpha(opacity=99);
}

#nav a:hover {
	background: url(/portfolio/img/mark_dim.gif) no-repeat top right;
}

#nav a:hover img {
	opacity: .88;
	filter: alpha(opacity=88);
}


#nav a:hover div {
	background: url(/portfolio/img/mark_dim.gif) no-repeat top left;
}


/* CONTENT AREA */

#content {
	clear: both;
	font-size: 11px;
	margin: 0 21px 0 10px;
	height: 425px;
}

.ucop #content {
	height: 620px;
}

#about {
	margin-top: 46px;
	float: right;
	clear: right;
	width: 164px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}

#about ul {
	list-style: circle;
	padding-left: 9px;
	margin-left: 9px;
	margin-top: 0;
}

#main_display {
	position: absolute;
	left: 168px;
	top: 78px;
	padding: 24px;
	background: url(/portfolio/img/display_mask.gif) no-repeat top left;
}

.ucop #main_display {
	background: url(/portfolio/img/display_mask_ucop.gif) no-repeat top left;
}

#thumb_display {
	margin-top: 46px;
	margin-right: 0px;
	float: left;
	clear: left;
	text-align: left;
}

#thumb_display a:hover .thumb {
	background: url(/portfolio/img/thumb_mask.gif) no-repeat top left;
}

.ucop #thumb_display a:hover .thumb {
	background: url(/portfolio/img/thumb_mask_ucop.gif) no-repeat top left;
}


.thumb {
	width: 128px;
	padding: 9px 12px 10px 12px;
}

/* FOOTER */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #660000;
	padding-top: 6px;
	font-size: 10.5px;
	text-align: center;
	clear: both;
	margin: 10px 21px 0px;
}

#footer p {
	line-height: 0.9em;
}

#copyright {
	color: #3F3F3F;
	margin-bottom: 9px;
}

/* MODAL DIALOGS */
/* Over-ride for darker environment of the portfolio */
#modalMask {
	background-color: #999;
	opacity: .6;
}

#modalBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
