/* daniel mee © 2008

INDEX
- reset
- general
- forms
- buttons
- base structure
- header
- left
- right
- footer

TODO

*/

/* Bring in styles for the ABC global nav included on every page ------------------------------------------- */
@import "/includes/css/globalNav.css";
/*@import "globalNav.css";*/

/* eric myers reset ------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;font: 12px Arial, serif;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left;font-weight: normal;}

/* GENERAL STYLES ------------------------------------------------------------------------------------------------ */

body {
	background:black url(../i/bgrnd-body2.jpg) center 32px no-repeat; /* */
	color:white;
	}

a {color: #feefbf;}
a:hover {color: white;}

a.but {
	background:#999999 url(../i/but-arrow-right.png) right center no-repeat;
	color:black;
	font-size:11px;
	white-space:nowrap;
	font-weight:bold;
	padding:1px 20px 1px 5px;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.but.yellow {background-color:#ffca25;}
a.but.blue {background-color:#0f79a5;}
a.but.red {background-color:#e42128;}

a.but.external {background-image:url(../i/but-arrow-diagright.png);}
a.but.video {background-image:url(../i/but-video.png);}
a.but.ajax {background-image:url(../i/but-ajax.png);}
a.but.download {background-image:url(../i/but-download.png);}
a.but.cross {background-image:url(../i/but-cross.png);}

a.but:hover {
	background-color:white;
	color:black;
}

/* GENERAL FORM STYLES ------------------------------------------------------------------------------------------------ */

input {font-family:Arial, Helvetica, sans-serif;}
input[type=text] {padding:5px; font-size:16px; color:black; line-height:16px; background-color:white;}
textarea {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:black; padding: 5px; line-height:22px; background-color:white; border:none; height:150px;}
input[type=submit] {font-size:12px; padding:2px 10px; border:solid 1px #02397e; font-weight:bold;}

label {display:block; padding:5px; margin-bottom:2px;}
label strong {display:block;float:left; width:110px; margin-right:2px; color:#999; font-weight:bold; font-size:14px;}

/* Page Titles ------------------------------------------------------------------------------------------------ */
#weeklystories {background-image: url(../i/title-storiesthisweek.png);}
#archivetitle {background-image:url(../i/title-archives.png);}
#videotitle {background-image:url(../i/title-clickplaytowatch.png);}
#topicstitle {background-image:url(../i/title-selectatopic.png);}
#additional {background-image:url(../i/title-alsochecktheseout.png);}
#funstuff {background-image:url(../i/title-somefunstuff.png);}
#frequentlyasked {background-image:url(../i/title-frequentlyasked.png);}
#resources {background-image: url(../i/title-weeklyresources.png);}
#resourcesarchives {background-image: url(../i/title-teacherresourcesarchive.png);}
#mailinglist {background-image: url(../i/title-mailinglist.png);}
#comingup {background-image: url(../i/title-comingupnextweek.png);}
#additional {background-image:url(../i/title-alsochecktheseout.png);}
#comments h2 {background-image:url(../i/title-yourcomments.png);}
#poll h4 {background-image:url(../i/title-voteinourpoll.png);}
#quiz h4 {background-image:url(../i/title-takethequiz.png);}
#othercontacts h4 { background-image:url(../i/title-othercontacts.png);}
#guestbookintro h4 { background-image:url(../i/title-guestbookintro.png);}
#promotional {background-image:url(../i/title-btnpromotionalimages.png);}


/* BASE STRUCTURE ------------------------------------------------------------------------------------------------ */

#container {
	position: relative;
	margin: 0 auto 50px;
	width:880px;
	padding: 0 10px 0 10px;
	border-top:solid 2px black;
}

#header {
	position:relative;
	height:250px;
	background: url(../i/bgrnd-ridge.png) left 168px no-repeat;
}

#main {
	z-index:6;
	position:relative;
	background-color: black;
	padding:0 10px;
}

#left {
	clear:both;
	position:relative;
	float:left;
	width: 420px;
	padding:0 0 210px;
	min-height:500px;
	_height:1000px;
	background:#262626 url(../i/bgrnd-left.jpg) bottom left repeat-x;
}
#left div {padding:0 10px; width:400px;}

#right {
	position:relative;
	float:right;
	width: 430px;
	padding:0 0 50px 0;
}

#footer {
	position: absolute;
	bottom:0; left:0;
	height:190px;
	width:420px;
	background: url(../i/bgrnd-footer.png) top center no-repeat;
}

/* HEADER -------------------------------------------------------------------------------------------------------- */

#header h1 a {
	display:block;
	z-index:3;
	position:absolute;
	top:25px; left:0;
	width:348px; height:129px;
	overflow:hidden;
	line-height:300;
	background:url(../i/logo-trans.png) no-repeat;
}

