/* CSS Document */

body {
	font-family: Baskerville, "Times New Roman", Times, serif;
	color:#a5a5a5;
	font-size:16px;
}
a {
	text-decoration:none;
	color:#a5a5a5;
}
a:hover {
	color:#666;
}

h1 {
	color:#666;
	font-size:150%;
}

h2 {
	color:#666;
	font-size:130%;
	font-weight:normal;
}
blockquote {
	margin:20px 40px 0;
	font-style:italic;
	font-family: Gill Sans Light, "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size:90%;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	padding:20px 5px;
}

#content {
	width:960px;
}

#contentIntro {
	width:960px;
	background:url(imgs/introimg.jpg) no-repeat top right;
}

#contentProject {
	width:960px;
	height:550px;
	overflow:scroll;
}

#bio {
	width:720px;
	margin: 10px 20px 175px;
	float:right;
}
#cv {
	width:720px;
	margin: 10px 20px 20px 10px;
	float:right;
}
#contact {
	width: 400px;
	margin:250px auto 268px auto;
	text-align:center;
}
#statement {
	width:720px;
	margin: 10px 20px 20px 10px;
	float:right;
	line-height:1.3em;
}
ul#nav {
	padding:50px 0 0 20px;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	width:200px;
	float:left;
	margin-bottom:220px;
}
ul#nav a {
	display:block;
	text-decoration:none;
	color:#a5a5a5;
	padding: .5em .5em;
}
ul#nav a:hover {
	color:#666;
}
ul#nav li {
	display:inline;
	font-size:120%;
	
}
#bottom {
	margin-top:10px;
}
ul#bottomNav {
	padding:10px 0 0 10px;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	float:left;
	width:100%;
}
ul#bottomNav li {
	display:inline;
}
ul#bottomNav a {
	display:block;
	float:left;
	text-decoration:none;
	color:#a5a5a5;
	padding: .5em 2.5em .5em .5em;
}
ul#bottomNav a:hover {
	color:#666;
}
ul#navAbout {
	padding:50px 0 0 20px;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	width:170px;
	float:left;
}
ul#navAbout a {
	display:block;
	text-decoration:none;
	color:#a5a5a5;
	padding: .5em .5em;
}
ul#navAbout a:hover {
	color:#666;
}
ul#navAbout li {
	display:inline;
	font-size:120%;
	
}
#contentWriting {
	width:960px;
	height:auto;
	line-height:1.3em;
}	
#writingList {
	margin:0;
	padding:0;
	width:960px;
	height:515px;
}

ul#writing {
	width:600px;
	list-style-type:none;
	margin: 20px 0 0 20px;
}
ul#writing li {
	padding: 10px;
}


.headerLink {
	text-decoration:none;
	color:#666;
	font-size:150%;
	padding-right:15px;
}
.headerLink a:hover {
	color:#666;
}
.bioName{
	text-decoration:none;
	color:#a5a5a5;
	font-size:125%;
	padding-right:5px;
}
.title {
	color:#666;
	padding-left:15px;
}
.quote {
	font-style:italic;
	padding:0 15px 0 15px;
	margin:10px 0 0;
	font-family:  Gill Sans Light, "Century Gothic",Tahoma, Geneva, sans-serif;
	font-size:90%;
}
.indent {
	padding-left:50px;
	padding-right:15px;
}
.padding-left {
	padding-left:15px;
	padding-right:15px;
}
.credit {
	margin-left: 60%;
	font-family:  Gill Sans Light, "Century Gothic",Tahoma, Geneva, sans-serif;
	font-size:90%;
}
.creditMid {
	margin-left: 40%;
	font-family:  Gill Sans Light, "Century Gothic",Tahoma, Geneva, sans-serif;
	font-size:90%;
}
.creditLeft {
	padding-left:15px;
	font-family:  Gill Sans Light, "Century Gothic",Tahoma, Geneva, sans-serif;
	font-size:90%;
}

table {
	
}
.tableTitle {
	margin-left:20px;
	width:300px;
	height:30px;
}
.download {
	color:#666;
	padding-left:0;
	font-style:italic;
	margin-top:20px;
}
#cv table {
	padding-top:10px;
	padding-bottom:20px;
}
.tableImg {
	padding:5px;
}
.tableInfo {
	padding-left:20px;
}

/* Image Gallery Styles */

#container {
	position:relative;
	width:900px;
	height:500px;
	margin:10px 0 0 0;
	padding:0;

}

#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
	
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
	margin:10px auto 10px auto;
	list-style-type:none;
    width:900px;
	height:120px;
	padding-top:425px;
	margin-left:0;
	padding-left:0;
}

#container li {
	padding:0 5px 5px 5px;
    float:left;
	font-size:12px;
}
.workTitle {
	margin:0;
	font-size:12px;
	padding: 5px 0 0;
}

/* Main image container */	
#container a.gallery:hover span {
    position:absolute;
    width:900px;
    height:405px;
    top:10px;
    left:7px;
	margin: 0;
	color:#000;
	padding-top:10px
    background:#fff;
	font-family: Baskerville, "Times New Roman", Times, serif;
	color:#666;
    }
#container a.gallery:hover span img {
   border:none;
    }
