/* ======================================================= */
/* Global Tags */
/* ======================================================= */

* 
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #333333;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #333333;
	/*  #8C8C73 old color */
	line-height: 18px;
}

a
{
	color: #FF7800;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 14px;
	text-align: justify;
}

/* ======================================================= */
/* Images */
/* ======================================================= */
img.picA /* Index page only left side toe grab */
{
	/* position: relative; */
	background: url('http://www.adkwaterski.com/images/picture-border-120.gif') no-repeat;
	padding: 8px; 
}

img.picB /* Footer Page, ride side column, top picture */
{
	background: url('http://www.adkwaterski.com/images/a26.gif') no-repeat;
	padding: 7px;
}

img.floatleft /* Index page only, left side toe grab */
{
	float: left;
	margin: 0px 14px 3px 0px;
}

img.picC
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* ======================================================= */
/* Main Layout Tags */
/* ======================================================= */
#outer /* Main Outer Frame*/
{
	/*position: relative;*/
	width: 778px;
	margin: 0 auto; 
	background: #FFFFFF;
}

#inner /* Main Inner Frame, width=766 */
{
	/*position: relative;*/
	padding: 0px 6px 0px 6px;
	z-index: 2;
}


/* ======================================================= */
/* Right Hand Column*/
/* ======================================================= */
#secondarycontent
{
	position: relative;
	width: 200px;
	float: right;
}

#secondarycontent h3 /* right hand column headings */
{
	position: relative;
	top: 0px;
	font-size: 16px;
	line-height: 25px;
	color: #656551;
	letter-spacing: -1px;
	background: url('http://www.adkwaterski.com/images/a22.gif') bottom repeat-x;
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
}

#secondarycontent .content /* right hand column text */
{
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
}

ul.linklist /* Sponsors List */
{
	list-style: none;
}

.left { 
	float: left;
}

/* ======================================================= */
/* Left Hand Column width=560 */
/* ======================================================= */
#primarycontent
{
	position: relative;
	width: 560px;
	float: left;
}

#primarycontent h1
{
	position: relative;
	top: 0px;
	font-size: 14px;
	line-height: 25px;
	color: #656551;
	letter-spacing: -1px;
	background: url('http://www.adkwaterski.com/images/a22.gif') bottom repeat-x;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

#primarycontent .content
{
	padding: 0px 15px 0px 15px;
	margin-bottom: 0px;
}

#primarycontent .post
{
	margin-bottom: 10px;
}

#primarycontent .post .header
{
	position: relative;
}

#primarycontent .post .content
{
	margin-bottom: 0px;
}

/* ======================================================= */
/* Index News Section */
/* ======================================================= */
#primarycontent .post .footer
{
	margin: -20px 0 10px 0;
	background: url('http://www.adkwaterski.com/images/a33.gif') repeat-x;
	height: 34px;
	padding: 30px 0 0 0;
}

#primarycontent .post .footer ul
{
	list-style: none;
	
	bottom: 1px;
	/*left: 69px; */
}

#primarycontent .post .footer ul li
{
	display: inline;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#primarycontent .post .footer ul li.printerfriendly
{
	font-size:16px;
	position:relative;
	vertical-align:middle;
}

/* ======================================================= */
/* Footer */
/* ======================================================= */
#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	background-image: url('http://www.adkwaterski.com/images/a50.gif');
	color: #A8A88D;
}

#footer a
{
	color: #8C8C73;
}

/* ======================================================= */
/* Navigation */
/* ======================================================= */
#menu {
	padding:0;
	margin:0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	display: inline;
	border-right: 1px solid #000000;
	/*border-right: 1px;
	border-right: color: #000000;
	border-right-style:solid;*/
}

#menu li {
	display:inline;
}

#menu li a { 
	background:#758279;
	color:#ffffff;
	text-decoration:none;
	float:left;
	border-width: 1px 0px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	width: 126px;
	text-align:center;
}

#menu li a:hover {
	background:#949e7c;
	color:#fff;
	text-decoration: none;
}

.nodisplay {
	display: none;
}

/* Alternative H1 */
#primarycontent .h1wide {
	font-size: 22px;
}

/* Tournament */
.tournament-table {
	/*border: 1px solid #567aa4; */
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*background-color: #b3c8d9; */
	background-color: #758279;
	color: #FFFFFF; 
}

.tournament-td {
	border-right: 1px solid #000000;
}

.tournament-td a {
	color: #FFFFFF;
}

.tournament-td:hover {
	background-color: #949e7c
}

.tournament-td-active {
	background-color: #949e7c
}

.facebook {
	margin: 10px 0 0 0;
}

.info {
	border: 1px solid #00529b;
	margin: 10px 0px;
	padding:15px 10px 15px 10px;
	color: #00529b;
	background-color: #BDE5F8;
	font-size: 13px;
}

ol li{
	margin: 0 0 0 20px;
}