#header p {
	z-index:3;
	position:absolute;
	top:168px; left:0;
	height:62px; width:406px;
	padding:24px 0 0 24px;
	background: url(../i/bgrnd-tagline.png) no-repeat;
}

#header p em {
	font-size:10px;
	text-transform:uppercase;
	font-style:normal;
}

#header p a {
	display:block;
	position:absolute;
	right:30px;	top:18px;
	width:142px; height:20px;
	line-height:100;
	overflow:hidden;
	background:url(../i/logo-abc-news.png) no-repeat;
}

#header img {
	z-index:2;
	position:absolute;
	top:-5px; left:-25px;
}

#header ul li {float:left;}
#header ul li a {display:block;}

ul#nav1 {
	position:absolute;
	top:140px; right:0;
	width:430px;height: 95px;
}


#nav1 li a {
	background: url(../i/nav1.png) no-repeat;
	height:95px;
	line-height:100;
	overflow:hidden;
}

#nav1 #navvideo a { width:110px;background-position: 0 0;}
#nav1 #navteachers a { width:150px;background-position: -120px 0;}
#nav1 #navguestbook a { width:155px;background-position: -280px 0;}
#nav1 #navvideo a:hover {background-position: 0 -95px;}
#nav1 #navteachers a:hover {background-position: -120px -95px;}
#nav1 #navguestbook a:hover {background-position: -280px -95px;}

ul#nav2 {
	position:absolute;
	top:0;
	width:430px;height: 77px;
	padding: 23px 10px 20px 440px;
	/* background: url(../i/bgrnd-header.png) no-repeat; */
}
#nav2 li {margin-left:5px;}
#nav2 li#navhome {margin-left:0;}
#nav2 li a {
	padding:10px;
	height:14px;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
	text-transform:uppercase;
	line-height:100;
	overflow:hidden;
	background-image:url(../i/nav2.png);
	background-repeat:no-repeat;
}

#nav2 #navhome a {width:55px; background-position: 0 0;}
#nav2 #navabout a {width:63px; background-position: -80px 0;}
#nav2 #navcontact a {width:86px; background-position: -168px 0;}
#nav2 #navarchives a {width:90px; background-position: -279px 0;}
#nav2 #search a {width:16px; background-position: -394px 0;}

#nav2 #navhome a:hover {background-position:0 -35px;}
#nav2 #navabout a:hover {background-position: -80px -35px;}
#nav2 #navcontact a:hover {background-position: -168px -35px;}
#nav2 #navarchives a:hover {background-position: -279px -35px;}
#nav2 #search a:hover {background-position: -394px -35px;}

#nav2 li#navhome.current a {background-position:0 -70px;}
#nav2 li#navabout.current a {background-position: -80px -70px;}
#nav2 li#navcontact.current a {background-position: -168px -70px;}
#nav2 li#navarchives.current a {background-position: -279px -70px;}
#nav2 li#search.current a {background-position: -394px -70px;}

#header form { /*this rule will be applied by default*/
	position:absolute;
	top:90px; left:450px;
	width:410px; height:40px;
}

#header form.js { /*ad js class if they have js*/
	display:none;
	top:55px; left:440px;
	background-color:white;
	border-top: solid 25px white;
	border-left: solid 10px white;
	border-right: solid 10px white;
	border-bottom: solid 20px white;
}

#header form strong {
	position:absolute;
	display:block;
	width:34px;height:40px;
	top:0; left:0;
	line-height:100;
	overflow:hidden;
	background:url(../i/icon-search-large.png) no-repeat;
}

#header form input#query {
	position:absolute;
	top:4px; left:34px;
	width:260px; height:14px;
	padding:3px 1px 8px;
	font-size:12px;
	color:#6284af;
	background: transparent url(../i/bgrnd-searchfield.png) repeat-x;
}

#header form input#searchbutton {position:absolute; left:296px; top:4px;}

