/***********************************
CSS for CUNY School of Law Website 
************************************/

/*HTML5 Boilerplate*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { background-color: #fff;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-weight: normal;
	line-height: 14pt; 
	margin: 0;
	padding: 0;
}

div { padding: 0; margin: 0; border: 0; border-collapse: 0; display: block;}

::-moz-selection { background: #d8d8d8; text-shadow: none; }
::selection { background: #d8d8d8; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #666F74; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/cuny59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; display: block;}


svg:not(:root) {
    overflow: hidden;
}

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

table { border-collapse: collapse; border-spacing: 0; padding: 0px; margin: 0px; }

table td { vertical-align: top; text-align: left; padding: 0; margin: 0; }



/* =============================================================================
  Start Main Styles
   ========================================================================== */

/***********************************
Global Text Styles
************************************/

.skip-links {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: -500px;
	width: 0;
	height: 0;
	overflow: hidden;
}

#wrap-top, #wrap-focus, #wrap-bottom { display: block; }

/***
 * TEXT & DIVS 
 ***/
h1 { font-size: 12.5pt; line-height: 14.5pt; padding: 0 0 15px; margin: 0; font-weight: bold; }
h2 { font-size: 11pt; line-height: 12pt; margin: 0 0 10px; padding: 5px 0 0 0; font-weight: bold; }
h3 { font-size: 10pt; line-height: 11pt; margin: 0 0 5px; padding: 5px 0 0 0; font-weight: bold; }
h4, .h4 { font-size: 9.5pt; line-height: 10.5pt; padding: 2px 0; margin: 0; font-weight: bold; }
h5, .h5 { font-size: 9pt; line-height: 10pt; margin: 0; padding: 2px 0; font-weight: bold; }
h6 { font-size: 8.5pt; line-height: 10pt; margin: 0; padding: 2px 0; font-weight: bold; }
p { font-size: 9.5pt; line-height: 12.5pt; margin: 0; padding: 0 0 10px 0; }
li { font-size: 8.5pt; line-height: 10pt; padding: 1px 0; margin:0; }
a {	color:inherit; text-decoration: none; border: 0; font-weight: bold; }

