/*  
Description: CoachBeckman.com
Author: Center for Creative Instruction
Author URI: http://www.utoledo.edu/centers/cci/


/* ---------- Reset -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #000;
	line-height: 1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #99ccff;
}
/* ---------- Styles -----------*/


#container {
	width: 100%;
	min-width: 940px;
}
#contentHold {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/structure/content_bg.jpg) no-repeat top left;
}
#contentHold h1 {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/structure/dotLine_black.gif) repeat-x bottom left;
}
#content {
	font-size: 80%;
	line-height: 1.5em;
}
#content p, h4 {
	margin-bottom: 20px;
}
#content h4 {
	font-size: 110%;
}
#content .hr {
	background: url(../images/structure/dotLine_grey.gif) repeat-x top left;
	height: 1px;
	margin-bottom: 20px;
}
#content .hr hr {
	display: none;
}
#content ul {
	margin-bottom: 20px;
	margin-left: 15px;
}
#content ul li {
	list-style-type: square;
	list-style-position: outside;
}
.contentCol {
	width: 580px;
	float: left;
}
/* ---------- Sidebar -----------*/

#sidebar {
	width: 280px;
	float: right;
	margin-bottom: 20px;
}
#sidebar h3 {
	margin-bottom: 15px;
}
/* ---------- Sidebar : Twitter -----------*/

#sidebar .twitter {
	background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sidebar .twitter p {
	border: 3px solid #4d4d4d;
	background-color: #1c1c1c;
	padding: 10px 15px;
	color: #FFF;
	font-size: 75%;
	line-height: 1.5em;
}
#sidebar .twitter span {
	display: block;
	font-size: 85%;
	color: #999;
	font-style: italic;
}
/* ---------- Sidebar : Sidenav -----------*/

#sidebar .sidenav {
	background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sidebar .sidenav li {
	margin-bottom: 10px;
	font-size: 80%;
	padding-left: 15px;
	line-height: 1.25em;
	background: url(../images/structure/bullet.gif) no-repeat 0px 5px;
}
#sidebar .sidenav li a {
	display: block;
	text-decoration: none;
}
#sidebar .sidenav li a:hover {
	text-decoration: underline;
}
/* ---------- Sidebar : Headlines -----------*/

#sidebar .rss-box {
	background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#sidebar .rss-box li {
	margin-bottom: 10px;
	font-size: 80%;
	padding-left: 15px;
	line-height: 1.25em;
	background: url(../images/structure/bullet.gif) no-repeat 0px 5px;
}
#sidebar .rss-box li a {
	text-decoration: none;
}
#sidebar .rss-box li a:hover {
	text-decoration: underline;
}
#sidebar .rss-date {
	font-size: 80%;/*display: block;*/
}
/* ---------- Footer -----------*/


#footer {
	background: url(../images/structure/dotLine_grey.gif) repeat-x top left;
	margin-top: 5px;
	padding: 11px 0 40px 0;
	clear: both;
}
#footer p {
	float: right;
	text-align: right;
	color: #CCC;
	font-size: 70%;
	line-height: 1.5em;
}
#footer img {
	float: left;
}
#footer .logo {
	margin-right: 20px;
}
/* ---------- Homepage -----------*/

#homeContentHold {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: url(../images/structure/homeContent_bg.gif) no-repeat top left;
}
.feature {
	background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: block;
	overflow: inherit;
}
.feature h2 {
	display: block;
	margin-bottom: 10px;
}
.feature .featImg {
	border: 3px solid #4d4d4d;
	float: left;
}
.feature dl {
	margin-left: 233px;
	display: block;
}
.feature dt {
	font-weight: bold;
}
.feature dd {
	font-size: 95%;
	color: #CCC;
}
.feature dd a {
	display: block;
	background: url(../images/structure/bullet.gif) no-repeat 0px 7px;
	padding-left: 15px;
	text-decoration: none;
}
.feature dd a:hover {
	text-decoration: underline;
}
#banner {
	margin: 0 auto;
	width: 940px;
}
.homeCol {
	width: 280px;
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 0px;
}
.homeCol h3 {
	margin-bottom: 15px;
}
/* ---------- homeCol : Twitter -----------*/

