/*

Name: stephenhobson.com
Description: online portfolio
Author: Stephen Hobson
Author URI: http://www.stephenhobson.com/
Version: 1.0

*/

/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
    font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset */

body {
	background: black;	
}

h2 {
	font-family:GeosansLight;
	font-size: 18px;
	font-style: normal;
	color: #b21414;	
}

h3 {
	font-family:GeosansLight;
	font-size: 16px;
	font-style: normal;
	color: #b21414;		
}

p, ul, li {
	font-family:GeosansLight;
	font-size:14px;
	color: white;	
}

a {
	font-family:GeosansLight;
	font-size:14px;
	color: #b21414;
	text-decoration: none;
}

p a {
	font-family:GeosansLight;
	font-size: 13px;
	font-style: normal;
	color: white;	
}

p a:hover {
	text-decoration: underline;
}

/* wrap area */

body {
	background: black;
	height:100%;	
}

#wrap {
	height: auto;
	width: 900px;
	margin: auto;	
}

/* header area */

#header {
	background: url(images/header.png) no-repeat;
	width:850px;
	height:150px;
	margin: auto;
	display:block;
	text-indent:-9999px;
}


/* content area */

#main {
	width:900px;
	height:auto;	
}

#content {
	background: #101010;
	border: 2px solid #080808;
	height:350px;
	width:820px;
	margin: auto;
	padding:15px;
}

#primary {
	height: 350px;
	width: 600px;
	float: left;
	overflow:auto;
	margin-right: 10px;
}

#primary .post{
	border: 1px solid black;
	background: #161616;
	padding: 10px;
	margin-bottom:15px;
}

#sidebar{
	background: #161616;
	height: 325px;
	width: 187px;
	float: left;
	border: 1px solid black;
	padding:10px;
}

#sidebar ul li a{
	color:white;	
}

#sidebar ul li a:hover{
	text-decoration:underline;	
}

#social {
	padding-top:125px;	
}

#social ul{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	text-align:center;
	border: 1px solid #161616;
}

#social li {
	display: inline;
}



/* footer area */

#footer {
	background: black;
	width:850px;
	height:16px;
	text-align:center;
	margin: auto;
}