h1, h3, h4, h5, h6, p, ol, ul { color: #666f74; background-color: transparent; }

h2, p a, li a, td a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  { color: #0193cc; background-color: transparent; }

a.suffix { color: #265f17; }

ul, ol {
	margin: 3px 0 10px 5px;
	padding: 0 0 0 10px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 12px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, li a:hover { background-color: #d0d82b; color: #353a3d; padding: 0; }

hr {
	background-color: #ccc;
	line-height: 1px;
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 5px 0;
}

.highlight { background-color: #cdd91f; }
 
h4 sup, h5 sup { line-height: 14pt; }
 
/* IE6 fixes for TEXT \*/
*html p { font-size: 8pt; line-height: 9.5pt; }
*html hr { margin:0; }
/*end of IE6 fixes*/


/***
 * TOPBAR 
 ***/          

#topbar {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background-color: transparent;
    border: none;
    height: 160px;
}

#topbar img {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#text-tabs {
    min-height: 40px;
    max-height: 40px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #353a3d;
}

#text-tabs img {
    background-color: transparent;
    height: 100%;
}

.text-tabs-list-1,
.text-tabs-list-2 {
   float: left;
   display: inline;
   background-color: transparent;
   background-image:url(../../images/csl/menu-border.png);
   background-repeat: repeat-y;
   background-position: right;
   height: 40px;
   margin: 0;
   padding-left: 20px;
   /*border-right: 2px groove #666;*/
}

.text-tabs-list-1 li,
.text-tabs-list-2 li {
    color: #fff;
    font-weight: bold;
    float: left;
    display: inline;
    margin: 12px 18px 0 0;
    font-size: 9.5pt;
}

.text-tabs-list-1 li a { color: #fff; }

.text-tabs-list-2 li a { color: #8c9296; }

.text-tabs-list-1 li a:hover,
.text-tabs-list-1 li a:active {
    color: #8c9296;
    background-color: transparent;
}

.text-tabs-list-2 li a:hover,
.text-tabs-list-2 li a:active {
    color: #fff;
    background-color: transparent;
}

.text-tabs-list-1 li:hover .sub-text-tabs-list,
.text-tabs-list-2 li:hover .sub-text-tabs-list { 
	display: block;
	background-color: #e9ebec;
	width: 300px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 30;
	padding: 5px 0 5px 0;
	margin: 15px 0 0 -20px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
	overflow: auto;
}
	
.text-tabs-list-1 li .sub-text-tabs-list,
.text-tabs-list-2 li .sub-text-tabs-list { 
	display: none;
}

.text-tabs-list-1 li .sub-text-tabs-list li,
.text-tabs-list-2 li .sub-text-tabs-list li {
	margin: -1px 0 0 0;
	padding: 0;
	float: none;
	width: 300px;
	display: block;
	border-top: 1px solid #8c9296;
	border-bottom: 1px solid #8c9296;
}

.text-tabs-list-1 li .sub-text-tabs-list li a,
.text-tabs-list-2 li .sub-text-tabs-list li a { 
	display: block; 
	text-decoration: none;
	text-transform: none;
	height: auto;
	width: 179px;
	padding: 7px 0 7px 21px;
	font-weight: bold;
	float: none;
    color: #0193cc;
}

.text-tabs-list-1 li .sub-text-tabs-list li a:hover,
.text-tabs-list-2 li .sub-text-tabs-list li a:hover {
    background:url(../../images/csl/hover-arrow.png);
    background-repeat: no-repeat;
	background-position: 95% center;
    background-color: #d0d82b; 
    color: #353a3d;
    width: 279px;
}

.text-tabs-list-1 li .sub-text-tabs-list li a,
.text-tabs-list-2 li .sub-text-tabs-list li a,
.text-tabs-list-1 li .sub-text-tabs-list li a:hover,
.text-tabs-list-2 li .sub-text-tabs-list li a:hover { margin: 2px 0; }

.text-tabs-list-last {
   float: right;
   display: inline;
   background-color: transparent;
   height: 40px;
   margin: 0;
   padding: 0;
}

.text-tabs-list-last li {
    margin: 13px 55px 0 0;
    width: 16px;
    height: 13px;
}

.text-tabs-list-last #search,
.text-tabs-list-last #search .search-link,
.text-tabs-list-last #search .search-link:hover {
    width: 16px;
    height: 13px;
    padding: 0;
    display: block;
}

.text-tabs-list-last #search { background:url(../../images/csl/spyglass_sprite.png) 0 -14px; }
.text-tabs-list-last #search .search-link:hover { background:url(../../images/csl/spyglass_sprite.png) 0 0; }

#search-field {
	width: 950px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 8px 25px 10px 25px;
	background-color: #666f74;
	border-bottom: 1px solid #656f74;
	display: block;
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#search-field .searchinput {
	width: 99%;
	font-size: 9pt;
	height: 30px;
	text-align: right;
	background-color: #666f74;
	border: 1px solid #8a8e8f;
	display: block;
	color: #fff;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */	
}

#search-field #submit {
	background-color: #8a8e8f;
	border: 1px solid #656f74;
	display: none;
}

li#students, li#students:hover { width: 54px; }
li#faculty, li#faculty:hover { width: 44px; }
li#alumni, li#alumni:hover { width: 43px; }
li#about, li#about:hover { width: 37px; }
li#admissions, li#admissions:hover { width: 72px; }
li#academics, li#academics:hover { width: 67px; }
li#library, li#library:hover { width: 43px; }
li#giving, li#giving:hover { width: 39px; }
li#news, li#news:hover { width: 33px; }
li#events, li#events:hover { width: 42px; }
li#contact, li#contact:hover { width: 47px; }

#main-logo-box {
    background-color: transparent;
	height: 70px;
	padding: 50px 0px 0px 0px;
	/*background:url(../../images/csl/logo.png);
    background-repeat: no-repeat;
	background-position: center center;*/	
}

#csl-logo {
	width: 398px;
	height: 22px;
	display: block;
	margin: 0 auto;
}

