/* -----------------------------------------------------------------------

 Utah Pump-N-Run styles

----------------------------------------------------------------------- */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 'lucida grande',lucida,tahoma,helvetica,arial,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% 'lucida grande',lucida,tahoma,helvetica,arial,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	font-family: 'lucida grande',lucida,tahoma,helvetica,arial,sans-serif;
	text-rendering: optimizeLegibility;
}

div, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td {
	margin: 0;
	padding: 0;
}

h2 {
	padding-bottom: 5px;
	font-size: 1.6em;
	text-shadow: #d5d5d5 1px 1px 1px;
}

h2.page-header {
	padding-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

body.col_full h3 {
	text-shadow: #d5d5d5 1px 1px 1px;
}

p {
	margin: 0 0 10px 0;
	line-height: 135%;
}

a {
	outline: none;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

td {
	vertical-align: top;
}

ul#nav, ul#subnav {
	padding: 0;
}

ul#nav li, ul#subnav li {
	list-style: none;
	padding: 0;
}

ol, ol.numbered-list {
	padding-left: 20px;
	padding-bottom: 10px;
}

ol li, .numbered-list li {
	padding: 5px;
	list-style: decimal outside;
}

ul, ul.bullet-list {
	padding-left: 20px;
	padding-bottom: 10px;
}

ul li, .bullet-list li {
	padding: 5px;
	list-style: disc outside;
}

ul.plain-list {
	list-style: none;
	padding-left: 5px;
}

ul.plain-list li {
	list-style: none;
	padding: 5px;
}

div.indent {
	margin-left: 25px;
}

#container {
	background: url(../images/col-left-back.gif) repeat-y left;

	position: relative;
	width: 905px;
	border: solid 8px #fff;
	min-height: 720px;
}

body.col_full #container {
	background: white;
}

#header {
	background: url(../images/hdr_img.gif) no-repeat top left #cc4133;
	width: 905px;
	height: 133px;
}

#header h1 a {
	display: block;
	width: 208px;
	height: 91px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -5000px;
	float: left;
}

#header-super-links {
	height: 40px;
	float: right;
	padding-top: 15px;
}

#header-super-links .header-super-nav {
	text-transform: uppercase;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#header-super-links a.header-super-nav:hover {
	text-decoration: underline;
}

#logo-and-links {
	height: 107px;
}

#col_left {
	float: left;
	width: 178px;
	padding: 10px;
	background: url(../images/feature-story-back.png) top repeat-x #000;
	font-size: 11px;
	min-height: 400px;
}

#col_left > ul > li {
	padding: 0;
	margin: 0 0 5px 0;
	border: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: black 1px 1px 1px;
}

#col_left > ul > li a {
	display: block;
	width: 100%;
	padding: 2px 2px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#col_left > ul > li a:hover {
	color: black;
	background-color: white;
	text-shadow: none;
}

#col_left > ul > li > ul {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: .9em;
}

#col_center {
	float: right;
	width: 696px;
	border-bottom: white solid 2em;
}

#col_full {
	padding: 10px;
}

/* Main table based layout
----------------------------------------------- */
td#leftTile {
	border: 0;
	background: url(../images/woodfloor.jpg) top right;
}

td#rightTile {
	border: 0;
	background: url(../images/woodfloor.jpg) top left;
}

td#leftShadow {
	border: 0;
	width: 7px;
	background: url(../images/dropshadow_left.jpg) repeat-y;
}

td#rightShadow {
	border: 0;
	width: 7px;
	background: url(../images/dropshadow_right.jpg) repeat-y;
}

/* Main Navigation
----------------------------------------------- */
#nav {
	height: 26px;
	background-color: #cc4133;
	margin-left: 0;
}

#nav li {
	float: left;
}

#nav li a {
	height: 26px;
	display: block;
	text-indent: -5000px;
}

#nav li a.about-us {
	width: 91px;
	background: url(../images/nav0_about-us.gif) bottom left no-repeat;
}

#nav li a.teams {
	width: 66px;
	background: url(../images/nav0_teams.gif) bottom left no-repeat;
}

#nav li a.coaches {
	width: 86px;
	background: url(../images/nav0_coaches.gif) bottom left no-repeat;
}

#nav li a.alumni {
	width: 78px;
	background: url(../images/nav0_alumni.gif) bottom left no-repeat;
}

#nav li a.news {
	width: 60px;
	background: url(../images/nav0_news.gif) bottom left no-repeat;
}

#nav li a.sponsors {
	width: 94px;
	background: url(../images/nav0_sponsors.gif) bottom left no-repeat;
}

#nav li a.admin {
	width: 63px;
	background: url(../images/nav0_admin.gif) bottom left no-repeat;
}

body.about #nav li a.about-us, #nav li a.about-us:hover {
	background: url(../images/nav1_about-us.gif) bottom left no-repeat;
}

body.teams #nav li a.teams, #nav li a.teams:hover {
	background: url(../images/nav1_teams.gif) bottom left no-repeat;
}

