/*  
Theme Name: Oregon Sports
Theme URI: http://wordpress.org/
Description: Theme custom developed for <a href="http://www.oregonsports.org">Oregon Sports Authority</a> by <a href="http://www.eroi.com">eROI</a>.
Version: 1
Author: eROI, James Hall, Todd Quackenbush
Author URI: http://www.eroi.com/

	Oregon Sports Authority v1

	This theme was designed and built by eROI (James Hall and Todd Quackenbush),
	whose site you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/************************************************************************

	Site:		oregonsports.org

	Author:		James Hall (production), Todd Quackenbush (design), eROI		[www.eroi.com]  

	Client:		Oregon Sports Authority
	
	Notes:		Print Style Sheet
				
				
************************************************************************/

/*#menu {
	display: none;
	}
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}*/


body {
	background: #ffffff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0;
	line-height: 14px;
}

h1 {
	color:#004685;
	font-size:190%;
}

div.clear {
	clear:both;
}

/*LINK STYLES*/
a {
	text-decoration:none;
	color: #e18317;
}

a:hover {
	color:#333333;
}

div.entryShortRight ul.rightColEventList li a, div.rightGrayBoxLeft ul li a, div.rightGrayBoxRight ul li a, div.leftWhiteBox ul.monthCol a, ul.bulletList li a, a.blackLink, div.memberLinks a{
	color:#000000;
}

div.entryShortRight ul.rightColEventList li a:hover, div.rightGrayBoxLeft ul li a:hover, div.rightGrayBoxRight ul li a:hover,  div.leftWhiteBox ul.monthCol a:hover, ul.bulletList li a:hover, a:hover.blackLink, div.memberLinks a:hover{
	color:#e18317;
}

span.invisiText, img{
	display:none;
}

p{
	line-height:1.5em;
	margin-top:5px;
	padding:0px;
	margin-bottom:5px;
}

/***********************************************************************
	2 - Structure/Layout
***********************************************************************/

div#container{
	width:960px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
}

div#header{
	background:url(images/bgHeader.gif) top left repeat-x;
	width:960px;
	height:0px;
	visibility:hidden;
}

div#contentTopCap{
	background:url(images/bgTopCap.gif) top left no-repeat;
	width:960px;
	height:31px;
}

div#content{
	background:url(images/bgContent.gif) top left repeat-y;
	height:100%;
	clear:both;
}

div#contentBottomCap, div#flashHeader, div#flashHeader div.hidden, div#subNav, div#rightCol, div#newsletterSignupLeft, div#membersFlash, div#footer, div#rightCol, div#leftBlackBox, h2.gray, form{
	height:0px;
	display:none;
}