/*
Title:     User-Centric Design
Author:    Philip Paul
Updated:   Jan 2 2006
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background-color:#003366;
	}
/*Footer*/
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666;
	background: #000 url(../img/footer-bg.gif) no-repeat top right;
	}
#footer p {
	margin: 0;
	padding: 10px 10px 10px 24px;
	}
#footer a {
	color: #888;
	border-bottom-color: #333;
	}
#footer a:hover {
	color: #ccc;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #40659B;
	text-decoration: none;
	
	}
a:visited {
	color: #8EA4C2;
	text-decoration: none;
	
	}
a:hover {
	color: #036;
	
	}
a.more {
	padding-right: 7px;
	background: url(/images/more-blue.gif) no-repeat 100% 5px;
	}

/* ---[ common elements ]--------------------- */
dt {color:#000099; font-size:12px}

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	color: #7b9905;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
	
#rcol h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	color: #7b9905;
	font-weight: normal;
	padding: 0;
	margin:0 0 10px 0;
	}	
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eaeaea;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #40659B;
	}
h3 a:hover {
	color: #036;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../images/quotemarks.gif) no-repeat 0 3px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
	}
code {
	color: #7B9905;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
  	background: #fff;
	}
#logo {
	background: #3874BB url(/images/header_bg.jpg) no-repeat top right;
	background-repeat: no-repeat;
	height: 90px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 280px;
	height: 90px;
	background: url(/images/ucd_logo.gif) no-repeat;
	}
html>body #logo span {
	top: 0px;
	}

/* navigation */

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #64A6F3;
	border-bottom: 3px solid #134783;
	background: #235C9D url(/images/nav_bg.jpg) no-repeat top right;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav li a:hover, #nav a.active {background: #235C9D url(/images/nav-indicator.gif) no-repeat center -2px; color: #fff;}	
#nav a.active {font-weight: bold; }

li#t-home a {
	margin-left: 25px;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top left;
	}



/* ---[ title box ]-------------------------------- */

#title {

	height:70px;
	clear: left;
	padding: 18px 320px 18px 30px;
	
	}
#home #title {
	background: url(/images/banner_bg.jpg) no-repeat top right;
	background-repeat: no-repeat;
	} 
#level2	#title h1{
	color:#ccc; font-size:120%; font-weight:bold; margin: 0 20px;
	}
#level2	#title {
	height:20px; background: url(/images/banner_level2_bg.jpg) no-repeat top right; padding:10px; 30px;
	}

#title h1 {
	margin: 0;
	padding: 0;
	font-size: 130%; 
	font-weight: bold;
	color: #EB9F3D;
	}
#title h1 span {
	color: #fff;
	}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #fff;
	}
#title a:link {
	color: #ff960f;
	}
#title a:visited {
	color: #EB9F3D;
	}
#title a:hover {
	color: #ccff00;
	}
h2#recent {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	color: #7B9905;
	}

/* ---[ main column ]----------------------------- */

#main-body {
	float: left;
	width: 521px;
	}
#content {
	margin:0 0 25px 0;
	padding: 0 25px;
	background: #fff;
	}

/* figures */

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ddd;
	border-width: 2px;
	border-style: solid;
	padding: 4px;
	}
#content img.alt {
	float: left;
	margin: .5em 12px 6px 0;
	}
#content img.plain {
	border: none !important;
	}
#content img.sm {
	padding: 2px;
	}
#content a img.thumb:hover {
	padding: 0;
	border: 6px solid #ddd;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 6px 0;
	padding: 4px;
	border: 2px solid #ddd;
	}
#content .figure img.fig {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.alone, #content .block {
	float: none;
	margin-left: 0;
	}
#content p.fig {
	text-align: center;
	}

/* lists */

#content dl dd p{
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 87%;
	line-height: 1.5em;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}
#quick-list dt {
	padding: 0 0 0 13px;
	background: url(../img/ext-link.gif) no-repeat 0 5px;
	}
#quick-list .date {
	color: #999;
	}
#content #feed-list li {
	padding-left: 0;
	background: none;
	}
#content #feed-list li a {
	padding-left: 30px;
	background: url(../img/rss-button.gif) no-repeat 0 50%;
	}

/* alert note */

#content .note {
	font-size: 90%;
	line-height: 1.6em;
	color: #777;
	padding: 8px 0 0 0;
	border-top: 1px solid #eaeaea;
	}
#content .note strong {
	color: #333;
	}
#content .note code {
	color: #444;
	}
#content .alert {
	padding-left: 18px;
	background: url(../img/alert-ora.gif) no-repeat 0 0;
	}
#content .check {
	padding-left: 22px;
	background: url(../img/alert-oran.gif) no-repeat 0 0;
	}
