/***********************************
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
************************************/
/*** wrap.css ***/
/**********************************
Styling Difinitions
Colors
***
CUNY Blue- color: #1d3a83; (headings) 

Almost Black #353a3d (body copy)
Cyan- color: #005daa (p a & li a)
Orange- color: #ff6600 (a.orange and a.suffix)
Chinese Orange- color: #ff6633 (not in use)
Dull Orange- color: #e67700 (not in use)

Dark Gray- color: #262b2e; (bottom background)
Middle Gray- color: #666f74; (main background)
Light Gray- color: #d6dbde;

**********************************
border: solid 1px magenta;
**********************************/
html {
	/* This prevents window jump by forcingn scrolly */
	min-height: 101%;
	overflow-y: scroll;
}

body {
	width: 100%;
	margin:0 auto;
	padding:0;
	background-color:#d6dbde;
	background-image: url(../images/global/bgGradient07152010.jpg);
	background-repeat: repeat-x; 
	background-position: center top;
}


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

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

#wrap-bottom {
	clear:both;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(../images/global/shadow_transparent06072010_LIGHT.png);
	background-repeat: repeat-y;
	background-position: center top;	
}
/* img {display:block} prevents background space between <a> and <img/> 
a img should not display block, to prevent new-line of <a> <img/> */
img { display: block; }
a img { border: 0;}
a:hover img, td a:hover img, div a:hover img  { background-color:transparent;}

hr {
	background-color: #dee0e1;
	color: #d6dbde;
	line-height: 1px;
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 3px 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;
}
hr.white {
	background-color: #fff;
	color: #fff;
}
br.half {
	margin: 3pt 0;
	display: block;
}

/***
<div#skip> .skip-links are for 
users with browser readers and accessibility
(W3C WAI, Section 508 of the Rehabilitation Act of 1973)
************************************/
.skip-links {
	visibility: hidden;
	position:absolute;
	left:0px;
	top:-500px;
	width:0px;
	height:0px;
	overflow:hidden;
}

/***
<div#atticbar> is the top bar 
that toggles on/off
************************************/
#atticbar {
	width: 100%;
	margin: 0 auto;	
}

#findit,
#findcollege {
/*
	visibility: hidden;
	display:none;
*/
}

.find-hide-button a {
	float: right;
	width: 20px;
	padding:0 2px;
	display: inline-block;
}
.find-table {
	width: 1000px;
	background-color: #1a3475;
	padding:0;
	margin: 0 auto;
	border-collapse: collapse;
}
.find-table td {
	width: 199px;
	vertical-align: top;
	border-style: solid;
	border-width: 0 1px;
	border-color: #364d86;
	padding-top: 8px;
	padding-right: 10px;
}
.find-table thead td {
	padding-bottom: 5px;
	padding-left: 22px;
	background-color: #1d3a83;
}
.find-table tbody td {
	padding-bottom: 10px;
	padding-left: 22px;	
	border-width: 0 1px;
}
.find-table td.find-td-1 {
	border-left:0;
}
.find-table td.find-td-4 {
	border-right:0;


}

.find-table tbody td ul {
	padding: 0;
	margin: 0;
}

/***
<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 ;
}

.find-links { 
	float:right;
/*
	height: 40px;
*/
}


.role-links span.dot { margin: 0 5px;}

.role-links {clear:right; float:right; margin: 27px -3px 0 0;}

/***
<div#tabsbar> is the whole bar 
that contains .tabs .search & .login
************************************/

/* STYLES @ main-tabs.css */


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

/***
#breadcrumb
*************/
#breadcrumb {
	width:960px;
	margin: 0;
	padding:0;
}

.auto-breadcrumb {
	margin: 0px 0 12px 0;
}



/***
#title 
*************/

#title {
	min-height: 18px;
	margin:0 0 0 0;
	padding: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;
}

/***
.banner
**************/

.empty-banner {
	height:0;
	display: none;
}
.empty-menu, .hidden-menu {
	width:960px;
    margin: 0;    
	height: 0;
}
.auto-banner {
	float:right;
	clear: right;
}
/* Don't think these are being used */
/*
.page-banner,
.page-banner-minisite {
	float:right;
	width:670px;
	padding:0;
	margin:5px 0 15px 0;
}

.page-banner img {
	width:670px;
}

.page-banner-across {
	margin:5px 0 15px 0;
}
.page-banner-across img {
	width: 960px;
}
*/

