﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: ACTIVEA | Master Stylesheet
' Description	: This page contains overall styles for the entire site
'				  *INCLUDING* each Enterprise Component (File, Commerce, etc.)
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/24/2005	: David Ellenwood - Created Page
' 01/27/2006	: David Ellenwood - Modified for Mt. Borah
' 07/18/2006	: Tony Groves - Modified for Lake States Lumber
'
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   
html {}
 
body {
	background:url("/include/site/multimedia/images/bg.gif") repeat-x;
	color:#472904;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:1.25em;
	margin:0;
	padding:0
	}

a {
	color:#472904;
	text-decoration:none;
	}

a:hover {
	color:#472904;
	text-decoration:underline;
	}

a:active {
	color:#472904;
	background:transparent;
	}

a:visited {
	}
	
img {
	border-color:#472904;
	padding:0;
	margin:0;
	}

h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
	
h1 {
	color:#fff;
	background:url("/include/site/multimedia/images/mainbar.gif") repeat-x;
	font-size:1.3em;
	line-height:1em;
	margin:15px 0 0 0;
	padding:8px 4px 14px 8px;
	}

h1 a{
	color:#fff;
	}

h1 a:hover{
	color:#fff;
	text-decoration:underline;
	}

h2 {
	font-size:1.25em;
	line-height:1em;
	margin:.25em 0;
	}

h3 {
	color:#fff;
	font-size:1em;
	background:url("/include/site/multimedia/images/sidebar.gif") repeat-x;
	margin:15px 0 2px 0;
	padding:3px 3px 8px 7px;
	}
	
h3 a{
	color:#fff;
	}
	
h3 a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
h4 {
	color:#666;
	padding:.5em 0 0 0;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	background:transparent;
	}

h5 {
	color:#472904;
	font-size:.8em;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h6 {
	font-weight:normal;
	}

p {
	margin:0;
	line-height:2.05em;
	font-size:.95em;
	}

p img {
	margin:5px 10px;
	}

ul {
	list-style-image:none;
	}

ul p {
	color:#794709;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:.07em;
	list-style:none;
	margin:0 0 0 0;
	text-underline-width:100%;
	}

li {
	}

ol li {
	list-style:decimal;
	}

ol li p {
	line-height:1.4em;
	padding:4px 0;
	}

form {
	margin:0;
	}
	
table {
	}

th {
	color:#666;
	margin:.5em 0;
	padding:4px;
	font-size:.9em;
	line-height:1em;
	text-align:center;
	font-weight:normal;
	background:#fff;
	border-bottom:1px solid #ccc;
	}

td {
	margin:0;
	padding:0;
	}

hr {
	border:none;
	background:transparent;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			UNIVERSAL CLASS DEFINITIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  
 .alert {						/* Used for alerting customers to important info, errors, corrections, problems, etc. */
 	color:#f00;
 	font-weight:bold;
	text-transform:uppercase;
	}

 .info {						/* Used for informing customers of important info etc. */
 	color:green;
 	font-weight:bold;
	}

.alignRight {					/* Right aligns text on any element */
	text-align:right;
	}

.alignCenter {					/* Right aligns text on any element */
	text-align:center;
	}

.alignLeft {
	text-align:left;
	}

.borderTop {					/* adds a border along the top of any element */
	border-top:1px solid #ccc;
	}
	
.borderBot {					/* Adds a border along the bottom of any element */
	border-bottom:1px solid #ccc;
	}

.formRow {						/* DIV Used to contain an individual <form> label/field pair */
  clear: both;
  padding:5px 0 0 0;
  }

.formRow .label {				/* SPAN style for <form> element labels */
  float: left;
  width: 70px;
  text-align: right;
  margin:3px 0 0 0;
  }

.formRow .formw {				/* SPAN style for <form> element fields */
  float: left;
  padding:0 0 0 .5em;
  text-align: left;
  }

.fieldNote {
	clear:both;
	padding:5px 3px;
	}

.color1 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#fff;
	}
	
.color2 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#eee;
	}

.infoBox ul {				/* Styles for <ul> lists in any .infoBox */
	list-style-image:    url("/include/commerce/multimedia/rightArrowBullet.gif");
	margin:0em 1em 0 2.25em;
	padding:0;
	}

