/* ----------------   LINKS ----------------  */


a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: left;
}

a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: left;
}

a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: left;
} 

a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: left;
}




a.links:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.links:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.links:hover {
	color: #204d1e;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.links:active {
	color: #204d1e;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}


a.footer:link {
	color: #749694;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.footer:visited {
	color: #749694;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.footer:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}

a.footer:active {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: sans-serif;
}


a.name:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
}

a.name:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
}

a.name:hover {
	color: #204d1e;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
}

a.name:active {
	color: #204d1e;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
}



/* ----------------   ELEMENTS  ----------------  */


html, body, div, blockquote, p, ul, ol, li {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	background-color: #204d1e;
}


/* ----------------   IDs  ----------------  */


#name { background-color: #749694;
	text-indent: 30px; } 

#nav { background-color: #749694; } 

div #photo { background-color: none;
 	width: 100%;
}

#portfolio { background-color: #ffffff; 
	text-align: center;}

#portfoliotext { 
	background-color: #ffffff; 
}

#resumetext { 
	background-color: #ffffff; 
	padding-right: 75px;
	padding-left: 75px;
}


/* ----------------   CLASSES  ----------------  */


.writingsample {
	background-color: #ffffff; 
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px;
	border: 1px dotted #cccccc; 
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;	
	text-align: left;
}


.icons { 
	background-color: #ffffff; 
	margin-right: 5px;
	border: 1px solid #cccccc; 
}


.greenheader {
	color: #86c554;
	font-weight: bold;
	font-size: 15px;
	font-family: sans-serif;
	padding-right: 30px;
	padding-left: 30px;	
	text-align: left;
}

.photoedge { 
	border-style: solid; 
	border-width: 1px;
	border-color: #ffffff;
	border-left-style: hidden;
	border-right-style: hidden;
	width: 100%;
}


.name {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
	text-align: left;
	text-indent: 30px;
}

.navindent {
	text-indent: 30px;
}

.listindent {
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;	
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	margin-left: 50px;
}

.content {
	padding-right: 30px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;	
	text-align: left;
}	

