/* ---------------------------------------------------------

Texas Student Data System
tsds.org

Author(s): Matt Wetzler, David Guillory

Sibley/Peteet Design, Austin
www.spdaustin.com

Created: 01/2010

COLOR PALETTE
Orange: 	#F8971D
Teal:		#009AA6
Dark Gray:	#626262
Light Gray:	#E2E3E0

------------------------------------------------------------ */
@charset "UTF-8";

/* YUI RESET + global font-family
-------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 12px/18px Arial,Helvetica,Verdana,sans-serif;
	color: #626262;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border:0;
	}


/* GENERAL
------------------------------------------------------------------------------------------ */

body {
	background: #ADAFA7 url(/images/bground.png) 50% 0 no-repeat;
	}


a {
	color: #009AA6;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
	/* hide from Mac IE 5 \*/
	.imgswap { overflow: hidden; }
	/* End Mac IE 5 hack */

.clear {
	clear: both;
	}
#skip-link {
	position: absolute;
	left: 0;
	top: -29999px;
	}


/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */

#outside-wrapper {
	width: 1002px;
	background-color: #fff;
	margin: 0 auto;
	}

#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

#hero {
	width: 940px;
	height: 338px;
	margin-bottom: 30px;
	}

#main-content {
	float: left;
	width: 620px;
	margin-bottom: 30px;
	}

#one-col-content {
	width: 940px;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	}

#three-col-content {
	width: 940px;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	}
.three-col-column {
	width: 290px;
	float: left;
	margin-right: 20px;
	}
	

#sidebar {
	float: right;
	width: 290px;
	}
.sidebar-content {
	width: 270px;
	margin: 10px 10px 20px 10px;
	overflow: hidden;
	}
	.sidebar-content .left {
		float: left;
		width: 132px;
		margin-right: 10px;
		}
	.sidebar-content .right {
		float: right;
		width: 128px;
		}
		.right a,
		.update-link a {
			font-family: Georgia, "Times New Roman", Times, serif;
			}
			.right a:hover,
			.update-link a:hover {
				color: #F8971D;
				}
			.right img {
				vertical-align: middle;
				}
		.update-link img {
			vertical-align: middle;
			}
	.sidebar-content .thumb {
		width: 130px;
		border: 1px solid #E2E3E0;
		}

.dot-divider-orange {
	margin: 20px 0;
	width: 940px;
	height: 3px;
	}

.last {
	margin-right: 0;
	}

.offsite-link {
	padding-right: 10px;
	margin-right: 1px;
	background: url(/images/offsite-link.png) right top no-repeat;
	}

.just-added {
	padding-right: 78px;
	background: url(/images/just-added.gif) right top no-repeat;
	}


/* CORE TYPOGRAPHY
------------------------------------------------------------------------------------------ */

h1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #F8971D;
	}

h2 {
	font-size: 18px;
	color: #fff;
	}
	#sidebar h2,
	.three-col-column h2 {
		font-size: 18px;
		line-height: 29px;
		color: #fff;
		background-color: #009AA6;
		height: 30px;
		margin-bottom: 10px;
		padding-left: 10px;
		}
	#main-content h2 {
		color: #009AA6;
		margin-top: 30px;
		margin-bottom: 10px;
		}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F8971D;
	margin-bottom: 6px;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009AA6;
	margin-bottom: 6px;
	}

#main-content p {
	margin-bottom: 15px;
	}

#intro {
	font-size: 24px;
	line-height: 29px;
	color: #009AA6;
	margin-bottom: 20px;
	}

ol, ul {
	margin-left: 20px;
	margin-bottom: 15px;
	}

ol {
	list-style: upper-roman;
	}
ul {
	list-style: square;
	}
li {
	margin-bottom: 5px;
	}