.infoBox li {					/* See above */
	margin:0;
	padding:.1em 0;
	}

.location {
	color:#472904;
	font-size:.8em;
	font-weight:normal;
	margin:0;
	padding:0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			HEADER AND FOOTER STYLES
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {						/* Site Header */
	width:821px;
	height:79px;
	border-bottom:1px;
	background-image:url('multimedia/images/searchBG3.jpg');
	margin:0;
	padding:0;
	}

#mastheadimg {
	float:left;
	margin:39px 0 0 4px;
	}
	
#mb_search {
	float:right;
	padding:58px 6px 0 0;
	height:20px;
	}

#mb_search form {
	margin:0;
	display:inline;
	padding:0;
	height:19px;
	}

#mb_search input {
	font-size:14px;
	margin:0;
	padding:0;
	height:16px;
	width:118px;
	border:1px solid #000;
	}

#countdown {
	background:#fff;
	text-align:center;
	padding:5px;
	}

#countdown h1 {
	font-size:1.75em;
	padding:3px;
	}

#gameStats {
	width:364px;
	height:60px;
	background:#fff;
	}

#gameStats table {
	width:100%;
	background:#fff;
	font-size:.9em;
	}

#gameStats p {
	margin:0;
	padding:0;
	}

#footer {			/* Copyright Notices, Contact, Disclaimers, etc. */
	background:url("/include/site/multimedia/images/footerbg.gif") repeat-x;
	margin:0;
	padding:0 0 20px 0;
	font-size:.9em;
	line-height:.75em;
	width:100%;
	height:80px;
	text-align:center;
	clear:both;
	}

#footer #footerwrap {width:821px; margin:0 auto 20px auto; text-align:center; padding:0;}

#footer h5 {
	color:#472904;
	font-size:.9em;
	line-height:1em;
	font-weight:normal;
	background:transparent;
	text-align:right;
	}

#footer_logo {
	margin:13px 0 0 0;
	text-align:left;
	position:absolute;
	}
	
.footerLogo {
	float:left;
	margin:0 5px 0 5px;
}

#footer a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	}

#footer a:hover {
	color:#000;
	text-decoration:underline
	}

#footer a:active {
	color:#fff;
	background:transparent;
	}

#footer a:visited {
	}

#footer ul 					{height:15px; width:821px; margin:0; padding:21px 0 0 0;}
#footer ul li 				{list-style-type:none; display:inline; margin:0; padding:0; font-size:1em;}

#secondaryNav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	}
	
#secondaryNav li {
	float:left;
	line-height:1em;
	margin:0;
	padding:0 3px;
	border-left:1px solid #ccc;
	}

#secondaryNav .last_item {
	border-right:1px solid #ccc;
	}

#sponsors {
	list-style:none;
	margin:.5em 0;
	padding:0 0 0 1em;
	}

#sponsors li {
	float:left;
	display:inline;
	position:relative;
	padding:0 5px;
	margin:0;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MASTER LAYOUT <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outerWrap {
	margin-left:auto;
	margin-top:0;
	margin-right:auto;
	width:821px;
	background:transparent;
	}
	
#innerWrap {					/* Contains Fullbrowser, main content */
	background:transparent;
	float:left;
	width:821px;
	margin:0;
	padding:0;
	}

#colm1 {
	float:left;
	width:280px;
	display:inline;
	position:relative;
	padding:0 8px 8px 8px;
	margin:8px 0 0 0;
	}
	
#colm1 ul a {
	color:#794709;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:.07em;
	list-style:none;
	margin:0 0 0 0;
	text-underline-width:100%;
	}

#colm1 li {
	list-style:none;
}

#colm2 {
	float:right;
	padding:0 8px 8px 8px;
	margin:8px 0 0 0;
	width:503px !important;
	border-left:1px solid #244708;
	position:relative;
	display:inline;
	}

#colm2 p{
	margin:0 5px 0 10px;
	}
	
#colm2 p a {
	color:#b0813b;
	text-decoration:underline;
}

#colm2 p a:hover {
	color:#000;
	text-decoration:underline;
}
	
#colm2 h6 {
	text-align:center;
	font-size:1em;
}

