/* COMMON CSS ELEMENTS */

body {
	margin: 0;
	padding: 0;
	background: #FFF url(./background-tile.jpg) repeat-x center top;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #3e6d38;
}

h1 {
	letter-spacing: -2px;
	font-size: 24px;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

a {
	color: #3e6d38;
}

a:hover {
	color: #0A9BFC;
}

p, ul, ol {
	line-height: 160%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

hr {
	height: 3px;
	margin: 28px 0px 0px 0px;
	padding: 0px;
	color: #CFCBCB;
	background-color: #CFCBCB;
	border: 0;
}

.grayedout {
	color: #8F8F8F !important;
}


/* HEADER */

#header {
	width: 900px;
	height: 190px;
	margin: 0 auto;
}

#header h1, #header ul, #header ul li {
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0;
}

#header h1, #header .shadow {
	position: absolute;
	text-align: right;
	font-size: 56px;
}

#header h1 {
	width: 899px;
	top: 52px;
}

#header h1 a {
	color: #f0e400;
	text-decoration: none;
}

#header .shadow {
	width: 900px;
	top: 53px;
	color: #a95c07;
}


/* TOP NAV */

#header .topNav {
	position: absolute;
	width: 920px;
	font-weight: bold;
}

#header .topNav li {
	float: left;
	list-style: none;
}

#header .topNav li .idiotLink {
	color: #82C5CC;
}

#header .topNav li a {
	padding: 0px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #f0e400;
}

#header .topNav li a:hover {
	color: #f9ff77;
}

#header .topNav li .selected, #header .topNav li .selected:hover {
	color: #f2bc1a;
}


/* VISITOR TOP NAV */

#header .visitor {
	top: 132px;
}

#header .visitor li a {
	font-size: 15px;
	margin: 0px 28px 0px 5px;
}


/* MANAGER TOP NAV */

#header .manager {
	top: 132px;
}

#header .manager li a {
	font-size: 13px;
	margin: 0px 26px 0px 0px;
}


/* SYSTEM LINKS */

#header .systemLinks {
	position: absolute;
	width: 895px;
	top: 4px;
	font-weight: bold;
}

#header .systemLinks li {
	float: right;
	list-style: none;
}

#header .systemLinks li a {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 28px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #ffffc7;
}

#header .systemLinks li a:hover, #header .systemLinks li .selected {
	color: #fff;
}



/* SIDEBAR RANKINGS*/

#sidebar .rankings {
	margin: 0px 8px 0px 15px;
	padding: 0px 0px 24px 0px;
}

#sidebar .rankings a {
	border-bottom: 1px dotted #D8D8D8;
	padding: 4px;
	margin: 0px;
	display: block;
}

#sidebar .rankings span {
	text-align: right;
	float: right;
	color: #8B8B8B;
}

#sidebar .rankings a:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}


/* SIDEBAR CART */

#sidebar .cart {
	margin: 0px 8px 0px 16px;
	padding: 0px 0px 24px 0px;
}

#sidebar .cart a {
	background: url(/images/cart.gif) no-repeat left 5px;
	padding: 4px 0px 4px 20px;
	margin: 0px;
	display: block;
}

#sidebar .cart a:hover {
	background-color: #f2f2f2;
	color: #0066FF;
}


/* SIDEBAR UPCOMING GAME */

#sidebar .upcomingGame {
	margin: 0px;
	padding: 10px;
}

#sidebar .upcomingGame:hover {
	background-color: #F3F6ED;
	cursor: pointer;
}

#sidebar .upcomingGame .team {
	font-family: Georgia, Times, serif;
	letter-spacing: -1px;
	display: block;
	color: #3e6d38;
	font-size: 17px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	font-weight: normal;
	border-bottom: 1px solid #CFCBCB;
}

#sidebar .upcomingGame .location {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	display: block;
	color: #567E76;
	font-size: 14px;
	line-height: 18px;
	margin: 6px 0px 0px 4px;
	padding: 0px;
}


/* SIDEBAR */

#sidebar {
	width: 270px;
	margin: 10px 0px 0px 22px;
	padding: 0px;
	color: #8B8B8B;
}

#sidebar a {
	text-decoration: none;
	color: #3e6d38;
}

#sidebar a:hover {
	color: #2E307A;
}