.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: #F8971D;
	margin-bottom: 30px;
	}
	.blockquote .attribution {
		float: right;
		font-size: 14px;
		line-height: 18px;
		font-style: normal;
		color: #F8971D;
		}
	body.tsds .blockquote,
	body.dcd .blockquote {
		float: right;
		width: 300px;
		margin: 10px 0 20px 20px;
		}

/* MASTHEAD
------------------------------------------------------------------------------------------ */

#masthead {
	height: 140px;
	background-color: #E2E3E0;
	}

#logo {
	float: left;
	width: 160px;
	border-right: 1px solid #fff;
	}


/* NAVIGATION
------------------------------------------------------------------------------------------ */

#mainnav {
	position: relative;
	float: left;
	margin: 70px 0px 0 -20px;
	display: inline;
	width: 749px;
	height: 70px;
	list-style: none;
	z-index: 1000;
	}
	#mainnav ul {
		list-style: none;
		}
	#mainnav li {
		float: left;
		}
		#mainnav li a {
			display: block;
			padding: 15px;
			height: 40px;
			color: #626262;
			text-decoration: none;
			font-size: 14px;
			line-height: 14px;
			}
		#mainnav li a:hover {
			color: #fff;
			background-color: #626262;
			}
		#mainnav #nav-tsds a {
			width: 108px;
			}
		#mainnav #nav-dcd a {
			width: 90px;
			}
		#mainnav #nav-ssis a {
			width:75px;
			}
		#mainnav #nav-reference-docs a 
		{
		    padding-top: 31px;
			width: 70px;
			height: 24px;
			}
		#mainnav #nav-peims a 
		{
		    padding-top: 31px;
			width: 65px;
			height: 24px;
			}
	    #mainnav #nav-tpeir a 
		{
		    padding-top: 31px;
			width: 70px;
			height: 24px;
			}
		#mainnav #nav-faq a {
			width: 40px;
			padding-top: 31px;
			height: 24px;
			}
		#mainnav #nav-feedback a {
			width: 64px;
			}
			body.tsds #nav-tsds a,
			body.dcd #nav-dcd a,
			body.ssis #nav-ssis a,
			body.reference-docs #nav-reference-docs a,
			body.events #nav-events a,
			body.faq #nav-faq a,
			body.peims  #nav-peims a,
			body.tpeir #nav-tpeir a,
			body.feedback #nav-feedback a {
				color: #fff;
				background-color: #626262;
				}

#localnav li {
	margin-bottom: 0px;
	}


/* FOOTER
------------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	border-top: 5px #E2E3E0 solid;
	padding: 10px;
	margin-bottom: 10px;
	}
	#footer p {
		text-align: right;
		font-size: 11px;
		color: #626262;
		}
	#footer a {
		color: #626262;
		}


/* HOMEPAGE
------------------------------------------------------------------------------------------ */

body.home #hero {
		background-color: #009AA6;
		padding: 0;
		}
		body.home #hero .left {
			float: left;
			padding: 24px 50px 30px 30px;
			_padding: 24px 47px 15px 30px;  /* For IE6 */
			width: 400px;
			_width: 400px;  /* For IE6 */
			margin: 0;
			}
		body.home #hero .note {
			font-size: 11px;
			line-height: 16px;
			color: #BFE6E9;
			}

#home-intro {
	font-size: 27px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
	_margin-bottom: 4px; /* For IE */
	}

body.home h2 {
	font-size: 15px;
	color: #009AA6;
	}

.four-column-box {
	width: 940px;
	overflow: hidden;
	}
	.four-column-box .one,
	.four-column-box .two,
	.four-column-box .three,
	.four-column-box .four {
		float: left;
		width: 220px;
		margin-right: 20px;
		padding-top: 12px;
		}
	.four-column-box .one {
		background: url(/images/metric-story-01-num.png) left top no-repeat;
		}
	.four-column-box .two {
		background: url(/images/metric-story-02-num.png) left top no-repeat;
		}
	.four-column-box .three {
		margin-right: 0;
		background: url(/images/metric-story-03-num.png) left top no-repeat;
		}
	.four-column-box .four {
		float: right;
		margin-right: 0;
		background: url(/images/metric-story-04-num.png) left top no-repeat;
		}