#colm3 {
	float:left;
	width:819px;
	padding:0;
	margin:8px 0 0 0;
	border-right:1px solid #244708;
	border-left:1px solid #244708;
	}

#slogan {
	border-top:1px solid #244708;
	margin:15px 0 -10px 0;
	padding:15px 0 0 0;
	}

#flashfeature {
	background:transparent;
	float:right;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	margin-top:0;
	padding:0;
	}

.index #colm3 {
	width:388px;
	margin:-10px;
	padding:0 0 1em 0;
	border-left:8px solid #031f00
	}

.four0four #colm1  {
	padding-top:3em;
	padding-bottom:3em;
	}
	
.four0four #colm1 h1, .four0four #colm1 p, .four0four #colm1 h6 {
	margin-left:50px;
	margin-right:120px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FULLBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fullbrowser {					/* Styles entire Fullbrowser */
	width:487px;
	overflow:hidden;
	}

#fullbrowser h6 {
	text-align:center;
	font-size:1em;
}

#fullbrowser li {
	line-height:1.5em;
}

#breadcrumbs {					/* Applies to the bread Crumbs in fb_Browse.asp & fb_ProductView.asp */
	text-align:left;
	font-size:.75em;
	letter-spacing:.11em;
	padding:0 0 9px 0;
	margin:0 0 0 20px;
	color:#8c4302;
	display:block;
	width:95%;
	border-bottom:1px solid #244708;
	}

#breadcrumbs a {
	font-weight:normal;
	color:#99b81f;
	}

#sub_nav img {
	margin:-3px 0 0 -8px;
	}
	
#subCategoryListing {			/* Applies to subcategory listings in fb_Browse.asp */
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	}

#subCategoryListing li {		/* See Above */
	float:left;
	margin:.25em 0 0 0;
	padding:0 .5em;
	border-left:1px solid #999;
	}

.browse {
	margin:1em 2em;
	}

.browse form, #search form {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	border:1px solid #ccc;
	padding:0 1em;
	}

.browse select, #search select {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	font-size:.9em;
	margin:0 1em 0 0;
	}

.cat_name {
	}

.cat_descript {
	clear:both;
	font-size:.9em;
	padding-top:.25em;
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
	}

#products {
	margin:1em;
	}

.prodListing {					/* Styles to each product listing in fb_Browse.asp, fb_Search.asp */
	width:135px;
	height:175px;
	float:left;
	display:inline;
	margin:0 0 1em 1.5em;
	padding:0 6px 10px 6px;
	text-align:center;
	}

.prodListing h2 a{				/* Product Title */
	font-size:.75em;
	font-weight:bold;
	margin:0;
	padding:0;
	}

.prodListing h3 {				/* Product Price */
	color:#333;
	padding:0;
	margin:0;
	font-size:.9em;
	font-weight:normal;
	}

.prodListing h5 {				/* Product Code, Customization Options */
	float:right;
	text-align:left;
	margin:0;
	padding:3px 5px;
	}

.colorSwatch {
	text-align:center;
	clear:both;
	}
	
.colorSwatch table {
	margin:5px 3px 0 3px;
	padding:1px;
	border-collapse:separate;
	background:#fff;
	}	
	
.colorSwatch table td {
	margin:0;
	padding:0;
	}
	
.colorSwatch table td a {
	display:block;
	width:18px;
	height:18px;
	text-decorat:none
	}

.colorSwatch table td a:hover {
	text-decorat:none
	}

.colorSwatch table td a span {
	display:block;
	}

#featured_products .prodListing {
	width:135px;
	border-left:1px solid #ccc;
	}

#featured_products .cat_name {
	display:none;
	}

#featured_products .prodListing img {
	height:60px;
	}

#featured_products .prodListing h2 {
	padding:3px 0 0 0;
	}
	
#featured_products .prodListing h3 {
	display:none;
	}
	
.clear {						/* Used to clear the current line of Product Listings and move to the next in fb_Browse.asp, fb_Search.asp */
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	}

#viewProduct {
	margin:1em 2em;
	}

#viewProduct .colorSwatch {
	margin-left:10px;
	}

#viewProduct .colorSwatch table td a {
	height:30px;
	}
	
#viewProduct .label {			/* Customizes .label <spans> in fb_ViewProduct.asp */
	width:100px;
	}