#mobile-bar { display: none; }

/* IE6 & Safari fixes for TOP-BAR  \*/
html* .search-button { top: 3px; }
*html .search-button { top: 2px; }
/*end of IE6 fixes*/

#focus {
    width: auto;
    margin: 0 auto;
    clear: none;
}

/*** 
 * FOCUS 
 ***/
 
#main-content {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
  
#breadcrumb {
     background-color: #e9ebec;
     padding: 10px 0 11px 20px;
     font-size: 8.5pt;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
#breadcrumb a,
#breadcrumb .current-crumb,
#breadcrumb .current-bread { color: #666f74; }

#breadcrumb a:hover { text-decoration: underline; }

#breadcrumb .current-crumb { font-weight: bold; }

#title {
	height: 18px;
	width: 100%;
	min-height: 18px;
	max-height: 18px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 9.5pt;
	margin: 30px 0 20px 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	word-spacing: 0;
	letter-spacing: 0;
}

.home-title, .page-title { padding: 0; }

#subtitle {
    margin: -35px 0 20px 255px;
    height: 15px;
    width: 745px;
}

#subtitle h2 {
    font-size: 8.5pt;
    color: #666F74;
    padding: 0;
}

#menu {
    float: left;
    margin: 0;
    min-width: 235px;
    max-width: 235px;
}

#menu ul {
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #8c9296;
    width: 235px;
    list-style-type: none;
}

#menu ul li {
    border-bottom: 1px solid #8c9296;
    padding: 3px 0;
}

#menu ul li a,
#menu ul li a:hover {
	display: block;
	padding: 5px 0;
}

#menu a:hover, #menu .auto-menu ul li.menu-current a { background-color: #d0d82b; }

#menu .auto-menu ul li.menu-current a { color: #666F74; }

#intro {
    color: #666f74;
    font-size: 19pt;
    line-height: 25pt;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 20px 0;
}

.feature-box {
    height: auto;
    min-height: 284px;
}
 
.featcol1, .featcol2 { border-top: 4px solid #666f74; padding-top: 20px; }

.featcol1 {
    width: 230px;
    margin: 0 20px 0 0;
    float: left;
}

.featcol2 {
    width: 500px;
    float: right;
}

.featcol2 p { color: #666f74; }

.featcol2 img { margin: 0 20px 0 0; }

#toolbelt {
    height: 90px;
    margin: 7px 0 40px 0;
}

#toolbelt .tb-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 248px;
    height: 90px;
    float: left;
    background-color: #e9ebec;
}

#toolbelt .tb-box img { margin: 35px auto 0 auto; }

.tb-box #social-media-buttons { height: 25px; width: 165px; margin: 33px auto 0 auto; }

#facebook, #twitter, #linkedin, #youtube, #itunes { width: 25px; height: 25px; display: block; float: left; margin: 0 4px; }
#facebook { background:url(../../images/csl/social-media_sprite.png) 0 0; }
#twitter { background:url(../../images/csl/social-media_sprite.png) -32px 0; }
#linkedin { background:url(../../images/csl/social-media_sprite.png) -64px 0; }
#youtube { background:url(../../images/csl/social-media_sprite.png) -96px 0; }
#itunes { background:url(../../images/csl/social-media_sprite.png) -128px 0; }
#facebook:hover { background:url(../../images/csl/social-media_sprite.png) 0 -27px; }
#twitter:hover { background:url(../../images/csl/social-media_sprite.png) -32px -27px; }
#linkedin:hover { background:url(../../images/csl/social-media_sprite.png) -64px -27px; }
#youtube:hover { background:url(../../images/csl/social-media_sprite.png) -96px -27px; }
#itunes:hover { background:url(../../images/csl/social-media_sprite.png) -128px -27px; }

.layout {
	width: 745px;
	margin: 0 0 10px 10px;
	float: right;
}



.layout ul {
    list-style-type: disc;
    margin-left: 0;
}