#tsds-preview a {
	float: right;
	height: 68px;
	width: 200px;
	background: url(/images/merch-tsds-preview.png) left top no-repeat;
	}
	#tsds-preview a:hover {
		background: url(/images/merch-tsds-preview.png) left bottom no-repeat;
		}

body.home .blockquote {
	float: left;
	width: 700px;
	}

#upcoming-events-promo {
	clear: both;
	margin-bottom: 10px;
	}
	#upcoming-events-promo h2 {
		color: #626262;
		line-height: 28px;
		height: 30px;
		width: 100%;
		padding-left: 15px;
		background-color: #E2E3E0;
		}
	#upcoming-events-promo li {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: bold;
		width: 210px;
		_width: 204px;
		margin-left: 10px;
		padding: 10px 5px;
		}
	#upcoming-events-promo li a {
		font-size: 12px;
		font-weight: normal;
		}
	
	#upcoming-events-promo p {
		float: left;
		width: 200px;
		height: 100px;
		padding: 15px;
		}


/* DISTRICT CONNECTIONS DATABASE
------------------------------------------------------------------------------------------ */
.dcd #hero {
	height: 480px;
	}


/* REFERENCE DOCUMENTS
------------------------------------------------------------------------------------------ */

body.reference-docs #masthead {
	margin-bottom: 30px;
	}

body.reference-docs h1 {
	margin-bottom: 30px;
	}

body.reference-docs .two-line h2 {
	height: 45px;
	line-height: 14px;
	padding-top: 6px;
	}
	html>/**/body.reference-docs .two-line h2 {	/*  Is skipped by all IE up to and including 7 */
		height: 40px;
		padding-top: 7px;
		}


/* SSIS ADVISORY GROUP
------------------------------------------------------------------------------------------ */

body.ssis #masthead {
	margin-bottom: 30px;
	}

body.ssis h1 {
	
	}

body.ssis .two-line h2 {
	height: 45px;
	line-height: 14px;
	padding-top: 6px;
	}
	html>/**/body.ssis .two-line h2 {	/*  Is skipped by all IE up to and including 7 */
		height: 40px;
		padding-top: 7px;
		}

body.ssis .eventdate {
	color: #F8971D;
	font-weight: bold;
	}


/* DCD ADVISORY GROUP
------------------------------------------------------------------------------------------ */

body.dcd-advisory #masthead {
	margin-bottom: 30px;
	}

body.dcd-advisory h1 {
	margin-bottom: 30px;
	}

body.dcd-advisory .two-line h2 {
	height: 45px;
	line-height: 14px;
	padding-top: 6px;
	}
	html>/**/body.dcd-advisory .two-line h2 {	/*  Is skipped by all IE up to and including 7 */
		height: 40px;
		padding-top: 7px;
		}

body.dcd-advisory .eventdate {
	color: #F8971D;
	font-weight: bold;
	}
/* PEIMS
------------------------------------------------------------------------------------------ */

body.peims #masthead {
	margin-bottom: 30px;
	}
/* TPEIR
------------------------------------------------------------------------------------------ */

body.tpeir #masthead {
	margin-bottom: 30px;
	}


/* UPCOMING EVENTS
------------------------------------------------------------------------------------------ */

body.events #masthead {
	margin-bottom: 30px;
	}

body.events #main-content h2 {
	color: #009AA6;
	margin-bottom: 5px;
	}

body.events #main-content h3 {
	margin-bottom: 5px;
	}

body.forum {
	background: #fff;
	}
	body.forum #main-content {
		padding: 20px 10px 20px 30px;
		width: 460px;
		}
	body.forum h1 {
		margin-bottom: 0;
		}
	body.forum h2 {
		clear: both;
		}

