/* ------------------------------------------------------------

  * Ednet Insight
  * Coded by Taylor Smith of Imulus

  screen.css
  - Site wide style, layout, and function

	=Colors
	- light blue: #e7f2f8
	- dark blue: #015289
	- blue headlines: #0185da
	- light yellow: #eeeddb
	- green headline: #659800

------------------------------------------------------------ */


/* =Include External CSS Files 
------------------------------------------------------------ */


/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #222;
	background: #fff;
}

body { 
	position: relative;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto 18px auto;
}

#header { 
	position: relative;
}

.sub #header { 
	position: relative;
}

#content { 
	position: relative;
}

.sub #content { 
	position: relative;
}

#footer { 
	clear: both;
	position: relative;
	margin: 0 -12px 0 -13px;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
}

h4 { 
	font-size: 12px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 18px;
}

.spacer { 
	padding-top: 18px;
}

input,
textarea { 
	padding: 2px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus,
textarea:focus { 
	background: #fffbef;
	border-color: #ccc;
}

input.submit {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
}


select { 
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #0185da;
	text-decoration: none;
}

a:visited { 
	color: #005185;
}

a:hover { 
	color: #005185;
	text-decoration: underline;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	float: left;
	clear: left;
	padding: 0 0 15px 150px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: -160px;
	top: 0;
	width: 140px;
	color: #999;
	font-size: .9em;
	padding: 3px 5px 4px 5px;
	line-height: 1em;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #0E666E;
	background: #158a94;
	color: #fff;
	width: auto;
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header {
	margin-bottom: 5px;
}

#header strong.logo {
	position: relative;
	display: block;
	width: 950px;
	height: 120px;
	background: url('/images/layout/header/header-bg.jpg') left top no-repeat;
}

#header strong.logo a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 305px;
	height: 55px;
	left: 7px;
	top: 55px;
}

#header #navigation {
	position: relative;
	float: left;
	width: 950px;
	background: #158a94;
}

#header #navigation ul#primary li {
	float: left;
}

#header #navigation ul#primary li a {
	font-weight: bold;
	display: block;
	float: left;
	color: #969696;
	text-decoration: none;
	height: 29px;
	text-indent: -9999px;
}

#header #navigation ul#primary li.item0 a {
	width: 81px;
	background: url('/images/layout/header/navigation/nav-home.gif') left top no-repeat;
}

#header #navigation ul#primary li.item1 a {
	width: 142px;
	background: url('/images/layout/header/navigation/nav-news_alerts.gif') left top no-repeat;
}

#header #navigation ul#primary li.item2 a {
	width: 142px;
	background: url('/images/layout/header/navigation/nav-conference2.gif') left top no-repeat;
}

#header #navigation ul#primary li.item3 a {
	width: 89px;
	background: url('/images/layout/header/navigation/nav-insight.gif') left top no-repeat;
}

#header #navigation ul#primary li a:hover,
#header #navigation ul#primary li#nav-active a {
	background-position: 0 -29px;
}

#header #navigation ul#primary li#nav-secondary a {
	background-position: 0 -58px;
}

#header #navigation ul#primary li#nav-secondary a:hover {
	background-position: 0 -29px;
}

#header #secondary-navigation ul {
	width: 640px;
	float: left;
	padding: 5px 0 0 10px;
}

#header #secondary-navigation ul li {
	float: left;
}

#header #secondary-navigation ul li a {
	font-size: 11px;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #363636;
	text-decoration: none;
}

#header #secondary-navigation ul li#sub-active {
	font-weight: bold;
}

#header #secondary-navigation ul li a:hover {
	color: #4F4F4F;
	text-decoration: underline;
}

#header #secondary-navigation ul li.last a {
	background: none;
}

#header #navigation #search {
	position: absolute;
	right: 5px;
	top: 3px;
}

#header #navigation #search label  {
	position: absolute;
	top: 3px;
	left: 4px;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#header #navigation #search input {
	vertical-align: middle;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border-color: #fff;
}

#header #navigation #search select {
	vertical-align: middle;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border-color: #fff;
}



	/* =Content 
------------------------------------------------------------ */ 

#content #headlines,
#content #main,
#content #sidebar {
	position: relative;
	float: left;
}

	/* =Headlines
------------------------------------------------------------ */ 

