/*
	Css design by Christopher Davison, 2009. 
*/

body { 
	background-color: #333; 
	font-family:Arial, Helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: .02em;
	}

/* 
------------------------------ LINKS ------------------------------
*/

a:focus {
	outline: none;
	}
	
.susantitle {
	border: none; 
	margin-bottom: 5px;
	}
	
.bold {
	font-weight:bold;
	}
	
.highlighted {
	text-decoration:none; 
	color: #c7501c; 
	}
	
.size-16 {
	color: #666; 
	font-size:16px; 
	letter-spacing: .1em; 
	line-height: 2em;
	}
	
.size-12 {
	color: #444; 
	font-size:12px; 
	letter-spacing: .1em; 
	line-height: 2em; 
	font-weight:bold;
	}
	
.light-link {
	color: #888787; 
	text-decoration:none;
	}
	
.light-link:hover {
	color: #c7501c;
	}
	
.dark-link {
	color: #666; 
	text-decoration:none;
	}
	
.dark-link:hover {
	color: #222;
	}

.resume {
	line-height: 15px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666;
	line-height: 1.8em;
	}

/* 
------------------------------ Type Classes ------------------------------
*/


.copyright {
	color: #666; 
	font-size:10px;
	}
	
ul {
	text-decoration:none; 
	list-style-type:none;
	}
	
ul.series {
	text-align: left;  
	padding: 0px; 
	margin:0px; 
	font-size:10px; 
	}
.worklinks {line-height: 17px;}     
	
.imagetitle {
	color: #222;  
	font-size:10px; 
	font-weight: bold; 
	}
	
.imageinfo {
	color: #222;  
	font-size:10px;  
	}
	
.numbers {
	color: #222;  
	font-size:10px;  
	}
	
.titles {
	color: #000; 
	letter-spacing: 1px; 
	line-height: 11px; 
	margin-top: 10px; 
	font-size:10px;
	}

/* 
------------------------------ Image Classes ------------------------------
*/

.homeimage {padding:0px 0px 30px 0px;}




/* 
------------------------------ DIVS ------------------------------
*/

	
#main_window {
	margin-left:auto;
	margin-right:auto; 
	width: 840px;   
	overflow:auto; 
	margin-bottom: 10px; 
	margin-top: 3%; 
	background-color: #222;
	}
	
#main_window_resume {
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 05%; 
	width: 600px; 
	height: 900px;
	padding: 0px;
	}

#header {
	padding: 0px; 
	height: 55px;  
	margin-left: auto; 
	margin-right: auto; 
	padding-bottom: 25px;
	}
	
#nav { 
	letter-spacing: .2px; 
	font-size: 11px; 
	text-align: left; 
	color: #222; 
	text-transform:uppercase; 
	color: #efefef;
	}

#view_container {
	width: 590px; 
	float: right; 
	background-color: #fff; 
	border: 1px solid #222; 
	padding: 20px 0px 20px 0px;
	}
	
#view_container-450tall {
	width: 550px; 
	float: right; 
	background-color: #FFF;
	border: 1px solid #222; 
	height: 450px;
	padding: 0px 20px 0px 20px; 
	}
	
#view_container-450tall-home {
	width: 590px; 
	float: right; 
	background-image: url(../images/susan-moore_load.jpg);
	background-repeat:no-repeat;
	border: 1px solid #222; 
	height: 450px;
	}
	
#view_container-text {
	width: 550px; 
	float: right; 
	background-color: #fff; 
	border: 1px solid #222; 
	padding: 20px 20px 20px 20px;
	}
	
#copyright {
	margin-left: auto; 
	margin-right: auto;  
	width: 835px; 
	padding-right: 5px; 
	text-align:right; 
	margin-bottom: 20px;  
	}

#titles { 
	padding-bottom:5px;  
	width: 400px; 
	}
	
#leftnav_innerbox {
	margin:20px 0px 40px 20px; 
	padding: 0px; 
	float: left; 
	width: 200px; 
    display: inline;
	}
	
#image {
	text-align:center; 
	height: 460px;
	}
	
#image-wide {
	text-align:center;  
	height: 400px; 
	padding-top: 60px; 
	}
	
#image-home {
	text-align:center; 
	height: 400px;
	}
	
#text-container {
	width: 540px; 
	}
	
#text-container-small {
	text-align:center; 
	margin-top: 100px;
	}
	

/* 
------------------------------ Rollover Arrows ------------------------------
*/

#imagenavcontainer {
	padding-top: 5px;  
	padding: 0px 20px; 
	}
	
#imagenav { 
	height: 20px; 
	width: 95px; 
	float: right; 
	}
	
#arrow {
	width: 15px; 
	height: 15px; 
	float: left;
	}
	
#numbers {
	width: 60px;  
	float: left; 
	text-align: center;  
	padding-top: 1px; 
	}
	
a.arrowleft-roll {
	display: block; 
	width: 15px; 
	height: 15px; 
	background:url(../images/arrow-left.png) 0 0 no-repeat; 
	text-decoration: none;
	}
	
a:hover.arrowleft-roll {
	background-position: -15px 0;
	}
	
a.arrowright-roll {
	display: block; 
	width: 15px; 
	height: 15px;
	background:url(../images/arrow-right.png) 0 0 no-repeat; 
	text-decoration: none;
	}
	
a:hover.arrowright-roll {
	background-position: -15px 0;
	}




/* 
------------------------------ resume structure ------------------------------
*/

#row-wrapper-2 {
	float: left;
	}
	

#row-cell-a {
	width: 60px;
	float: left;
	padding: 0px 10px 2px 0px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.8em;
	}
#row-cell-b {
	width: 460px;
	float: left;
	padding: 0px 10px 2px 0px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.8em;
	}