#viewProduct h3 .formw {
	margin:3px 0 0 0;
	}

#viewProduct h5 .formw {
	margin:0;
	}

#prodAttributes, #prodQty {
	border:1px solid #ccc;
	margin:1em;
	float:left;
	}

#prodAttributes {
	clear:both;
	}

#prodAttributes table {
	width:100%;
	margin:0;
	padding:0;
	}

#prodAttributes table td {
	margin:0;
	padding:3px;
	}

#prodAttributes td {
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

.QtyRow {
	text-align:center;
	border-top:1px dashed #ccc;
	} 

#prodQty td {
	margin:0;
	padding:5px 4px 5px 4px;
	vertical-align:bottom;
	}

.darkHeading th {
	color:#fff;
	background:#666;
	}
	
#prodAttributes input {
	width:25px;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	}

.infoBox {						/* Customizes Product Options, Related Products and Products Others Bought <div>'s in fb_ViewProduct.asp */
	color:inherit;
	background:#fff;
	border:1px solid #ccc;
	float:left;
	display:inline;
	margin:1em;
	padding:1em;
	width:40%;
	}

.infoBox h2 {					/* See Above */
	font-size:1em;
	color:#fff;
	background:#ccc;
	margin:0;
	padding:5px;
	}
	
#productImage {					/* Styles Product Image <div> in fb_ViewProduct.asp */
	text-align:center;
	margin:2em 0 0 0;
	padding:0 1em 1em 0;
	width:180px;
	float:left;
	}

#productDescript {				/* Styles Product Description <div> in fb_ViewProduct.asp */
	margin:2em 0 0 0;
	width:300px;
	float:right;
	}

#productDetails {				/* Styles Product Options <div> in fb_ViewProduct.asp */
	clear:both;					/* SEE ALSO .infoBox for universal fb_ViewProduct.asp styles */
	background:transparent;
	}

#productDescript h2 {
	display:none;
	}

#productDescript p {
	clear:both;
	padding:1em 0;
	}

#productDetails .formRow {
	margin-left:1em;
	padding:0;
	}

#productDetails .label {
	width:60px;
	text-align:left;
	}

#color .label {
	margin-top:.6em;
	}

#size .label {
	margin-top:.6em;
	}

#qty .label {
	margin-top:.6em;
	}

#prodCoop {
	float:left;
	width:165px;
	}

#prodCoop ul {
	padding-top:.25em;
	list-style-image: url("/include/commerce/multimedia/checkMark.gif");
	}
#prodCoop .label {
	width:75px;
	}
	
#productEmbroidery {			/* Styles the Custom Embroidery Box in fb_ViewProduct.asp */
	float:right;
	display:inline;
	width:250px;
	margin:1em;
	padding:1em;
	}

#productEmbroidery ul {			/* See Above */
	list-style-image: url("/include/commerce/multimedia/checkMark.gif");
	margin:1em;
	}

#productRelatedProducts {
	float:left;
	width:165px;
	}

#addToCart {
	float:right;
	width:55%;
	border:none;
	}

#addToCart #itemNum {
	display:none;
	}

#addToCart #submit {
	float:left;
	width:40%;
	text-align:left;
	}

#cart, #showShipping, #showEditShipping, #showLogin, #showPayment, #showSummary, #showReceipt, #showOrderHistory {
	margin:1em 2em;
	}


#cart table input {
	margin-top:3px;
	}

#cart p {						/* Customizes line items in fb_Cart.asp */
	margin:0;
	padding:0;
	}

#cart h2 {						/* Cart Subtotal */
	font-size:1em;
	text-transform:uppercase;
	}

#cart h3 {						/* Cart Line Item Titles */
	margin:5px 0;
	}

.subTotal {						/* Subtotal <tr> styles */
	background:#eee;
	border:1px solid #ccc;
	}

#showShipping fieldset.infoBox,			/* Modifies color properties for the address fieldsets */
#showEditShipping fieldset.infoBox,
#showPayment fieldset.infoBox {
	color:inherit;
	background:transparent;
	}

#notes {						/* Styles the shipping options notes during the checkout process */
	width:90%;
	float:left;
	display:inline;
	}

