/*
Theme Name: CCSU2
Theme URI://www.ccsuvt.org/
Description: Custom theme for ccsuvt.org
Version: v1
Author: Dr. Herr

*/

/* begin 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, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:				0;
	padding:			0;
	border:				0;
	outline:			0;
	font-weight: 		normal;
	font-style:			normal;
	font-size: 			101%;
	font-family:		inherit;
	vertical-align: 	baseline;
	text-decoration:	none;		
}
:focus {
	outline: 			0;
}
body {
	line-height: 		1;
	color: 				black;
	background: 		white;
}
ol, ul {
	list-style: 		none;
}
table {
	border-collapse: 	separate;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: 			"";
}
blockquote, q {
	quotes: 			"" "";
}
textarea{
	overflow:			auto;
}
a:active, a:focus{
	outline:			none;
}
/* end reset */

/* begin generic */
html {
	overflow-y: 		scroll;
}
body {
	background:			#d1d1d1 url(images/stripe.png) repeat-x top;
	font-family:		Arial, Helvetica, sans-serif;
}
/* end generic */

/* begin header */
#headerBg {
	height:				87px;
	margin:				40px auto 0 auto;
	position:			relative;
	width:				1043px;
	background:			url(images/bgHeader.png) repeat-y left top;
}
#headerBg h1, #headerBg h2{
	text-indent: 		-100em;
}
#ehs_day {
	position:			absolute;
	top:				55px;
	right:				40px;
	color:				#ccc;
	font-weight:		bold;

}
#ehs_user {
	position:			absolute;
	top:				55px;
	left:				400px;
	color:				#ccc;
	font-weight:		bold;

}
#headerNav {
	width:				982px;
	margin:				0 auto 10px auto;
	height:				29px;
	font-size:			.65em;
}
#navLeft {
	width:				3px;
	float:				left;
	line-height:		29px;
	background:			url(images/navLeft.png) no-repeat left top;
}
#navRight {
	width:				3px;
	float:				right;
	line-height:		29px;
	background:			url(images/navRight.png) no-repeat left top;
}
#headerNavBg {
	width:				976px;
	float:				left;
	height:				29px;
	background:			url(images/navMiddle.png) repeat-x left top;
}
#headerNav ul{
	display:			inline;
	list-style:			none;
}
#headerNav li {
	display:			inline;
	margin:				0;
	padding:			0;
}
#headerNav li a {
	float:				left;
	padding:			0 18px 0 18px;
	text-decoration:	none;
	color:				#344152;
	line-height:		29px;
	vertical-align:		top;
	background:			url(images/navDiv.png) no-repeat top right;
}
#headerNav li a:hover {
	color:				#566477;
}
#headerNav li:last-child a {
	background:			url();	
}
#topNav {
	font-size:			.8em;		
	width:				500px;
	float:				right;
	height:				29px;
	text-transform:		lowercase;
	margin:				0 40px 0 0;
	color:				#344152;
}
#topNav table {
	float:				right;
	margin:				-24px 0 0 0;
}
#topNav table td{
	vertical-align:		middle;
}
#topNav form {
	margin:				9px 10px 0 15px;
	height:				29px;
}
#topNav a {
	font-size:			.8em;
	margin:				0 10px;
	color:				#364354;
}
#topNav a:hover {
	color:				#566579;
}
#topNav input {
	background:			url(images/searchBg.png) no-repeat top left;
	border:				0px none;
	width:				96px;
	height:				21px;
	padding:			3px 35px 0 5px;
}
/* end header */

