/* Normalize margins and padding */
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, from, fieldset, input, p, blockquote, th, td
{  margin: 0; padding: 0; }
/*  Normalize font size for headers  */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }
/*  Remove list style from lists  */
ol, ul
{ list-style: none; }
/*  Normalize font-style and font-weight to normal  */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;  }
/*  Remove borders and spacing from tables  */
table
{ border-collapse: collapse; border-spacing: 0;  }
/*  Remove border from fieldset and img  */
fieldset, img
{ border: 0; }
/*  Left-align text in captions and column headers in tables  */
caption, th 
{ text-align: left; }
/*  Remove quotation marks from q  */
q:before, q:after 
{ content: ''; }
/*   Style navigation links with no text decoration   */
a
{  text-decoration: none; }

/* ------------- "generic" styles */
html {
	margin: 20px auto;
}

body {
	position: relative;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	width: 95%;
	min-width: 770px;
	margin: 20px auto;
	padding: 0;
	color: #333;
	border: 1px solid blue;
}

#content p {
	margin-bottom: 10px;
}

div#wrapper, div#branding, div#site_info {
	width: 100%;
}

#wrapper {
	margin-top: 10px;
	float: left;
	position: relative;
}
/*  easy clearing  */
#wrapper:after {
	content: 'vvvb';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper {
	display: online-block;
}
/*\*/
#wrapper {
	display: block;
}
/*  end of easy clearing */
#leftcolumn, #content, #rightcolumn {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
#leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
	overflow: hidden;
}

#content {
	position: relative;
	float: left;
	left: 13%;
	width: 54%;
}

#afterboxes {
	clear: both;
	margin-top: 10px;
}

* html #content {
	display: inline;
}

#rightcolumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 31%;
	background-color: #a0a0a0;
	overflow: hidden;
}

#site_info {
	float: left;
	clear: left;
	height: 100px;
}

#branding {
	position: relative;
	top: 0;
	left: 0;
	height: 90px;
}

#branding h1 {
	position: absolute;
	top: 10px;
	left: 120px;
}

#branding h2 {
	position: absolute;
	top: 35px;
	left: 100px;
}

#homelink {
	display: inline;
}

#clublogo {
	position: absolute;
	top: -10px;
	left: -10px;
	margin: 0 2em 1em 0;
	z-index:99; 
}

#juniorlogo {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0 0 1em 2em;
	z-index:99; 
}

div#nav_main {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 30px;
	width: 100%;
	z-index:74;
}

ul#topmenu {
	position: relative;
	top: 10px;
	left: 100px;
	height: 30px;
	z-index:70;
}

ul#topmenu li  {
	display: inline;
	font-weight: bold;
	margin: 0.5em 0.5em;
	border-right: 1px solid #99C;
	padding-right: 0.75em;
	text-transform: lowercase;
}

#topmenu li a {
	color: #D4EC84;
}

ul#topmenu li  a:hover  {
	color: #fff;
}

#nav_main ul#topmenu li#nav_members {
	border-right: 0;
}

div#nav_main p#today {
	float: right;
	padding-right: 10px;
	margin-top: -20px;
}

div#rightcolumn ol, div#rightcolumn ul , div#leftcolumn ol, div#leftcolumn ul {
	width: 100%;
	margin-bottom: 10px;
	clear:both;
}

div#rightcolumn ol h3, div#rightcolumn ul h3, div#leftcolumn ol h3, div#leftcolumn ul h3  {
	position: relative;
	left: 0;
	padding-left: 10px;
	width: 100%;
	height: 25px;
}

div#rightcolumn form div {
	margin-left: 10px;
}

div#rightcolumn img {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 10px 10px 0;
}

div#rightcolumn li, div#leftcolumn li  {
	clear: both;
	margin: 5px 0 0 0;
}

div#rightcolumn ol#search li {
	margin-top: 10px
}

div#rightcolumn ol li form {
	width: 100%;
	height: 3em;
	margin-top: -10px;
}