#content #headlines {
	border: 1px solid #b4b4b6;
	width: 227px;
	background: url('/images/layout/content/headlines/headlines-bg.gif');
	padding: 10px 15px;
	margin-right: 15px;
}

#content #headlines h2 {
	width: 254px;
	height: 40px;
	margin: -10px -15px 10px -15px;
	background: url('/images/layout/content/headlines/headlines-title.gif') left top no-repeat;
	text-indent: -9999px;
}

#content #headlines h3 {
	position: relative;
	font-size: 14px;
	color: #0185da;
	font-weight: bold;
	text-transform: uppercase;
}
/*
#content #headlines h3 a.rss {
	position: absolute;
	right: 0;
	top: 2px;
	background: url('/images/icons/rss.png') left top no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
*/
#content #headlines ul {
	margin: 0 -15px 0 -15px;
	padding: 0 15px 9px 15px;
}

#content #headlines ul.last {
	border: none;
	margin-bottom: -10px;
	border-bottom: 3px solid #fff;
}

#content #headlines ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 9px;
}

#content #headlines ul li a {
	color: #222;
	text-decoration: none;
}

#content #headlines ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#content #headlines p.more {
	border-bottom: 1px solid #b4b4b6;
	margin: 0 -15px 18px -15px;
	padding: 0 15px 15px 15px;
}

#content #headlines p.more a {
	text-decoration: none;
	color: #005288;
}

#content #headlines p.more a:hover {
	color: #222;
}

#content #headlines p.more a span {
	color: #e98a20;
}

#content #headlines p.more.last {
	border: none;
	margin-bottom: -10px;
	border-bottom: 3px solid #fff;
}



	/* =Main
------------------------------------------------------------ */ 

#content #main {
	width: 501px;
	padding-right: 15px;
}

#content #main ul,
#content #main ol {
	margin: 0 0 18px 18px;
}

#content #main ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 9px;
}

#content #main ol li {
	list-style: decimal;
	margin-left: 15px;
	padding-bottom: 9px;
}

#content #main .module {
	zoom: 1;
	position: relative;
	border: 1px solid #b4b4b6;
	margin-bottom: -1px;
	padding: 10px 15px;
	min-height: 145px;
}

#content #main #feature-stories {
	margin-top: 10px;
}

#content #main .module h2 {
	position: relative;
	width: 496px;
	height: 40px;
	margin: -10px -15px 10px -15px;
	text-indent: -9999px;
}

/*
#content #main .module h2 a.rss {
	position: absolute;
	right: 12px;
	top: 15px;
	background: url('/images/icons/rss.png') left top no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
*/

#content #main #factoid h2			{  }
#content #main #from-the-editor h2	{ background: url('/images/layout/content/main/title-from-the-editor.gif') left top no-repeat; }
#content #main #hellerresults h2	{ background: url('/images/layout/content/main/title-heller-report.gif') left top no-repeat; }
#content #main #voice-from-the-field h2		{ background: url('/images/layout/content/main/title-voice-field.gif') left top no-repeat; }
#content #main #voice-from-the-industry h2	{ background: url('/images/layout/content/main/title-voice-industry.gif') left top no-repeat; }
#content #main #market-insights h2	{ background: url('/images/layout/content/main/title-market-insights.gif') left top no-repeat; }
#content #main #she-snoops h2		{ background: url('/images/layout/content/main/title-she-snoops.gif') left top no-repeat; }
#content #main #feature-stories h2	{ background: url('/images/layout/content/main/title-feature-stories.gif') left top no-repeat; }
#content #main #featured-news h2	{ background: url('/images/layout/content/main/title-featured-news.gif') left top no-repeat; }

#content #main #factoid img.sticker {
	position: absolute;
	right: 12px;
	top: -20px;
}

#content #main .module h3 {
	font-size: 14px;
	color: #0185da;
	font-weight: bold;
	padding-bottom: 2px;
}

#content #main p.post-info {
	padding-bottom: 12px;
	color: #959595;
}

#content #main .module img {
	border: 1px solid #b4b4b4;
	padding: 2px;
}

#content #main #factoid img {
	border: none;
	padding: 0;
}

#content #main #voice-from-the-field img,
#content #main #voice-from-the-industry img,
#content #main #market-insights img  {
	border: none;
}

#content #main .module a.read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #E7E5E5;
	font-size: 10px;
	color: #04568e;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 6px;
}

#content #main .module a.read-more:hover {
	background: #c9c7c8;
}

	/* =Sidebar
------------------------------------------------------------ */ 