#home #content .note, #content .plain {
	padding: 0;
	border: none;
	}

/* confirm box */

#content .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 3px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}

/* ---[ entries ]---------------------------------- */

#home #content h3 {
	margin: 0;
	padding: 0;
	border: none;
	}
body#level2 #content {margin-top:20px}
#content dl.entries {
	margin: 0;
	padding: 0;
	}
#content dl.entries dt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	color:#00618c;
	}
#content dl.entries dt a {
	text-decoration: none;
	border-bottom: none;
	color: #40659B;
	}
#content dl.entries dt a:hover {
	color: #036;
	}
#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#content dl.entries dd .more {
	font-size: 90%;
	}
#content dl.entries dd.posted {
	margin: 1em 0 25px 0;
	padding: 4px 0 0 0;
	font-size: 90%;
	color: #ccc; background-color:red;
	border-top: 1px solid #eaeaea;
	}
#content dl.entries dd p {
	margin: 0 0 1em 0;
	}
a.plink {
	padding-left: 16px;
	color: #999;
	text-decoration: none;
	border-bottom: none;
	background: url(../img/perm-icon.gif) no-repeat 0 1px;
	}
a.qblink {
	padding-left: 12px;
	color: #999;
	text-decoration: none;
	border-bottom: none;
	background: url(../img/pound.gif) no-repeat 0 3px;
	}
a.qb {
	color: #999;
	text-decoration: none;
	border-bottom: none;
	}
a.clink, .commoff {
	margin: 0 0 0 2px;
	padding: 0 0 0 16px;
	color: #999;
	text-decoration: none;
	border-bottom: none;
	background: url(../img/comment-icon.gif) no-repeat 0 1px;
	}
.commoff {
	color: #ccc;
	background-image: url(../img/comment_off.gif);
	}
a.plink:hover, a.qblink:hover, a.clink:hover {
	color: #666;
	}
	
/* monthly archives */

#content dl.monthly {
	clear: both;
	padding-top: 1em;
	}
p#menu {
	float: left;
	width: 100%;
	color: #999;
	font-size: 90%;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
	}
p#menu a {
	border: none;
	}

/* quickbits specific */
	
#content dl.entries dt.qb {
	text-indent: 15px;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	background: url(../img/icon-star.gif) no-repeat 0 3px;
	}
#content dl.entries dd.qb {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
#content dl.entries dt.qb a {
	text-decoration: underline;
	}

/* notebook main */

#note-ent {
	width: 65%;
	float: right;
	}
#note-ex {
	width: 23%;
	float: left;
	font-size: 90%;
	}
#content #note-ex ul {
	padding-left: 0;
	}
#content h3#note-rec {
	margin-bottom: 15px;
	}


/* ---[ right column ]----------------------------- */

#sidebar {
	width: 200px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #7C922A;
	
	}

/* custom list styles */



#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	}
#sidebar ul.sub li {
	padding-left: 12px;
	background: none;
	}
#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	color: #244008;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar ul.sub a:hover {
	color: #244008;
	}
#sidebar ul.sub li.active {
	background: url(../img/sub-on.gif) no-repeat 0 4px;
	}
#sidebar ul.sub a { 
	color: #538620;
	}
.spotlight td{padding:0}
.spotlight td p{color:#333333; margin-top:0}
.spotlight td h2 {margin-bottom:6px}
td.spotlight-content {padding:6px; background-color:#F1F1F1; margin:0; border-left:1px solid #D0D0D0; border-right:1px solid #D0D0D0}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* img/desc teasers */

dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 10px;
	padding: 0 20px 0 0;
	}
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
dl.teaser dt {
	margin: 0;
	padding: 0;
	}
dl.teaser dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 2px;
	border: 2px solid #ddd;
	background: #fff;
	}
dl.teaser dt a img {
	float: left;
	}
dl.book dt a {
	border-color: #ddd;
	}
dl.teaser dt a:hover {
	padding: 0;
	border: 4px solid #ddd;
	}
dl.teaser dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	}
dl.teaser dd a {
	font-weight: bold;
	}
dl.teaser dd em {
	font-style: normal;
	color: #7B9905;
	}
dl.noimg dt a {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border: none;
	border-bottom: 1px dotted #bbb;
	}
dl.noimg dt a:hover {
	border: none;
	border-bottom: 1px solid #bbb;
	}
dl.noimg dd a {
	font-weight: normal;
	}



/* ---[ photos ]------------------------------------------ */

#photoGrid {
	width: 450px;
	margin-top: 12px;
	text-align: left;
	}
#photoGrid:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
#photoGrid .photo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	}	
#photoGrid a {
	color: #999;
	text-decoration: none;
	border-style: none;
	}