body.alumni #nav li a.alumni, #nav li a.alumni:hover {
	background: url(../images/nav1_alumni.gif) bottom left no-repeat;
}

body.news #nav li a.news, #nav li a.news:hover {
	background: url(../images/nav1_news.gif) bottom left no-repeat;
}

body.sponsors #nav li a.sponsors, #nav li a.sponsors:hover {
	background: url(../images/nav1_sponsors.gif) bottom left no-repeat;
}

body.coaches #nav li a.coaches, #nav li a.coaches:hover {
	background: url(../images/nav1_coaches.gif) bottom left no-repeat;
}

body.admin #nav li a.admin, #nav li a.admin:hover {
	background: url(../images/nav1_admin.gif) bottom left no-repeat;
}

/* Home Page
----------------------------------------------- */
body.idx #container {
	background: white;
	min-height: 200px;
}

body.idx #col_center {
	float: left;
	width: 637px;
	border: 0;
	background: url(../images/main-back.png) top repeat-x #a6a6a6;
	padding: 6px;
}

body.idx #feature-story {
	background: url(../images/feature-story-back.png) top repeat-x #000;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
	height: 280px;
	overflow: hidden;
}

body.idx #feature-story h3,
body.idx #feature-story h3 a {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: black 1px 1px 1px;

}

body.idx #feature-story div.news-byline {
	margin: 0;
}

body.idx #feature-story .news-byline p {
	margin: 10px 0;
}

body.idx #feature-story img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 2px;
	border: 2px solid #fff;
	max-width: 175px;
	max-height: 225px;
}

body.idx #feature-story img.landscape {
	float: right;
	margin: 0 0 5px 10px;

	max-width: 250px;
	max-height: 175px;
}

body.idx #feature-story a,
body.idx #feature-story a:visited {
	color: #fff;
	font-weight: bold;
}

body.idx #feature-story a:hover {
	text-decoration: underline;
}

body.idx #headlines {
	float: left;
	width: 401px;
}

body.idx #headlines h3 {
	background: url(../images/news-header-back.png) repeat-x top #000;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-shadow: black 1px 1px 1px;
}

body.idx #headlines ul {
	font-size: 12px;
	height: 266px;
	overflow: auto;
	background: #fff;
	margin: 0;
	padding: 0;
}

body.idx #headlines ul li {
	padding: 8px 7px 8px 25px;
	list-style: none;
	background: url(../images/news-bullet.png) no-repeat 10px 11px;
}

body.idx #headlines ul a,
body.idx #headlines ul a:visited,
body.idx #headlines ul a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

body.idx #headlines ul a:hover {
	text-decoration: underline;
}

body.idx #headlines ul .even {
	background-color: #eaeaea;
}

body.idx #about {
	float: right;
	width: 200px;
	background: #e8e8e8;
	font-size: 14px;
	padding: 15px;
	height: 274px;
}

body.idx #sponsors {
	float: left;
	width: 890px;
	font-size: 16px;
	font-weight: bold;
	height: 165px;
	padding: 5px 10px 0 5px;
	text-align: center;
	background: url(../images/sponsors-bottom-back.png) repeat-x bottom #fff;
}

body.idx #sponsors h3 {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: left;
}

body.idx #sponsors img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

body.idx #col_right {
	display: block;
	float: right;
	width: 250px;
	padding: 0;
	background-color: white;
}

body.idx #video-of-the-week {
	float: right;
	width: 240px;
	margin: 0 10px 5px 0;
}

body.idx #social {
	float: right;
	width: 230px;

	background: url(../images/social-back.png) top repeat-x #000;
	padding: 13px 10px 13px 10px;
	margin: 0 0 0 0;
}

body.idx #twitter {
	float: right;
	width: 250px;
	margin: 0 0 5px 0;
	background-color: #000;
	border-top: 1px dotted #777;
}

body.idx #twitter .twtr-hd,
body.idx #twitter .twtr-ft {
	display: none;
}

body.idx #twitter .twtr-bd {
	padding: 0;
}

/* Tables 
----------------------------------------------- */
table.alumni th,
table.roster th,
table.list th {
	border: 1px solid black;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #ddd;
	padding: 5px 20px 5px 5px;
	text-align: left;
}

table.alumni td.actionButtons,
table.roster td.actionButtons,
table.list td.actionButtons {
	white-space: nowrap;
	font-size: 11px;
}

table.alumni td,
table.roster td,
table.list td {
	padding: 5px;
	text-align: left;
	border: 1px solid black;
}

.tableFooter {
	background-color: #ddd;
	border: 1px solid black;
	border-top: 0;
	color: #666;
	font-size: 11px;
	overflow: hidden;
	padding: 5px 3px;
}

.tableFooter div.buttons {
	float: left;
	font-size: 11px;
}

/* News
----------------------------------------------- */
div.news-header,
a.news-header {
	font-size: 1.2em;
	font-weight: bolder
}