/* begin content */
#contentBg {
	width:				1043px;
	margin:				0 auto 0 auto;
	padding:			10px 0 0 0;
	background:			url(images/bgMiddle.png) repeat-y left top;
}
#contentWrap {
	float:				left;
	width:				100%;
}
#backgroundWrapTop {
	width:				982px;
	height:				5px;
	margin:				0 auto 0 auto;
	background:		    url(images/contentTop.png) no-repeat left top;
}
#backgroundWrapBottom {
	width:				982px;
	height:				5px;
	margin:				0 auto 0 auto;
	background:		    url(images/contentBottom.png) no-repeat left top;
}
#backgroundWrap {
	width:				982px;
	margin:				0 auto 0 auto;
	background:			url(images/contentMiddle.png) repeat-y left top;
}
#backgroundWrapFull {
	width:				982px;
	margin:				0 auto 0 auto;
	background:			#fff;
}
#content {
	font-size:			.7em;
	line-height:		1.5em;
	margin:				-10px 155px 0 155px; 
	padding:			20px 1px;
	overflow:			hidden;
}
#contentFull {
	font-size:			.6em;
	line-height:		1.5em;
	margin:				-10px 10px 0 10px; 
	padding:			20px 0;
	overflow:			hidden;
}
#contentFull, #content *{
	font-family:		'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;	
}
#content a, #contentFull a {
	color:				#4c5d73;
	text-decoration:	none;
	border-bottom:		1px solid #dfdfdf;
}
#content a:hover, #contentFull a:hover {
	color:				#b30d0d;
	border-bottom:		1px solid #b30d0d;
}
#content div.contentTitle h1 {
	font-size:			1.75em;
	margin:				0 0 10px 0;
	padding:			0 0 8px 0;
	background:		    url(images/breadcrumbsDiv.png) no-repeat left bottom;
	color:				#8F7E59;
}
#content div.podcastTitle h1 a {
	text-decoration:	none;
	color:				#8F7E59;
}
#content table, #contentFull table {
	border-collapse:	collapse;
	border:				1px #000 solid;
}
#content table td, #contentFull table td{
	padding:			5px;
	border:				1px #000 solid;
}
#content hr, #contentFull hr {
	margin:				20px 0;
	clear: 				both;	
}
#content em, #contentFull em {
	font-style:			italic;
}
#content strong, #contentFull strong {
	font-weight:		bold;
}
#content p, #contentFull p {
	margin:				15px 0 25px 0;
}
#content ul, #contentFull ul {
	list-style-type:	disc;
	margin:				10px 0 20px 25px;
}
#content ul.no-style{
	list-style-type:	none;
	margin:				5px 0 25px 0px;
}
#content ul.no-style li{
	padding:				2px 0;
	text-decoration:	none;
}
#content ol, #contentFull ol {
	list-style-type:	decimal;
	margin:				10px 0 20px 25px;
}
#content li.pagenav ul li ul li{
	margin:				-5px 0 0 0;
}
#content ul li.page_item {
	list-style-type:	none;
}
#content li, #contentFull li {
	margin:				5px;			
}
#content .search-excerpt {
	font-weight:		bold;
	background:			#FFFF99;
}
#content h1.searchTitle {
	border-bottom:		#e8e8e8 1px solid;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #contentFull h1, #contentFull h2, #contentFull h3, #contentFull h4, #contentFull h5, #contentFull h6 {
	font-weight:		bold;
	margin:				10px 0 5px 0;
}
#content h1, #contentFull h1 {
	font-size:			1.6em;
}
#content h2, #contentFull h2 {
	font-size:			1.5em;
}
#content h3, #contentFull h3 {
	font-size:			1.4em;
}
#content h4, #contentFull h4 {
	font-size:			1.3em;
}
#content h5, #contentFull h5 {
	font-size:			1.2em;
}
#content h6, #contentFull h6 {
	font-size:			1.1em;
}
#content.overflow{overflow:visible;}
#content td.pic a{position:relative;text-decoration:none;}
#content td.pic a span{position:absolute; bottom:0px;right:18px; width:100px; padding:10px; display:none; z-index:9999; border:1px solid #000; background:white;}
#content td.pic a:hover span{display:block;}
#content td.pic a span p{padding:0px;margin:4px 0;width:100%;text-align:center;line-height:normal; color:#000; text-decoration:none;}
div.clear {
	clear:				both;
}
#return {
	color:				#990000;
}
#content div.podcastTitle span {
	font-size:			.7em;
	margin:				5px 0 0 10px;
	color:				#666;
}
div.podcastTitle h1 {
	border-bottom:		#e8e8e8 1px solid;
}
.alignleft {
	float:				left;
}
.alignright {
	float:				right;
}
.aligncenter {
	text-align:			center;
}
img.aligncenter {
	margin:				0 auto;
	display:			block;
}
#rss_link {
	line-height:		2em;
	text-align:			right;
}
#rss_link img{
	vertical-align:		middle;
	margin-left:		5px;
}
#rss_link a{
	vertical-align:		middle;
	text-decoration:	none;
}


