/* @override 
	file:///Users/jonathan/Dropbox/jherndon/styles.css
	http://jherndon.net/styles.css */

/* @group Reset */

html,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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* @end */

body {
	color: #040404;
	background: url(background.jpg) repeat-x fixed left bottom #fcfcfc;
	font: 140% 'Quicksand', sans-serif;
}

a {
	text-decoration: none;
	color: #67960f;
}

a:hover	{border-bottom: 1px dotted;
}

a:active	{border-bottom: 1px solid;
}

#content div strong {
	font: 150% Rokkitt, Georgia, "Times New Roman", Times, serif;
}

#content div.contact {
	font-size: 75%;
	margin-top: 10px;
	color: #303030;
}

#content div.contact p.vcard {
	text-align: right;
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

/*div#content {
	float: left;
	margin-left: 35%;
	margin-top: 5%;
	line-height: 30px;
	padding: 20px;
	background: url(feathering.png) no-repeat center center;
	text-shadow: 1px 1px 1px #ffffff;*/


div#content {
	float: left;
	margin-left: 40%;
	margin-top: 5%;
	line-height: 30px;
	padding: 20px;
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0.50) 10.6%, rgba(252, 252, 252, 0.50) 90%, rgba(252, 252, 252, 0) 100%), url(feathering.png) no-repeat center center;
	text-shadow: 1px 1px 1px #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0.10, rgba(254, 254, 254, 0.50)), color-stop(0.9, rgba(252, 252, 252, 0.50)), to(rgba(252, 252, 252, 0))), url(feathering.png) no-repeat center center;
}

#content div {
	
}