@font-face {
  font-family: 'GothicCustom';
  src: url("LeagueGothic.eot");
  src: local('League Gothic'),
        url("LeagueGothic.otf") format('opentype'),
		url("leaguegothic.svg#lg") format('svg');
}

body { margin:0; background:url('/img/bg.jpg') no-repeat top center fixed #70a54d; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:14px; line-height:1.5em; color:#231f20; }

a { color:#fff; }
a:link { color:#fff; }
a:hover { color:#ffff00; }
a.rss { background:url('/img/rss.png') no-repeat; padding-left:18px; }

img { float:left; margin:0 10px 10px 0; }
a img { float:none; margin:0; border:none; }

header, footer, #content { display:block; position:relative; margin:auto; width:900px; }
header { height:375px; background:url('/img/header.png') center no-repeat; }

h1, h2, h3, h4 { margin:0; line-height:normal; }
h1, h2 { font-family:'GothicCustom', Verdana, Geneva, Arial, Helvetica, sans-serif; letter-spacing:3px; text-transform:uppercase; }
h1 { position:absolute; top:60px; font-size:125px; color:#fff; }
h2 { font-size:40px; }
h3 { font-size:16px; margin-top:1ex; }
header h2 { position:absolute; top:185px; color:#ffff00; width:500px; }

.vevent { position:absolute; top:245px; width:280px; height:76px; padding:12px; color:#ffff6e; font-size:12px; line-height:normal; }
.vevent h3 { margin:0; color:#fff; }

#tweet { position:absolute; right:75px; top:240px; width:175px; height:85px; color:#fff; font-size:12px; line-height:normal; }
#tweet a { text-decoration:none; }
#tweet a:before { content:open-quote; }
#tweet a:after { content:close-quote; }

nav { position:absolute; left:50%; top:45px; margin-left:275px; width:150px; text-align:right; line-height:normal; }
body > nav { position:fixed; }
nav ul { margin:0; padding:0; list-style:none; }
nav a { font-family:'GothicCustom', Verdana, Geneva, Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:32px;
	text-decoration:none; }
a[href='#top'] { display:none; }

section { position:relative; float:none; overflow:auto; display:block; margin-bottom:10px; width:730px; background:#b7d2a5; padding:10px; 
	-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; }
section a:link { color:#231f20; }
section a:visited { color:#231f20; }
section a:hover { color:#ffff00; }

.subsection { float:left; width:45%; }

#blog { background:url(/img/blog-bg.png); }
#blog aside { float:right; :0 1em 0 1em; width:100px; text-align:right; }
#blog aside ul { margin:0; padding:0; list-style:none; }
#blog aside a:hover { color:#619a39; }

#blog .date { margin:0; font-size:10px; color:#555; }
#current_post { width:610px; }

iframe { border:none; overflow:hidden; }

footer { margin-top:15px; border-top:solid 1px #b7d2a5; color:#fff; }




