@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

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;
}

/********** END RESET **************/

body		{ background-color:#333; background-image:url(../img/repeater.png); background-repeat:repeat; margin-bottom:50px; }
h1,#bigname	{ font: 72px "Lobster 1.4"; color:#9dcd3d; text-shadow: 4px 4px 0px #333, 5px 5px 0px #9dcd3d; letter-spacing:1px; }
h2			{ font: 30px "Lobster 1.4"; color:#9dcd3d; letter-spacing:1px; }
.landing	{ text-align:right; margin-right:10px; }
p			{ font: 14px "Museo Slab 500"; color:#d7d7d7; letter-spacing:1px; width:450px; line-height:24px; }
a			{ font: 16px "Museo Slab 500"; color:#d7d7d7; letter-spacing:1px; text-decoration:none; }
a:hover		{ color:#333; background-color:#9dcd3d; }
a#bigname:hover	{ background-color:transparent; }
a.on		{ color:#333; background-color:#9dcd3d; padding-left:30px; }
li.links	{ float: left; margin:11px 0 6px 0; }
ul			{ display: inline; }

.big 		{ font: 30px "Lobster 1.4"; color:#9dcd3d; letter-spacing:1px; }

#container	{ width:100%; height:100%; }
#holder		{ margin:0 auto; width:610px; height:300px; margin-top:300px;}
#name		{ float:left; width:365px; border-right: 1px #9dcd3d solid; margin-bottom:40px; padding-right:5px; height:150px; }
#info		{ float:right; width:225px; height:120px; padding:35px 0 40px 10px; }
p.short		{ float:left; clear:both; }
#main		{ margin:0 auto; height:100px; clear:both; width:173px; }


/*********PORTFOLIO************/
ul#side		{ display:inline; }
li			{ float:none; text-align:right; margin-top:5px; }
li#resume	{ margin-top:35px; }

#wrapper	{ width:960px; margin:0 auto; padding-top:30px; }
#header		{ width:610px; }
#content	{ width:960px; padding-bottom:50px; }
#left		{ width:330px; float:left; padding:27px 20px 0 0; }
#right		{ width:590px; float:right; padding:20px 0 0 20px; }

p.description	{ margin-top:15px; }
h2.title			{ margin-bottom:15px; }

img.spacing	{ margin-bottom:20px; }

/*****FOOTER*******/

#footer		{ width:960px; float:left; clear:both; border-top:1px #9dcd3d solid; margin:50px 0; padding:5px 0 0 10px; }
a.footer	{ font-size:14px; }