div.news-source,
a.news-source {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
table.news-byline,
div.news-byline,
div.news-story {
	margin-top: 10px;
	margin-right: 50px;
}

table.news-byline td {
	border: none;
}

.news-byline p,
.news-story p {
	margin: 0 0 10px 0;
}

table.news-byline p {
	margin-top: -3px;
}

div.news-separator {
	text-align: center;
	border-top: 1px dashed darkgray;
	margin: 15px 50px 25px 0;
}

/* Forms
----------------------------------------------- */
table.form-table {
	border: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

table.form-table > tbody > tr > td {
	padding: 3px;
	border: 0;
}

table.form-table tr td.label {
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}

table.form-table td.label-top,
table.form-table td.label-left {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

table.form-table td.label-left {
	text-align: left;
}

table.form-table tr td .submit,
input.dark-button,
div.buttons input {
	background: #fff url(../images/shadow.jpg) bottom repeat-x;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	margin: 0 3px;
	padding: 2px 6px;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
}

/* Roster
----------------------------------------------- */
#roster td {
	
}

#roster,
#roster thead tr {
	border: 1px solid black;
}

#roster tr.player-summary td {
	padding-top: 5px;
	border-bottom:  none;
}

#roster tr.player-detail td {
	padding-top: 0;
}

#roster td.player-number {
	text-align: center;
}

#roster tr.player-summary td.player-number,
#roster tr.player-summary td.player-name {
	font-weight: bold;
}

#roster tr.player-summary td.player-number:hover,
#roster tr.player-summary td.player-name:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Messages and Errors
----------------------------------------------- */
.err, .status {
	min-height: 10px;
	font-weight: bold;
	color: #ff0000;
	padding: 20px 100px;
	background-color: #fff;
	margin: 0 auto;
	border: solid 1px #ff0000;
	text-align: center;
	margin-bottom: 10px;
}

.status {
	color: #EFE14A;
	border: solid 1px #EFC400;
}

.red {
	font-weight: bold;
	color: #ff0000;
}

.clearance {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
}

.message {
	background: #f3f8fc url(../images/information.png) 8px 50% no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 30px;
	line-height: 16px;
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	padding: 0;
}

div.errors li {
	list-style: none;
	background: url(../images/exclamation.png) 8px 0% no-repeat;
	line-height: 9px;
	padding-left: 30px;
}

td.errors input,
td.errors textarea {
	background-color: #fff3f3;
}

td.errors select {
	border-color: #cc0000;
}

/* Overlay's
----------------------------------------------- */
div.photo-overlay,
div.video-overlay {
	background-image: url(../images/white.png); /*growing background image */
	width: 600px; /* dimensions after the growing animation finishes  */
	height: 600px; 
	display: none; /*initially overlay is hidden */
	float: left; 
	padding: 50px; /*some padding to layout nested elements nicely  */
}

div.photo-overlay div.close,
div.video-overlay div.close {
	background-image: url(../images/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* Pagination
----------------------------------------------- */
.paginateButtons {
	margin-top: 3px;
	float: right;
	font-size: 11px;
}

.paginateButtons a,
.paginateButtons span {
	background: #fff url(../images/shadow.jpg) bottom repeat-x;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	margin: 0 3px;
	padding: 2px 6px;
	text-align: right;
}

.paginateButtons .currentStep {
	background: #777;
	color: white;
	font-weight: bold;
}

.paginateNews {
	padding: 10px 3px;
	font-size: 11px;
}

.paginateNews a {
	background: #fff url(../images/shadow.jpg) bottom repeat-x;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateNews a.nextLink {
	float: right;
}

.paginateNews a.prevLink {
	float: left;
}

/* various image styles
----------------------------------------------- */
#partner-logos {
    padding: 5px 20px 20px 20px;
    text-align: center;
}

#partner-logos img {
    vertical-align: middle;
    padding-right: 15px;
    padding-bottom: 5px;
}

img.coachesPhoto {
	border: 3px solid darkgray;
	margin: 5px;
	padding: 1px;
	max-width: 150px;
}

img.teamPhoto {
	float: right;
	border: 3px solid darkgray;
	margin: 0 0 5px 5px;
	padding: 1px;
	max-width: 310px;
	
}

#photo-overlay img.teamPhoto {
	margin: 0;
}

img.headlinePhoto {
	float: left;
	border: 2px solid darkgray;
	margin: 0 10px 10px 0;
	padding: 1px;
	max-width: 100px;
}

body.news.story img.headlinePhoto {
	max-width: 150px;
}

img.headlinePhoto.landscape {
	max-width: 200px;
}

body.news.story img.headlinePhoto.landscape {
	max-width: 250px;
}

img.storyPhoto {
	float: right;
	border: none;
	margin: 0 0 10px 10px;
	padding: 1px;
	max-width: 400px;
}

img.playerPhoto {
	float:  left;
	border: 2px solid darkgray;
	margin: 0 5px 0 0;
	padding: 1px;
	max-width: 100px;
}