/* end content */
#important {
	background:			#791e1f;
	color:				#fff;
	font-size:			1.1em;
	border-top:			1px #843939 solid;
	border-bottom:		1px #4F0202 solid;
	line-height:		1.4em;
	width:				982px;
	margin:				0 auto 10px auto;
	padding:			5px 0;
}
#important h1 {
	margin:				0 22px;
	font-weight:		bold;
}
#important h1 span {
	font-weight:		100;
	font-size:			.8em;
}
/* Begining staff page and homework page */

#display table{
	border-collapse: 	collapse;
	width:				100%;
	border:				0px;
}

#display table td{
	text-align:			left;
	vertical-align:		middle;
	border:				0px;
}

#display table th{
	font-weight:		normal;
	text-align:			left;
	color:				#808080;
}

.department {
	 background: 			#666F7F;
	 color:				#fff;
	font-family:			Verdana;
}

table.tab tr.people0 {
	border:				1px solid #FFFFFF;
	height:				15px;
	font-family:			Verdana;
	font-size:			11px;
	color:				#191970;
}

table.tab tr.people1 {
	background:			#E6E6FA;
	border:				1px solid #FFFFFF;
	height:				15px;
	width:				100%;
	font-family:			Verdana;
	font-size:			11px;
	color:				#191970;
}

table.tab tr.people2 {
	background:			#CCCCFF;
	border:				1px solid #FFFFFF;
	height:				15px;
	width:				100%;
	font-family:			Verdana;
	font-size:			11px;
	color:				#00008B;
}



table.tab td{ 
	padding: 			4px 6px 4px 4px;
	font-family:			Verdana;
}

/* begin calendar */
#ajaxOptions {
	position:			relative;
}
#ajaxOptions h1{
	float:				left;
	font-size:			2em;
}
#checkall {
	float:				right;
	margin:				0 70px 0 0;
}
#checkall a {
	font-size:			.8em;
}
#ajaxOptions label {
	float:				right;
	margin:				0 10px 0 0;
	line-height:		15px;
	vertical-align:		bottom;
	font-size:			.8em;
	width:				160px;
}
#ajaxOptions input {
	float:				right;
	height:				10px;
	margin:				0 2px 0 10px;
}
#fmonth {
	position:			absolute;
	top:				40px;
	left:				0px;
}
#fyear {
	position:			absolute;
	top:				40px;
	left:				100px;
}
#myspan {
	position:			relative;
}
#calTop {
	position:			absolute;
	top:				-64px;
	left:				0px;
}
#contentFull table.cal, #contentFull table.cal tr, #contentFull table.cal td {
	border:				#000 1px solid;
	border-collapse:	collapse;
}
#contentFull table.cal {
	margin: 			10px 2px 10px 2px;
	font-size:			.9em;
	line-height:		1.1em;
}
#contentFull table.cal td.cal_date a.ab_day {
	float:				right;
}
#contentFull table.cal td.cal a {
	display:			block;
	margin:				2px 0 8px 0;
}
#contentFull table.cal a:hover{
	text-decoration:	underline;
}
#contentFull table.cal th {
	background:			#000;
	color:				#fff;
	font-weight:		bold;
	text-align:			center;
	line-height:		20px;
}
#contentFull table.cal td {
	padding:			2px;
}
#contentFull table.cal td.cal_date {
	background:			#333;
	color:				#fff;
	padding:			5px;
}
#contentFull table.cal td.cal a span{
	font-weight:		bold;
}
#options {
	margin:				10px 5px;
}
#options a{
	margin:				0 10px 0 0;
}
#options form{
	float:				right;
	margin:				-2px 0 0 0;
}
#myform fieldset {
	border:				1px solid black;
	padding:			10px 15px;
}
#myform fieldset legend {
	font-weight:		bold;
	padding: 			0 5px;
}
#myform fieldset {
	border:				1px solid black;
	padding:			10px 15px;
}
#myform table {
	margin:				5px 10px;
}
#myform table td {
	padding:			2px 5px;
}
#ajaxform .left{
	float:				left;
}
#ajaxform .right{
	float:				right;
}
/* end calendar */

