/* /////////////// GLOBAL STYLES \\\\\\\\\\\\\\\\\ */

/* RESET ALL THIS */
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,
menu, nav, header, footer, section, article, canvas {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
}

html { background:url(/assets/images/background.png) #404040; }
body { font-family:'LatoRegular', Arial, Helvetica, sans-serif; width:953px; margin:0 auto; color:#fff; }

header { float:left; width:953px; margin:55px 0; position:relative; }
.logo { display:block; width:191px; height:97px; background:url(/assets/images/skullandbones-logo.png) no-repeat; float:left; }

header nav { float:right; width:742px; border-top:1px solid #666; clear:left; margin-top:-1px; }
header nav ul { font-size:11px; font-family:'LatoBlack', Arial, Helvetica, sans-serif; }
header nav ul li { list-style-type:none; float:left; margin:-1px 30px 0 0; }
header nav ul li a { text-decoration:none; color:transparent; display:block; border-top:1px solid #666; padding:7px 0; text-shadow: 0 0 2px #999; letter-spacing:0.1em; }
header nav ul li a:hover { color:#999; text-shadow:none; border-top:1px solid #999; }
header nav ul li a.is-on { color:#fff; border-top:1px solid #fff; text-shadow:none; }

.col-left { float:left; width:211px; }
.col-right { float:left; width:742px; }

.home { background:url(/assets/images/home-background.png) no-repeat; width:742px; height:415px; margin-top:-100px; padding-top:100px; }

h1 { font-family:'LatoLight', Arial, Helvetica, sans-serif; font-size:36px; }