body {
	background-color: #000;
	background-image: url('/static/img/bkg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 820px;
	margin: 0 auto 0 auto;
}
.accessibility {
	display: none;
}

#header {
	width: 240px;
	float: left;
}

h1 {
	margin: 0;
	padding: 0;
}
h1 a {
	display: block;
	text-indent: -9999px;
	background-image: url('/static/img/h1_dd.png');
	width: 230px;
	height: 85px;
}

#nav ul, #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	background-image: url('/static/img/li_nav.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 69px;
	margin-top: 15px;
}
#nav ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 69px;
	height: 69px;
	font-size: 16px;
	color: #DDD;
	display: block;
	padding-left: 69px;
}
#nav ul li.selected {
	background-image: url('/static/img/li_nav_selected.png');
	height: 100px;
	margin-top: 0;
}
#nav ul li.selected a {
	line-height: 100px;
	height: 100px;
	color: #333;
}
#nav ul li.selected + li {
	margin-top: 0;
}
#nav ul li.blog {
	background-image: url('/static/img/li_nav_blog2.png');
	background-position: center;
}
#nav ul li.blogSelected {
	background-image: url('/static/img/li_nav_blog_selected.png');
	background-position: center;
}
#nav ul li.blog a, #nav ul li.blogSelected a {
	color: #FFF;
	padding-left: 0;
	text-align: center;
}

#nav a.rejoinder {
	background-image: url('/static/img/icon_rejoinder.png');
}
#nav a.mathjungle {
	background-image: url('/static/img/icon_mathjungle.png');
}
#nav a.bottlebuzz {
	background-image: url('/static/img/icon_bottlebuzz.png');
}
#nav a.pft {
	background-image: url('/static/img/icon_pft.png');
}

#subnav {
	width: 400px;
	margin: 0 auto 1.5em auto;
}
#subnav ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 100px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('/static/img/subnav_bg.png');
}
#subnav ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
}
#subnav ul li.selected {
	background-image: url('/static/img/subnav_bg_selected.png');
}
#subnav ul li:first-child {
	background-image: url('/static/img/subnav_bg_first.png');
}
#subnav ul li:first-child.selected {
	background-image: url('/static/img/subnav_bg_first_selected.png');
}
#subnav ul li:last-child {
	background-image: url('/static/img/subnav_bg_last.png');
}
#subnav ul li:last-child.selected {
	background-image: url('/static/img/subnav_bg_last_selected.png');
}


#content {
	background-color: #FFF;
	width: 550px;
	min-height: 400px;
	padding: 0 10px 0 10px;
	float: left;
	margin-bottom:50px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#footer {
	text-align: center;
}
.showgrid {
	background-position: 10px 0;
}

ins {
	text-decoration: none;
	font-style: italic;
}

p.big {
	font-size:2em;margin-bottom:0.75em;
	font-family: Rockwell;
	margin-top: 1.5em;
}
p.big .highlight {
	background-color: #ffc;
}

/* --- Bottle Buzz --- */
h2.bottlebuzz {
	text-indent: -9999px;
	height: 70px;
	margin-top: .5em;
	background-image: url(/static/img/bottlebuzz/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* --- Rejoinder --- */
h2.rejoinder {
	text-indent: -9999px;
	height: 70px;
	margin-top: .5em;
	background-image: url(/static/img/rejoinder/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* --- Math Jungle --- */
h2.mathjungle {
	text-indent: -9999px;
	height: 70px;
	margin-top: .5em;
	background-image: url(/static/img/mathjungle/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}


.right {
	text-align: right;
}
.center {
	text-align: center;
}
.verified {
	line-height: 41px;
}
.psst {
	text-align: center;
	color: #CCC;
	font-size:2em;margin-bottom:0.75em;
	font-style: italic;
}

#slide-images {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 351px;
	overflow: hidden;
}
#slide-images li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slide-images li img {
	display: block;
}

.summary {
	font-size:1.5em;line-height:1.5em;margin-bottom:1em;
}
.citations {
	font-size:.8em;margin-bottom:1.875em;line-height:1.875em;
}