.wide div {
	margin: 0;
}
#sdrnav {
	background: black;
	color: white;
	overflow: hidden;
	padding: 10px 20px;
}
#sdrnav h1 a {
	background: url('/images/teens/sdr-logo.png') no-repeat left top;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	width: 222px;
}
#sdrnav ul {
	float: right;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
#sdrnav li {
	border-left: 1px solid #eee;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
#sdrnav li:first-child {
	border-left: none;
}
#sdrnav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#sdrnav li a:hover {
	text-decoration: underline;
}

#splash {
	background: url('/images/teens/splash.jpg') no-repeat left top;
	overflow: hidden;
	height: 350px;
	width: 900px;
}
#splash h2 {
	text-indent: -9999px;
}
#dvdstore {
	display: block;
	float: right;
	height: 0;
	margin: 17px 48px 0 10px;
	overflow: hidden;
	padding-top: 307px;
	width: 250px;
}

#pdfoffer {
	background: #f8971d url('/images/teens/discussion-guide.png') no-repeat 15px 4px;
	color: black;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 25px 20px;
}
#pdfoffer .offer {
	float: left;
	margin: 5px 0 7px;
	padding: 0 40px 0 95px;
}
#pdfoffer h2 {
	font-size: 24px;
}
#pdfoffer em {
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}
#pdfoffer label {
	display: block;
	font-size: 0.9em;
	margin-bottom: 4px;
}
#pdfoffer #pdfemail {
	font-size: 14px;
	margin-right: 5px;
	padding: 4px 5px;
	width: 275px;
	vertical-align: middle;
}
#pdfsubmit {
	background: url('/images/teens/send-pdf.png') no-repeat left top;
	border: none;
	cursor: pointer;
	height: 35px;
	overflow: hidden;
	padding: 35px 0 0 0;
	width: 149px;
	vertical-align: middle;
	text-indent: -9999px;
}
#pdfsubmit:hover {
	background-position: left -35px;
}

#main {
	line-height: 1.5em;
	padding: 0 20px 20px;
}
#main h1 {
	line-height: 1.2em;
}
#main h3 a {
	color: black;
}
#main h4 {
	margin-top: 10px;
}
#main p {
	margin-top: 0;
}
#main li {
	margin-bottom: 10px;
}
#sidebar {
	border-left: 1px solid black;
	padding: 0 20px 20px;
	width: 299px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar ul ul {
	list-style: disc;
	margin: 5px 0 0 17px;
	padding: 0;
}
#sidebar li li {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#sidebar .category {
	color: black;
	font-weight: bold;
	text-decoration:  none;
}

#buyteendvd,
#facebookshare {
	background: #962F34 url('/images/teens/buy-teen-dvd.png') no-repeat left top;
	border: 5px solid black;
	color: white;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	height: 0;
	padding-top: 92px;
	width: 289px;
}
#buyteendvd:hover {
	border-color: #7DBF0D;
}
#facebookshare {
	background: #2d4685 url('/images/teens/facebook-share.png') no-repeat left top;
}
#facebookshare:hover {
	border-color: #2d4685;
}

#main cite {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	margin: 0;
}

#tofineprint {
	color: black;
	text-decoration: none;
}
#offerfineprint {
	border-top: 1px solid black;
	font-size: 11px;
	margin: 20px 20px 0;
	padding: 10px 0 20px;
}

/* comments */
#comments {
	margin-top: 20px;
}
.commentlist .citation {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	margin: 0;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
}