/*------------------ @reset ------------------*/
body,html { margin:0; padding: 0; width: 100%; height:100%; }
body,h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,
input,button,select,textarea,dl,dd,dt,hr,table,thead,tbody,tfoot,tr,th,td
{ margin:0; padding:0 }
img,a img,:link img,:visited img { border:0;padding:0;margin:0; }
address,cite,caption { font-style: normal }
caption,th { text-align: left }
ol,ul { margin:0; margin-left: 25px; }
a,button { outline: 0; }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { border: 0px; }


body {
	background: #000 url(images/leather.png) repeat 0 0;
	color: #969696;
	font: normal 14px/21px "Lucida Grande", "Trebuchet MS", sans-serif;
	padding-top: 20px;
}

.clear {
	clear: both;
}

a {
	color: #3396c8;
}

p {
	text-shadow: -1px 0 1px #000;
	padding-bottom: 15px;
}

.big {
	color: #eee;
	font-size: 14px;
	font-style: italic;
}

.bigger {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #fff;
}

h1 {
	width: 673px;
	height: 176px;
	background: url(images/heading.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}

h2, h3 {
	padding-top: 16px;
	padding-bottom: 15px;
	color: #fff;
	font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 24px;
	text-shadow: -1px 0 1px #000;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #e1e1e1;
	font-weight: normal;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.thumb {
	width: 940px;
	border: 10px solid #000;
	display: block;
	margin-bottom: 15px;
	line-height:0px;
}

.trim {
	height: 38px;
	background: url(images/trim.png) repeat-x center center;
	padding: 21px 0;
}

.me {
	color: #fff;
	font-size: 14px;
	font-style: italic;
}

.supporting {
	float: left;
	padding-right: 15px;
}

.section {
	width: 950px;
	overflow: hidden;
	clear: both;
}

.section p {
	padding-left: 175px;
}

.section h3 {
	padding-top: 30px;
	padding-left: 175px;
}

#buttons {
	float: left;
	padding-top: 60px;
}

.buttons {
	float: left;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(images/buttons.png) no-repeat 0 0;
	margin-right: 15px;
	cursor: pointer;
}

	#email { width: 84px; }
	#email:hover { background-position: 0 -30px;}
	#email:active { background-position: 0 -60px;}
	
	#twitter { width: 149px; background-position: -84px 0;}
	#twitter:hover { background-position: -84px -30px; }
	#twitter:active { background-position: -84px -60px; }
	
	#digg { width: 77px; background-position: -233px 0; }
	#digg:hover { background-position: -233px -30px; }
	#digg:active { background-position: -233px -60px; }
	
	#me {
		width: 100%;
		overflow: hidden;
	}
	
	#me img {
		float: left;
	}
	
	#me .info {
		float: left;
		width: 250px;
		padding-top: 50px;
	}
	
	.info h4 {
		font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
	}
	
	.info h5 {
		font-style: italic;
		font-weight: normal;
	}
	
	.info .url {
		font-size: 11px;
	}
	
	
#copyright {
	font-size: 11px;
	line-height: 14px;
	text-align:center;
	padding-bottom: 15px;
	color: #515151;
}