@charset "UTF-8";
/* CSS Document */
@import url(reset.css);

body {
	background: #193b1b url(../_img/bkgrd.png) top left repeat-x;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	}
div.wrap {margin: 0 auto; width: 960px}

/* HEADERS ----------------------------- */
h1 {
	height: 0px;
	width: 0px;
	text-indent: -9999px;
	}
h2 {
	clear: left;
	margin-top: 48px;
	margin-left: 20px;
	font-size: 28px;
	}
h3 {
	margin-bottom: 14px;
	color: #f7cd2e;
	font-size: 21px;
	}
	h3.after-h2 {margin-top: -.8em}
h4 {
	margin-bottom: 7px;
	color: #dfb000;
	font-size: 16px;
	font-style: italic;
	}
h5 {color: #dfb000}

/* LINKS --------------------------------- */
a:link {color: #c29900}
a:hover, a:active, a:focus {color: #fff0b8}
a:visited {color: #88cd8b}
a.pdf {
	margin-left: -23px;
	padding-left: 23px;
	background: transparent url(../_img/pdf.gif) top left no-repeat;
	}

/* TEXT ---------------------------------- */
p, ul {
	margin-bottom: 10px;
	max-width: 45em;
	}
p.alert {
	margin: 0 0 21px -14px;
	padding: 0 0 0 14px;
	background: transparent url(../_img/star.gif) top left no-repeat;
	}
p.top {
	margin-bottom: 21px;
	font-size: 90%;
	}
p#rulebook {padding-bottom: 2.5em}
	p#rulebook strong {padding: .5em .8em}
	p#rulebook a {color:#060}
	p#rulebook a:hover, p#rulebook a:focus {color:#000}
strong.highlight {
	padding: .15em .25em;
	background-color: #f7cd2e;
	color: #000;
	font-weight: normal;
	}
ol, ul {
	margin: 0 0 21px 0;
	max-width: 45em;
	}
ol {list-style-type: decimal}
ol li {
	margin: 0 0 14px -7px;
	padding: 0 0 0 7px;
	}
ul {
	padding: 14px 14px 7px 14px;
	background: #264e26;
	}
ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 18px;
	background: transparent url(../_img/star.gif) top left no-repeat;
	}
ul ul, ul ul li {background: none}
ul ul {
	color: #f7cd2e;
	list-style-type: disc;
	padding-bottom: 0;
	}
ul ul li {
	padding-left: 0;
	font-size: 90%;
	}
ul.levels, ul.sets {
	float: left;
	width: 19.75em;
	}
	ul.bg, ul.nv, ul.pc, ul.tj {margin-right: 1.5em}
	ul.bg, ul.ab {height: 12em}
	ul.nv, ul.pw {height: 16em}
	ul.pc, ul.oc {height: 18em}
.clear {clear: both}
.last {margin-bottom: 21px}
.shifted {margin-left: 290px}

/* NAVIGATION ---------------------------- */
ul#nav {
	background: #062018;
	margin: 0;
	padding: 0 0 0 5px;
	height: 3.5em;
	list-style-type: none;
	max-width: none;
	}
ul#nav li {
	float: left;
	margin: .8em .5em 0 0;
	padding: .5em 10px;
	background: none;
	}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	}
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus {text-decoration: underline}
ul#nav li a#selected {
	padding: .3em .5em;
	background: #244a3e;
	}
ul#nav li#home a {
	color: #f7cd2e;
	padding: 5px 0 5px 35px;
	background: transparent url(../_img/logo-sm.png) center left no-repeat;
	}
ul#submenu {background: none}
ul#submenu {
	float: left;
	width: 16em;
	}

/* IMAGES ------------------------------ */
img.who {
	float: right;
	margin: 0 0 1em 1em;
	border: 3px solid #062018;
	}

/* TABLES ------------------------------ */
table {width: 100%; margin-bottom: 21px}
tr.odd {background: #264e26}
th, td {padding: .3em}
th {
	color: #f7cd2e;
	text-transform: lowercase;
	font-variant: small-caps;
	}
td {border-top: 1px solid #062018}
table#tempos td {width: 20%}

/* FOOTER ------------------------------ */
div#footer {
	clear: left;
	margin-top: 80px;
	padding: 20px;
	background: #002202;
	}
div#footer h2 {
	margin: 0 0 7px 0;
	color: #f7cd2e;
	font-size: 14px;
	text-transform: lowercase;
	font-variant: small-caps;
	}
div#footer div#affiliates, div#footer ul#schools, div#footer div#feis-keeper, div#footer table#home-events {
	float: left;
	padding-bottom: 20px;
	}
div#footer ul#schools {
	width: 34%;
	padding: 0 2% 0 0;
	background: none;
	}
div#footer div#feis-keeper {
	padding: 0 1.5% 0 2%;
	width: 33%;
	border-left: 1px solid #193b1b;
	border-right: 1px solid #193b1b;
	}
div#footer div#affiliates {
	padding-left: 2%;
	width: 25%;
	}
div#footer table th {color: #dfb000}
div#footer table td {border-top: 1px dotted #264e26}
div#footer p#copyright {
	clear: left;
	padding-top: 10px;
	max-width: 960px;
	color: #193b1b;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #193b1b;
	}