/***********************************
Copyright 2008-2010
The City University of New York
Office of University Relations
Office of Communications and Media
Eri Sahagun, Web Developer
www.cuny.edu
************************************/
/*** CUNY Independent Sites ***/
/*** site-wrap.css ***/
/***********************************
Styles in this section correspond to 
CUNY5 CSS in progress as of 2009-10-27
************************************/

html {
	/* This prevents window jump by forcing scrolly */
	min-height: 101%;
	overflow-y: scroll;
}

body {
	width: 100%;
	margin:0 auto;
	padding:0;
	background-color:#5b6368;
}

#wrap-top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color:#5b6368;
	background-image: url(../images/global/shadow_transparent06072010.png);
	background-repeat: repeat-y;
	background-position: center top;	
}

#wrap-focus {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color:#5b6368;
	background-image: url(../images/global/shadow_transparent06072010.png);
	background-repeat: repeat-y;
	background-position: center top;	
}

#wrap-bottom {
	clear:both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	background-color: #5b6368;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/global/bottom_shadow_transparent_long.png);
	background-repeat: no-repeat;
	background-position: center bottom;			
}

a img { border: 0;}
a:hover img { background-color:transparent;}

hr {
	background-color: #d6dbde;
	line-height: 1px;
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
}

br.clear-float,
hr.clear-float {
	clear:both;
}
br.clear-left,
hr.clear-left {
	clear:left;
}
br.clear-right,
hr.clear-right {
	clear:left;
}

/***
<div#logobar> is the whole bar 
that contains .logo .find-links & .role-links
************************************/
#logobar {
	background-color:#fff;
	padding: 0 20px 0px 20px;
	height: 96px;
	width: 960px;
	margin: 0 auto;	
}

.logo { 
	float:left;
	margin: 20px 0 ;
}

.logo-links {
	color: #1d3a83;
	text-align: right;
	display:block;
	font-size: 8pt;
	padding: 20px 0 0 0;	
}
.logo-links a {
	color: #1d3a83;
}

.logo-links .separator {
	color: #d6dbde;
	font-size: 10pt;
	padding: 0 5px;	
}

#logobar .logo a, #logobar .logo a img {

margin: 0px;
padding: 0px;
display: block;

}

#logobar .site-title {
	
	display: block;
	margin: 0px;
	padding: 0px;
}

/***
<div#tabsbar> is the whole bar 
that contains .tabs .search & .login
See site-{$section}-tabs.css
************************************/

/*When there are no tabs*
******************************/

#empty-tabsbar {
	margin: auto;
	width: 998px;
	background-color:#fff;
	border: solid 1px #fff;
}
.empty-tabs {
	margin: auto;
	width: 960px;
	height: 0px;
	border-top: solid 1px #d6dbde;
}





/***
FOCUS [#breadcrumb + #title + #menu + #banner + #body]
*************/
#focus {
	padding: 3px 20px 10px 20px;
	background-color: #fff;
	margin: 0 auto;
	width:960px;
	min-height: 400px;
	display: block;
	overflow: hidden;
	clear: both;
}

/***
#breadcrumb
*************/
#breadcrumb {
	width:960px;
	margin: 0;
	padding:0;
}
.home-breadcrumb {
	display: none;
	height: 0;
}
.auto-breadcrumb {
	margin: 0px 0 12px 0;
}
/***
#title 
*************/

#title {
	margin:0 0 0 0;
	padding:0;    
}
#title .page-title { 
	min-height: 18px;
}
#title .home-title { 
	display: none;
	height:0;
}


#subtitle {
	padding:0px;
	margin:0;
}
#subtitle .empty-subtitle {
	display:none;
	width: 0;
	height: 0;
}
#subtitle .auto-subtitle {
	min-height: 19px;
	margin: 0px 0px 7px 0px;
	padding:0px 0px 3px 0px;
	width: 670px;
	display: block;
	float: right;
	border-bottom: 1px solid #d6dbde;
}