.layout ul li, .layout ol li { font-size: 9.5pt; line-height: 14pt; }

.l-col {
    width: 490px;
    min-height: 50px;
    float: left;
}

.l-col .left, .l-col .right { width: 235px; }

.l-col .left { float: left; }

.l-col .right { float: right; }

.r-col {
    width: 235px;
    margin: 0 0 0 20px;
    float: right;
}

.box-undernav {
    width: 235px;	
	clear: left;
	float: left;
	margin-top: 75px;
}

.box-not-undernav{
    width: 235px;	
	clear: left;
	float: left;
	margin-top: -17px;
}

.thick-hr {
    margin: 20px 0;
    background-color: #666F74;
    height: 4px;
    width: 100%;
}

p.smaller-txt { font-size: .8em; }

/***
 * BOTTOMBAR
 ***/
 
#bottombar {
	width: 1000px;
	margin: 25px auto 20px auto;
	padding: 40px 0 0 0;
	border-top: 1px solid #666f74;
	clear: none;
}

#bottombar #footer {
    border-bottom: 1px solid #666f74;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    height: 38px;
    clear: none;
}

#bottombar #footer #support {
    float: left;
    margin: 0 150px 0 0;
}

#bottombar #footer #tagline {
    float: left;
    margin-top: 5px;
}

#bottombar #footer #logo { float: right; }

#bottombar a {
    color: #353a3d;
    font-weight: bold;
    font-size: 8pt;
}

#bottombar a:hover { text-decoration: underline; }

#bottombar .separator {
    color: #333;
    margin: 0 5px;
    font-weight: bold;
}

#copyright {
    background-color: #353A3D;
    border-top: 20px solid #8c9296;
    height: 140px;
}

#copyright p {
    width: 1000px;
    margin: 35px auto 0;
    background-color: transparent;
    color: #8c9296;
    font-size: 8pt;
    font-weight: bold;
}

/***
 * IMAGES 
 ***/
 
img { border: 0; }

.news-bar .news img { margin-bottom: 15px; }

.img-float-right { float: right; }

.img-float-left { float: left; }

.center-bar img.imgA {
	margin: -12px 0 13px -20px;
	padding: 0;
}

.center-bar img.imgB {
	margin: 5px 0 15px 20px;
	padding: 0;
	width: 356px;
}

.right-bar img.imgC {
	margin: 0 ;
	padding: 0 ;
}

.right-bar img.imgD {
	margin: 0;
	padding: 15px 0 15px 20px;
}

.center-bar img.imgE {
	margin: 5px 0 5px 20px;
	padding: 0;
}

.img-caption { 
    color:#999999; 
    background-color: #ffffff; 
}

.photo-490x300 img {
    width: 490px;
    height: 300px;
    background-color: #d1eefc;
}

.photo-490x160 img {
    width: 490px;
    height: 160px;
    background-color: #d1eefc;
}


.photo-235x160 img {
    width: 235px;
    height: 160px;
    background-color: #d1eefc;
}

.photo-235x280 img {
    width: 235px;
    height: 280px;
    background-color: #d1eefc;
}

.photo-235x300 img {
    width: 235px;
    height: 300px;
    background-color: #d1eefc;
}

.promo {
    width: 235px;
    height: 250px;
    background-color: #fbddea;
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     /*padding:15px;*/
}

.photo-235x395 img {
    max-width: 235px;
    min-width: 235px;
    max-height: 395px;
    min-height: 395px;
    background-color: #d1eefc;
}

.photo-490x300, .photo-490x160, .photo-235x160, .photo-235x280, .photo-235x300, .photo-235x395, .promo { margin-bottom: 20px; }

/***
 * SITE-MAP 
 ***/