#showSummary .label,			/* removed margins on the form elements in Summary & Receipt */
#showSummary .formw,
#showReceipt .label,
#showReceipt .formw {
	margin:0;
	}

#paymentMethod .label {
	width:75px;
	}

#orderTotals .label {			/* widens the ordertotal labels in Summary & Receipt */
	width:120px;
	margin-top:0px;
	}

#billingInfo h3 {
	margin:0;
	padding:5px 0 0 0;
	}

#orderDetail {					/* clears content above and provides spacing for the oder details in MultipleShipping, Summary & Receipt */
	clear:both;
	margin:1em;
	}

.orderByAddress {				/* per on each order orgainized by address in MultipleShipping, Summary & Receipt */
	width:95%;
	border:1px solid #ccc;
	margin:0 0 1em 0;
	padding:1em;
	}

.orderByAddress table {			/* table of data for orders organized by address in  MultipleShipping, Summary & Receipt */
	width:100%;
	margin:0;
	}

#showRegister .formRow {
	padding-top:1.25em;
	}

#showRegister .label {
	width:100px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FILE COMPONENT ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#SortForm {
	color:inherit;
	background:#eee;
	border:1px solid #aaa;
	margin:.5em 0;
	padding:0 5px;
	font-size:1.1em;
	}

#SortForm select {
	color:inherit;
	background:#fff;
	font-size:.9em;
	border:1px solid #aaa;
	margin:0 2em 0 0;
	}

#SortFormCategory {
	color:inherit;
	background:#eee;
	border:1px solid #aaa;
	margin:.5em 0;
	padding:0 5px;
	font-size:1.1em;
	}

#SortFormCategory  select {
	color:inherit;
	background:#fff;
	font-size:.9em;
	border:1px solid #aaa;
	margin:0 2em 0 0;
	}

.byFileCategory {
	padding:0 0 2em 0;
	}

.byFileCategory .title {
	display:none;
	}

.byFileCategory p {
	line-height:1.5em;
	margin:1em 5em .5em 1em;
	clear:both;
	}

.byFileCategory .formRow {
	margin:2em;
	padding:0 0 0 3em;
	}

.byFileCategory .label {
	margin:0;
	padding:0;
	}

.file #fullbrowser {
	padding:1em 2em;
	}

.file h2 {
	margin-top:1.5em;
	font-size:1em;
	}

.file img {
	padding:1em 1em .5em 1em;
	}

.file table {
	border-collapse:collapse;
	width:95%;
	}

.file table td {
	padding:0 2px;
	vertical-align:middle;
	}

#affiliates dt {
	float:left;
	position:relative;
	width:150px;
	clear:left;
	margin-left:2em;
	padding:0;
	height:85px;
	border-top:1px solid #333;
	}

#affiliates dd {
	float:left;
	width:320px;
	margin:0 0 .5em 0;
	padding:.5em;
	height:85px;
	border-top:1px solid #333;
	}

dt.fileTitle {
	font-size:1.1em;
	margin:1em 0 .25em 0;
	border-bottom:1px solid #ccc;
}

dt.fileTitle a:hover {
	text-decoration:none;
	}

dt.fileDate {
	color:#666;
	margin:0 0 .25em 1em;
	}

dl#fileListing dd {
	margin-left:1em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MASTERNAV ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#masterNav {
	border-left:1px solid #fff;
	float:left;
	height:159px;
	width:298px;
	padding:12px 0 0 0;
	margin:0;
	}

#masterNav ul a{
	color:#fff;
	font-weight: Bold;
	line-height:1.5em;
	letter-spacing:.08em;
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	}

#masterNav li {
	margin:0 0 0 -25px;
	list-style:none;
	}

#categoryNav ul {
	list-style:none;
	margin:0 0 0 .5em;
	padding:0;
	}

#categoryNav li {
	padding:.15em 0;
	}

#categoryNav a {
	color:#00f;
	background:transparent;
	font-weight:bold;
	font-size:.9em;
	}

ul.subCategoryNav {
	margin:0 0 .25em 1.5em;
	padding:0;
	}

#verisign {
	text-align:center;
	border:none;
	background:transparent;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		INDEX ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news {
	border:1px solid #ccc;
	margin:0 2em 0 2em;
	}