/* begin forms/policies */
form.forms fieldset {
	border:				1px solid #ccc;
	padding:			15px 5px;
}
form.forms legend {
	font-size:			1.4em;
	font-weight:		bold;
	padding:			5px;
}
#content form.forms fieldset table {
	border:				0px;
}
#content form.forms fieldset table td {
	border:				0px;
}
#loginPage table {
	border:				0px;
}
#loginPage table td {
	border:				0px;
}
#display table{
	border-collapse: 	collapse;
	width:				100%;
}

#display table td{
	text-align:			left;
	vertical-align:		middle;
}

#display table th{
	font-weight:		normal;
	text-align:			left;
	color:				#808080;
}

.department {
	background: 		#666F7F;
	color:				#fff;
	font-family:			Verdana;
}
table.search tr.line0 {
	border:				1px solid #FFFFFF;
	height:				15px;
	font-family:			Verdana;
	font-size:			11px;
	color:				#191970;
}

table.search tr.line1 {
	background:			#E6E6FA;
	border:				1px solid #FFFFFF;
	height:				15px;
	width:				100%;
	font-family:			Verdana;
	font-size:			11px;
	color:				#191970;
}

table.search tr.line2 {
	background:			#CCCCFF;
	border:				1px solid #FFFFFF;
	height:				15px;
	width:				100%;
	font-family:			Verdana;
	font-size:			11px;
	color:				#302B54;
}

table.search tr.line3 {
	background:			#FFFFFF;
	border-bottom: 2px solid #330099;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	height:				15px;
	width:				100%;
	font-family:			Verdana;
	font-size:			11px;
	font-weight:			bold;
	color:				#330099;
}

table.search td{ 
	padding: 			4px 6px 4px 4px;
}
/* end forms/policies */

/* begin leftSideBar */
#leftSideBar {
	width:				135px;
	float:				left;
	margin:				20px 0 0 -975px;
	line-height:		.7em;
}
#leftSideBar ul {
	margin:				7px 0 0 10px;
}
#leftSideBar li {
	margin:				0 0 15px 0;	
}
#leftSideBar li a {
	margin:				0 0;
	font-weight:		bold;
	color:				#333;
	font-size:			.65em;
	text-align:			left;
}
#leftSideBar li a:hover {
	color:				#666;
}
#leftSideBar li ul li a {
	margin:				0;
	font-weight:		normal;
	color:				#666;
	font-size:			.6em;
}
#leftSideBar li ul li a:hover {
	color:				#878787;
}
#leftSideBar li ul {
	margin:				5px 0 0 0;
	padding:			8px 0 0 0;
	border-top:			1px solid #d2d3d3;
}
#leftSideBar li ul li {
	margin:				0 0 10px 0;
}
#leftSideBar a,#leftSideBar a {
	display:			inline-block;
}

#leftSideBar a,#leftSideBar a {
	display:			block;
}
/* end leftSideBar */

/* begin rightSideBar */
#rightSideBar {
	width:				135px;
	float:				left;
	margin:				20px 0 0 -140px;
}
#rightSideBar h2 {
	font-weight:		bold;
	color:				#333;
	font-size:			.65em;
	margin:				0 0 7px 0;
	text-align:			left;
}
#rightSideBar ul, #rightSideBar dl {
	width:				125px;
	margin:				0 0 0 0;
}
#rightSideBar dl {
	font-size:			.6em;
}
#rightSideBar dt {
	margin:				0;
	text-align:			left;
}
#rightSideBar dd {
	background:			url(images/cal.gif) no-repeat 0px 2px;
	margin:				2px 0 15px 10px;
	padding:			0 0 1px 13px;
	text-align:			left;
}
#rightSideBar a {
	color:				#666;
	text-align:			left;
}#rightSideBar span a {padding:0px;}
#rightSideBar a:hover {
	color:				#878787;
}
#rightSideBar li li,
#rightSideBar dt{position:relative; padding-left:10px;}
#rightSideBar li li span{
	display:none;	
	position:absolute; 
	bottom:0px; 
	right:125px; 
	background:#fff; 
	border:1px solid #344152; 
	min-width:170px;
	padding:10px 5px; 
	line-height:17px;
	font-size:14px;
	color:#000;
}
#rightSideBar li li:hover span{
	display:block; 
}
#rightTeacher, #rightStudent, #rightCal {
	margin:				0 0 15px 0;
}
#rightTeacher li, #rightStudent li, #rightCal li {
	margin:				0 0 7px 0;
	font-size:			.6em;
	text-align:			left;
}
#rightSideBar IMG {
	margin:				0 0 0px 3px;
	vertical-align:		top;
}
/* end rightSideBar */

