/* @override http://dev.evcsnyc.org/interface/css/style.css */

@import url('/interface/css/wysiwyg.css') screen;

html, body, #container {
	height: 100%;}

body > #container {
	height: auto; min-height: 100%;}


body {
	margin: 0 0;
	background: #f3f1db url(/interface/ui_images/evcs-background.jpg) repeat-y center;
}

a:active, a:focus {outline: 0;}

/*---------------------------------Masthead---------------------------*/

div#masthead {
}

#logo {
	margin: 5px 10px 0 50px;
	float:left;
}

h1.school_name {
	margin-left:-3000px;
	font-size: 1px;
	height:1px;
}


#school_name a {
	color: #294493;
	text-decoration: none;;
	font-family: palatino, serif;
}

#school_name strong {
	color: #7f93ce;
}

img.school_name {
	float:left;
	margin-top:8px;
	z-index: 500;
}

div#section-image{
	max-height:400px;
	overflow:hidden;
	float: left;
	position: relative;
	bottom: 88px;
	z-index:-1;
	background-position: center top;
	width: 600px;
	background-repeat: repeat;
}

div.banner-window-corner {
	position: absolute; 		background-repeat: no-repeat; 
	z-index:4000;
}

div.ctop {
	width: 69px; 
	height: 69px;
	top: 0; 
	right: 0; 
	background-image: url(/interface/ui_images/banner-window-top.png);
}

div.cbottom
{
	width: 600px; 
	height: 110px;
	bottom: 0; 
	left: 0; 
	background-image: url(/interface/ui_images/banner-window-bottom.png);
}

div.banner-description {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	bottom: 2px; 
	right: 25px; 
	}

/*---------------------------------Main Nav---------------------------*/

div#main_nav {
	padding: 0;	
}

#main_nav ul{
	margin:16px 7px 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: left;
	width: 150px;
	
}

#main_nav li {
	list-style-type:none;
	font-size: 22px;
	line-height: 22px;
	
}

#main_nav li.last {
	margin-right:0;
}

#main_nav ul li a {
	color:#5d5d5d;
	text-decoration: none;
	display: block;
	padding-right: 27px;

	
}

#main_nav ul li a:hover {
	color: #ffe864;
	border: none;
	}

#main_nav ul li a.selected {
	color: #000;
	background: url(/interface/ui_images/main-nav-select.png) no-repeat right center;
}

/*---------------------------------Left nav---------------------------*/

/*span.subnav-title {
	text-align:right;
	color:#7E9DD2;
	margin: 0 25px 10px 0;
	font-size: 1.5em;
	font-family:serif;
	display:block;
}*/

div#sidebar {
	border-right: 2px solid #a7b2d8;
	width: 219px;
	min-height: 300px;
}

div.left-nav {
padding-top: 10px;
}

.left-nav ul {
	margin:0;
}

.left-nav li {
	list-style-type:none;
	/*background: url(/interface/ui_images/menu-triangle.png) no-repeat right;*/
	margin: 0 0 .5em 5px;
	line-height:1.3em;
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
}
	
.left-nav li a{
	font-family:helvetica, sans-serif;
	text-decoration:none;
	font-size: 1.3em;
	color: #5374BB;
	margin-right: 25px;
}

.left-nav li a:hover{
	color: #244184;
	border:none
}

ul.parent-section-titles li {
	margin:0 0 2px 0;
	color: #f2c500;
	font: 22px Georgia, "Times New Roman", Times, serif;
	border: none;
	height: 20px;
	position: relative;
	bottom: 3px;
}

ul.top li {
	padding-top:0px;
}

ul.entry-links {
 margin:0 0 20px 0;
}

/*--------------------News Menu ---------*/

div#news_menu {
	/*padding: 0 5px 10px 0;*/
	margin:25px 0 15px 0;
	background: url(/interface/ui_images/news-box-top.png) no-repeat 0 top;
}

#news_menu ul {
	margin: 30px 0 0 30px;
}

#news_menu ul li {
	list-style-type:none;
	/*margin-left: 5px;*/
}
	
#news_menu ul li a{
	text-decoration: none;
	color: #5374BB;
	font-size: 1.3em;
}

#news_menu ul li a:hover{
	color: #244184;
	border:none
}

