@charset "UTF-8";
/* CSS Document */
body {
	font-size:14px;
	}
	
/* links */
a, a:visited {color: #336699; text-decoration: none;}

#nyu .main-nav li.instructive a {background:#fff; color:#333;}

#wrapper {
	width: 880px;
	margin: 0 auto;
}
.branding {
	position: relative;
	margin-top:20px;
	width: 880px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.branding span { display:block; position:absolute; font-size:24px; color:#7895a3; letter-spacing:-1px;}
.branding span.b1 {top:20px; left:0;}
.branding span.b2 {font-size:64px; top:60px; left:166px; color:#335b65; letter-spacing:-4px;}
.branding span.b3 {font-size:124px; top:60px; left:276px;}
.branding span.b4 {font-size:64px; top:60px; left:370px; color:#335b65; letter-spacing:-4px;}
.branding span.b5 {top:106px; left:396px;}


#content {
	float: left;
	width: 70%;
}

/* css blog entries */
.entry {margin-bottom:44px;}
.entry ul { list-style:disc; padding-left:12px; }
p.addnl-notes {font-weight:bold; margin-top:4px;}
a.goingup {float:right; margin-top:0px; font-weight:bold; font-size:11px;}
div.prev-next {margin-bottom:20px;}

h3 {
	font-weight:bold;
	font-size: 17px;
	color: #335c65;
	margin-bottom:6px;
}
h4 {
	font-weight:bold;
	margin: 12px 0 0 0;
	color: #335c65;
}
p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.content p {
	line-height: 160%;
	margin-bottom: 8px;
}

.content ol, .content ul {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 4px;
	padding-left: 14px;
}

.mouse {
	font-size: 11px;
}

h3.delicious-banner {
	margin-right: 0;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #335c65;
	margin: 24px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #7895A3;
	text-transform: uppercase;
}
/* sidebar */

#sidebar {
	float: right;
	width: 246px;
	font-size: 13px;
	line-height: 140%;
}

#sidebar p {
	margin-left: 0px;
	margin-bottom: 0px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	border-bottom: 1px dotted #7895A3;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* google */

#sidebar .reader-publisher-module li {
	display: block;
}

#sidebar .reader-publisher-module div.f {
	font-size: 10px;
}

/* delicious */

#sidebar li.delicious-post {
	display: block;
	margin-bottom:6px;
}

.delicious-network-username, .delicious-network-add {
	display: none;
}
/* alert */
#alert {border:2px solid red; }
#alert p {padding:10px; text-align:center;}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

