@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	background: #313437 url('../images/bg.png') repeat-y top center;
}

hr,
#portfolioDisplay h2,
#title h1,
#title h2,
#portfolio h3,
#about h3 {
	display: none;
}

#container {
	width: 680px;
	margin: 0 auto 0 auto;
}

#sidebar {
	width: 680px;
	background: #313437;
	color: #a89782;
	padding: 15px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#sidebar a,
#sidebar a:active,
#sidebar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #93a9bc;
}

#title {
	padding: 60px 0 0 0;
}

#portfolio {
	width: 655px;
	float:left;
	background: #25282b;
	margin: 6px 0 0 0;
	padding: 0 0 0 25px;
	border-top: 1px solid #474b51;
	border-bottom: 1px solid #474b51;
}

#portfolio ul {
	border: 0;
	padding: 0;
	margin: 10px 0 0 0;
}

#portfolio ul li {
	padding: 0; 
	margin: 0;
	width: 40px;  
	line-height: .5em; 
	float: left;
	height: 3.5em;
}

#portfolio ul li span {
	font-size: 0.9em;
	font-style: italic;
	color: #acb3b7;
}

#about {
	margin: 0 0 0 0;
	line-height: 1.75em;
}

#about img {
	border: 5px solid #1c1f24;
	float: left;
	margin: 55px 15px 0 0;
}

#about p#hello {
	padding: 50px 0 15px 0;
}

#about ul li {
	text-transform: uppercase;
	padding-left: 30px;
	font-weight: bold;
	color: #525e6a;
}

#about ul li li {
	text-transform: none;
	font-weight: normal;
	color: #829ba8;
}

#portfolioDisplay {
	float:left;
	width: 640px;
	font-family: arial;
	font-size: 12px;
	color: #a3afba;
	padding: 15px 20px 30px 20px;	
	background: #171717 url('../images/dispbg.jpg') no-repeat top left;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-shadow: 0.1em 0.1em #000;
}

#portfolioDisplay h3 {
	font-weight: bold;
	text-transform: none;
	font-size: 1.5em;
	padding: 20px 0 0 0;
	color: #becad4;
}

#portfolioDisplay h3 span {
	font-size: 0.8em;
	color: #717a83;
}

#portfolioDisplay span.link {
	margin: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#portfolioDisplay a,
#portfolioDisplay a:active,
#portfolioDisplay a:visited {
	color: #d9e1e9;
	background: transparent url('../images/transbg.gif');
	text-decoration: none;
	font-weight:bold;
}

#portfolioDisplay a:hover {
	color: #787c7f;
	font-weight:bold;
}

#portfolioDisplay p.description {
	margin: 10px 0 20px 0;
}

#portfolio img {
	border: 1px solid #6a6c70;
}

#portfolioDisplay img {
	border: 1px solid #222326;
}


#madewith {
	font-size: 0.9em;
	font-weight:bold;
	color:#3d454a;
	height:10px;
}

#madewith span{
	float:left;
	margin-top:3px;
	margin-right:7px;
}

#madewith img{
	border: 1px solid #171717;
	float:left;
}

#footer{
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-size: 0.6em;
	color:#3d454a;
	height:10px;
	width:640px;
	float:left;
	padding-bottom:40px;
}

#footer img{
		float:left;	
		margin-left:7px;
}

#footer span{
	font-family: arial, helvetica, sans-serif;
	margin:3px 0 0 4px;
	float:left;
	font-size: 0.6em;
	color:#72828b;
	height:10px;
}

#footer a,
#footer a:active,
#footer a:visited {
	color: #72828b;
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover {
	color: #3d454a;
	font-weight:bold;
}

