body {
	background: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
}

#container {
	margin: auto;
	width: 600px;
	background: #404040;
	overflow: hidden;
	min-height: 100%;
}

#fill {
	width: 1px;
	height: 100%;
	clear: both;
	float: left;
}

#name {
	position: relative;
	top: 0px;
	right: 10px;
	width: 100%;
	height: 38px;
	font-family: trebuchet ms, verdana, arial;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
}

#name h1 {
	font-size: 27pt;
	padding: 0px;
	margin-bottom:3px;
	font-weight: bold;
	line-height: 25px;
	color: #222;
	text-shadow:#555555 0 1px 0;
}

#name h3 {
	font-size: 14pt;
	padding: 0px;
	margin-top: 0px;	
	font-weight: normal;
	color: #222;
	text-shadow:#555555 0 1px 0;
}

#main {
	width: 580px;
	padding: 10px;
	float: left;
	letter-spacing: .05em;
	margin-top: 30px;
}

#main #ddResume, #main #ddWebsites, #main #ddDev, #main #ddLogos, #main #ddMisc, #main #ddContact {
	display: none;
}

#main #ddWebsites, #main #ddDev, #main #ddLogos, #main #ddMisc {
	text-align: center;
}

#main #dtIntro, #main #ddIntro a {
	color: #f71435;
}

#main #dtResume, #main #ddResume a {
	color: #ff55b6;
}

#main #dtWebsites, #main #ddWebsites a {
	color: #ff9a0b;
}

#main #ddWebsites img.port_border {
	border: 10px solid #ff9a0b;
	margin-bottom: 15px;
}

#main #dtDev, #main #ddDev a {
	color: #CC3399;
}

#main #ddDev img.port_border {
	border: 10px solid #CC3399;
	margin-bottom: 15px;
}

#main #dtLogos, #main #ddLogos a {
	color: #fff038;
}

#main #ddLogos img.port_border {
	border: 10px solid #fff038;
	margin-bottom: 15px;
}

#main #dtMisc, #main #ddMisc a {
	color: #2faf0b;
}

#main #ddMisc img.port_border {
	border: 10px solid #2faf0b;
	margin-bottom: 15px;
}

#main #dtContact, #main #ddContact a{
	color: #3edddb;
}

#main .top b {
	color: #FFFFFF;
	font-weight: normal;
}

#main .top {
	height: 50px;
	background-color: #333333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: trebuchet ms, verdana, arial;
	text-transform: uppercase;
	line-height: 40pt;
	font-size: 40pt;
	text-align: left;
	text-shadow:#222222 0 1px 0;
}

#main .top:hover {
	background-color: #404040;
	color: #FFFFFF;
	cursor: pointer;
}

#main .bottom {
	margin: 0px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
}

#main .bottom blockquote {
	text-align: left;
}

#main a {
	padding: 3px;
	text-decoration: none;
}

#main a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333333;
	text-decoration: none;
}

#main a.img {
	padding: 0px;
}

#main a.img:hover {
	background-color: transparent;
	text-decoration: none;
}

#main div.subTitle {
	width: 100%;
	border-bottom: 1px solid #d30233;
	font-weight: bold;
	text-transform: uppercase;
}

#main .subheading {
	font-weight: bold;
	color: #CCCCCC;
}

#main .bottom img.profile {
	border: 4px solid #f71435;
	margin-right: 10px;
	margin-bottom: 5px;
}

#main li.topic  {
	margin-top: 20px;
}

#footer {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	text-transform: lowercase;
	line-height: 20px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#counter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
}