/***
.menu - (width=270px + margin-right=20px)
	border-top: solid 1px magenta;

*******/

.empty-menu,
.hidden-menu { 
	display:none;
	width: 0;
	height: 0;
}
.auto-menu {
    float:left;
    width: 270px;
    margin: 0px 20px 20px 0;
    padding:0;
}

/***
<div#body>
************************************/
#body {
	padding-bottom: 20px;
}

/***
<div#bottombar> is the whole bar 
that contains .bottom-table
************************************/
#bottombar {
	background-color: transparent;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.bottom-table {
	border:0;
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background-color: transparent;
	font-size: 8pt;
}
.bottom-table td {
	width: 215px;
	vertical-align:top;
	padding: 10px 7px 8px 15px;
	background-color:#202425;
}
.bottom-table thead td {
	background-color: #656f74;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px 8px 3px 15px;
}

.bottom-table td.bottom-td-1,
.bottom-table td.bottom-td-2,
.bottom-table td.bottom-td-3 {
	border-right: solid 1px #595f64;
}
.bottom-table td.bottom-td-4 {
	width: 230px;
	padding-right: 2px;
}

/***
<div#footer> is the whole bar 
that contains small links 
************************************/

#footer {
	padding: 0px 20px 10px 20px;
	background-color: #fff;
	margin: 0 auto;
	width:960px;
	min-height: 30px;
	display: block;
	overflow: hidden;
	clear: both;
}

#footertable {

	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse:collapse;

}

#footer td {
	padding:0;
}
#footer .footer-links {
	width: 925px;
}
#footer .footer-links span {
	margin: 0 2px;
}

/***
<div#extra> is all the way down holding
analytics <script>	
border: solid 1px magenta;	
************************************/
#extra {
	display:none;
	height:0px;
	visibility: hidden;	
}
/***
Sitemap
******************/
.sitemap {
	width: 960px;
	border-collapse: collapse;
	margin: 15px 0;
}
.sitemap td {
	vertical-align: top;
	width: 225px;
	padding: 0 10px 15px 0;
}
.sitemap .map-block-level-2 {
	border-top: solid 1px #d6dbde;
	padding-top: 3px;
}
.sitemap .map-block-level-2 div {
	padding: 1px 0 3px 17px;
}
.sitemap div.map-block-level-4 {
/*
	display:none;
	visibility:hidden;
*/
	width: 186px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 17px;
	background-color: #efefef;
}

/***
About Authoring
**************************/

#about-authoring {

	width: 980px;
	margin: 20px auto 0px auto;
	height: 40px;
	background-color: #336633;
	display:block;
	padding: 10px 0px 0px 20px;
	
	}
	
/*TABS BAR - placed search box and login box styles here so IE7 and 6 fixes don't get overwritten
*****************************/

/***
<div.search> and <div.login> 
float next to <div.tabs>
****************************************/

.search {	
	float:left;
	width:207px;
	height:29px;
	background-image: url(../images/global/tabs/tabs-search-bg.gif);
	background-repeat: repeat-x;
	padding: 0; 
	margin: 0;
	
}
.search .searchform {
	
	height: 21px;
	padding: 0 0;
	margin:0;	
}

#inputbox1 { 
	background-image: url(../images/global/tabs/tabs-search-bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 160px;
	margin: 0 0 0 0px;
	padding: 3px 0 0 3px;
	font-size: 8pt;
	line-height: 12pt;
	float:left;
	border:0px;
	text-align: right;
}

.search .searchinput { 
	
	height: 18px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 12pt;
	float:left;
	border:0px;
	text-align: right;
	background-color: transparent;
}
.search .searchbutton {
	display:block;
	margin:0;
	padding:0;
}

.login {
	margin: 0 0 0 894px;
	height: 21px;
	background-image: url(../images/global/tabs/login-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


