/*  
Theme Name: Go! 'Necks! Go!
Theme URI: 
Description: The inaggural theme for gonecksgo.com
Version: 1
Author: Mike Stickel
Author URI: http://screenflicker.com/mike/
*/
/*	
	Style author:	Mike Stickel - www.screenflicker.com
	Last modified:	2006-12-18
---------------------------------------------------------------------*/

/*	=STRUCTURE
---------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #453c3c;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: url(images/bg_content.jpg) repeat-y top left;
}

#header {
	background: url(images/bg-header.jpg) no-repeat top left;
}

#navList {
	width: auto;
	height: 40px;
	min-height: 40px;
	background: url(images/bg_navBar.jpg) repeat-x 0 0;
}

#content {
	width: 550px;
	padding: 0.25em 0;
	background: #e4e8ea url(images/bg_content-main.jpg) repeat-x top left;
	float: left;
}
	
	.post {
		margin: 0 0 0;
		padding: 0 2.5em 0.5em 22px;
		background: url(images/post-divider.jpg) no-repeat bottom left;
	}
		
		.home .post {
			margin: 0 0 1em;
			padding: 0 2.5em 3em 22px;
		}
		
		.post .googleAd {
			margin: 1em 0;
			padding: 0 2.5em 2em 0;
		}
	
	.googleAd {
		margin: 1em 0;
		padding: 0 2.5em 1em 22px;
	}
		
		.entrytext .googleInsert {
			width: 250px;
			margin-left: 10px;
			float: right;
		}
	
	.figureHalf {
		width: 50%;
		margin-bottom: 1.5em;
		float: left;
		clear: both;
	}
	
	.figureHalfAlt {
		width: 48%;
		margin-bottom: 1.5em;
		float: right;
		clear: none;
	}

#sidebar {
	width: 250px;
	background: #eceff1 url(images/bg_sidebar-left.gif) repeat-y top left;
	float: left;
}
	
	#sidebar .firstItem {
		padding-bottom: 0.25em;
		background: #eceff1 url(images/bg_sidebar-topItem.jpg) no-repeat top left;
	}
	
	#sidebar .sidebarAd {
		width: 245px;
		margin: 0.5em auto;
		text-align: center;
	}

	#sidebar #search-results {
		width: 220px;
	}

.navigation {
	margin: 0 20px 1.3em;
	font-size: 0.8em;
}

#footer {
	background: #e4e8ea url(images/bg_footer.jpg) no-repeat top left;
	clear: both;
}

/*	=TYPOGRAPHY
---------------------------------------------------------------------*/
html, body {
	font: 100.01%/130% "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 16px;
	line-height: 1.3em;
}

h1 {}

	#headerimg h1 {
		width: 406px;
		height: 62px;
		min-height: 62px;
		text-indent: -9000px;
		background: url(images/title.jpg) no-repeat 0 0;
	}

h2 {}
	
	#content .post h2, #content h2 {
		margin: 5px 20px;
		padding: 0;
		font-size: 2.25em;
		line-height: 1em;
		letter-spacing: -0.1em;
	}
		
		#content .post h2 {
			margin: 5px 0 0;
		}
	
	#sidebar h2 {
		width: 249px;
		height: 37px;
		min-height: 37px;
		font-size: 1em;
		line-height: 2.25;
		text-align: center;
		text-shadow: #FFF 2px 2px 0px;
		background: url(images/bg_sbHeadline.jpg) no-repeat top left;
	}
		
		#sidebar .firstItem h2 {
			margin: 0;
			background: none;
		}

h3 {}
	
	#content h3 {
		margin: 0 2.5em 1em 22px;
		font-size: 1.25em;
		line-height: 1em;
	}
	
	#content .post h3 {
		margin: 0 0;
		font-size: 1.25em;
		line-height: 1em;
	}

h4 {}
	
	#sidebar h4.game_title {
		font-size: 0.6667em;
		margin: 0.6em 1em 0 1.2em;
		color: #9b061e;
	}

h5 {}
	
	#sidebar h5 {
		margin: 0.6em 1.2em 0;
	}

p {
	padding: 0 0 1.5em;
	font-size: 0.8em;
	line-height: 1.5;
}
	
	p.commentByline {
		color: #838383;
	}
	
	.figureHalf p, .figureHalfAlt p {
		padding: 0;
	}
	
	#sidebar p {
		padding: 0 1.2em 1.5em;
		font-size: 0.7em;
		line-height: 1.4;
	}
	
	#sidebar p.teamLogos {
		width: 100%;
		margin-top: 5px;
		padding: 0;
		background: url(images/vs.gif) no-repeat 50% 10%;
		float: left;
	}
	
	#sidebar p.gameTime {
		width: 100%;
		padding: 0.2em 0 1em;
		text-align: center;
		clear: left;
	}
	
	#sidebar p.nineRulesLogo {
		width: 100%;
		margin: 1em 0 1em -1em;
		text-align: center;
		clear: left;
	}
	
	#footer p {
		padding: 0.75em 20px;
		font-size: 0.7em;
		line-height: 1.4em;
	}

