/* 

Scott Tyrcha Football Main Styles

Link Rollovers = #ff6000 (Orange)

Main Text = #fff (white)

 */



* {

	margin:0;

	padding:0;

	}

	

body {

	text-align: center;

	margin: 0;

	background-color: #000;

}



#container {

	margin:0px auto;

	width:690px;

	position:relative;}



a img {border:none;}



a {

	outline:none;

	color: #a1be69;

}



a:hover {

	outline:none;

	color: #d8ebb4;

}



/* -- [content (main controllers)] -------------------------------------------------------------------- */

#main-container {

	width:690px;

	min-height:500px;

	text-align: left;

	float: left;

	background-image: url(../images/content_bg.jpg);

	background-repeat: repeat-y;

}

	

#inner-container {

	width:648px;

	min-height:500px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #ffffff;

	text-align: left;

	float: left;

}	

	

#header {

	width:690px; 

	}

	

#footer {

	width:690px;

	height:62px;

	float:right;

	text-align:center;

	}

	

.clear{

clear:both;

/*** these next attributes are designed to keep the div

height to 0 pixels high, critical for Safari and Netscape 7 ***/

height:0px;

overflow:hidden;

line-height:1%;

font-size:0px;

margin-bottom:-1px;

}	

/* -- [navigation] -------------------------------------------------------------------- */

#nav {

	position: relative;

	margin: 0 auto;

	width: 690px;

	top: 0px;

	padding: 0 0 0 0;

	text-indent:-9999px; 

}



#nav li {

   display: inline;

   list-style-type: none;

}



#nav li a {display: block; float: left;  text-decoration: none; overflow: hidden;}



#nav li a#home {background: url(../images/menu_full.jpg) 0px 0px no-repeat; width: 117px; height: 39px;}

#nav li a#profile {background: url(../images/menu_full.jpg) -115px 0px no-repeat; width: 118px; height: 39px;}

#nav li a#gallery {background: url(../images/menu_full.jpg) -235px 0px no-repeat; width: 117px; height: 39px;}

#nav li a#awards {background: url(../images/menu_full.jpg) -358px 0px no-repeat; width: 118px; height: 39px;}

#nav li a#links {background: url(../images/menu_full.jpg) -475px 0px no-repeat; width: 80px; height: 39px;}

#nav li a#contact {background: url(../images/menu_full.jpg) -550px 0px no-repeat; width: 120px; height: 39px;}



#nav li a#home:hover {background: url(../images/menu_full.jpg) 0px -39px; background-repeat:no-repeat}

#nav li a#profile:hover {background: url(../images/menu_full.jpg) -115px -39px; background-repeat:no-repeat}

#nav li a#gallery:hover {background: url(../images/menu_full.jpg) -235px -39px; background-repeat:no-repeat}

#nav li a#awards:hover {background: url(../images/menu_full.jpg) -358px -39px; background-repeat:no-repeat}

#nav li a#links:hover {background: url(../images/menu_full.jpg) -475px -39px; background-repeat:no-repeat}

#nav li a#contact:hover {background: url(../images/menu_full.jpg) -550px -39px; background-repeat:no-repeat}



/* -- [about] -------------------------------------------------------------------- */

#about {

	width: 648px;

	height: 213px;

	background-image: url(../images/about_bg.jpg);

	margin-left: 21px;

}



#about h1 {

	position: absolute;

	left: 195px;

	margin: 30px 0 0 0;

	font-size: 28px;

	font-family: "Times New Roman", Times, serif;

	font-weight: bold;

	font-style: italic;

	color: #a1be69;

}



#about p.blurb {

	height: 178px;

	background: url(../images/about_pic.jpg) 10px 20px no-repeat;

	padding: 70px 20px 0 170px;

	line-height: 17px;

}



/* -- [main] -------------------------------------------------------------------- */

.main-box {

	width: 598px;

	margin-top: 15px;

	margin-left: 45px;

	background-image: url(../images/main_body.jpg);

	background-repeat: repeat-y;

	margin-bottom: 40px;

}

.main-box li {

	display: inline;

}

.main-box img.bottom {

	float: right;

}

.main-box img.right  {

	float: right;

	padding-right: 60px;

	padding-top: 20px;

}



.main-box h1 {

	font-family: "Times New Roman", Times, serif;

	font-size: 22px;

	color: #a1be69;

	font-weight: bold;

	font-style: italic;

	text-decoration: none;

}

.main-box blockquote {

	margin-top: 5px;

	margin-right: 25px;

	margin-left: 30px;

	margin-bottom: 0px;

	color: #fff;

	line-height: 13pt;

}

.main-box .date {

	background-image: url(../images/main_arrow.jpg);

	background-repeat: no-repeat;

	padding-left: 34px;

	padding-bottom: 10px;

	margin-left: 15px;

}

.main-box img.left  { margin: 5px 20px 5px 30px; float: left }

.main-box p {

	margin-top: 10px;

	margin-right: 25px;

	margin-left: 30px;

	margin-bottom: 0px;

	color: #fff;

}