.map { width: 618px; font-size: 9pt; line-height: 11pt;  border-collapse: collapse; margin: 15px; }
.map td { padding: 10px; border-bottom: 1px solid #ccc; }
.mapitem-top a, .mapitem-top-selected a { font-weight: bold; color: #000; }
.mapitem-top-selected, .mapitem-selected { color: #265f17; font-weight: bold; }
.mapitem-top-selected a, .mapitem-selected a { color: #000; }
.mapitem-selected a { font-weight: normal; }
.mapblock { margin-left: 15px; }
.map a:hover { background-color: #cdd91f; }

/***
 * TEMPORARY (temp messages for Web Editors)
 ***/
.attention {
	background-color: #f00;
	padding: 10px;
}

/***
 * ACCESSIBILITY (W3C WAI, Section 508 of the Rehabilitation Act of 1973)
 ***/
.hidden {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*This is for the Rotation Doctype */
.hidden-item {
	display: none;
	visibility: hidden;
}

.shown-item, .shown-itemA {
	display: block;
	visibility: visible;
}

a.content-toggle-link-change, p a.content-toggle-link-change {
	background-color: #ff6600;
	color: #fff;	
}

/********************************
* COLOR MAP
* Name : HexValue (absolute/web-safe)
* med-gray : #d4d6ce/#ccc
* light-gray : #e9ebe5/#eee
* dark-green : #265f17/#360
* med-green : #6eaa39/#693
* light-green : #cdd91f/#cc3 or #dde237
* light-blue : #e7f2f4/#ccffff
				
**********************************/

/* USABLE / REFERENCE CODE 
border: solid 1px #222

input.search, select {font: 10px/12px Verdana, Arial, Helvetica, sans-serif; outline:none;}
*/

/*-------------------------------------------------
This is the float hack brought to you by the good people at 
http://csscreator.com/?q=attributes/containedfloat.php */
.floatcontainer:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 

.floatcontainer{
	display: inline-block;
} 

/* Hides from IE Mac \*/ 
* html .floatcontainer {height: 1%;} 
.floatcontainer{display: block;} 
/* End Hack */

.no-js .toggle-button, .no-js .hidden-video, .no-js .hp-video { display: none; }
#mobile-bar, #mobile-attic, #mobile-tabs-list { display: none; }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333333;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #fff; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../../images/csl/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../../images/csl/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../../images/csl/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;
}

/*-------------------------------------------------Tablet-------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 671px) 
{

#topbar, #main-content, #bottombar, #copyright p { width: 750px; }

#topbar img {
    width: 100%;
    height: 100%;
    display: block;
}

#text-tabs { min-height: 40px; }

.text-tabs-list-1, .text-tabs-list-2 { padding-left: 13px; }

.text-tabs-list-1 li,
.text-tabs-list-2 li {
    margin-right: 0;
    font-size: .8em;
}

.text-tabs-list-last li { margin: 13px 40px 0 0; }

.text-tabs-list-1 li:hover .sub-text-tabs-list, .text-tabs-list-2 li:hover .sub-text-tabs-list { margin-left: -14px; }

.text-tabs-list-1 li:hover .sub-text-tabs-list, .text-tabs-list-2 li:hover .sub-text-tabs-list, .text-tabs-list-1 li .sub-text-tabs-list li, .text-tabs-list-2 li .sub-text-tabs-list li { width: 250px; }

.text-tabs-list-1 li .sub-text-tabs-list li a, .text-tabs-list-2 li .sub-text-tabs-list li a { width: 129px; }

.text-tabs-list-1 li .sub-text-tabs-list li a:hover, .text-tabs-list-2 li .sub-text-tabs-list li a:hover { width: 229px; }

li#students, li#students:hover { width: 57px; }
li#faculty, li#faculty:hover { width: 47px; }
li#alumni, li#alumni:hover { width: 46px; }
li#about, li#about:hover { width: 40px; }
li#admissions, li#admissions:hover { width: 67px; }
li#academics, li#academics:hover { width: 64px; }
li#library, li#library:hover { width: 46px; }
li#giving, li#giving:hover { width: 42px; }
li#news, li#news:hover { width: 36px; }
li#events, li#events:hover { width: 45px; }
li#contact, li#contact:hover { width: 50px; }
li#cunyfirst, li#cunyfirst:hover { width: 58px; }

#mobile-bar, #mobile-attic, .mobile-menu-button, .mobile-search-button, #mobile-tabs-list { display: none; }

#search-field { width: 700px; }

#breadcrumb { margin-top: 10px; }

#title { margin-left: 10px; }

#toolbelt { 
    height: 180px; 
    margin-left: 10px; 
}

#toolbelt .tb-box { width: 363px; }

#intro { 
    width: 95%; 
    font-size: 1.7em;
    margin-left: 10px;
}

.feature-box {
    height: auto;
    min-height: 284px;
    width: 100%;
    margin-left: 10px;
}

.featcol1 { width: 22%; margin-right: 18px; }

.featcol2 { width: 48%; float: left; }

#menu {
    margin: 0 0 0 10px;
    min-width: 177px;
    max-width: 177px;
}

#menu ul, .promo, .box-undernav, .box-not-undernav { width: 177px; }

.box-undernav, .box-not-undernav { margin: 0 0 0 10px; }

#subtitle { margin-left: 207px; }

.layout { width: 543px; }

.l-col { width: 336px; }

.l-col .left, .l-col .right { width: 49%; }

.photo-490x300, .photo-235x160, .photo-235x300 { width: 100%; }


.r-col {
    width: 177px;
    margin: 0 10px 0 20px;
}

#bottombar #footer #support { margin: 0 55px 0 0; }

/* Tiny-MCE */

#lenya-options, #lenya-menus, #lenya-logo, #lenya-info { display: none; }

#lenya-cmsbody { top: 0; }

#about-authoring { width: auto; }

.photo-490x300 img, .photo-490x160 img, .photo-235x160 img, .photo-235x280 img, .photo-235x300 img {
	width:100%;
	height:100%; 
}
	
}


/*-------------------------------------------------Mobile-------------------------------------------------*/
@media screen and (max-width: 670px) 
{

#topbar, #main-content, #bottombar, #copyright p { width: 95%; }

 #title, #toolbelt .tb-box, #intro, .featcol1, .featcol2, .l-col, .l-col .left, .l-col .right, .r-col, #subtitle, .photo-490x300, .photo-235x160, .photo-235x300, .promo, .box-undernav, .box-not-undernav { width: 100%; }

#text-tabs, #breadcrumb, .featcol2 img, #bottombar #footer { display: none; }

#topbar img {
    max-width: 100%;
    height: auto;
    display: block;
}

#mobile-bar {
    display: block;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    background-color: #353a3d;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#mobile-attic, #mobile-tabs-list, #search-field { display: block; }

.mobile-menu-button {
	background-image:url(../../images/csl/menu-border.png);
    background-repeat: repeat-y;
    background-position: right;
	background-color: #353a3d;
	width: 30%;
	height: 30px;
	float: left;
	margin: 0;
	padding: 10px 0px 0px 0px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#topbar .mobile-menu-button img, 
#topbar .search-link img { 
    width: auto; 
    height: auto; 
    margin: 0 auto; 
    background-color: transparent; 
}

#mobile-cunyfirst {
	color: #fff;
	text-align: center;
	font-size: 8.5pt;
	display: block;
	float: left;
	height: 30px;
	width: 20%;
	padding: 10px 10% 0px 10%;
	background-color: #353a3d;
	background-image:url(../../images/csl/menu-border.png);
    background-repeat: repeat-y;
    background-position: right;
    /*border-right: 2px groove #000;
	border-left: 2px groove  #000;*/
}

.search-link {
	width: 30%;
	height: 14px;
	margin: 0px;
	display: block;
	float: right;
	padding: 13px 0px;
	background-image: none;
	background-color: #353a3d;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mobile-menu-button:hover, #mobile-cunyfirst:hover, .search-link:hover, .mobile-menu-button-on, .search-link-on { background-color: #666f74; }

#search-field {
	width: 90%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 8px 2.5% 10px 2.5%;
	background-color: #666f74;
	border-bottom: 1px solid #656f74;
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#search-field .searchinput {
	width: 99%;
	font-size: 9pt;
	height: 30px;
	text-align: right;
	background-color: #666f74;
	border: 1px solid #8a8e8f;
	padding: 0px;
	margin: 0px;
	display: block;
	color: #fff;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */
}

#search-field #submit {
	background-color: #8a8e8f;
	border: 1px solid #656f74;
	display: none;
}

#mobile-tabs-list {
	overflow: auto;
	width: 95%;
	padding: 0px;
	margin: 0 auto;
	height: auto;
}

#mobile-tabs-list a {
	color: #fff;
	text-transform: uppercase;
	padding: 9px 0px 0px 0%;
	font-size: 13px;
	border-bottom: 1px solid #e9ebec;
	min-height: 26px;
	float: left;
	display: block;
	width: 50%;
	text-indent: 10px;
	background-color: #666f74;
	background-image: url(../../images/global/mobile/mobileLiteGrayborder.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#mobile-tabs-list a.mobile-role {
	color: #fff;
	background-color: #353a3d;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	border-bottom: 1px solid #8a8e8f;
}

#mobile-tabs-list a:hover {
	background-color: #e9ebec;
    color: #666f74;	
}

