/* Updated 06/14/07 */

/*====================
Global Styles
======================*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	color: #000;
	background: #53812d;
}
body {
	font: 65%/1.2em Arial, Helvetica, sans-serif;
	padding: 20px 0;
	background: url(../img/layout/page-bg.jpg) no-repeat center top;
}
/*====================
Link Styles
======================*/
a:link, a:visited {
	color: #768d4c;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
/*====================
Heading Styles
======================*/
h1 {
	font-size: 1.8em;
	margin: .6em 0;
}
h2 {
	font-size: 1.6em;
	margin: .6em 0;
}
h3 {
	font-size: 1.4em;
	margin: .6em 0;
}
h4 {
	font-size: 1.2em;
	margin: .4em 0;
}
h5 {
	font-size: 1em;
	margin: .4em 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
li, dd {
	margin: .25em 0;
}
dt {
	font-weight: bold;
}
/*====================
General Styles
======================*/
p {
	margin: 1em 0;
}
img {
	border: 0;
}
blockquote {
	margin: 1em 0;
	padding-left: 20px;
}
code, kbd, pre {
	font-family: Courier, Courier New, Tahoma;
}
ins, del {
	font-style: italic;
}
abbr, acronym, dfn {
	cursor: help;
}
hr {
	display: none;
}
label {
	display: block;
}
/*====================
Common Site-wide Styles
======================*/
#pageWrap {
	background: #fff url(../img/layout/texture-content-bg.jpg) no-repeat right bottom;
	width: 965px;
	position: relative;
	left: 50%;
	margin-left: -482px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftCol {
	width: 233px;
	padding-top: 30px;
	margin-left: 9px;
	float: left;
	background: transparent url(../img/layout/left-col-bg-top.gif) no-repeat left top;
}
#nefLogo {
	margin-left: 13px;
}
#leftColContent {
	margin: 10px 25px 0;
}
#searchForm, #teamSchedule, #managerLogin, #homeIntroPara {
	border-top: 5px solid #077647;
}
#managerLogin {
	border-bottom: 5px solid #077647;
}
#searchForm p, #managerLogin p {
	margin: .6em 0 1.8em;
}
#searchForm label, #teamSchedule h4, #managerLogin label {
	color: #5f7757;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 1.2em;
}
#searchInput, #loginUsername, #loginPassword, #teamSearch {
	width: 159px;
	font-size: .9em;
	padding: 2px 3px;
	border: 1px solid #cfcfcf;
}
#loginUsername {
	margin-bottom: 3px;
}
#searchInput:focus, #commentName:focus,
#commentEmail:focus, #commentText:focus,
#loginUsername:focus, #loginPassword:focus,
#teamSearch:focus {
	border-color: #9c9c9c;
}
#loginSubmit, #searchSubmit, #teamSearchSubmit {
	position: relative;
	top: 4px;
}
#teamSchedule {
	padding-top: .6em;
}
#teamSchedule caption {
	font-weight: bold;
	text-align: left;
}
#teamSchedule th {
	text-align: left;
}
#teamSchedule th, #teamSchedule td {
	padding: 3px 5px 3px 1px;
}
#teamSchedule td a, #teamSchedule td a:visited,
#searchResults td a, #searchResults td a:visited   {
	color: #000;
}
#teamSchedule .oddRow, #searchResults .oddRow {
	background-color: #e6e6e6;
}
#searchResults .rowWithNewComment {
	background-color: #B27756;
}
#searchResults .evenRow {
	background-color: transparent;
}
#searchResults {
	border-top: 5px solid #768d4c;
	width: 690px;
}
#searchResults th, #searchResults td {
	padding: 5px 12px;
}
#searchResults th {
	color: #768d4c;
	text-align: left;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: 2px solid #768d4c;
}
.dottedRule {
	border-bottom: 1px dotted #bfbfbf;
	height: 2px;
	margin: 1.4em 0;
}
.latestNews {
	border-top: 1px dotted #bfbfbf;
	padding: .3em 0;
}
.latestNews h4 {
	font-size: 1.1em;
	margin-bottom: 0;
}
.latestNews p {
	color: #444;
	margin-top: 0;
	margin-bottom: .5em;
}
.latestNewsDetail {
	border-top: 1px dotted #bfbfbf;
	padding: .3em 0;
}
.latestNewsDetail h4 {
	font-size: 1.1em;
	margin-bottom: 0;
}
.latestNewsDetail p {
	color: #444;
	margin-top: 0;
	margin-bottom: 1em;
}
p.latestNewsMeta {
	color: #000;
}
p.readMore {
	text-align: right;
	margin-top: .75em;
}
.readMore a, .readMore a:visited {
	color: #b27756;
	text-transform: uppercase;
	font-size: .9em;
	padding-right: 16px;
	background: url(../img/layout/form-submit-brown.gif) no-repeat right center;
}
#newsArchive {
	text-align: right;
	margin-bottom: 0;
}
#newsArchive img {
	display: block;
}
#leftColBgBottom, #rightColBgTop, #rightColBgBottom, #photosBgBottom {
	display: block;
}
#rightCol {
	width: 715px;
	margin-left: 246px;
	background: transparent url(../img/layout/right-col-bg-bottom.gif) no-repeat bottom left;
}
#rightColContent {
	margin: 0 12px;
}
#innerSubCol {
	width: 160px;
	margin-left: 15px;
	float: right;
	position: relative;
	top: -33px;
}
#contactWrap {
	background-color: #edf3ea;
	padding: 5px;
	color: #555;
}
#contactWrap a, #contactWrap a:visited {
	color: #000;
}
#contactWrap h5 {
	text-transform: capitalize;
	color: #768d4c;
	margin: 0;
}
#contactWrap p {
	margin: 3px 0 0;
}
#verticalPhotos {
	background-color: #153520;
	margin-top: 15px;
	padding: 6px 0 0;
}
.photo {
	width: 129px;
	height: 110px;
	margin: 1px 0;
	padding: 12px 0 0 18px;
	position: relative;
	left: 6px;
	color: #999;
	background: url(../img/layout/vert-photo-bg.gif) no-repeat left top;
}
.photo a, .photo a:visited {
	color: #000;
}
.photo a img {
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
#verticalPhotos .viewMore {
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	top: 8px;
	display: block;
	text-align: right;
	margin-right: 7px;
	padding-right: 14px;
	background: url(../img/layout/arrow-down-right.gif) no-repeat right top;
}
#verticalPhotosBgBottom {
	position: relative;
	top: 8px;
}
#teamCoaches {
	margin-top: 15px;
	padding: 6px 5px 6px;
	border-top: 5px solid #768d4c;
}
#teamCoaches dl {
	padding-left: 0;
}
#teamCoaches dd {
	color: #888;
	text-transform: capitalize;
}
#innerMainCol {
	position: relative;
	min-height: 335px;
	top: -25px;
}
.pagination {
	float: right;
	position: relative;
	top: 22px;
	margin-right: 20px;
	font-size: 1.2em;
}
#paginationBottom {
	top: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}
