#countdown
{
margin-top: 10px; 
margin-bottom: 10px; 
font-weight: bold; 
font-size: 18pt; 
width: 249px;
text-align: center; 
}


#featuredStories
{
height: 171px;
}

#featuredStories .story, #featuredStories #featureBox
{
width: 249px; 
height: 171px;
float: left; 
margin-left: 1px; 
}

#featuredStories .story a, #featuredStories .story a:visited
{
color: white; 
}

#featuredStories .story a:hover, #featuredStories .story a:active
{
color: white;
text-decoration: underline;
} 

#featuredStories .story .caption
{

background-image: url('http://www.nyu.edu/socialwork/images/studentaffairsblog/caption.background.png');

color: white; 
font-family: Verdana, Sans Serif;
font-weight: bold;

font-size: 10pt;
line-height: 10pt;  

text-align: left;

position: absolute; 
bottom: 0;
padding: 3px; 




}

#footer {
width: 100%;
background: url("http://blogs.nyu.edu/socialwork/student.affairs/footerbkg.png") repeat-x scroll 0 0 #FFFFFF;
}

.date-header 
{

     height: 12px; 
}

.entry-header
{
height: 24px;
}

.entry-body blockquote
{
float: right;
width: 200px;
border-left: 2px solid #ccc;
padding-left: 10px; 
padding-top: 2px;
padding-bottom: 2px; 
line-height: 150%;
font-face: Tahoma, Geneva, Sans Serif;
color: #66337e;
font-size: 10px;
font-weight: bold; 

}

.entry-body p
{

font-size: 9pt;
line-height: 140%; 
}


html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
   background: url("http://blogs.nyu.edu/socialwork/jobblog/jobbkg.png") repeat-x scroll 0 0 #FFFFFF;
}

form { margin: 0; padding-left: 25px; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 
{
	margin: 1px 0 10px 0;
	border: 0;
        color: #333333;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: Medium;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
    padding-top: 37px; 
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }

#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; background-color: #F0F0F0; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry, .entry-body {

margin-left: 10px; 
padding-bottom: 5px;
}

.entry {
border-bottom: 1px solid #f0f0f0;
font-family: arial;
font-size: 12px;
line-height: 1.5;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding-left: 30px;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}



a
{
	text-decoration: none;
	
}

a:link { color: #990000; }
a:visited { color: #990000; }
a:active { color: #990000; }
a:hover { color: #CC0000; }



/* layout */

body
{
	margin: 0;
	color: #333333;


	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { 

position: static; 


}

#container-inner
{
	position: static;

}

#banner
{
	
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #333333;
	background: #FFFFFF;
	text-align: left;
	font-family: Georgia, Times, serif;
}


}

#banner-inner { padding: 15px; }

#banner a
{
	color: #333333;
	text-decoration: none;
}
#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}





/* default to artistic/calendar/timeline layout */

#container
{
	width: 782px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.comments-header,
.archive-header,
.date-header,
.trackbacks-header,
.comments-open-header
{
	margin: 0 15px 15px 0;
	border: 0;
	color: #660066;
	font-family: "gotham-book", Times, sans-serif;
        font-size: 14px
	text-align: left;	
}





.entry-header
{
	margin: 1px 0 10px 0;
	border-bottom: none;
	color: #990000;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: Large;
	text-align: left;
	font-weight: bold;
	background-color:#FFFFFF;
	text-transform: uppercase;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0px 15px 15px 10px ;
	border: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */



.module-header
{
	margin: 5px 0;
   
	
	color: #000000;
	font-family: arial;
	font-size: medium;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
padding-bottom: 7px;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: Verdana, Arial, serif;
	font-size: x-small;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 0px solid #333333;
}

.module-photo
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #336600;
	font-family: Georgia, Times, serif;
	font-size: small;
	border: 0;
	text-align: left;
	
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}





/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: 602px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 602px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
					width: 400px;
		
		
	}
	
	.layout-two-column-left #beta-inner
	{
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 1000px;
	}

	.layout-two-column-right #alpha
	{
					width: 751px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
border-left: 1px solid #f0f0f0;
	}
	
	.layout-two-column-right #beta
	{
		width: 249px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #F0F0F0;
	}
