/* 
	8hrs.net Portfolio CSS (General)
	Last Updated: February 16th, 2010
*/

html, body {
	color: #000;
	text-align: center;
	background: url("/assets/images/bg.jpg");
}

#content {
	text-align: left;
	background: #fff;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom:50px;
	padding: 25px;
	width: 900px;
	border: 1px solid #eee;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #8a0000;
}

#content h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	line-height: 2em;
}

#content h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 1.4em;
}

#content h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 2em;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

#content h4 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding-bottom: 5px;
}

#content p {
	padding-bottom: 0.3em;
	line-height: 1.4em;
}

#content #left-column {
	font-family: Times, sans-serif;
	font-size: 0.8em;
	width: 200px;
	float: left;
}

#content #center-column {
	font-family: Times, sans-serif;
	font-size: 0.8em;
	width: 647px;
	margin-left: 25px;
	padding-left: 25px;
	float: left;
	border-left: 1px solid #eee;
}

#content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0.8em;
	text-indent: -0.8em;
}

#content ul li:before {
	content: "\00BB \0020";
}

#content ul li {
	line-height: 1.4em;
}

#content #left-column div {
	margin-top: 20px;
	letter-spacing: 0px;
}

#content #left-column img {
	margin: 7px 0px 20px 0px;
}

#content #left-column #masthead {
	margin-top: 0px;
}

#content #left-column img {
	text-align: center;
}

#content #asterisk {
	float: right;
	margin-top: 7px;
	font-size: 10px;
	color: #bbb;
}

#center-content {
	margin-top: 20px;
}

/* Specific classes go here. */

.red {
	color: #8a0000;
}

.separator {
	clear: right;
	width: 76px;
	margin-left: 300px;
	background: url("/assets/images/sep.gif") no-repeat;
	height: 12px;
}

.project {
	margin-top: 20px;
	clear: right;
}

.centered {
	text-align: center;
	font-size: 10px;
}

.screen {
	float: right;
	margin: 0px 0px 20px 25px;
}

.screen a img {
	border: 1px solid #eee;
}