#news_menu span.whats-new{
	margin-left: -3000px;
	font-size: 1px;
} 

	
div#announcements-list {
	background: #fffadf url(/interface/ui_images/news-box-bottom.png) no-repeat left bottom;
	margin-top: 10px;
	padding: 10px 0 20px 25px;
	border-top: 1px solid #fff;
}


a.announcements, span.announcements, a.announcements:hover {
	margin-bottom: 8px;
	color: #9fb9fa;
	font-size: 14px;
	text-decoration:none;
	border-bottom:none;
	font-style: italic;
	display: block;
}

#announcements-list ul {
	margin: 0;
	line-height: 1em;
}

#announcements-list ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	background: url(/interface/ui_images/event-disc.png) no-repeat left top;
}
	
#announcements-list ul li a{
	font-size: 13px;
	color: #3e414c;
	font-weight: normal;
	font-style: normal;
	margin-left: 14px;
	display: block;
}

#announcements-list ul li a:hover{
	border:none;
	color: #4171f2;
}

a.more-announcements {
	color: #9fb9fa;
}

a.more-announcements:hover {
	border-bottom: 1px solid;
	border-color: #a2b4e7;
	
}


/*---------------------------------Content---------------------------*/
div#main {
	margin: -60px 0 0 0;
}

div#live-look {
	margin: 20px 0 0 0;
}

div#content {
	width: 574px;
}

.portrait_photo {
	float:left;
	margin:5px 15px 15px 0;
	border:1px solid #9FB1C6;
}

ul#staff-listing {
	list-style-type: none;
	font-weight: light;
	font-size:1.2em;
	margin: 0;
}

ul#staff-listing em {
	color: #7b7871;
}

.staff_title {
	font-family:serif;
	margin-bottom:5px;
	font-size:1.4em;
	line-height:1.4em;
}

/*--------pa committee------*/

ul#pa-committee{
	list-style-type: none;
	margin: 0;
}

h3.pa-committee {
	margin: 0 0 .1em;
	font-size: 1.3em;
	color: #f1d23a;
}

#pa-committee p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	}

.pa-member{
	font-weight: bold;
	color: #5d5d5d;
}

a.pa-email-address{
	color: #808080;
}

a.pa-email-address:hover{
	color: #808080;
}


#content h2, #live-look h2 {
	margin: 0 20px 15px 0;
	padding-bottom: 0px;
	color: #416294;
	background: url(/interface/ui_images/title-grad.png) repeat-x 0 bottom;
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #3481ff;
}

#calendar {
	position: relative;
	right: 10px;
}

/*---------------------------------Image Gallery---------------------------*/
img.gallery-thumb {
	margin:0;
	padding:0;
}

div#project-gallery a {
	border: 1px solid #6b7fa0;
	float:left;
	margin:15px 10px;
	margin-top: 0;
	display:block;
}

div#project-gallery a:hover {
	border:1px solid #E9BD30;
}

span.event-date {
	display: block;
	float: right;
	margin-right:10px;
	color: #5c5b55;
}

/*-----------------Project Listing--------------------*/

div.project-listing {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #BBB;
	min-height:150px;
}

a.project-list-thumb img{
	margin:0;
}

a.project-list-thumb {
	display:block;
	float:left;
	margin:3px 35px 2em -10px;
	width: 130px;
	border:1px solid #fff;
}

a:hover.project-list-thumb {
	border:1px solid #E7CE3B;
}

a.more-link {
	text-decoration:none;
	text-align:right;
	display: block;
	margin: 0 10px .5em 0;
	}

a:hover.more-link {
	border:none;
	color:#E7CE3B;
	}

h3.project-title{
	margin:0 0 10px 0;
	padding:0;
	font-size:1.5em;
	color:#5B7BBE;
}


a:hover h3.project-title{
	color:#E7CE3B;
}


span.excerpt {
	font-style: italic;
	display: block;
	}

div#projects-nav {}

#projects-nav a.title {
	color:#5374BB;
	font: 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 5px;
	padding: 0;
	line-height: 5px;
}

#projects-nav a:hover.title {
	color: #244184;
	border:none
}

#projects-nav span.recent {
	font-style: italic;
	color:#919191;
	display:block;
	text-align: left;
	margin: 0 0 0 10px;
}