div#rightcolumn ol li form input {
	margin-top: 0.5em;
}

div#rightcolumn h4, div#rightcolumn p, div#rightcolumn img {
	margin-left: 10px;
}

div#leftcolumn h4, div#leftcolumn li {
	margin-left: 10px;
}

#feedback, #200clubinfo  {
	clear: both;
}

#joinusoptions, #joining, #facilities{
	float: left;
	width: 47%;
	padding: 5px;
	clear: both;
}

#coachingoptions, #location, #committees {
	float: right;
	width: 47%;
	padding: 5px;
}

div#content img {
	float: left;
	margin: 0 10px 10px 0;
}

div#gallery img {
	height: 100px;
	width: 100px;
}

#site_info ul {
	margin:2px 0;
	text-align: center;
}
#site_info li {
	display:inline; /* the key CSS - makes the lists display horizontally */
	padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
}
/*  Table styles  */
table {
	width:100%; 
	border-collapse: collapse; 
	border: none;
}
th {
	padding: 0.2em 0.2em;
}
td {
	padding: 1px 1px 1px 1px; 
	padding-left: 0.1em; 
	margin: 0;
}
td ul {
	padding-left: 10px; 
	margin-left: 5px;
}
table#clubmarkdocuments tbody tr td {
	padding: 0.1em 1em;
}
table#coachingscheduletable tbody tr td ul{
	list-style-type:disc;
}
caption {
	margin: 1em 0;
	padding-left: 1em;
}
tfoot {
	margin: 0 0.5em;
}
/*  ----  end of table styles   ------------- */

.caption {
	display:none;
}

#feestable {
	border: 2px solid #fff;
}

#feestable th, #feestable td {
	border: none;
}
	
/*  Now for forms interface elements styles */
/*
input.txt {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
*/
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.25em;
}
form div label {
  float: left;
  width: 30%;
  font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
  padding-left: 20px;
}
form div textarea {
  display: block;
  float: right;
  clear: both;
  margin-bottom: 5px;
}
fieldset {
	clear: both;
	border: 1px solid #000000;
	margin-top: 0.4em;
	padding: 0.4em;
}
legend {
  font: bold 1.0em Verdana Arial, Helvetica, sans-serif;
  background-color: #686397; 
  color: #FFFFFF;
}
.akey {
  text-decoration: underline;
}
datepicker a {       
	display: inline;
}
.datepicker a img{       
	display: inline;
	float: right;
}

/*    Styling for the thumbnail galleries   */
ul.thumbnails {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: inherit;
	line-height: 1em;
	list-style: none;
}
ul.thumbnails li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.thumbnails li  img{
	height: 100px;
	width: 100px;
}
/*
ul.thumbnails a:hover img{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 150px;
	height: 150px;
	z-index: 95;
}
*/
/* End of forms interface elements styles */	
/*    Collages     */
.collage {
         position: relative;
         width: 100%;
         overflow: hidden;
}
.collage img {
         position: relative;
         top: 0;
         left: 0;
}
/*    end of collages    */
/*    League team blogs    */
.team {
	 font-weight: bold;
	 font-size: 1.0em;
	 margin-left: 30px;
}
.result {
	 font-weight: bold;
	 font-size: 1.0em;
	 margin-left: 50px;
}
.result span {
	 font-weight: bold;
	 font-size: .9em;
	 margin-right: 10px;
	 margin-left: -50px;
}
.team span {
	 font-weight: bold;
	 color: #88a308;
	 font-size: 1.0em;
	 margin-right: 10px;
	 margin-left: -30px;
}
.matchreport {
							font-weight: normal;
							font-size: .9em;
							margin: 5px 20px 10px 50px;
}
.articleauthor {
								margin: 10px 20px 10px 50px;
								font-weight: bold;
								font-size: .8em;
								font-style: italic;
}
ol#blog li h2 {
	 clear: both;
}
/*      end of league team blogs    */