#sidebar h2 {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	height: 40px;
	background: url(./baseball-bullet.jpg) no-repeat left 1px;
	padding: 0px 0px 0px 32px;
	color: #3e6d38;
}

#sidebar .firstTitle {
	margin-top: 0px;
}

#sidebar h2 {
	margin: 24px 0px 0px 0px;
}

#sidebar h2 a:hover {
	color: #0066FF;
}


/* CONTENT */

#page {
	width: 940px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#content {
	width: 620px;
	padding: 0px;
	margin: 10px 0px 0px 22px;
}

.title {
	font-family: Georgia, Times, serif;
	margin: 0px 0px 12px 0px;
	padding: 0;
	font-size: 28px;
	letter-spacing: -1px;
	border-bottom: 1px solid #DDE9DC;
}

.title h2 {
	margin: 0;
	margin-left: 50px;
	color: #3e6d38;
}

.titleCommand {
	float: right;
}

.titleCommand a {
	display: inline;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.entry {
	margin: 0px;
}


.entry h2 {
	margin-top: 24px;
	margin-bottom: 8px;
}

.entry h2 a {
	text-decoration: none;
}

.entry h3 {
	margin-top: 24px;
	margin-bottom: 0px;
}

.entry strong, .entry b {
	color: #3e6d38;
}

.entry p, .entry li {
	font-size: 13px;
	color: #35424a;
}

.entry ul {
	margin: 0px;
	padding: 0px;
}

.entry ul li {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	line-height: 200%;
}

/* FOOTER */

#footer {
	clear: both;
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B1B8C2;
	padding: 12px 0px;
}


/* MERCHANDISE */

#merchandise div {
	position: relative;
	float: left;
	width: 290px;
	height: 320px;
	text-align: center;
	font-weight: bold;
	color: #737373;
	margin-top: 12px;
 }

#merchandise div img {
	border: none;
}

/* HIDDEN / VISIBLE ROWS */

.hiddenRow {
	display: none;
}

.visibleRow {
	display: table-row;
}



/* PHOTO GALLERIES */

.gallery {
	margin-top: 14px;
}

.gallery .divider {
	clear: both;
	display: block;
}

.gallery .divider .thumb {
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	width: 190px;
	text-align: center;
}

.gallery .divider .thumb a img {
	border: 1px solid #DDE9DC;
	padding: 2px;
}

.gallery .divider .thumb a:hover img {
	border-color: #A3ABD1;
	background-color: #D7DCEA;
}

.gallery .divider .description {
	display: block;
	float: left;
	margin-left: 12px;
	width: 330px;
}

.gallery .divider .description .galleryTitle {
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #3e6d38;
}

.gallery .divider .description p {
	margin: 8px 0px 8px 0px;
	padding-bottom: 0;
}

/* THUMBNAILS */

.thumbnails {
	margin-top: 14px;
	border-top: 2px solid #ffffff;
	padding-top: 12px;
}

.thumbnails .divider {
	float: left;
	text-align: center;
	width: 200px;
	height: 178px;
}

.thumbnails .divider .thumb a img {
	border: 1px solid #DDE9DC;
	padding: 2px;
}

.thumbnails .divider .thumb a:hover img {
	border-color: #A3ABD1;
	background-color: #D7DCEA;
}

.thumbnails .divider .deleteButton {
	display: inline;
}


/* CALENDAR */

.calendar {
	border: 1px solid #CBD5E4;
}

.calendar th {
	font-size: 14px;
	background-color: #3E6D38;
	color: #fff;
	text-align: center;
}

.calendar td {
	font-size: 12px;
	padding: 0px;
	border: 1px solid #D5D7E1;
	background-color: #E9EAED;
}


/* SHOPPING CART */

#shoppingCart {
}

#shoppingCart .cartHeader {
	background-color: #507817;
}

#shoppingCart .cartHeader td {
	color: #fff;
	font-weight: bold;
}

#shoppingCart .cartRow {
	background-color: #fff;
	height: 36px;
}



/* PRIVACY NOTICE */


.privacyNotice {
	border: 2px solid #dedede;
	padding: 10px;
	margin-left: 18px;
}

.privacyNotice h3 {
	border-bottom: 1px solid #dedede;
 }

.privacyNotice p {
	margin: 8px 0px 0px 0px;
 }
