@charset "utf-8";
* {padding: 0; margin: 0;}
a {text-decoration: none;}

body {
	background-color: #B3B7B1;
	font-family: Arial, Gadget, sans-serif;
	color: #696C66;
}

/* 	centers site   */
#paper {
	position: relative;
	width: 860px;
	height: 650px;
	margin: 20px auto 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/* 	puts text back on left   */
.center {
	text-align: left;
	margin: 0;
	padding: 0;
}


/* 	STYLES FOR LOGO   */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:bold;
	color: #E7ECE4;
}


/* 	STYLES FOR MAIN NAVIGATION BAR   */
ul#menu {
	list-style: none;
	clear: both;
	float: left;
	width: 50%;
	padding-bottom: 3em;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	display: block;
	float: left;	
	font-size: 70%;
	color: #696C66;
	text-decoration: none;
}

ul#menu li a:hover {	
	color: #696C66;
}

/* 	STYLES FOR SLIDESHOW   */
.limiter {
	clear: both;
}


/* 	THIS CLEARS THE FLOAT   */
#main {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 450px;
	position: relative;
}



/* PORTFOLIO INTRO PAGE STYLES		*/
#pastWork {
	position: relative;
	clear: both;
	margin-top: 150px;
}

.work{
	clear: both;
	height: 110px;
}

.workThumbs {
	height: 100px;
	width: 100px;
	float: left;
}

.workTitle {
	margin: 5em 0 0 1em;
	float: left;
	vertical-align: bottom;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #696C66;
}

.workTitle a {color:#696C66}

.workTitle a:hover {
	text-decoration: underline;
}





/* 	STYLES FOR PORTFOLIO PAGES  */
#loadarea {  /*large photo*/
	float: left;
	width: 650px;
	height: 500px;
}

#titleBox {  /* project title and press release div */
	width: 185px;
	height: 300px;
	padding-left: 1em;
	left: 650px;
	top: 100px;
	float:left;
}

#descri {  /*is the div that the photo description goes in*/
	width: 185px;
	height: 300px;
	position:absolute;
	padding-left: 1em;
	left: 650px;
	top: 140px;
}

h5 {	/*text style for exhibition title*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #696C66;
}

.smTitle {	/*smaller exhibition title when title is too long*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #696C66;
}

h6 {	/*text style for photo captions*/
	font-weight:normal;
	color: #000;
	font-size: 60%;
	display: inline;
}

h4 {  /*text style for press release link*/
	font-weight: normal;
	font-size: 60%;
	color:#696C66;
	text-decoration: none;
}

a h4:hover{
	text-decoration: underline;
}

h9 { /* italic for rollover photo caption title*/
	font-style: italic;
	display: inline;
}

/*  PROJECT PAGE STYLES */
.project {
	float: left;
	clear: both;
	padding-bottom: 2em;
	width: 850px;
}

.projectPic {
	float: left;
	width: 406px;
}

.floatRight {
	float: right;
}

.projectTxt {
	float: left;
	margin-left:2em;
	font-size: 80%;
	color: #696C66;
	width: 375px;
	height: 250px;
}

a h2 {
	text-decoration: none;
	color: #696C66;
}

a h2:hover {
	text-decoration: underline;
}


/* 	STYLES FOR PRESS RELEASES  */
#text {  /*style for text with scroll bars*/
	width: 650px;
	clear: both;
	overflow: auto;
	color: #696C66;
	font-size: 80%;
	height: 500px;
	padding-right: 3.5em;
}

h2 {
	font-size: 100%;
}

.bold {
	font-weight: bold;
}

h8 {  /*text style for press release link*/
	font-size: 80%;
	color:#696C66;
	text-decoration: none;
	display: block;
	width: 15em;
}

#text a {
	text-decoration:none;
}

#text a h8:hover{
	text-decoration: underline;
}

.italic {
	font-style: italic;
}




/* 	THIS CLEARS THE FLOAT FOR THUMBNAILS  */
#thumbnails {
	position: absolute;
	bottom: .5em;
	left: 0;
	height: 40px;
	width: 98%;
}

a{
	outline: none; /* REMOVES DOTTED OUTLINE WHEN LINK IS CLICKED */
}

#thumbnails a {
	border: none;
	display: inline;
	float: left;
	margin-right: 7px;
	height: 40px;
	width: 40px;
}

.catagories {
	padding: 0 0 1em 0;
	margin: 0;
}

/*  STYLES FOR CV PAGE*/
#cv {  /*style for text with scroll bars*/
	float: left;
	width: 650px;
	height: 500px;
	overflow: auto;
	color: #696C66;
	padding-right: 3.5em;
}

.cvCatagories {
	margin: .5em 0 3em 0;
	font-size:80%;
	line-height: 2em;
}

h3 {
	font-size: 80%;
	font-weight: bold;
}

h7 {
	font-style: italic;		
}

.cvCatagories td {
	vertical-align: top;
	
}

.cvCatagories p a{ /* "Link" color */
	color:#D6EDF5;
}

.cvCatagories tr td a{ /* "Link" color */
	color:#D6EDF5;
}

.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;	
	text-align: center;
	margin: 10em 0 2em 0;
}

/*  STYLES FOR PRESS PAGE*/
.press {
	float:left;
	margin-bottom: .5em;
}


/*  STYLES FOR INFO PAGE*/
.email {
	clear: both;
	height: 10em;
	font-size: 80%;
	color:#696C66;
}

/*  STYLES FOR ALT TEXT*/
/* background to images while loading is still black even though I changed this style and then disabled it...
img {
	color: #696C66;
	font-size: 90%;
	text-align: center;
	background-color: #FFF;
}
*/