.advsearch {
	position:absolute;
	top: 7px;left:336px;
	font-size:10px;
	text-transform:uppercase;
	color:#0f79a5;
}
.advsearch:hover {color:#0f79a5; text-decoration:none;}


/* LEFT -------------------------------------------------------------------------------------------------------- */

/* tabbed navigation that appears on news and teachers column */
.tabbed {
	height:42px;
	width:418px;
	font-size:12px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	border-left: solid 1px #222;
	background: url(../i/bgrnd-tabnav.gif) repeat;
	overflow:visible;
}

.tabbed li {
	float:left;
	display:block;
}

.tabbed li a {
	display:block;
	height:12px;
	padding:15px;
	height:12px;
	_width:100px;
}

#tab1.active {background-color:#143052;}
#tab2.active {background-color:#76335e;}
#tab3.active {background-color:#982327;}
#tab4.active {background-color:#16607f;}

.tabbed li.active {
	margin-top:-10px;
	_margin-top:0px;
	background: url(../i/bgrnd-tabcorner-left.png) left top no-repeat;
}

.tabbed li.active a {
	height:22px;
	_height:12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background:url(../i/bgrnd-tabcorner-right.png) right top no-repeat;
}



#left .subnav ul {
	margin-left:10px;	
}

h3 {
	font-size:22px;
	color:#ffca25;
	margin-bottom: 15px;
	font-weight:normal;
}
#left h3 a {color:#ffca25; text-decoration:none;}
#left h3 a:hover {color:#feefbf; text-decoration:underline;}

.newsstyle p {
	position:relative;
	font-size:18px;
	padding-bottom:80px;
	clear:left;
	line-height:22px;
}

.newsstyle h3 img {
	float: left;
	margin:0 10px 0 0;
	border: solid 5px black;
	width: 80px;
}
.newsstyle h3 img:hover {width:260px;margin-bottom:10px;}

/* RIGHT -------------------------------------------------------------------------------------------------------- */

hr.rightbreak {clear:both; margin: 0 0 50px; position:relative; height:1px; color:black; background-color:black; border:0;}

.rightsection {
	padding: 10px 0;
	margin-left:10px;
	border-bottom: solid 1px #632049;
	border-top: solid 1px #632049;
}

#right h2, #right h4 {
	position:relative;
	text-indent:-1000px;
	height: 35px;
	overflow: hidden;
	background-position:10px top;
	background-repeat:no-repeat;
}

span.sublisttitle {
	position:absolute;
	bottom:5px; right:0;
	color:#c53f91;
	text-indent:0px;
}

.default {margin-left:10px;}

.default li {
	position:relative;
	border-top: solid 1px #632049;
	height:30px;
	overflow:hidden;
}

/* The bottom link that reveals more of that type of information */
#main .default li.expand {
	height:25px; padding:0;
	background: url(../i/bgrnd-expand.png) repeat-x;
}

#main li.expand a, #main li.expand a:hover {
	display:block;
	width:320px; height:25px;
	padding:4px 58px;
	border:none;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	background:url(../i/but-expanddown.png) 10px 4px no-repeat;
}

/* the poll and quiz on the home page and guestbook intro on contact page */
#right a.but.yellow {
	position:absolute;
	bottom: 20px; right:0;
}

/* 2column style ------------------------- */

.twocolumn:first-child {margin-right:20px;}

.twocolumn {width: 205px;color: #999;float: left;}

.twocolumn p {
	position:relative;
	margin-left:10px;
	font-size:14px;
	border-style:solid;
	border-width:1px 0;
	border-color:#632049;
	padding:10px 0 15px;
	min-height:150px;
	_height:150px;
}

.twocolumn em {font-weight:bold; color:white; font-style:normal;}


/* bigger list ------------------------- */

.details {margin-left:10px; border-top: solid 1px #632049;}
.details li {
	position:relative;
	padding: 10px 0;
	min-height:110px;
	border-bottom: solid 1px #632049;
	color:#999;
	font-size:13px;
	clear:both;
}

.mini li {min-height:52px;}

.details li img {float:left; margin-right:10px;}



/* FOOTER ------------------------------------------------------------------------------------------------------ */

#footer strong {
	display:block;
	position:relative;
	width: 420px; height:30px;
	margin-top:58px;
	font-size:18px;
}

#footer a {
	display:block;
	position:absolute;
	top:0;
	width:100px;
	overflow:hidden;
	height:30px;
	line-height:300;
}

#footer .copyright {left:15px; width:105px;}
#footer .privacy {left:130px; width:115px;}
#footer .conditions {left:255px; width:150px;}





