@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/wood.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: "Courier New", Courier, monospace;
	margin: 0px 20px 20px 30px;
}
#content {
	clear: both;
}
#footer {
	clear: both;
}
#paper {
	background-image: url(/images/paper.png);
	background-repeat: no-repeat;
	height: 370px;
	float: left;
	font-weight: bold;
	color: #000000;
	margin: 54px 25px 0px 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 160px;
	font-size: 14px;
}
#projects {
	width: 550px;
	float: left;
}
#projects p {
	font-size:14px;
}
.photo {
	border: 10px solid #FFF;
}
p.link a {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}
p.link a:hover {
	color: #CC0000;
	background-color: #CCCCCC;
}
.photo:hover {
	border: 10px solid #000;
}
.secret {
	margin-left: 20px;
}
#header {
	clear: both;
	margin-bottom: 25px;
}
#nav {
	background-image: url(/images/header2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 480px;
	margin-left: 5px;
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

ul.nav {
	margin-top:6px;
	list-style:none;
	list-style-image:none;
	padding:0;
}

ul.nav li a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:0;
	margin-right:30px;
	padding:3px 5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	border:3px solid #FFF;
}

ul.nav li a:hover {
	color:#FFF;
	border:3px solid #CCC;
}


ul.nav li.zero a { background-color:#666; }
ul.nav li.one a { background-color:#FF3399; }
ul.nav li.two a { background-color:#66FF33; }
ul.nav li.three a { background-color:#3399FF; }
ul.nav li.four a { background-color:#FFCC33; }

#nav a {
	text-decoration: none;
	color: #333333;
	padding: 2px 2px 10px 2px;
}
#nav a:hover {
	color: #FFFFFF;
}
#paper a {
	color:#66ff33;
	text-decoration:underline;
	background-color:#333;
}
#paper a:hover {
	color:#66ff33;
}
#contain {
	width: 800px;
}
.one {
	margin-left: 40px;
}
h1 {
}
h1.gray {	
	color:#666;
}
.hire {
	background-color: #FF3399;
}
.subscribe {
	background-color: #66ff33;
}
.about {
	background-color: #33ccff;
}
.contact {
	background-color: #ffcc33;
}
a:active, a:focus, .button:active, .button:focus {
	outline: 0;
}
.trans {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
}

.sub {
	background-image: url(/images/form/mid.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 10px 10px 20px;
}
.sub a {
	color:#333;
	font-size:18px;
	font-weight:bold;
	background-color:#66ff33;
	text-decoration:none;
}
.sub a:hover {
	color:#FFF;
}
.resume {
	background-image: url(/images/resume/middle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
}
.pad {
	padding-right:40px;
	margin-top:0px;
}
.resume a {
	color:#FF3399;
	text-decoration:none;
}
.resume a:hover {
	background-color:#DDD;
}
.position {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
.dates {
	float: right;
	color: #999999;
	font-size: 12px;
	font-weight:bold;
}
.location {
	float: left;
	font-size: 14px;
	font-style: italic;
}
.resume ul {
	clear: both;
	padding-top:5px;
	padding-left:15px;
}
ul.standard li {
	background:url(/images/li_bullet.gif) no-repeat 8px 1px;
	padding-left:30px;
	margin-top:5px;
	list-style:none;
	list-style-image:none;
}
ol#things li {
	margin-top:10px;
}
ol#things li p{
	font-weight:normal;
	color:#333;
}
ol {
	font-weight:bold;
	color:#999;
}
.resume h4 {
	font-size: 22px;
	color: #999999;
	margin-top:0px;
	margin-bottom:0px;
}

.post {
	/*margin: 0 0 40px;*/
	background-image:url(/images/resume/middle.png);
	background-repeat:repeat-y;
	padding: 10px 30px 10px 20px;
	}