#content #sidebar {
	width: 160px;
}

#content #sidebar #member {
	background: #eec223 url('/images/layout/content/sidebar/member-bg.gif') left bottom no-repeat;
	padding: 10px 10px 0 10px;
	margin-bottom: 18px;
	/*margin-top: -62px;*/
}

#content #sidebar #member h3 {
	background: #f6df8f;
	font-size: 12px;
	font-weight: bold;
	margin: -10px -10px 10px -10px;
	padding: 3px 10px;
}

#content #sidebar #member h4 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
}

#content #sidebar #member p {
	position: relative;
	padding-bottom: 5px;
}

#content #sidebar #member a.forgot {
	color: #000;
}

#content #sidebar #member p label  {
	position: absolute;
	top: 1px;
	left: 4px;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#content #sidebar #member input {
	width: 134px;
	border-color: #aaa;
	background: #fff;
}

#content #sidebar #member ul {
	padding-bottom: 10px;
}

#content #sidebar #member ul li {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #036;
	padding-left: 25px;
	background: url('/images/icons/admin-bullet.gif') 10px center no-repeat;
}

#content #sidebar #member ul.saved-searches {
	padding-bottom: 10px;
}

#content #sidebar #member ul.saved-searches li {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #036;
	padding-left: 15px;
	background: none;
}

#content #sidebar #member a {
	color: #036;
}

#content #sidebar #member p.more {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #036;
	font-weight: bold;
}
	

	/* =Subpage
------------------------------------------------------------ */ 

.sub #content #main {
	position: relative;
	float: left;
	width: 743px;
	margin-right: 15px;
	border: 1px solid #b4b4b6;
	padding: 10px 15px;
}

.sub #content #main h1 {
	width: 770px;
	height: 40px;
	text-indent: -9999px;
	margin: -10px -15px 10px -15px;
}

/*
.sub #content #main h1 a.rss {
	position: absolute;
	right: 12px;
	top: 15px;
	background: url('/images/icons/rss.png') left top no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
*/
.sub #content #main h1.prek-12-market { background: url('/images/layout/content/main/headers/prek-12-market.gif') left top no-repeat; }
.sub #content #main h1.announcements { background: url('/images/layout/content/main/headers/announcements.gif') left top no-repeat; }
.sub #content #main h1.business { background: url('/images/layout/content/main/headers/business.gif') left top no-repeat; }
.sub #content #main h1.featured-news { background: url('/images/layout/content/main/headers/featured-news.gif') left top no-repeat; }
.sub #content #main h1.from-the-editor { background: url('/images/layout/content/main/headers/from-the-editor.gif') left top no-repeat; }
.sub #content #main h1.hellerresults { background: url('/images/layout/content/main/headers/heller-report.gif') left top no-repeat; }
.sub #content #main h1.higher-ed-market { background: url('/images/layout/content/main/headers/higher-ed.gif') left top no-repeat; }
.sub #content #main h1.market-insights { background: url('/images/layout/content/main/headers/market-insights.gif') left top no-repeat; }
.sub #content #main h1.she-snoops-for-scoops { background: url('/images/layout/content/main/headers/she-snoops-for-scoops.gif') left top no-repeat; }
.sub #content #main h1.technology { background: url('/images/layout/content/main/headers/technology.gif') left top no-repeat; }
.sub #content #main h1.voice-from-the-field { background: url('/images/layout/content/main/headers/voice-from-the-field.gif') left top no-repeat; }
.sub #content #main h1.voice-from-the-industry { background: url('/images/layout/content/main/headers/voice-from-the-industry.gif') left top no-repeat; }
.sub #content #main h1.world { background: url('/images/layout/content/main/headers/world.gif') left top no-repeat; }
.sub #content #main h1.search-results { background: url('/images/layout/content/main/headers/search-results.gif') left top no-repeat; }

.sub #content #main h1.help { background: url('/files/icons/EI_HelpHeader.jpg') left top no-repeat; }

.sub #content #main h1.about-us { background: url('/files/icons/EI_AboutUsHeader.jpg') left top no-repeat; }
.sub #content #main h1.member-benefits { background: url('/files/icons/EI_MemberBenefitsHeader.jpg') left top no-repeat; }

.sub #content #main h2 {
	font-size: 14px;
	color: #0185da;
	font-weight: bold;
}

