/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* SITE */
body {
	font : 13px/1.4 Arial, sans-serif;
	color : #333;
}
#header {
	height : 40px;
	background : #2B2825;
}
	#main-nav {
		width : 980px;
		margin : 0 auto;
	}
	#main-nav li {
		float : left;
	}
	#main-nav a {
		display : block;
		height : 40px;
		line-height : 40px;
		color : white;
		text-decoration : none;
		padding : 0 20px;
	}
	#main-nav a:hover {
		text-decoration : underline;
	}
	body.home, #main-nav .home a {
		background : #CACF43;
	}
	body.home a {
		color : #CACF43;
	}
	body.projects, #main-nav .projects a {
		background : #0B8C8F;
	}
	body.about, #main-nav .about a {
		background : #D6156C;
	}
	body.contact, #main-nav .contact a {
		background : #E97F02
	}

	#main-nav .facebook {
		background : #3B5998;	
		margin-left : 150px;
	}
	#main-nav .twitter {
		background : #57D5FF
	}
#content-wrapper {
	width : 980px;
	margin : 40px auto;
}
	#content-title {
		font : bold 36px/38px Arial, sans-serif;
		text-transform : uppercase;
		color : white;
		margin-bottom : 20px;
	}
	#content {
		background : white;
		padding : 20px;
		overflow : hidden;
	}
p {
	padding : 10px 0;
}
img.left {
	float : left;
	margin : 0 20px 20px 0;
}
img.top {
	margin-top : 10px;
}
a {
	color : #333;
	font-weight : bold;
}
h1 {
	font : bold 26px/32px Arial, sans-serif;
}
h2 {
	font : bold 15px/20px Arial, sans-serif;
	color : #555;
}

/* TWITTERWIDGET */
#twtr-widget-1 {
	float : left;
	margin : 0 20px 20px 0;
}
/* PROFILE */
dl {
	margin-top : 10px;
	font-size : 14px;
	float : left;
}
dt, dd {
	float : left;
	margin-bottom : 10px;
}
dt {
	clear : left;
	font-weight : bold;
	width : 140px;
}
dd {
	width : 330px;
}

