@import "reset.css";

/** COLORS

	light purple: #eab8ff
	medium purple: #b590c6
	dark purple: #6b1a8c
	lightest gray: #e2e3e5
	light gray: #cccdcf
	medium gray: #909193
	dark gray: #5f6062
	darkest gray: #090a0c

 **/

body {
	background: #5f6062;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}

#wrap {
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	width: 840px !important;
	width /**/:880px;
	}

#main, #side {
	padding: 20px;
	}

	#main p, #side p {
		padding-bottom: 15px;
		}
		
		#side p {
			font-size: 11px;
			}
	
	td#main {
		width: 600px !important;
		width /**/:600px;
		}
	
	td#side {
		width: 160px !important;
		width /**/:160px;
		}

	#portfolio td {
		padding: 15px 15px 15px 0;
		vertical-align: top;
		}
		
		td.img {
			text-align: right;
			}
			
	#resume td td {
		padding: 3px 15px 3px 0;
		}
	
	ul.inpagenav {
		padding-bottom: 15px;
		}

.foot {
	background: #6b1a8c;
	padding: 10px 20px;
	color: #e2e3e5;
	font-size: 11px;
	}

#nav {
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 15px;
	}

	#nav li {
		display: inline;
		padding-right: 10px;
		}

/** TYPOGRAPHY **/

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #6b1a8c;
	padding: 15px 0;
	}

#portfolio h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 15px;
	}
	
	#portfolio li.sample {
		padding: 15px 0;		
		}
		
	#portfolio li.sample a {
		padding-right: 15px;
		background: url(images/link.gif) no-repeat right;		
		}

#resume h3 {
	font-size: 15px;
	padding-top: 21px;
	margin-bottom: 9px;
	border-bottom: 1px solid #000;
	}
	
	#resume .title {
		font-style: italic;
		}

#contact dt {
	font-size: 18px;
	font-weight: bold;
	}
	
	#contact dd {
		padding-bottom: 15px;
		}
		
/** LINKS **/

a {
	font-weight: bold;
	text-decoration: none;
	color: #909193;
	}

	a:hover {
		text-decoration: none;
		color: #6b1a8c;
		}
	
	#nav a {
		padding: 8px;
		border: 1px solid #fff;
		}
	
	#nav a:hover {
		background: #b590c6;
		border: 1px solid #6b1a8c;
		}
	
	#nav a.here, #nav a.here:hover {
		color: #e2e3e5;
		background: #909193;
		border: 1px solid #909193;
		}