#rsvp {
	float: right;
	width: 240px;
	}

#rsvp-link a {
	float: right;
	width: 220px;
	text-align: center;
	padding: 10px;
	background: #BFE6E9;
	border: #009AA6 1px solid;
	line-height: 14px;
	}
	#rsvp-link a:hover {
		color: #fff;
		text-decoration: none;
		background: #009AA6;
		border: #BFE6E9 1px solid;
		}

body.webinar {
	background: #fff;
	}
	body.webinar #main-content {
		padding: 20px 10px 20px 30px;
		width: 460px;
		}
	body.webinar h1 {
		margin-bottom: 0;
		}
	body.webinar h2 {
		clear: both;
		}


/* FAQ
------------------------------------------------------------------------------------------ */

body.faq #masthead {
	margin-bottom: 30px;
	}

body.faq .dot-divider-orange {
	margin: 20px 0 -10px 0;
	width: 620px;
	height: 3px;
	background: url(/images/dot-divider-orange.png) left top no-repeat;
	clear: both;
	overflow: hidden;
	}

.back-to-top {
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(/images/back-to-top-arrow.png) left top no-repeat;
	}

/* PROVIDE FEEDBACK
------------------------------------------------------------------------------------------ */

body.feedback #masthead {
	margin-bottom: 30px;
	}

body.feedback #sidebar h2 {
	height: 45px;
	line-height: 14px;
	padding-top: 6px;
	}
	html>/**/body.feedback #sidebar h2 {	/*  Is skipped by all IE up to and including 7 */
		height: 40px;
		padding-top: 7px;
		}

/* FORM
------------------------------------------------------------------------------------------ */

.single-line-form {
	width: 100%;
	margin-bottom: 10px;
	}

.multi-line-form {
	width: 100%;
	margin-bottom: 10px;
	}

label {
	float: left;
	color: #626262;
	width: 200px;
	margin-top: 4px;
	}
	label.error {
		float: none;
		color: #F8971D;
		vertical-align: middle;
		}

.required_form {
	font-size: 12px;
	color: #F8971D;
	}

.optional {
	font-size: 9px;
	color: #009AA6;
	}

.single-line-form input,
.multi-line-form textarea {
	float: right;
	background: #E2E3E0;
	color: #626262;
	border: 1px solid #626262;
	padding: 4px 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	}
	textarea {
		width: 400px;
		}

.checkbox-description p {
	float: right;
	padding-left: 6px;
	}
.checkbox-description input {
	background: #fff;
	border: none;
	}

.single-line-form select {
	float: right;
	}

#submit-button,
#reset-button {
	margin-top: 20px;
	margin-right: 10px;
	}

.submit-error {
	padding: 5px;
	background-color: #feefdd;
	border: 1px solid #F8971D;
	}
	


/* jQUERY SLIDESHOW
------------------------------------------------------------------------------------------ */
#slideshow {
    position: relative;
	}

#hero #slideshow {
    height: 338px;
	width: 459px;
	}
	.tsds #hero #slideshow {
		height: 338px;
		width: 940px;
		}
	.dcd #hero #slideshow {
		height: 478px;
		width: 938px;
		}

#slideshow img {
    position: absolute;
	opacity: 0;
    z-index: 8;
	}
	#hero #slideshow img {
		top: 0;
		left: 0;
		border-left: 1px solid #fff;
		}
	html>/**/body #hero #slideshow img {	/*  Is skipped by all IE up to and including 7 */
		left: 480px;
		}

.tsds #hero #slideshow img {
	left: 0;
	border: none;
	}
.dcd #hero #slideshow img {
	left: 0;
	border: 1px solid #626262;
	}


#slideshow img.active {
	opacity: 1;
    z-index: 10;
	}

#slideshow img.last-active {
    z-index: 9;
	}