#projects-nav a.more {
	display:block;	
	text-align: right;
	margin: 0 10px 15px 0;
	color: #275fb5;
}
#projects-nav a:hover.more {
	border:none;
	color: #E7CE3B;
}

#projects-nav ul {
	margin:0 0 0 10px;
	margin-top: 0;
	padding: 0;
}

#projects-nav ul li {
	list-style-type: ;
	background: url(/interface/ui_images/gallery-nav-grad.png) repeat-y right;
	border-top: 2px solid #fffadb;
	margin: 0;
	padding: 3px 0 6px 0;
}

#projects-nav ul li a {
	color: #343432;
	font-size: 1em;
	padding-left: 20px;
	background: url(/interface/ui_images/menu-triangle2.png) no-repeat left 2px;
	display: block;
	position: relative;
	right: 15px;
}

#projects-nav ul li a:hover {
	border:none;
	color: #2e54ab;
}


/*-----------------------Announcements--------------*/

div.announcement-block {
	margin-bottom:10px;
	margin-right: 10px;
}

a.announcement-title, a:hover.announcement-title  {
	color: #314480;
	border:none;
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

div.announcement-description {
	background-color: #dce6fc;
	padding:4px 20px 0 20px;
	border: 3px solid #F6F9FE;
	border-bottom: 2px solid #FBF3DF;
}

.two div.announcement-description {
	background-color: #fff0be;
	border-bottom: 2px solid #e8eaff;
}

.announcement-block hr {
	width:60%;
	margin: 10px auto;
	border:none;
	height:1px;
	color:#B8C7F0;
	background-color:#DDE3FD;
	}


/*---------------------------------Footer---------------------------*/

div#footer {
	width: 840px;
	margin: 0 auto;
	padding: 46px 5px 0 5px;
	/*border-top: 2px solid #ced3e1;*/
	color: #676767;
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	line-height: 1.3em;
	background: url(http://www.dev.evcsnyc.org/interface/ui_images/footer-border.png) no-repeat center top;
}

div#rss-block {
	float: left;
	text-align: center;
	width: 50px;
}

a.rss-link img {
	margin:0 auto;
	margin-bottom:1px;
	float: none;
	display:block;
}


div#contact-block {
float: left;	

}


span.school-info {
	display: block;
	margin: 0;
}

a.contact-link {
	text-decoration: none;	
}

a.contact-link:hover img {
	border-bottom: 1px solid #90a1e4;
}

a.contact-link img {
	margin: 5px 0 0 0;
	padding-bottom: 4px;
}


div#search-box {
	float: right;
	margin-top: 3px;
}

#keywords {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	height: 18px;
	width: 150px;
	border: 1px solid #929db3;
	font-size: 12px;
	padding: 4px 10px 0 3px;
}
#search-button {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	position: relative;
	right:10px;
	bottom:2px;
}

/*------------------------Search----------------------*/

div#search-results {
	padding: 0 20px;
}

#search-results h2 {
	color: #3561b4;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 5px 15px;
	border-bottom: 2px solid #cdcdcd;
}

#search-results h2 em {
	font-style: italic;
	color: #dec438;
}

td.result-title {
	background-color: #fff;
	width: 155px;
	vertical-align: top;
	padding-left: 20px;
}

.result-title {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 color:	#000;
}

.result-title a {
	font-size: 1.2em;
}

.result-title a:hover {
	border-bottom: 1px solid #73b6ff;
}

.result-title span {
	font-style: italic;
	color: #909090;
	font-size: 1em;
	display: block;
}

.result-excerpt p{
	margin: 2px 15px 10px 10px;
	font: italic 1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.resultRowOne {
 background-color: #fffbe8;
	border-top: 1px solid #e7e7e7;
}

.resultRowTwo {
  background-color: #edf2f7;
  border-top: 1px solid #e7e7e7;
}

.resultHead {
 color: #76819a;
 border-bottom:		1px solid #999;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*---------------------------------Contact Form---------------------------
div#contact_form {
	border: 1px solid #6d643f;
	padding: 15px 15px 0 15px;
	width:410px;
}

div#contact_form label {
	letter-spacing: .07em;
	font-size: 1.1em;
}

#from element{
	background-color: #e0e5ed;
	border: 3px solid #ded7b3;
}
#message {
	height:6em;
	background-color: #eaece5;
	border: 3px solid #ded7b3;
}
*/