/* CSS Document */
body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #330000;
	background-color: #FFFFFF;
}


ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em; 
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
	
li > p {
	margin-top: 0.2em;
}
	
li.bullet{
	list-style-type: circle;
}


h1{
	background-color: #FFFFFF;
	font-size: .8em;
	font-style: italic;
	color: #330000;
	font-weight: 400;
	line-height: 2em;
	margin-top: 0;
}	

h1.active{
	color: #333366;
}

html, body{
	height: 100%;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	background-color: #FFFFFF;
}

a:link{
	color: #990000;
}

a:visited,a:active {
	color: #996633;
}

a:hover {
	color: #333366;
}

a.anch:hover{ /* for anchor points that are not links but just named for referencing diable hover color*/
	color: #330000;
}

ul{ /* for all lists*/
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* menu describes the main menu with a roll over submenu ( only used on home page ) */
#menu{
	float: left;
	width: 15em;
	height: 100%;
	margin: 1em .657em 0 0;
}

#menu ul { /* top menu */
	width: 7.57em;
}

#menu ul li{
	position: relative;
	text-align: right;
	text-transform: uppercase;
	font-size: .9em;
}

#menu ul li a{
	display: block;
}

#menu li ul { /* second-level lists */
	position: absolute;
	top: 0em;
	
	width: 8.89em;
	padding-left: .9em;
}

#menu li ul{
	left: 9.5em;
}

#menu li ul/*hide from IE MAC*/{
	left: 8.33em;
}

#menu ul > li:first-child ul{
	margin-top: .2em;
}

#menu li ul{
	display: none;
}

#menu li{
	margin-bottom: 1em;
}

#menu li ul li{
	text-align: center; 
	font-size: .9em;
}

#menu li:hover ul, #menu li.over ul{ /* lists nested under hovered list items */
	display: block;
}

/* menu2 is the same as above but with the sub menu always visible */
#menu2{
	float: left;
	width: 15em;
	height: 100%;
	margin: 1em .657em 0 0;
}


#menu2 ul { 
	width: 7.57em;
}


#menu2 ul li{
	position: relative;
	text-align: right;
	text-transform: uppercase;
	font-size: .9em;
}

#menu2 ul li a{
	display: block;
}


#menu2 li ul { 
	position: absolute;
	top: 0em;
	
	width: 8.89em;
	padding-left: .9em;
}

#menu2 li ul{
	left: 9.5em;
}

#menu2 li ul/* Hide from IE Mac */{
	left: 8.33em;
}

#menu2 ul > li:first-child ul{
	margin-top: .2em;
}

#menu2 li ul{
	display: block;
}

#menu2 li{
	margin-bottom: 1em;
}

#menu2 li ul li{
	text-align: center; 
	font-size: .9em;
}

#menu2 li:hover ul, #menu2 li.over ul { 
	display: block;
}


/* used to shift the portfolio sub menu up to align with the first element of the main menu */
#portUp ul{
	margin-top: -2.3em;
}


/* uberlinks override the normal link colors and replace with a static one to indicate this is the active page */ 
#main_uberlink a:link, #main_uberlink a:hover,
#main_uberlink a:visited, #main_uberlink a:active{
	color: #330000;
}

#sub_uberlink a:link, #sub_uberlink a:hover,
#sub_uberlink a:visited, #sub_uberlink a:active{
	color: #330000;
}

#proj_uberlink a:link, #proj_uberlink a:hover,
#proj_uberlink a:visited, #proj_uberlink a:active{
	color: #330000;
}

/* holds the whole site */
#container{
	position: relative;
	width: 760px;
	margin-top: 2em;
}

/* holds the logo and name */
#header{
	position: relative;
	height: 99px;
}

/* Carol's portrait holder */
#logo{
	position: absolute;
	width: 7.57em;
	bottom: 0px;
	left: 0px;
	margin: 0;
}

#logo img{
	margin: 0;
	padding: 0;
	float: right;
}

/* holds portfolio logo */
#logoPort{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

#logoPort img{
	margin: 0;
	padding: 0;
}


/* holds the resume logo */
#logoRes{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

#logoRes img{
	margin: 0;
	padding: 0;
}