.pagination p {
	margin: 0;
}
.pagination a, .pagination a:visited {
	color: #000;
	text-transform: uppercase;
}
.pagination a:visited {
	color: #888; /* This will at least inform the visitor which pages they've already viewed. */
}
.pagination .paginationControl, .pagination .paginationControl:visited {
	color: #768d4c;
	padding-right: 14px;
	margin: 0 8px;
	background: url(../img/layout/form-submit-brown.gif) no-repeat right center;
}
#teamInfo, #pageHeader {
	margin: 10px 20px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}
#pageHeader {
	min-height: 0;
	height: auto;
}
#teamInfo h2, #pageHeader h2 {
	color: #768d4c;
	font-size: 2em;
}
#teamInfo ul, #pageHeader p {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
#teamInfo #school {
	color: #768d4c;
}
#teamInfo #homeLocation, #pageHeader p {
	color: #768d4c;
}
#teamInfo #bracket {
	color: #888;
}
#teamHelmet {
	float: right;
	display: block;
	position: relative;
	/*top: -12px;*/
}
#post, #postComments, #writeComment, .innerContentWrap {
	margin: 10px 20px;
	font: 120%/1.2em Arial, Helvetica, sans-serif;
}
#post h3 {
	color: #768d4c;
	font-size: 1.1em;
}
.metaInfo {
	color: #444;
	font-style: italic;
	text-align: right;
}
#postComments h4, #writeComment h4 {
	color: #768d4c;
	padding-bottom: .25em;
	margin-bottom: 0;
	font-size: 1em;
	border-bottom: 1px dotted #555;
}
.comment {
	padding: .15em .75em;
}
.odd {
	background-color: #e4ece0;
}
#commentName, #commentEmail, #commentText {
	border: 1px solid #ccc;
	width: 250px;
}
#commentText {
	width: 471px;
}
#writeCommentFooter {
	width: 471px;
}
#submitComment {
	float: right;
	margin-top: 0;
}
.lastEdited {
	color: #768d4c;
}
#horizontalPhotos {
	background-color: #153520;
	float: left;
	padding: 6px 0 0;
	margin: 0 4px 0 3px;
	position: relative;
	top: -19px;
}
#horizontalPhotos .photo {
	float: left;
	left: 0;
	margin: 0 -2px 0 0;
	padding: 10px 0 0 15px;
	width: 127px;
	height: 118px;
	background: url(../img/layout/horiz-photo-bg.gif) no-repeat left top;
}
#horizontalPhotosBgBottom {
	margin-top: 10px;
	text-align: right;
	background: url(../img/layout/horiz-photos-bg-bottom.gif) no-repeat left top;
}
#horizontalPhotosBgBottom .viewMore {
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	top: 8px;
	display: block;
	height: 37px;
	margin-right: 12px;
	padding-right: 14px;
	background: url(../img/layout/arrow-down-right.gif) no-repeat right top;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
