/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;	
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5, h6{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
	margin:10px 0 5px 0;
	color: #88ac0b		
}


/* images */
img {
	/*background: #FAFAFA;*/
   border: 1px solid #000000;
   /*
	padding: 5px;*/
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  /*margin: 5px 10px 10px 0px;*/
  /*margin: 5px 10px 10px 10px;*/
  vertical-align: bottom;
  margin: 10px 10px 5px 0;
}

/*h1, h2, h3 {
	padding: 10px;		
	margin: 0;
}*/

p {
	padding: 10px 0;	
	margin: 0;
}

ul, ol {
	/*margin: 5px 20px;*/
	padding: 0 10px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/*
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}
*/

/* start - table */
table {
	border-collapse: collapse;
	/*border-collapse: separate;*/
	/*margin: 10px;*/	
}
table.borderless {	
	border-collapse: collapse;
	/*margin: 10px;*/	
	border: 0px;
}
table.invisible {	
	border-collapse: collapse;
	margin: 0px;	
	padding: 0px;
	border: 0px;
}
table.small-margin {
	/*margin: 10px;	*/
	border: 1px solid #000000;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	/*height: 24px;*/
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: center;
	/*border: 1px solid #FFFFFF;*/
}
th.left
{
	text-align: left;
}
tr {	
	height: 16px;
}
td {	
	padding-left: 8px;
	padding-right: 8px;
	/*border: 1px solid #000;*/
	text-align: center;
}
td.first_special {	
	text-align: left;
	font-weight: bold;
}
td.first {	
	text-align: left;
}
td.last {
	text-align: right;
}
td.borderless {
	border: 0px;
}

td.borderless-left {
	border: 0px;
	text-align: left;
}

td.borderless-right {
	border: 0px;
	text-align: right;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
tr.row-white {
	background: #FFFFFF;
}
tr.row-small {
	height: 12px;
}
tr.row-splitscores {
	background: #FFFF99;
}
tr.bestRow {
	background: #FFF68F;
}
tr.topTenRow {
	background: #E0EEEE;
}
tr.row-big {
	height: 24px;
	background: #E0EEEE;
}
td.specialFont {
	color: #FF0000; 
}
/* end - table */


/*	scorecard table	*/
table.scorecard {border-collapse: collapse; margin: 0px; border:1px solid #000000;}
/*table.scorecard td.standard {padding: 0px; margin: 0px; font-size: 10px; text-align: center; border: #000000 1px;}*/
table.scorecard tr.redGrey {background-color: #ddcccc; color: #000000;}
table.scorecard tr.whiteSmoke {background-color: #f5f5f5; color: #000000;}
table.scorecard tr.gainsboro {background-color: #dcdcdc; color: #000000;}
table.scorecard td {padding: 1px; margin: 0px; font-size: 9px; text-align: center; border:1px solid #000000;}

/* generic special font */
#specialFont
{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* form elements */
form {
	/*margin:10px; padding: 0 5px;*/
	margin-top: 5px;
	border: 1px solid #000000; 	
	/*background-color: #EEE8AA;	*/
	background-color: #EDFDCE;		
}

form.contact { padding: 20px; }

label.standard {
	display:block;
	font-weight:bold;
	margin-top:5px;
}

label.compressed {	
	font-weight:bold;
	margin-top:0px;
}
input {
	padding:2px;
	margin: 0px;
	border: 1px solid #000000;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	/*border:1px solid #eee;*/
	border:1px solid #000000;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;	
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.textbox2 { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	/*width: 820px;*/
	width: 1000px;
	/*background: #CCC url(content3.jpg) repeat-y center top;*/
	background: url(content2.jpg) repeat-y center top;	
	/*background: url(content4.jpg) no-repeat center top;	*/
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	/*width: 760px;	*/
	width: 940px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	/*width: 820px;*/
	width: 1000px;
	position: relative;
	height: 103px;
	background: #CCC url(header3.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 23px;
	left: 48px;
	height: 33px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 22px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}

#header #header-links table {	
	position: absolute;
	top: 0px; right: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#header #login-text {
	position: absolute;
	top: 78px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}

#header #login-text a {	
	color: #FFF;
	text-decoration: none;	
}

#header #login-text a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	/*width: 780px;	*/
	width: 960px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

#menu p {	
	color: #C6DDEE;
	text-align: left;
	font-size: 10px;
}
/* Main Column */
#main {
	float: left;
	width: 700px;	
	padding: 10px;
	display: inline;
}

h1 {	
	font: Bold 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 	
	text-transform: none;
	font-size: 24px;
	text-align: center;
}

#main h1.border { border-bottom: 1px solid #EFF0F1; }
h1.player { float: left; text-align: left; display:inline; font-size: 28px; line-height: 28px; }
h1.course { float: left; text-align: left; display:inline; font-size: 26px; line-height: 26px; }
h1.stats { text-align: center; display: block; font-size: 24px; line-height: 24px; }
h1.contact { text-align: center; display: block; font-size: 28px; line-height: 28px; }
h1.event-name { float: left; text-align: left; display: inline; font-size: 22px; }
h2.event-headline, .header-filler { float: left; text-align: left; display: inline; font-size: 20px; margin: 10px 0 5px; }

h2, .header-filler {
	font: Bold 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 24px;
	color: #88ac0b; 	
	text-transform: none;
	text-align:left;
}

/*#main h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: Bold 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 20px;
	color: #88ac0b; 
	border-bottom: 1px solid #EFF0F1;
	text-transform: none;
}*/

#main h2.border_left
{
	border-bottom: 1px solid #EFF0F1;
	text-align: left;
}

#main h2.border_center
{
	border-bottom: 1px solid #EFF0F1;
	text-align: center;
}

#main h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: Bold 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 16px;
	color: #88ac0b; 
	text-transform: none;
}

#main h3.left {
	text-align: left;
}

#main h3.center {
	text-align: center;
}

#main h3.right {
	text-align: right;
}

#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

/*
#main ul li {
	list-style-image: url(bullet.gif);
}
*/
#main ul li.first {
	list-style-image: url(bullet.gif);
}
#main ul li.second {
	list-style-image: url(bullet2.gif);
}
#main ul li.third {
	list-style-image: url(bullet3.gif);
}
#main ul li.title {	
	list-style-image:none;
	list-style:none;
	font-size: 120%;	
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* 3 column display */

