/* portfolio.jamespsweeney.com */

/* general */
* {
	background: #fff;
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	padding: 0;
}

/* positioning */
#wrapper {
	width: 850px;
	margin: 100px auto 20px auto;
}

#header {
	width: 100%;
}

#main {
	width: 100%;
	clear: both;
	margin-top: 40px;
}

#sidebar {
	float: left;
	width: 160px;
	padding-left: 40px;
}

#content {
	float: right;
	width: 630px;
	padding-left: 20px;
}

.homenav {
	width: 32%;
	float: left;
	text-align: center;
}

/* typography */
#sidebar h2 {
	color: #666;
	font-size: 0.8em;
	font-weight: 300;
	margin-bottom: 20px;
	font-weight: bold;
}

ul {
	font-size: 0.8em;
	list-style: none;
	margin-bottom: 20px;
	font-weight: 300;
	
}

#content h2 {
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 300;
}

#content h3 {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
	font-weight: 300;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: 300;
}

#content ul {
	list-style: none;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: 300;
}

#content ul li:before {
	content: "-";
}

#content .listheading {
	font-weight: bold;
	color: #666;
}

#error {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: 300;
}


/* links */
a {
	color: #0054A6;
	text-decoration: none;
}

/* images */
img {
	border: 0;
}
#blah
{
	display: block;
	margin: 100px auto 0 auto;
	border-style: none;
}

#content img.bio {
	float: right;
	margin: 0 0 10px 10px;
}