#photoGrid a:hover {
	color: #000;
	}
#photoNav {
	margin: 1em 0 0 0;
	}
#photoNav a {	
	float: left;
	margin: 0 1px .5em 1px;
	padding: 1px 4px 0 4px;
	color: #ccc;
	text-decoration: none;
	border: none;
	}
#photoNav a:hover, #photoNav a.active {
	color: #000;
	background: #ccc;
	}

#slidenav {
	float: left;
	width: 522px;
	margin: 1em 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
	color: #ccc;
	}
#next {
	float: right;
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 50%;
	}
#prev {
	float: left;
	padding-left: 7px;
	background: url(../img/less-blue.gif) no-repeat 0 50%;
	}
	
#clearPhoto {
	clear: both;
	margin: 20px 0 0 0;
	}
img#photo {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #ccc;
	}

/* photo viewer overrides */

body.viewer #sidebar {
	display: none;
	}

/* ---[ publications ]------------------------------------ */

dl.book {
	margin-bottom: 10px;
	}
dl.book:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
dl.tiplist em {
	color: #999;
	font-style: normal;
	}
#content dl.book dt {
	float: left;
	background: none;
	padding-left: 0;
	margin-right: 10px;
	}
#content dl.book dt img {
	padding: 2px;
	border: 2px solid #ddd;
	}
#content dl.book dd.book-title {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 100%;
	}
#content dl.tiplist dd {
	margin-left: 0;
	}

/* ---[ software ]--------------------------------------- */

.softlist dt {
	padding: 0 0 2px 0;
	margin: 1.2em 0 1em 0;
	border-bottom: 1px solid #ddd;
	}
#content dl.softlist dd {
	padding-bottom: 0;
	}
.softlist p {
	margin-top: 0;
	}


/* portfolio pieces */

#port {
	position: relative;
	padding: 0 0 20px 0;
	}
#port:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#portText {
	padding-left: 220px;
	}
#port ul {
	padding-left: 0;
	}
#portimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	padding: 0;
	margin: .5em 15px 10px 0;
	color: #666;
	font-size: 100%;
	text-align: left;
	}
#portimg dt {
	padding: 4px;
	border: 2px solid #ddd;
	}
#content dl#portimg dd {
	padding: 0;
	margin: 10px 0 0 0;
	}



	

/* ---[ misc. ]---------------------------------------- */

h3 img {
	vertical-align: middle;
	}
ul.noBullet li {
	list-style-type: none;
	}
ul.fiveent em {
	color: #999;
	font-style: normal;
	font-size: 90%;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide, hr {
	display: none;
	}
#portfolio td{font-size:88%}
#portfolio img {border:1px solid #000000}
.emph {color: #7B9905;}
.phase { font-size: 10px; font-weight: bold; color: #CC6600; letter-spacing: .1em;}
th {background-color:#CCCCCC; }
.small {font-size:90%}
 #worknav {float:left; margin-left:0; display:block;width:190px;font-size:10px;clear:right;font-family:verdana;text-align:left;background:#2C8DBC url('/images/ourworkbg.gif') repeat-x top left;clear:both;}
#worknav ul {padding:0px;list-style:none;margin:10px 0px 10px 0px;}
#worknav li {margin:0px;}
#worknav a {float:left;display:block;text-decoration:none;color:#FFFFFF;width:160px;padding-left:30px;line-height:150%;padding-top:3px;padding-bottom:2px;font-weight:normal;}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#worknav a {float:none;}
/* End IE5-Mac hack */
#worknav a:hover {background: transparent url("/images/ourworkON.gif") repeat-y left top;}
#worknav .current a {background: transparent url("/images/ourworkON.gif") repeat-y left top;}
#webhomenav {float:left;display:block;width:163px;font-size:10px;clear:right;font-family:verdana;text-align:left;}
#webhomenav ul {padding:0px;list-style:none;margin:0px 0px 0px 0px;}
#webhomenav li {margin:0px;background: transparent url("/images/pconlyoff.gif") repeat-y left top;	padding:0px 0px 0px 0px;}
#webhomenav a {float:left;display:block;text-decoration:none;color:#000000;width:143px;padding-left:20px;line-height:150%;padding-top:0px;padding-bottom:2px;}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#webhomenav a {float:none;}
/* End IE5-Mac hack */
#webhomenav a:hover {background: transparent url("/images/pconlyon.gif") repeat-y left top;}
#webhomenav .current a {background: transparent url("/images/pconlyoff.gif") repeat-y left top;}
#worknav ul li{margin-left:-36px; padding-left:0}


#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../img/green-bullet.gif) no-repeat 0 5px;
	}