/*
Title:	Master styles for screen media
Author:	hite@hitebilles.net
*/

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #444;
	font-size: 62.5%;
	background: #fff;
}

h1 {
	text-indent: -9999px;
	font-size: 50px;
	width: 600px;
	height: 70px;
	background: url(http://www.noew.org/images/interface/noew.gif) no-repeat;
}

h2 {
	color: #762522;
	font-size: 16px;
	margin-bottom: 6px;
}

em {
	color: #000;
	font-weight: bolder;
}

/* links */

a:link, a:visited {
	color: #CA592B;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #9b4421;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

a.pdf {
	padding-right: 22px;
	background: url(http://www.noew.org/images/interface/pdficon_small.gif) no-repeat right;
}

/* page structure
-----------------------------------------------------------------------------*/

#top-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 248px;
	background: #000 url(http://www.noew.org/images/interface/bgGradient.png) repeat-x bottom left;
	/*background:
		-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(51,51,51)),
			color-stop(0.3, rgb(0,0,0)),
			color-stop(1, rgb(0,0,0))
		);
	background:
		-moz-linear-gradient(
			center bottom,
			rgb(51,51,51) 0%,
			rgb(0,0,0) 30%,
			rgb(0,0,0) 100%
		);*/
	border-bottom: 2px solid #000;
	z-index: -1;
}

#wrap {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px;
	background: transparent;
	position: relative;
}

#main {
	float: left;
	width: 680px;
}

#secondary {
	float: right;
	width: 220px;
}

#footer {

}

/* header
-----------------------------------------------------------------------------*/

#header {
	height: 224px;
	margin: 14px 0 12px 0;
}

#logo {
	float: left;
	width: 25%;
	width: 260px;
	margin: 0 auto;
}

#logo img {
	display: block;
	width: 130px;
	height: 200px;
	margin: 0 auto;
}

#header-info {
	float: right;
	width: 600px;
	margin-right: 0;
}

#header-info a {
	display: block;
	width: 600px;
	margin: 10px 0 26px 0;	
}

#ivLogo {
	width: 200px;
	height: 39px;
	margin: 0 0 0 200px;
}

p#date {
	width: 600px;
	height: 30px;
	text-indent: -9999px;
	background: url(http://www.noew.org/images/interface/date.gif) no-repeat;
	margin: 30px 0 0 0;
}

/* nav -- see superfish.css for drop-down menu styles
-----------------------------------------------------------------------------*/

#nav {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

/* topHeading styles
-----------------------------------------------------------------------------*/

#topHeading {
	width: 100%;
	margin-bottom: 40px;
}

/* catHeading styles */

div.catHeading2, div.catHeading3, div.catHeading4 {
	width: 293px;
	height: 20px;
	float: left;
}

div.catHeading2, div.catHeading3 {
	margin-right: 15px;
}

div.catHeading2 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 6px;
}

div.catHeading3 h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 6px;
}

/* catHeading variants */
/* About & Calendar */
body.about div.catHeading2, body.calendar div.catHeading2 {
	background: #f4bd18;
	border: 1px solid #f4bd18;
}

body.about div.catHeading3, body.calendar div.catHeading3 {
	background: #fff;
	border: 1px solid #f4bd18;
	color: #f4bd18;
}

body.about div.catHeading4, body.calendar div.catHeading4 {
	border: 1px solid #f9de8b;
}

/* Lineup & Community */
body.lineup div.catHeading2, body.community div.catHeading2 {
	background: #ca592b;
	border: 1px solid #ca592b;
}

body.lineup div.catHeading3, body.community div.catHeading3 {
	background: #fff;
	border: 1px solid #ca592b;
	color: #ca592b;
}

body.lineup div.catHeading4, body.community div.catHeading4 {
	border: 1px solid #d78260;
}

/* Teams & Inside the Week */
body.teams div.catHeading2, body.insideWeek div.catHeading2 {
	background: #ca2b2b;
	border: 1px solid #ca2b2b;
}

body.teams div.catHeading3, body.insideWeek div.catHeading3 {
	background: #fff;
	border: 1px solid #ca2b2b;
	color: #ca2b2b;
}

body.teams div.catHeading4, body.insideWeek div.catHeading4 {
	border: 1px solid #e49595;
}

/* breadCrumb styles */

p.breadCrumbs, ul.breadCrumbs li {
	font-size: 11px;
	color: #762522;
}

ul.breadCrumbs, p.breadCrumbs {
	margin-top: 5px;
}

ul.breadCrumbs li {
	display: inline;
}

ul.breadCrumbs li.current {
	font-weight: bold;
}

div#main ul.breadCrumbs {
	margin-bottom: 14px;
}

/* main styles
-----------------------------------------------------------------------------*/

#main, #secondary {
	margin-top: 0;
	margin-bottom: 12px;
}

#main p, #secondary p {
	line-height: 1.6em;
	margin-bottom: 14px;
}

#main p {
	font-size: 12px;
}

#main ol, #main ul {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 14px;
}

/* Style the embedded blog posts from Blogspot */
body.insideWeek div.embed h1 {
	text-indent: 0;
	font-size: 32px;
	width: auto;
	height: auto;
	padding: 24px 0;
	margin-top: 14px;
	border-top: 1px dashed #762522;
	background: transparent;
}

body.insideWeek div.embed {
	font-size: 12px;
	line-height: 1.6em;
}

body.insideWeek div.embed p b a {
	display: block;
	margin-top: 36px;
	padding-top: 14px;
	font-size: 18px;
	border-top: 1px dotted #ccc;
}

/* Section styles
-----------------------------------------------------------------------------*/

