/* CSS Document */

body {
	font-family: Georgia, Times, Courier;
	color: #666666;
	margin: 0px;
}


a {
	color: #978700;
	font-weight: normal;
	background: none;
}

a:hover {
	text-decoration: none;
	background-color: #E5D54B;
	color: #000000;
}

.text {
	display: block;
	margin-bottom: 15px;
}	

.text a {
	color: #978700;
	font-weight: normal;
	background: none;
}

.text a:hover {
	text-decoration: none;
	background-color: #E5D54B;
	color: #000000;
}

.mainContainer {
	position: absolute;
	display: block;
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.rowContainer {
	position: relative;
	width: 880px;
	display: block;
	float: left;
	z-index: 100;
}

.portfolio {
	position: relative;
	display: inline;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-left: 193px;
	padding-bottom: 30px;
}

.portfolio img {
	position: relative;
	display: inline;
	float: left;
	margin: 6px;
	border: 0px;
}

.footer {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 12px;
	font-size: 9px;
	letter-spacing: -0.01em;
	padding-top: 1px;
	border-top: #EAEAEA 1px solid;
}

.footer a {
	color: #AAAAAA;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.header { 
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: -0.04em;	
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
	border-bottom: #EAEAEA 1px solid;	
}

.header a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
	text-decoration: underline;
}

.subHeader { 
	display: block;
	font-size: 11px;	
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.0em;
	color: #666666;	
	margin-bottom: 5px;
}


.blog {
	width: 630px;
	margin-top: 130px;
	margin-left: 195px;
	font-size: 11px;
	line-height: 2.0em;
}

.blog .header {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: -0.04em;	
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
}

/* LEFT CONTAINER */

.detailDescription {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 10px;
	padding: 4px;
	width: 265px;
	z-index: 100;
	
	letter-spacing: -0.01em;
	font-size: 11px;
	line-height: 1.6em;
}

.leftContainer {
	position: absolute;
	left: 193px;
	top: 132px;
	width: 680px;
	z-index: 100;
	
	letter-spacing: -0.01em;
	font-size: 11px;
	line-height: 1.8em;
}

.leftContainer .profile {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	float: left;
	width: 245px;
	padding: 4px 4px 55px 4px;
	margin-right: 70px;
}

.profile a {
	color: #978700;
	font-weight: normal;
	background: none;
}

.profile a:hover {
	text-decoration: none;
	background-color: #E5D54B;
	color: #000000;
}

.profile .header a{
	font-weight: bold;
	color: #000000;
}


.leftContainer b{
	font-weight: bold;
	letter-spacing: -0.01em;
}

/* RIGHT CONTAINER */

.rightContainer {
	position: relative;
	width: 350px;
	z-index: 100;
	font-size: 10px;
	line-height: 1.8em;
	display: inline;
	float: right;
	margin-top: 0px;
}

.rightContainer .recentPic{
	margin-bottom: 30px;
}


/* IMAGES */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 111;
}

#topbar {
	position: absolute;
	top: 0px;
	left: 285px;
	z-index: 110;
}

#leftTop {
	position: absolute;
	top: 116px;
	left: 0px;
}

#leftBottom {
	position: absolute;
	top: 421px;
	left: 0px;
}

#projectThumb {
	padding: 2px;
	border: 1px solid #EAEAEA;
}

#clickForInfo {
	position: relative;
	display: block;
	float: left;
	width: 330px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
}

#clickForInfo a {
	color: #AAAAAA;
	text-decoration: underline;
}

#clickForInfo a:hover{
	text-decoration: underline;
	background-color: #E5D54B;
	color: #000000;
}

#bgright {
	position: absolute;
	overflow: hidden;
	left: 907px;
	top: 0px;
}
.mainContainer .rowContainer .headers {
	margin-left: 159px;
	margin-top: 20px;
	margin-bottom: 15px;
}