.homeCol .twitter {
	/*background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;
	padding-bottom: 10px;*/
	border-bottom: 3px solid #4d4d4d;
	border-top: 3px solid #4d4d4d;/*margin-bottom: 20px;*/
}
.homeCol .twitter p {
	border-top: none;
	border-left: 3px solid #4d4d4d;
	border-right: 3px solid #4d4d4d;
	border-bottom: none;
	background-color: #1c1c1c;
	padding: 10px 15px;
	color: #FFF;
	font-size: 75%;
	line-height: 1.5em;
}
.homeCol .twitter span {
	display: block;
	font-size: 85%;
	color: #999;
	font-style: italic;
}
/* ---------- homeCol : Headlines -----------*/

.homeCol .rss-box {
	/*background: url(../images/structure/dotLine_grey.gif) repeat-x bottom left;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.homeCol .rss-box li {
	/*margin-bottom: 10px;*/
	font-size: 80%;
	padding-left: 15px;
	line-height: 1.25em;
	background: url(../images/structure/bullet.gif) no-repeat 0px 5px;
}
.homeCol .rss-box li a {
	text-decoration: none;
}
.homeCol .rss-box li a:hover {
	text-decoration: underline;
}
.homeCol .rss-date {
	font-size: 80%;
	display: block;
}
/* ---------- HTML Nav -----------*/

#htmllinks {
	display: none;
}
/* ---------- Misc -----------*/

.ends {
	clear: both;
}
.endsLeft {
	clear: left;
}
.endsRight {
	clear: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pictLeft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.pictRight {
	margin-left: 15px;
	margin-bottom: 15px;
}
.boldtext {
	font-weight:bold;
}
.threePxBor {
	border: 3px solid #4d4d4d !important;
}

/* ---------- Page Specific Styles -----------*/

/* ---------- Coaches -----------*/

.coachPict {
	width: 134px;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 3px;
	background-color: #4d4d4d;
}
/* ---------- Players -----------*/

.players {
}
.players td, th {
	padding: 3px;
}
.players th {
	text-align: left;
}
.players td {
	background: url(../images/structure/dotLine_grey.gif) repeat-x top left;
}
/* ---------- Strength ----------*/

.check {
	text-align:center;
}
/* ---------- Tickets -----------*/

.tickets {
	margin-bottom: 20px;
}
.tickets td, th {
	padding: 3px;
}
.tickets th {
	text-align: left;
	vertical-align: bottom;
}
.tickets td {
	background: url(../images/structure/dotLine_grey.gif) repeat-x top left;
}
.ticketPictRht {
	border: 3px solid #4d4d4d;
	float: right;
	margin-left: 15px;
}
/* ---------- Schedule -----------*/

.schedule {
	margin-bottom: 20px;
}
.schedule td, th {
	padding: 3px;
}
.schedule th {
	text-align: left;
	vertical-align: bottom;
}
.schedule td {
	background: url(../images/structure/dotLine_grey.gif) repeat-x top left;
}
/* ---------- Support -----------*/

.staff {
	display: block;
	overflow: visible;
	height: inherit;
	clear: left;
}
.staff img {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 25px;
}
/* ---------- NFL -----------*/

.finePrint {
	color: #999;
}
/* ---------- Multimedia -----------*/


#photos {
	display: block;
	float: left;
	width: 265px;
	margin-left: 25px;
}
#photos .rss-box {
	padding: 0;
	margin: 0;
}
#photos .rss-box ul {
	padding: 0;
	margin: 0;
}
#photos .rss-box li {
	padding-left: 15px;
	line-height: 1.25em;
	background: url(../images/structure/bullet.gif) no-repeat 0px 5px;
	list-style: none;
}
#photos .rss-box li a {
	text-decoration: none;
}
#photos .rss-box li a:hover {
	text-decoration: underline;
}
#photos .rss-date {
	font-size: 80%;
	display: block;
}
#video {
	width: 312px;
	float: left;
	display: block;
	padding-bottom: 15px;
}
#video p {
	margin-bottom: 5px !important;
}
#video a {
	display: block;
	background: url(../images/structure/bullet.gif) no-repeat 0px 7px;
	padding-left: 15px;
	text-decoration: none;
}
#video a:hover {
	text-decoration: underline;
}

/* ---------- Poll -----------*/

#Panel1 {
	border: none !important;
}