/* MAGS CSS */
/* Created: April 2013 by Peter Tweddell */
/* Modified 14/11/21 */

/* Resets
   this section is to reset the default behaviour of different browsers so they all behave similar 
   change it if you want but most likely you will leave as is  */
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, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Structure */

body 
{
	background:#ffffff;
	margin: 0;
	font-weight: normal;
	line-height:normal;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

#container
{
	width: 800px;
	margin: 30px auto;
	background:#ffffff
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(000, 000, 000, .5);
	box-shadow: 0px 0px 15px 5px rgba(000, 000, 000, .5);
	padding: 10px;
}

/* End Structure */

/* NavBar */

#navContainer
{
	float:left;
	margin-left:177px;
}

#navbar
{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    float:left;
    width:100%;
    position:relative;
    z-index:5;
}

#navbar ul
{
    background:#fff;
    background:rgba(255,255,255,0);
    list-style:none;
    position:absolute;
    left:-9999px;
}

#navbar li
{
    float:left;
    margin-right:10px;
    position:relative;
}

#navbar a
{
    display:block;
    padding:5px;
    color:#fff;
    background:#333;
    text-decoration:none;
}

#navbar a:hover
{
    color:#fff;
    background:#000;
    text-decoration:none;
}

#navbar ul li
{
    padding-top:1px;
    float:none;
}

#navbar ul a
{
    white-space:nowrap;
}

#navbar li:hover ul
{
    left:0;
}

#navbar li:hover a
{
    background:fff;
    text-decoration:none;
}

#navbar li:hover ul a
{
    text-decoration:none;
}

#navbar li:hover ul li a:hover
{
    background:#000;
}

#navclear
{
	clear:both;
}
	
/* End NavBar */

/* Home Content */

#introbox
{
	height:200px;
	width:380px;
	float:left;
	border:2px solid #000;
	padding:5px;
	margin-bottom:10px;
}

#eventbox
{
	height:200px;
	width:380px;
	float:right;
	border:2px solid #000;
	padding:5px;
	margin-bottom:10px;
}

#champbox
{
	height:210px;
	width:380px;
	float:right;
	border:2px solid #000;
	padding:5px;
	margin-bottom:10px;
}

#homechamptable
{
	width:100%;
	column-width:25%;
	-moz-column-width:25%; /* Firefox */
	-webkit-column-width:25%; /* Safari and Chrome */
}

#newsbox
{
	height:210px;
	width:380px;
	float:left;
	border:2px solid #000;
	padding:5px;
	margin-bottom:10px;
}

/* End Home Content */

/* Page Specifics */

#eventinfo
{
	width:100%;
	padding-top:5px;
}

#eventtiming
{
	padding-top:5px;
	width:100%;
}

#fullchamptablexl
{
	width:100%;
	text-align:center;
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#fullchamptable
{
	width:100%;
	text-align:center;
}

#summertable
{
	width: 80%;
}

#wintertable
{
	width: 100%;
}

#monthlytable
{
	margin-left: auto;
	margin-right: auto;
}

#sitemap
{
	padding: 30px;
	
}

/* End Page Specifics */

/* General */

p
{
	padding-bottom: 3px;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 3px;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: underline;
	padding-top: 7px;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
	padding-bottom: 3px;
	padding-top: 3px;
}

h6
{
	font-size: 7pt;
	font-weight: normal;
}

td
{
	 padding-right: 5px;
	 padding-left: 5px;
}

.pointstable
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.committeetable
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignbottom
{
	position:relative;
	bottom:-50px;
}

.bb
{
     border-bottom: 2px solid #000;
}

.bl
{
	font-weight: bold;
	text-align: left;
}

.br
{
	font-weight: bold;
	text-align: right;
}

.bc
{
	font-weight: bold;
	text-align: center;
}

.cc
{
	text-align: center;
}

.cr
{
	text-align: right;
}

.tb
{
	vertical-align: bottom;
}

.pl
{
	padding-left: 5px;
}

ol
{
  margin-left: 0;
  padding-left: 0;
}

ol li
{
  margin-left: 2em;
}

/* End General */

/* Footer */

#textbox
{
	padding-top: 10px;
}

/* End Footer */