/* describes Carol's name at top */
#carol{
	position: absolute;
	width: 5.2em;
	margin-left: 8.5em;
	bottom: 0px;
}

#carol p{
	vertical-align: bottom;
	line-height: 1.5em;
	margin: 0;
}


#carol a:link{
	color: #990000;
}

#carol a:visited, #carol a:active{
	color: #990000;
}

#carol a:hover{
	color: #333366;
}


/* holds the content */
#content{
	margin-top: 1em;
	margin-left: 17.5em;
	padding: 0;
}

#content p {
	color: #330000;
	font-weight: 100;
	line-height: 1.5em;
}


#content p.nudgeUp{
	margin-top: 0px;
}

#content h1.nudgeUp{
	margin-top: 0;
}


/* describes text layout for resume pages */
#text{
	width:100%;
	margin-top: 0;
}

#text ul{
	width: 100%;
	padding: 0;
	margin: 0;
}


#text ul li{
	text-align: left;
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1.5em;
	color: #330000;
	line-height: 1.5em;
	font-variant: normal;
	position: static;
	float: none;
	height: auto;
}

#text ul.less li{
	margin-top: .5em;
	margin-bottom: .5em;
}

#text ul li.bitmore{
	margin-bottom: 1.5em;
}


#text ul li a{
	margin-left: 0em;
	height: auto;
}

#text > ul > li > ul{
	margin-top: .5em;
}


#text li ul li{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 0;
}

/* used to set size of 'pdf | citation | link' lines */
#text .smallType{
	font-size: .8em;
	margin-left: 1em;
}


/* describes layout of portfolio pages */
#port_text{
	width:100%;
	margin-top: 0;
}

#port_text ul{
	width: 100%;
	padding: 0;
	margin: 0;
}


#port_text ul li{
	text-align: left;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	color: #330000;
	line-height: 1.5em;
	font-variant: normal;
	position: static;
	float: none;
	height: auto;
}


#port_text ul li a{
	margin-left: 0;
	height: auto;
}

#port_text li ul li{
	margin-bottom: 0;
}

/* used to set size of 'pdf | citation | link' lines */
#port_text .smallType{
	font-size: .8em;
	margin-left: 1em;
}

/* holds the tertiary project menus */
#proj_menu_holder{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 17.5em;
	width: 47.5em;
	height: 99px;
}

/* describes the tertiary project menus */
#proj_menu{
	position: absolute;
	left: 0;
	bottom: 0;
}

#proj_menu ul{
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}

#proj_menu ul li{
	display: inline;
	padding-right: 1.5em;
	float: none;
	font-size: .8em;
	white-space: nowrap;
}

/* describes the project image */
#proj_image{
	width: 100px;
	float: left;
	margin-right: 1em;
	margin-top: .5em;	
}

/* describes the brief project descriptions */
#proj_slug{
	margin-left: 110px;
}

#proj_slug p{
	margin-top: 0;
	text-align: left;
	color: #330000;
}

/* describes the full project layout */
#proj_full{
	margin-top: 1.5em;
}

#proj_full li{
	margin-bottom: 1em;
}

#proj_full ul li{
	font-variant: normal;
	position: static;
	float: none;
	height: auto;
}

#proj_full li ul li{
	margin-left: 1em;
	margin-bottom: 0;
}

/* used to set size of 'pdf | citation | link' lines */
#proj_full .smallType{
	font-size: .8em;
	margin-left: 1em;
}

/* used to set size of photo credits */
#proj_full .photoCite{
	font-size: .8em;
}


/* holds and describes the form for google searching */
#srch{
	position: absolute;
	left: 0;
	top: 460px;
	margin-left: .5em;
	font-size: .8em;
	z-index: 10;
}

#srch input.submit{
	color: #333366;
	font-size: 1em;
	font-style: italic;
}

#srch input.box{
	color: #330000;
	font-size: 1em;
	width: 17em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 1px solid #996633;
}

/* holds and describes the copy right notice */
#copy{
	position: absolute;
	left: 0;
	top: 530px;
	margin-left: .5em;
} 

#copy p{
	text-align: left;
	font-size: .8em;
	line-height: 1em;
	color: #996633;
}