/* begin footer */
#contentBgBottom {
	width:				1043px;
	height:				52px;
	margin:				0 auto 0px auto;
	background:			url(images/bgFooter.png) no-repeat left top;
}

#breadcrumbsTop {
	width:				982px;
	height:				5px;
	margin:				10px auto 0 auto;
	background:		    url(images/contentTop.png) no-repeat left top;
}
#breadcrumbsBottom {
	width:				982px;
	height:				5px;
	margin:				0 auto 0 auto;
	background:		    url(images/contentBottom.png) no-repeat left top;
}
#breadcrumbs {
	width:				968px;
	margin:				0 auto 0 auto;
	background:			#fff;
	font-size:			.7em;
	padding:			5px 7px;
}
#breadcrumbs h3 {
	margin:				0 0 2px 0;
	padding:			0 0 8px 0;
	background:		    url(images/breadcrumbsDiv.png) no-repeat left bottom;
	text-indent:		5px;
}
#breadcrumbs p{
	text-indent:		5px;
}
#breadcrumbs a {
	font-weight:		bold;
	color:				#666;
}
#breadcrumbs a:hover {
	font-weight:		bold;
	color:				#878787;
}

#subFooter {
	text-align:			center;
	font-size:			.75em;
	margin:				0 0 50px 0;
}
#subFooter p{
	line-height:		1.25em;
	color:				#333;
}
#subFooter a {
	font-weight:		bold;
	color:				#364354;
}
#subFooter a:hover {
	font-weight:		bold;
	color:				#566579;
}
#footer {
	width:				1002px;
	margin:				0 auto;
	font-size:			.7em;
}
div.sitemapParent {
	width:				225px;
	float:				left;
	margin:				12px;
}
#footer h3 {
	height:				30px;
	position:			relative;
}
#footer h3 a {
	color:				#fff;
	font-weight:		bold;
	border-bottom:		#fff dotted 1px;	
	display:			block;
	padding:			0 0 2px 2px;
	font-weight:		bold;
	position:			absolute;
	bottom:				0px;
	width:				225px;
}
#footer ul {
	margin:				2px 0;
}
#footer ul li {
	margin:				5px 0 7px 15px;
	line-height:		1.1em;
}
#footer ul li a {
	color:				#ccc;
}
#footer ul li a:hover {
	color:				#fff;
}
/* end footer */

#button {
    background: transparent url('http://www.ccsuvt.org/ehs/wp-content/themes/ccsu2/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#button span {
    background: transparent url('http://www.ccsuvt.org/ehs/wp-content/themes/ccsu2/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

#button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.colOne a,
.colTwo a,
.colThree a{text-decoration:none !important;}

.colOne, .colTwo, .colThree{
	width:203px;
	height:auto;
	float:left;
	padding:0 10px;
	margin-bottom: 20px;
	font-size:.9em;
	color:#333;
	}
.colOne.active, .colTwo.active, .colThree.active{
border:solid 2px #4C5D73;
width:199px;
margin-bottom:18px;
}
.left_heading h2{display:none;}

.ehsOne a,.ehsTwo a {
	text-decoration:none !important;
}
.ehsOne{
	width:300px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom: 20px;
	font-size:1.0em;
	color:#333;
}
.ehsTwo{
	width:330px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom: 20px;
	font-size:1.0em;
	font-style:italic;
	color:#333;
}

.ehsOne.active, .ehsTwo.active{
border:solid 2px #4C5D73;
width:199px;
margin-bottom:18px;
}
	
.ehsOne h1, .ehsTwo h1{
	text-align:center;
	margin-bottom: 20px !important;
}
	
.ehsOne ul, .ehsTwo ul{
	list-style-type:    none !important;
	width: 				82%;
	margin:				0 auto !important;
}

.ehsOne li, .ehsTwo li{
	width:					auto;
	height:					22px;
	background:				url(images/navMiddle.png) repeat-x;
	background-position:	0 -2px;
	border:					1px solid #d3d3d3;
	padding-top:			5px;
	text-align:				center;
	margin-bottom:			10px !important;
}