#news ul {
	margin-top:.5em;
	margin-bottom:.5em;
	}

#listenLive {						/* Ad/Link to live game/radio show audio feed */
	border:1px solid #ccc;
	margin:26px 1em 0 1.5em;
	padding:4px 0;
	float:left;
	clear:left;
	position:relative;
	display:inline;
	width:40%;
	text-align:center;
	}
	
#tickets {							/* Ad/Link to tickets info page */
	float:left;
	width:40%;
	margin:0 0 0 15px;
	text-align:center;
	}
  
#standings table td p {				/* Standings Table - removed extra space from text - due to crappy file-component textbox */
	margin:0;
	padding:0;
	}

#loggersPoll {						/* Poll box */
	float:left;
	display:inline;
	position:relative;
	width:43%;
	margin:0 0 0 1.5em;
	border:1px solid #ccc;
	}

#loggersPoll h3 {
	color:#fff;
	background:#060;
	padding:5px 8px;
	}

#loggersPoll form {
	padding:0 0 0 5px;
	}

#teamSchedule {						/* Game Scedule box */
	float:left;
	display:inline;
	position:relative;
	width:42%;
	margin:0 1.25em 1em  1.25em;
	}

#miniCalendar {
	width:100%;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

#miniCalendar th {
	text-align:center;
	color:#fff;
	background:#060;
	}

#miniCalendar th a {
	color:#fff;
	}

#miniCalendar td {
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
	}

#merch {							/* Ad/Link for team Merchandise */
	clear:both;
	margin:2em 2em 0 1.75em;
	padding:5px;
	border:1px solid #ccc;
	}

#merch img {
	margin:-2em 2em 0 1em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		MINIFORM ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.miniForm .formRow {			/* styles for the shopping cart & account login mini forms */
	padding:1px 3px;
	}

.miniForm .label {				/* modifies the width of labels on shopping cart & account login mini forms */
	width:65px;
	margin:0;
	}

.miniForm {						/* Styles miniForm divs universally */;
	font-size:.9em;
	margin:0 0 1em 0;
	padding:0;
	}

.innerMiniForm {
	border:1px solid #ccc;
	border-top:none;
	padding:0;
	margin-top:-1px;
	}

.miniForm form {				/* resets form spacing on search, shopping cart & account login mini forms */
	padding:.5em;
	margin-top:0;
	}

.miniForm h2 {
	font-size:1em;
	padding:0 0 0 1em;
	}

.miniForm h3 {					/* See Above */
	color:#fff;
	background:url("multimedia/images/miniForm_HeadingBack.gif") no-repeat;
	padding:4px 0 4px 20px;
	margin-bottom:0;
	text-transform:uppercase;
	}
	
.miniForm h5 {					/* See Above */
	color:#333;
	font-size:.9em;
	font-weight:normal;
	}

.miniForm p {
	padding:0 0 0 1em;
	}

.miniForm ul {
	margin:0;
	padding:.25em .25em .25em 2.5em;
	list-style-image:url("multimedia/images/bulletPoint.gif");
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		CALENDAR ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#calendar {
	border:1px solid #ccc;
	border-collapse:collapse;
	}

#calendar td, #calendar th {
	border:1px solid #ccc;
	}

#calendar th {
	text-align:center;
	}

#calendar th h1 {
	margin-top:0;
	}

#calendar #legend th {
	text-align:right;
	border:none;
	}

#calendar td {
	vertical-align:top;
	font-size:.9em;
	padding:5px;
	}

#calendar td h3 {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	line-height:1.1;
	width:20%;
	text-align:right;
	}

#calendar td h2 {
	margin:0;
	padding:0;
	line-height:1.1;
	font-weight:normal;
	text-align:right;
	}

.gameday {
	color:#fff;
	background:#186d0b;
	}
	
.gameday a {
	color:#fff;
	font-weight:normal;
	}


.gamedayHome {
	color:#fff;
	background:#186d0b;
	}
	
.gamedayHome a {
	color:#fff;
	font-weight:normal;
	}
	
.gamedayAway {
	color:#fff;
	background:#031f00;
	}
	
.gamedayAway a {
	color:#fff;
	font-weight:normal;
	}
	
.nogame {
	background:#fff;
	}