/* fulosophy v.2 CSS */



/********************************
global
********************************/
body {
	background:#fdfde4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333;
	margin:0;
}
#container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
p {
	line-height: 14px;
}
h1 {
	border-top: 10px solid #333;
	border-bottom: 3px solid #333;
	margin-top:0;
	padding-top:6px;
	padding-bottom:6px;
}
h2 {
	color:#FFFFFF;
	background:#333;
	font-size:14px;
	padding-left: 5px;
	line-height:normal;
	font-weight:normal;
	letter-spacing:-0.5px;
	margin:0 0 20px 0;
}
h3 {
	font-size:14px;
	border-bottom: 1px solid #333;
	margin:0 0 10px 0;
}
#projectView h3 {
	padding-top:20px;
}
h4 {
	font-size:14px;
	margin-bottom:5px;
}
h5 {
	font-size:18px;
	margin-top:0;
	border-bottom: 1px solid #333;
}
ul, ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	line-height:16px;
}
a {
	color:#663366;
	text-decoration: none;
	outline:none;
}
a:hover {
	background-color:#663366;
	color:#FFF;
}
#midSection {
	margin-bottom:50px;
	float:left;
}
img {
	border:0;
}
.bold {
	font-weight:bold;
}
.lightgrey {
	color:#999;
}


/********************************
header
********************************/
#header {
	position:relative;
}
#header h1 {
	font-size:50px;
	letter-spacing:-4px;
	line-height:56px;
	margin:0 0 30px 0;
	padding:0;
}
#headerRight {
	position:absolute;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	top: 25px;
	right: 0;
}
#header a {
	color:#333;
}
#header a:hover {
	color:#663366;
	background:none;
}

/********************************
footer
********************************/
#footer {
	height:118px;
	background-color:#333;
	clear:both;
	color:#FFF;
}
#footerText {
	padding: 10px 0 0 15px;
}
address {
	font-size:18px;
	font-style:normal;
	margin-bottom: 20px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	background-color:#663366;
}


/********************************
main
********************************/
#feature, #recent {
	width:555px;
	float:left;
}
#featureIMG {
	width:551px;
	height:245px;
	border: 2px solid #333;
	margin-bottom:20px;
}
#about {
	float: right;
	width: 380px;
	text-align:justify;
}
.recentCol, .recentCol {
	float:left;
}
 .recentSubCol {
 	width:320px;
	padding-bottom:20px;
 }
.recentCol {
	margin-right:25px;
	width: 160px;
}
#recent ul li a, #recentSub ul li a {
	color:#666;
	text-decoration: none;
	display: block;
	padding-left: 2px;
	/*_margin-bottom: -15px;
	_padding-bottom: -15px;*/
	padding-top:3px;
	padding-bottom:3px;
}
#recent ul li a:hover, #recentSub ul li a:hover {
	background-color: #663366;
	color:#FFF;
}
#recent ul li, #recentSub ul li {
	border-bottom:1px solid #dedec7;
}
#recent ul.last li, #recentSub ul.last li {
	border:none;
}
#resume {
	margin-top:30px;
}
#resume a {
	padding: 10px;
	background-color:#333;
	color:#FFF;
	display:block;
	margin-bottom:3px;
}
#resume a:hover {
	background-color:#663366;
}
#recent ul, #recentSub ul {
	_margin-bottom:20px; /* IE.6 fix */
}
ul#education li {
	margin-bottom:20px;
}


/********************************
sub
********************************/
#recentSub {
	width: 320px;
	float:left;
}
#projectView {
	width:600px;
	float:right;
	margin-left:40px;
}
#projectView img {
	border: 2px solid #333;
}
#projectDesc {
	width:380px;
	float:left;
	margin-right:20px;
}
#projectRole a {
	color:#FFF;
	background-color:#333;
	display:block;
	padding: 5px;
	margin-top:60px;
}
#projectRole a:hover {
	background:#663366;
}
#projectRole {
	float:left;
	width: 200px;
}
.projectIMG {
	margin-bottom:10px;
}
#projectView a .thumb {
	border: 2px solid #333;
}
#projectView a:hover .thumb {
	border: 2px solid #666;
}
#resume-container {
	width:960px;
}
p.name {
	font-size:18px;
	font-weight:bold;
	border-bottom: 1px solid #333;
	line-height:normal;
	margin-bottom:50px;
}
.resume-contact {
	font-size:12px;
	font-weight:normal;
	float:right;
}
#resume-list dt {
	width:150px;
	float:left;
	text-align:right;
	background:#333;
	color:#fff;
	padding: 2px 5px 2px 0;
}
#resume-list dd {
	width:750px;
	float:right;
	margin-bottom:20px;
}
#resume-list ul {
	margin:0 0 20px 15px;
}
#resume-list ul li {
	list-style-type:disc;
}




