/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS by Henry Mencia for http://www.henrymencia.com */ 
/* Last updated: 01/09/09 */

body {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background: #000;
	color:#fff;
}

#portfolio img {margin: 10px 0 7px 0; border: 10px solid #222;}

/* typography */

h1, h2, h3, h4, h5, h6 {font-family: Georgia, serif;}

h1 {font-size: 50px; letter-spacing: -3px;}

h2 {font-size: 28px; letter-spacing: -2px; margin-bottom: 14px;}

h3 {font-size: 16px; color: #eee; text-transform: uppercase; letter-spacing: -1px;}

#portfolio h3 { margin-top: 30px;}

p { font-size: 12px; margin-bottom: 10px; color: #999; }

#portfolio p { margin-bottom: 0; }

.left {float: left; } 

.right {float:right;}

/* main divisions */

#container {
	margin: 0 auto;
	padding: 10px 0;
	border: 0;
	width: 760px;
	background: transparent;
	}

#header {
	margin: 0;
	padding: 10px 0 30px;
	border: 0;
	border-bottom: 1px solid #222;
}

#about {
	float: left;
	width: 546px;
	padding: 0;
	border: 0;
	margin: 10px 0 0 0;
	}

#contact {
	margin: 10px 0 0 556px;
	width: 200px;
	padding: 0;
	border: 0;
}

#portfolio {
	clear: both;
	margin: 0;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #222;
}


#footer {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border: 0;
	border-top: 1px solid #222;
	}

#footer p {
	text-align: center;
	font-size: 10px;
	}
	

/* global links */

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}
	
a:hover {
	text-decoration: none;
	color:#eee;
	}
	
#contact a:link, #contact a:visited, #contact a:active {
	text-decoration: underline;
	}
	
	
	



