body {
	margin: 0;
	padding: 0;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #000044;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p  {
	margin-bottom: 1.6em;
}

p {
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	height: 220px;
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
}


/* Logo */

#logo {
	width: 980px;
	height: 147px;
	background:  #0000FF;
	padding-top: 10px;
}
#trainerlogo {
	position: absolute;
	padding: 20px 0px 0px 30px;
}

#logo h1, #logo h2 {
	position: absolute;
	margin: 0;
}

#logo h1 {
	padding: 30px 0px 0 200px;
	font-size: 4em;
}

#logo h2 {
	padding: 85px 0 0 200px;
	font-size: 1.5em;
	letter-spacing: 5px;
	text-shadow: #FFFFFF 2px 2px 2px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#FFFFFF', Positive='true');
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo h2 a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
#logo h2 a:hover {
}
#logobanner {
	margin: 0 auto;
	width: 960px;
	height: 147px;
	background:  url(/includes/images/baseball-diamond.jpg) no-repeat left top;
}

#help-wrapper {
	position: absolute;
	height: 39px;
	margin: 0px 0px 0px 850px;
	padding: 0;
}
#help {
	color: #FFF;
	font-size: 1.2em;
	padding: 10px 28px 0px 32px;
}
#help a {
	color: #FFF;
	text-decoration: none;
}
#help a:hover {color: #DDD;}

#help span.text-separator {
	color: #444;
	padding: 0 7px;
}

#tryit {
	position: absolute;
	margin: 87px 0px 0px 900px;
}

/* Menu */

#menu {
	height: 53px;
	margin: 0 auto;
}

#menu ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
	padding: 10px 0;
}

#menu li {
	margin: 0 auto;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFFFFF;
	text-shadow: #000000 2px 2px 2px;
}
#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	font-weight: bold;
	background: #cccccc;
	color: #000044;
	text-shadow: #0000FF 1px 1px 1px;
}

/* Page */

#page {
	width: 970px;
	margin: 0px auto;
	padding: 5px;
	background: #0000FF;
 }
#fullpage {
	width: 910px;
}

/* Content */

#content {
	float: right;
	width: 637px;
	margin: 5px 5px 5px 5px;
	background: #FFFFFF;
}
.addthis_toolbox {
	padding: 12px 0px 0px 0px;
}

.post {
	padding: 20px 20px 5px 20px;
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

.post .title h2 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

.post .meta {
	padding: 10px;
	margin: 10px -10px 5px -10px;
	color: #000044;
	background: #EEEEEE;
	width: 100%;
}

.post .entry {
	padding-top: 15px;
}
.post .entry p {
	margin-top: 0px;
}


#s {
	width: 160px;
}
.comment {
	margin: 0px -10px;
	width: 617px;
	padding-bottom: 10px;
}

.comment_top {
	height: 70px;
	padding-left: 20px;
	padding-top: 20px;
}
.comment_main {
	padding: 0px 20px;
	overflow: hidden;
}
.comment_bottom {
	height: 28px;
}

/* Footer */

#footer {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	background: #000066;
	text-align: center;
}

#footer p {
	margin: 15px 0 15px 0;
	color: #cccccc;
}

#footer a {
	color: #FFFFFF;
}

/* Search */
#search input {
	margin: 20px 0px 20px 0px;
	width: 70px;
	height: 29px;
	font-weight: bold;
}

#search #s {
	margin: 20px 0px 20px 30px;
	width: 150px;
	height: auto;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#box-wrapper {
	width: 323px;
}

.box, #search, #linksbox {
	float: right;
	width: 313px;
	margin: 5px 5px 5px 5px;
	background: #FFFFFF;
	height: 350px;
}

#loginbox {
	float: right;
	width: 313px;
	margin: 5px 5px 5px 5px;
	background: #FFFFFF;
	height: 175px;
}


#search {
	margin-top: 5px;
	height: auto;
}
.box h2, #linksbox h2, #loginbox h2 {
	height: 30px;
	padding: 10px 0px 10px 20px;
	color: #000044;
	border-bottom: 0px solid #CCCCCC;
}
.box h2 a, #linksbox h2 a, #loginbox a {color: #000044;}

.box p, #linksbox p, #loginbox p {
	padding: 0px 20px 0px 20px;
}

.sponsorbox {
	width: 200px; 
	margin: 0 auto;
	padding-top: 30px;
}
.sponsorbox img {
	background-color:#000044;
}

/********************/
/*  NAVIGATION BAR  */
/********************/

div .navbar {white-space:nowrap /*IE hack*/; float:left; width:980px; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;} /*Color navigation bar normal mode*/

/* MAIN MENU */
.navbar ul {list-style-type:none;margin-left: 0px;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;}
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 6px; text-decoration:none; font-weight:bold; color:#dddddd; border-right:solid 0px rgb(215,215,215);}
.navbar ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {background-color:#555555; text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:-0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:#222222; font-weight:normal; color:#ffffff;} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:#555555; text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
div .navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:#555555; text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; top:3.0em; left:0px; margin-top:-0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:#ffffff;} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:#222222; text-decoration:none;} /*Color subcells hovering mode*/

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}

a.blackhover:link	{text-decoration: none; font-weight: bold;}
a.blackhover:visited {text-decoration: none; font-weight: bold;}
a.blackhover:active {text-decoration: none; font-weight: bold;}
a.blackhover:hover {text-decoration: underline}

a.whitehover:link	{text-decoration: none; color: #ffffff;font-weight: bold;}
a.whitehover:visited {text-decoration: none; color: #ffffff;font-weight: bold;}
a.whitehover:active {text-decoration: none; color: #ffffff;font-weight: bold;}
a.whitehover:hover {text-decoration: underline}

