/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

body{
	background-color: #F0F0F0;
}

#wrapper{
	border-top: 4px solid #0792CC;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#F0F0F0)) no-repeat;
	background: -moz-linear-gradient(top, #FDFDFD, #F0F0F0) no-repeat;
	height: 100%
	background-attachment: fixed;
}

header{
	width: 46em;
	margin: 2em auto 1em auto;
	text-align: center;
}

h1, h2, h3{
	font-family: "news-gothic-std-1", sans-serif;
	color: #CC7007;
	font-weight: 400;
	font-style: normal;
}

header h1{
	font-size: 48px;
	text-shadow: 0px 0px 5px #D08D44;
}

#content{
	width: 46em;
	margin: auto;
}

#content h1{
	margin: .5em 0em;
}

#content h2, #content h3{
	color: #333;
	line-height: 1.6em;
}

#content h2{
	font-size: 15px;
	color: #000;
	padding-left: .2em;
}

#content h3{
	font-size: 14px;
	padding-left: .4em;
}

#content p{
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	color: #555;
	font-size: 13px;
	line-height: 1.5em;
	margin: .2em 0em 1.5em 0em;
	padding-left: .4em;
}

#shortform{
	float: right;
	width: 14em;
	padding: 1em 0em 0em 0em;
}

#longform{
	float: left;
	width: 29em;
	padding: 1em 1em 0em 0em;
}

a{
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #0792CC;
	-webkit-transition: text-shadow .2s linear;
	-moz-transition: text-shadow .2s linear;
}

a:hover{
	text-shadow: 0px 0px 4px #5EA3E2;
	border-bottom: 1px dotted #555;
}

abbr{
	border-bottom: 1px dotted #555;
}

footer{
	clear: both;
}

/* text selection! */
::selection{
	background: #D2995C;
	color: #FFF;
}

h1::selection{
	background: #D2995C;
	color: #0792CC;
	text-shadow: 0px 0px 5px #5EA3E2;
}

a::selection{
	color: #000;
}

::-moz-selection{
	background: #D2995C;
	color: #FFF;
}

h1::-moz-selection{
	background: #D2995C;
	color: #0792CC;
}

a::-moz-selection{
	color: #000;
}