#attic-dropdowns { display: none; }

#main-logo-box {
	background-color: transparent;
	height: 70px;
	padding: 50px 0px 0px 0px;
}

#csl-logo {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#csl-logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#title { margin-top: 0; }

.home-title, #subtitle {
    color: #353a3d;
    font-size: 1em;
    background-color: #e9ebec;
    height: 40px;
    padding: 10px 0 0 8px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.home-title {
    padding: 8px 0 0 0;
    margin: 0 0 -30px;
    text-indent:10px;
}

#subtitle {
    padding: 8px 0 0 0;
    margin: 0 0 -30px;
    text-indent:10px;
}

#subtitle h2 { background-color: transparent; }

#menu {
    margin: 0 0 20px;
    min-width: 100%;
    max-width: 100%;
    background-color: #e9ebec;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#menu ul {
    width: 100%;
    background-color: transparent;
}

#menu ul li a, #menu ul li a:hover, #menu ul li a:active { padding-left: 10px; }

#toolbelt { 
    height: 368px;
    margin-bottom: 20px;
}

#intro {
    font-size: 1.6em;
    line-height: 1.2em;
}

.featcol1, .featcol2, .l-col, .r-col, .l-col .left, .l-col .right { float: none; }

.layout {
	width: 100%;
	margin: 0;
}