.col3,.col3left {
	float: left;
	width: 32%;
}
.col3left {padding-left: 10px}

/* 2 column display */

.col2,.col2right {
	float: left;
	width: 40%;
}

.col2 {
	padding-left: 10px
}

/* Left-right containers*/

#container_3_left_half
{
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 350px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #000000;
	float: left;	
}

#container_3_right_half
{
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #000000;
	float: right;		
}

#container_4_left
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 920px;	
	width: 185px;
	overflow: hidden;
	text-align: left;
	float: left;	
}

#container_4_center
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 600px;	
	width: 185px;
	overflow: hidden;
	text-align: left;
	/*border: 1px solid #000000;*/
	float: left;		
}
#container_4_right
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 920px;	
	width: 510px;
	overflow: hidden;
	text-align: center;
	/*border: 1px solid #000000;*/
	float: left;
}

#story_right {
	/*width: 820px;*/
	float: left;	
}

/* Sidebar */	
#sidebar {
	float: right;
	/*width: 26.5%;*/
	width: 21.5%;	
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;			
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* adspace */	
#adspace {
	margin-bottom: 20px;
	background: #CCC url(content2.jpg) repeat-y center top;
	clear: both;
	width: 1000px;
	text-align: left;	
}

/* Footer */	
#footer {
	/*position: absolute;
	top: 20px; right: 30px;	*/
	color: #C6DDEE;
	background: #CCC url(footer3.jpg) no-repeat center top;
	clear: both;
	width: 1000px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* browse tables	*/
table.table-browser th {border:none;}
table.table-browser th.left {text-align: left;}
table.table-browser td.borderless-center {text-align: center; border:none;}
table.table-browser td.borderless-left {text-align: left; border:none;}
table.table-browser tr {border: none;}
table.table-browser tr.row-a {background: #F8F8F8; height: 20px;}
table.table-browser tr.row-b {background: #EFEFEF; height: 20px;}
table.table-browser tr.row-white {background: #FFFFFF; height: 20px;}
table.table-browser tr.row-small {background: #FFFFFF; height: 1px;}

table.products { margin-top: 20px; }
table.products td { padding-bottom: 10px; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

a.aswd { border: 0px; }
img.aswd { border: 0px; vertical-align: middle; }


/***********    http://designm.ag/tutorials/image-rotator-css-jquery/   ********************/

.main_image {
    width: 438px;
    height: 305px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
	color: #FFFFFF;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(news/icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(news/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}



.image_thumb {
    float: left;
    width: 260px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(news/nav_a.gif) repeat-x;
    width: 242px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    /*font-size: 1.5em;*/
	font-size: 12px;
	color: #000000;
    margin: 5px 0;
    padding: 0;
	clear: none;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