.sub #content #main .back {
	font-size: 11px;
	padding-bottom: 5px;
}

.sub #content #main a.read-more span {
	color: #e98e23;
}

.sub #content #main ul.pagination {
	float: left;
	margin: 0 0 18px 0;
}

.sub #content #main ul.pagination li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
	padding-bottom: 0;
}

.sub #content #main ul.pagination li span {
	display: block;
	padding: 4px 7px 4px 0;
}

.sub #content #main ul.pagination li a {
	display: block;
	padding: 3px 6px;
	border: 1px solid #ddd;
}

.sub #content #main ul.pagination li a:hover {
	background: #eee;
	text-decoration: none;
}

.sub #content #main ul.pagination li.active a {
	border: 0;
	padding: 4px 7px;
	font-weight: bold;
	color: #ea7b02;
}

.sub #content #main ul.pagination li.active a:hover {
	background: none;
}

.sub #content #main blockquote {
	padding: 9px 0 18px 9px;
}



	/* =Alternative
------------------------------------------------------------ */ 

.sub#alt #content #main {
	border: none;
}

.sub#alt #content #main ul#tertiary {
	margin: 0 0 0 18px;
}

.sub#alt #content #main ul#tertiary li {
	float: left;
	list-style: none;
	margin-left: 0;
	padding-bottom: 0;
}

.sub#alt #content #main ul#tertiary li a {
	font-weight: bold;
	display: block;
	float: left;
	color: #222;
	text-decoration: none;
	width: 86px;
	font-size: 11px;
	line-height: 14px;
	height: 33px;
	padding: 3px 10px 0 10px;
	margin-right: 5px;
	background: url('/images/layout/content/main/tab-bg.gif') left top no-repeat;
}

.sub#alt #content #main ul#tertiary li a:hover,
.sub#alt #content #main ul#tertiary li#third-active a {
	background-position: left -36px;
}

.sub#alt #content #main h3 {
	background: #f9faf4 url('/images/layout/content/main/title-beige.jpg') left top repeat-x;
	padding: 10px 0 3px 25px;
	color: #0a4668;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.sub#alt #content #main .first {
	padding: 10px 25px;
}

.sub#alt #content #main .first p.download {
	text-align: right;
	padding-bottom: 0;
	border-bottom: 1px solid #eff0eb;
	text-transform: uppercase;
}

.sub#alt #content #main .first p.download img {
	padding-left: 5px;
}

.sub#alt #content #main .first h2,
.sub#alt #content #main .first h2 a {
	font-size: 24px;
	color: #749d19;
	font-weight: normal;
}

.sub#alt #content #main .report-item {
	position: relative;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #e8eadc;
	border-left: 15px solid #e8eadc;
}

.sub#alt #content #main .report-item p a.more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
	padding: 1px 10px;
	background: #e8e8ce;
}

	/* =Denied
------------------------------------------------------------ */ 

.denied-message {
	width: 498px;
	background: url('/images/layout/content/main/denied-bg.gif') left top no-repeat;
	border: 1px solid #999;
}

.denied-message h1 {
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	margin: 0 !important;

	
	font-size: 22px;
	color: #004882;
	font-weight: bold;
	padding: 20px;
}

.denied-message p.login {
	background: #e97b00;
	padding: 5px 20px;
	font-size: 14px;
	color: #000;
}

.denied-message p.login img {
	padding-left: 10px;
}

.denied-message .info {
	background: #e5f2fa;
	padding: 20px 20px 0 20px;
}

.denied-message .info h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

.denied-message .info input {
	background: #FFFBEF;
}

.denied-message .info input.button {
	background: #F6DF8F;
	width: 100px;
}



	/* =Footer 
------------------------------------------------------------ */ 

#footer {
	width: 975px;
	height: 75px;
	margin-top: 18px;
	background: url('/images/layout/footer/footer-bg.gif') left bottom no-repeat;
}

#footer p.copyright {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 0;
	font-size: 11px;
}

#footer p span {
	padding: 0 10px;
	border-right: 1px solid #ddd;
}

#footer p span.last {
	padding-right: 0;
	border: 0;
}

	/* =Misc 
------------------------------------------------------------ */ 

.error-wrap {
	width: 721px;
	color: #000;
	background: #ffc;
	border: 1px solid #ddd;
	margin: 0 0 18px 0;
	padding: 5px 10px;
}