blockquote {
	margin: 1em 2em 1.5em;
	padding: 0.6em;
	background: #eceff1;
	border: 1px solid #d3d9dd;
}

ins {
	color: #453c3c;
	background: #eceff1;
}

del {
	color: #838383;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #333;
}

/*	=LISTS
---------------------------------------------------------------------*/
#navList ul {
	width: 750px;
	padding: 8px 0 0 30px;
	list-style: none;
	background: url(images/navList-start.jpg) no-repeat 18px 8px;
	display: block;
	float: left;
}
	
	#navList ul li {
		float: left;
	}
		
		#navList ul li.last {
			padding-right: 10px;
			background: url(images/navList-end.jpg) no-repeat top right;
		}

.post ul {
	width: 400px;
	margin: 0 52px 1.3em;
	font-size: 0.8em;
	line-height: 1.3;
	list-style: url(images/bullet-helmet.gif);
}
	
	.post ul li {
		margin: 0 0 0.2em;
		padding: 0.3em;
	}

	.post ul.postmeta {
		width: 480px;
		margin-left: 0;
		padding: 0.2em 0.3em 0.3em;
		font-size: 0.75em;
		line-height: 1.3;
		list-style: none;
		background: #eceff1;
		border: 1px solid #d3d9dd;
		float: left;
	}
	
		.post ul.postmeta li {
			padding: 0 0.2em;
			float: left;
			display: block;
		}
		
			.post ul.postmeta li.category, .post ul.byline li.category {
				padding-left: 20px;
				background: url(images/icon-filefolder.gif) no-repeat center left;
			}
		
			.post ul.postmeta li.comments {
				padding-left: 20px;
				background: url(images/icon-wordbubble.jpg) no-repeat center left;
			}
	
		.post ul.byline {
			width: 485px;
			margin: 0 2.53em 0.5em 0;
			font-size: 0.75em;
			list-style: none;
			float: left;
		}
		
			.post ul.byline li {
				padding-right: 0.4em;
				color: #838383;
				float: left;
			}
			
				.post ul.byline li.author {
					padding-left: 20px;
					background: url(images/icon-author.gif) no-repeat center left;
				}
	
		.post ul.bookmarks {
			width: 450px;
			margin: 0 2.5em 1.3em 0;
			padding: 0 0.3em;
			font-size: 0.7em;
			list-style: none;
			background: #eceff1;
			border: 1px solid #d3d9dd;
			float: left;
		}
		
			.post ul.bookmarks li {
				padding-right: 15px;
				float: left;
			}
			
				.post ul.bookmarks li.delicious {
					padding-left: 20px;
					background: url(images/icon-delicious.jpg) no-repeat center left;
				}
			
				.post ul.bookmarks li.newsvine {
					padding-left: 20px;
					background: url(images/icon-newsvine.jpg) no-repeat center left;
				}
	
#sidebar ul {
	width: 200px;
	margin: 0.5em 1em 1em 3em;
	font-size: 0.75em;
	line-height: 1.4;
	list-style: url(images/bullet-helmet.gif);
}
	
	#sidebar ul li {
		padding: 0 0.8em 0.5em 0;
	}
		
		#sidebar ul li.plain {
			list-style: none;
		}

#sidebar ul.feeds {
	list-style: url(images/icon-feed.jpg);
}

#content ol {
	width: 445px;
	margin: 0 2.5em 1.3em 20px;
	list-style: none;
	float: left;
}

.post ol {
	margin: 0 52px 1.3em;
	font-size: 0.8em;
	line-height: 1.3;
	list-style: decimal;
}
	
	.post ol li {
		margin: 0 1.2em 0.2em;
		padding: 0.3em;
		list-style: decimal;
	}
		
		.post ol ul li {
			font-size: 1em;
			list-style: circle;
		}

ol.commentlist li {
	width: 500px;
	margin: 0 0 0.75em;
	padding-right: 0.2em;
	border: 1px solid #d3d9dd;
	float: left;
	clear: left;
}
	
	ol.commentlist li.alt {
		background: #eceff1;
	}

	ol.commentlist li .gravatarImage {
		width: 80px;
		float: left;
	}

	ol.commentlist li .commentText {
		margin: 0 0 0 90px;
	}

ol.trackbacklist li {
	width: 500px;
	margin: 0 0 0.75em;
	padding: 0.4em;
	font-size: 0.8em;
	line-height: 1.3;
	border: 1px solid #d3d9dd;
}
	
	ol.trackbacklist li.alt {
		background: #eceff1;
	}
	
	ol.trackbacklist li p {
		font-size: 1em;
	}

/* TEXT LINK ADS */
#sidebar ul.tla { list-style: none; margin-left: 1.2em; margin-right: 1.2em; }

/* TEAM LIST */
ul.team_list { float: left; list-style: none; margin-left: 0; margin-right: 0; width: 100%; }
ul.team_list li { border-right: 1px solid #000; float: left; margin-right: 10px; padding: 0; }
ul.team_list li.last { border: none; }
ul.team_list li a { margin-right: 10px; }

/*	=FORMS
---------------------------------------------------------------------*/
#content form {
	margin: 0 2.5em 1em 22px;
}