.r-col {
    margin: 5px 0 0 0;
    padding-top: 15px;
    border-top: solid 4px #666f74;
}

#bottombar #footer #support, #bottombar #footer #tagline, #bottombar #footer #logo { margin: 0; }

#bottombar .separator { margin: 0 2px; 
}
#colorbox[style]{
    margin:0 auto;
    width:300px!important;
    height:300px!important;
    left:15px!important;
}
 #cboxWrapper[style]{
    width:300px!important;
    height:300px!important;

}
#cboxContent[style]{
    width:280px!important;
    height:250px!important;
}
#cboxLoadedContent[style]{
    width:280px!important;
    height:250px!important;

}

/* Tiny-MCE */

#about-authoring, #findbar, #noscript { display: none; }

#lenya-options, #lenya-menus, #lenya-logo, #lenya-info { display: none; }

#lenya-cmsbody #wrap-focus #focus #main-content { padding-top: 0; }

#lenya-cmsbody { top: 0; }

#about-authoring { width: auto; }

.photo-490x300 img, .photo-490x160 img, .photo-235x160 img, .photo-235x280 img, .photo-235x300 img {
	width:100%;
	height:100%; 
}
	
}

/* Tiny-MCE */

/* addThis */
.addthis_toolbox {
margin-bottom: 20px;
}
/* addThis */



/* pullquote */

.pullquote-r-col {
padding: 20px 20px 20px 20px;
background-color: #e9ebec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.pullquote-l-col {
padding: 20px 20px 20px 20px;
margin-bottom: 20px;
background-color: #e9ebec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* pullquote */

/* begin apply button */
.applyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.applyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
}
.applyButton:active {
	position:relative;
	top:1px;
}

/* end apply button */