#footer {
	position: relative;
	left: 50%;
	width: 965px;
	margin-left: -482px;
	padding-bottom: 20px;
}
#footer ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
}
#footer li {
	border-right: 1px solid #000;
	float: left;
	padding: 1px 5px;
}
#footer li.lastItem {
	border-right: none;
}
#footer a, #footer a:visited {
	color: #000;
	text-transform: uppercase;
}
#copyright {
	float: right;
	margin-top: .4em;
}
.pageContent {
	margin-left: 19px;
	font: 120%/1.2em Arial, Helvetica, sans-serif;
}
/*====================
Page Specific Styles
======================*/
/* begin home page styles */
#homePage #pageWrap {
	background-color: #fff;
	background-image: none;
}
#homePage #leftCol {
	height: 466px;
	background: url(../img/layout/home-left-col-bg.jpg) no-repeat left top;
}
#homeIntroPara {
	margin: 1em 0;
	padding: 1.5em 0;
	text-align: center;
}
#homePage #managerLogin {
	border-bottom: none;
}
#homePage #rightCol {
	margin-left: 242px;
	height: 496px;
	background: transparent url(../img/layout/newenglandfootball_stroke.jpg) no-repeat left top;
}
#homePage #rightColContent {
	margin-right: 0;
	margin-left: 0;
}
#homePage #innerMainCol {
	top: 35px;
	margin-right: 165px;
}
#teamSearchWrap {
	text-align: right;
}
#homePage #innerSubCol {
	top: 0;
	padding-top: 6px;
	height: 400px;
}
#homePage .latestNews {
	width: 145px;
	height: 107px;
	margin-bottom: 2px;
	padding: 5px 5px 0 10px;
	border-top: none;
	background: url(../img/layout/home-news-bg.gif) no-repeat left top;
}
#homePage .latestNews h4 {
	margin-top: 4px;
}
#homePage .latestNews .readMore a, #homePage .latestNews .readMore a:visited {
	background-image: none;
	padding-right: 10px;
}
#homePage #newsArchive {
	padding-left: 7px;
}
#homePage #horizontalPhotos {
	padding-bottom: 8px;
	margin: 5px 4px 0 -482px;
	left: 50%;
	top: 0;
	width: 965px;
}
#homePage #horizontalPhotos .photo {
	margin-right: -5px;
}
/* end home page styles */
/*====================
Form Syles
======================*/
.required {
	color: #A91113;
}
input.textField, textarea.textField {
	border: 1px solid #B5B6B8;
}
input.exceptionField, textarea.exceptionField {
	border: 1px solid #BE131C;
}
.inlineSearchForm label {
	font-size: 1em;
	color: #333;
	padding-right: 5px;
	display: inline;
}
.inlineSearchForm input {
	font: inherit;
	margin: 2px;
	padding: 2px;
	border: 1px solid #B5B6B8;
}
.inlineSearchForm input.textInput {
	font: inherit;
	width: 250px;
}
.inlineSearchForm .submit {
	font-size: 10px;
	border: 1px solid #B5B6B8;
}
/*====================
Admin Form Syles
======================*/
fieldset {
	margin: 0 0 20px 0;
	border: 0px;
	overflow: auto;
	border-top: 1px solid #AAB88F;
}
fieldset legend {
	padding: 2px 5px;
	color: #768D4C;
	font-weight: bold;
	font-size: 12px;
}
.formItem {
	padding: 5px;
	/*background-color:#ededed;*/
	line-height: 2em;
}
.formItem label {
	color: #333;
	float:left;
	padding-right: 5px;
	width: 150px;
	vertical-align: top;
	text-align: right;
}
.formItem label em {
	font-weight: bold;
	color: #f00;
}
.formItem input, .formItem textarea, .formItem select {
	font: inherit;
	margin: 2px;
	padding: 2px;
	border: 1px solid #B5B6B8;
	width: 300px;
}
.formItem textarea {
	height: 150px;
}
.formItem .checkbox {
	width: auto;
	border: 0;
}
.formButton {
	width: 400px;
	text-align: right;
}
.formButton input {
	border: 1px solid #B5B6B8;
}
.formItem p.hint {
	margin: 0 0 10px 160px;
	padding: 0; 
	color: #777;
	font-style: italic;
}
.formPagination {
	font-size: 1.2em;
	float: right;
}
.formPagination p {
	margin: 0;
}
.formPagination a {
	color: #000;
	text-transform: uppercase;
}
.formPagination a:visited {
	color: #888; /* This will at least inform the visitor which pages they've already viewed. */
}
.formPagination .paginationControl, .formPagination .paginationControl:visited {
	color: #768d4c;
	padding-right: 14px;
	margin: 0 8px;
	background: url(../img/layout/form-submit-brown.gif) no-repeat right center;
}
#TimAdminTopMenu {
	font-size: 11px;
	font-weight: bold;
}

#TimAdminTopMenu a {
	/*padding: 4px;*/
}




#HeaderLinks {
	position: relative;
	left: 50%;
	width: 955px;
	margin-left: -482px;
	padding-bottom: 20px;
}
#HeaderLinks ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
}
#HeaderLinks li {
	border-right: 1px solid #000;
	float: right;
	padding: 1px 5px;
}
#HeaderLinks li.lastItem {
	border-right: none;
}
#HeaderLinks a, #footer a:visited {
	color: #000;
	text-transform: uppercase;
}