#sidebar form {
	margin: 0 1.2em 1.5em;
}

/*	=TABLES
---------------------------------------------------------------------*/
.post table {
	margin: 0 0 1.4em;
	border: 1px solid #D2D2D2;
}
	
	.post table th {
		padding: 2px;
		text-align: left;
		background: #a2bfcd;
	}
	
	.post table tr {
		border: 1px solid #D2D2D2;
	}
		
		.post table tr.highlightRow {
			background: #eceff1;
		}
	
	.post table tr td {
		
	}
	
		.post table tr td p {
			padding: 0.4em 2px;
		}

/* SCHEDULE TABLE */
table.schedule { border: none; width: 100%; }
table.schedule caption { font-weight: bold; margin-bottom: 0.5em; text-align: left; }
table.schedule th { background-color: #b4c6d1; font-size: 0.8333em; padding: 0.2em 0.5em; }
table.schedule th.time { text-align: right; }
table.schedule td { font-size: 0.75em; padding: 0.2em 0.5em;}
table.schedule td.time { text-align: right; }
table.schedule td .current_team { color: #9b061e; font-weight: bold; }

/* STRIPED TABLES */
table.striped tr.even { background-color: #c4cdd3; }
table.striped tr.over { background-color: #a1b4c7; }

/*	=LINKS
---------------------------------------------------------------------*/
a:link, a:visited {
	color: #b80108;
	text-decoration: none;
	overflow: hidden;
	border-bottom: 1px solid #b80108;
}

a:hover {
	color: #0674B8; /*#e4e8ea;
	background: #00B8A5;*/
	border-bottom: 1px solid #0674B8;
}

#navList ul li a:link, #navList ul li a:visited {
	width: 50px;
	height: 23px;
	min-height: 23px;
	text-indent: -9000px;
	border: none;
	display: block;
	overflow: hidden;
}
	#navList ul li a.home:link, #navList ul li a.home:visited {
		width: 51px;
		background: url(images/bg_navHome.jpg) no-repeat top left;
	}
		
		#navList ul li a.home:hover {
			background: url(images/bg_navHome.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.archives:link, #navList ul li a.archives:visited {
		width: 72px;
		background: url(images/bg_navArchives.jpg) no-repeat top left;
	}
		
		#navList ul li a.archives:hover {
			background: url(images/bg_navArchives.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.about:link, #navList ul li a.about:visited {
		width: 58px;
		background: url(images/bg_navAbout.jpg) no-repeat top left;
	}
		
		#navList ul li a.about:hover {
			background: url(images/bg_navAbout.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.photos:link, #navList ul li a.photos:visited {
		width: 62px;
		background: url(images/bg_navPhotos.jpg) no-repeat top left
	}
		
		#navList ul li a.photos:hover {
			background: url(images/bg_navPhotos.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.schedule:link, #navList ul li a.schedule:visited {
		width: 75px;
		background: url(images/bg_navSchedule.jpg) no-repeat top left;
	}
		
		#navList ul li a.schedule:hover {
			background: url(images/bg_navSchedule.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.standings:link, #navList ul li a.standings:visited {
		width: 81px;
		background: url(images/bg_navStandings.jpg) no-repeat top left;
	}
		
		#navList ul li a.standings:hover {
			background: url(images/bg_navStandings.jpg) no-repeat bottom left;
		}
	
	#navList ul li a.team:link, #navList ul li a.team:visited {
		width: 54px;
		background: url(images/bg_navTeam.jpg) no-repeat top left;
	}
		
		#navList ul li a.team:hover {
			background: url(images/bg_navTeam.jpg) no-repeat bottom left;
		}

.post h2 a:link, .post h2 a:visited {
	border: none;
}
		
li a.noborder:link, li a.noborder:visited, a.noborder:link, a.noborder:visited {
	border: none;
	text-decoration: none;
}

/*	=MISC
---------------------------------------------------------------------*/
img {
	border: none;
}
	
	img.floatLeft {
		margin: 0 10px 10px 0;
		float: left;
	}
	
	img.floatRight {
		margin: 0 0 10px 10px;
		float: right;
	}

	#sidebar img.visitor {
		width: 80px;
		margin: 5px 0 0 20px;
		float: left;
	}
	
	#sidebar img.home {
		width: 80px;
		margin: 5px 0 0 50px;
		float: left;
	}

/*	=SIFR
---------------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/* replacement styles */
.sIFR-active .post h2 {
	visibility: hidden;
	/*letter-spacing: -1px;*/
	font-size: 30px;
	line-height: 1.25em;
}

.sIFR-active #content .post h3 {
	visibility: hidden;
	/*letter-spacing: -1px;*/
	font-size: 20px;
	line-height: 1.25em;
}

.sIFR-active #content .post .entrytext h3 {
	visibility: hidden;
	/*letter-spacing: -1px;*/
	font-size: 20px;
	line-height: 1.25em;
}