/***
<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%;
	background-image: none;
}

#bottombox {

	border:0;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	padding:0;
	/*background-image: url(../images/global/shadow_transparent06072010.png);
	background-repeat: repeat-y;
	background-position: center top;*/	

}

.bottom-table {
	border:0;
	border-collapse: collapse;
	width: 1000px;
	height: 229px;
	margin: 0 auto;
	padding:0;
	background-color: transparent;
	font-size: 8pt;
	background-color: #1d2124;
	/*background-image: url(../images/global/bgoverlay-dark.png);
	background-repeat: repeat;*/
}

.bottom-table td, .bottom-table th {
	width: 227px;
	vertical-align:top;
	padding: 10px 7px 8px 15px;
	text-align: left;
}
.bottom-table thead td {
	background-color: #656f74;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px 8px 3px 15px;
	border-right: solid 1px #999;
}
.bottom-table thead td.bottom-td-4 {
	border: 0;
}
.bottom-table th.bottom-td-1,
.bottom-table th.bottom-td-2,
.bottom-table th.bottom-td-3 {
	border-right: solid 1px #595f64;
}
.bottom-table tbody {

}
.bottom-table tbody td.bottom-td-4 {
	width: 250px;
	padding: 11px 0px 0px 0px;
	border-collapse:collapse;
	margin: 0px;
	border: 0px;
	
}

.bottom-table tbody td.bottom-ads {
	width: 250px;
	padding: 11px 0px 0px 0px;
	border-collapse:collapse;
	margin: 0px;
	border: 0px;
	border-collapse:collapse;
	vertical-align:bottom;
	
}


table#bottom-ads { 

	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 240px;
	
}

table#bottom-ads td { 

	padding: 10px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	vertical-align: bottom;
	
	}
	

	
table#bottom-ads td#icon2 { border-right: solid 1px #595f64; width: 56px; }


#bottombar ul#updates-list { padding: 0px 7px 0px 15px; }

.xmldata-footer-updates { padding: 0px; margin: 0px; border: 0px; }

.bottom-icons {

	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	vertical-align:bottom;
	border-top: solid 1px #595f64;
	width: 250px;
	display:block;
}

.alert { border-bottom: solid 1px #595f64; padding: 10px; }

#bottom-icon1 {

	margin: 70px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
	vertical-align:bottom;
	text-align: right;
	border-bottom: solid 1px #595f64;
	border-top: solid 1px #595f64;
	height: 40px;
	display:block;
	
}

#bottom-icon2 {

	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
	text-align: right;
	vertical-align:bottom;
	height: 40px;
	display:block;
	
}

#bottom-icon1 img, #bottom-icon2 img { float: right; } 

/***
<div#findbar> placeholder for code that
dynamically loads in atticbar
************************************/

#findbar {
	width: 100%;
	margin: 0 auto;	
}
#findbar table {
	background-color:#202425;

}
#findbar table thead td {
	background-color: #656f74;
}
#findbar table td {
	border: solid 1px #595f64;
	width: 236px;
}
#findbar table thead td img {
	display: none;
	visibility: hidden;
}

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

#footer {
	background-color:#202425;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0px 5px 0px;
}
#footer table {
	width: 990px;
	margin: 0 auto;
}
#footer td {
	padding:0;
}
#footer .footer-links {
	width: 925px;
}
#footer .footer-links span {
	margin: 0 2px;
}

/***
<div#noscript> holds a message
for non-javascript users only
************************************/
#noscript {
	width: 1000px;
	background-color: #1a3475;
	color: #d6dbde;
	padding:0px;
	margin: 0 auto;
}

/***
<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 {
	width: 186px;
	padding:0;
	margin: 0 0 6px 0;
	background-color: #efefef;
}
.sitemap div.map-block-level-4 .map-item {
	border-top: solid 1px #fff;
	padding: 4px 4px 2px 6px;
	margin: 0 0 1px 0;
}
.sitemap div.map-block-level-4 div.map-block-level-5 .map-item {
	border: 0;
	padding: 1px 4px 2px 6px;
	margin: 0;
}
/***
Content
******************/
.mini-site-content {
	margin-left: 290px;
}