div.section {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

div.section div.group {
	position: relative;
}

div.section div.sectionImg {
	position: absolute;	/*Allow posts to flow directly under the section heading*/
	left: 0;
	top: 0;
	position: relative;
	float: left;
}

div.sectionImg {
	float: left;
	margin-bottom: 14px;
}

div.sectionContent {
	float: right;
	width: 525px;
	margin-bottom: 10px;
}

div.sectionContent h2 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dashed #762522;
	color: #ca2b2b;
	margin-bottom: 6px;
}

div.sectionContent h3 {
	font-size: 11px;
	font-weight: normal;
	color: #ca2b2b;
	margin-top: -6px;
	margin-bottom: 6px;
}

/* Section Variations */

body.home div.sectionContent, body.sponsors div.sectionContent {
	width: 680px;
}

body.insideWeek div.section div.sectionImg {
	left: 70px;
}

body.insideWeek div.section div.sectionImg {
	position: absolute;	/*Allow posts to flow directly under the section heading*/
	left: 0;
	top: 0;
}

/* Summary & Post styles
-----------------------------------------------------------------------------*/

div#main div.post, div#main div.summary, div#main div.news {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

div#main div.postImg, div#main div.summaryImg, div#main div.newsImg {
	float: left;
	margin-bottom: 14px;
}

div#main div.postContent, div#main div.summaryContent, div#main div.newsContent {
	float: right;
	width: 525px;
}

div#main div.postContent h3, div#main div.summaryContent h3, div#main div.newsContent h3 {
	font-size: 11px;
	font-weight: normal;
	color: #762522;
	margin-top: -6px;
	margin-bottom: 6px;
}

div#main div.postContent ol, div#main div.postContent ul {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 14px;
	font-weight: bold;
}

div#main div.postContent ol li, div#main div.postContent ul li {
	margin: 0 0 14px 20px;
	font-weight: normal;
}

div#main div.postContent ol {
	list-style: decimal;
}

/* Post Variants */

body.home div#main div.postContent, body.home div#main div.summaryContent, body.home div#main div.newsContent {
	width: 680px;
}

body.home div#main ul {
	margin-top: 14px;
}

body.about div.postImg img, body.about div.summaryImg img,
body.calendar div.postImg img, body.calendar div.summaryImg img {
	border: 1px solid #f4bd18;
}

body.lineup div.postImg img, body.lineup div.summaryImg img,
body.community div.postImg img, body.community div.summaryImg img {
	border: 1px solid #ca592b;
}

body.teams div.postImg img, body.teams div.summaryImg img,
body.insideWeek div.postImg img, body.insideWeek div.summaryImg img {
	border: 1px solid #ca2b2b;
}

body.insideWeek object {
	margin: 14px 0;
}

div#main div.lists ul li {
	list-style: circle;
}

/* .person post styles */

div.person p {
	display: none;
}

div.person p.postSummary {
	
}

div.person img {
	width: 70px;
	height: 70px;
}

div.person div.postImg {
	margin-left: 70px;
}

body.fullDetail  div.person p {
	display: block;
}

body.fullDetail div.person img {
	width: 140px;
	height: 140px;
}

body.fullDetail div.person div.postImg {
	margin-left: 0;
}

body.fullDetail div.person div.postImg {
	display: inline;
}

div.fullDetail div.person img {
	width: 140px;
	height: 140px;
}

div.fullDetail div.person div.postImg {
	margin-left: 0;
}

div.fullDetail div.person p {
	display: block;
}

/* .corporation post styles */

div.corporation h4 {
	font-size: 12px;
	color: #762522;
}

div.corporation p, div.corporation h4 {
	display: none;	/* Hide full blurbs from pages that don't need them */
}

div.corporation p.postSummary {
	display: block;	/* Just show post summary for pages */
}

body.fullDetail div.corporation p, body.fullDetail div.corporation h4 {
	display: block;	/* Show everything in post on a page with class fullDetail */
}

/* secondary styles
-----------------------------------------------------------------------------*/

#secondary {
	font-size: 11px;
}

#secondary p, #secondary div p, #secondary ul li {
	font-size: inherit;
	line-height: 14px;
}

#secondary ul, #secondary div {
	margin-bottom: 40px;
}

#secondary ul li {
	padding: 4px 0;
}

#secondary ul li a {
	margin-right: 18px;
}

#secondaryLinks li {
	border-bottom: 1px dashed #762522;
}

#newsBox li {
	margin-bottom: 4px;
}

#newsBox span {
	font-style: italic;
	font-weight: bold;
}

#secondary div h2 {
	font-size: 11px;
	margin-bottom: 2px;
}

#secondary div.specialGuests p {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/* Newsticker Styles */
#secondary ul.newsticker div {
	margin-bottom: 0;
}

/* footer
-----------------------------------------------------------------------------*/

#footer {
	margin: 10px 0;
	padding: 2px 0;
	border-top: 1px dashed #762522;
	font-size: 10px;
}

#footer ul, #footer span {
	font-size: inherit;
}

#footerLinks {
	float: left;
}

#footerLinks li {
	display: inline;
}

#copyright {
	text-align: right;
	float: right;
	color: #762522;
}

/* Home Page Styles.
-----------------------------------------------------------------------------*/

.home {
	
}

body.home img.sponsors, body.sponsors img.sponsors {
	margin-bottom: 30px;
}

body.home img#sponsorsCorp {
	
}

/* About Page Styles.
-----------------------------------------------------------------------------*/

.about {
	
}

body.about img#sponsorsCorp {
	padding-top: 10px;
	margin-top: 10px;
	/*border-top: 1px dashed #762522;*/
}

/* misc.
-----------------------------------------------------------------------------*/

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