/* -- [contact form] -------------------------------------------------------------------- */

form {margin: 10px 0 0 30px;}



fieldset {

	border: 1px dashed #54534E;

	padding: 10px;

	margin-top: 10px;

}

input:focus,textarea:focus {

 background-color: #ece5dd;

 border: 1px dashed #54534E; 

}

label,input.submit {

 text-transform: uppercase;

 font-size: 10px;

 color: #3c3c3c;

}

input,textarea {

 border: 1px solid #54534E;

 font: 10px verdana,arial,helvetica,sans-serif;

 padding: 3px;

 color: #3c3c3c;

}

input.submit {

	border: 1px solid #54534E;

	margin-top: 10px;

}

input:hover.submit {

 border: 1px solid #54534E;

}



/* -- [misc] -------------------------------------------------------------------- */

.bold {

	font-weight: bold;

}

.gallery {

	padding-bottom: 20px;

	padding-left: 13px;

	}

.gallery li a img {

	background: #ffffff;

	padding: 3px;

	margin: 5px;

	border: 1px solid #DFDFDF

	}

.gallery li a:hover img {

	border: 1px solid #397539;

	}
	
/*--------------Shadow Box*/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	color: #FFF;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #c09868;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	height: 100px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#sb-player.html {
	height: 100%;
	overflow: hidden;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
	color: #CCC;
}

#sb-loading-inner span {
	background: url(../images/loading.gif) no-repeat;
	padding-left: 36px;
	display: inline-block;
}

#sb-body,#sb-loading {
	background-color: #FFF;
}

#sb-title {
	display: none;
}

#sb-title-inner {
	font-size: 16px;
}

#sb-info,#sb-info-inner {
	height: 25px;
	position: relative;
	z-index: 9999;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 25px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 25px;
	width: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	position: relative;
	bottom: 15px;
	right: 10px;
}

#sb-nav-close {
	background-image: url(../images/close.png);
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

/*--------------Contact*/
#say-hello { 
	width: 960px;
	margin: 0;
	padding: 20px 0 0 0;
}

#say-hello .main #sendemail {
	display: block;
	float: left;
	width: 660px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 1px solid #BBB;
	padding: 15px;
	background: #e6dcc7; /* old browsers */
	background: -moz-linear-gradient(top, #e6dcc7 70%, #cdc0a3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#e6dcc7), color-stop(100%,#cdc0a3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6dcc7', endColorstr='#cdc0a3',GradientType=0 ); /* ie */
}

#say-hello .main fieldset {
	float: left;
	position: relative;
	border:0;
}

#say-hello .main fieldset legend {
	
}

#say-hello .main fieldset ul {
	margin: 0;
}

#say-hello .main fieldset ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 2px 0;
}

#say-hello .main fieldset ul li label {
	float: left;
	width: 140px;
	padding: 0 10px 0 0;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #392613;
	text-align: right;
}

#say-hello .main fieldset #name, #say-hello .main fieldset #email, #say-hello .main fieldset #message {
	font: 14px Helvetica, Arial, sans-serif;
	width: 480px;
	color: #666;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	border-top: 1px solid #BBB;
}

#say-hello .main fieldset #name, #say-hello .main fieldset #email {
	width: 300px;
}

#say-hello .main fieldset #message {
	height: 100px;
}

#say-hello .main fieldset #submit {
	color: #FFF;
	padding: 5px;
	margin: 10px 0 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	border-bottom: 1px solid #3f0000;
	position: relative;
	left: 150px;
	cursor: pointer;
	background: #6e0505; /* old browsers */
	background: -moz-linear-gradient(top, #8d3b3b 4%, #6e0505 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#8d3b3b), color-stop(100%,#6e0505)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d3b3b', endColorstr='#6e0505',GradientType=0 ); /* ie */
	text-shadow: 0 -1px 0 #6e0505;
	-moz-text-shadow: 0 -1px 0 #6e0505;
	-webkit-text-shadow: 0 -1px 0 #6e0505;
	font: 14px Helvetica, Arial, sans-serif;
}

#say-hello .main fieldset #submit:hover {
	background: #6e0505;
}

#say-hello .main fieldset #submit:active {
	background: #8d3b3b;
}

#say-hello .side {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	font: 14px Helvetica, Arial, sans-serif;
}

#say-hello .side h3 {
	font: 14px Helvetica, Arial, sans-serif;
	color: #6C0;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #389200;
	margin: 0 0 15px 0;
}

#say-hello p {
	font: 14px Helvetica, Arial, sans-serif;
	line-height:16px;
	font-weight:bold;
}

#say-hello .main {
	float: left;
	width: 690px;
	margin: 0;
}

/*--------------Required for Honey Pot*/
#say-hello .robotic { display: none; }
/*--------------Section Headers*/
h4 {
	text-indent: -8000px;
	height: 40px;
	padding: 0 0 20px 0;
} 

h4#contact { background: transparent url(../images/h-contact.png) 0 0 no-repeat;}
