body {
	font-size: 80%;
	background: #dddddd;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#wrapper {
	background: #f0f0f0;
	border: 0;
	height: 100%;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5em;
	position: relative;
}

#logo {
	width: 100%;;
	height: 116px;
	background: #333;
	position: relative;
	margin: 0 auto;
	text-indent: -9999px;
	border-bottom: 3px solid #999;
}

#logo h1 a {
	background: url(../img/rev-logo.jpg);
	display: block;
	width: 711px;
	height: 116px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: -356px;
	margin-left: 50%;
}

#logo h1 a.es {
	background: url(../img/rev-logo-es.jpg) !important;
}

#menu {
	display: block;
	margin: 0 auto;
	margin-top: .5em;
	text-align: center;
}

#menu li {
	display: inline;
	padding: 0 1em 2em;
}

#menu li a {
	font-size: .9em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu li a:hover {
	color: #666;
}

#left-buttons {
	position: absolute;
	top: 116px;
	right: -98px;
}

#left-buttons li {
	padding: .5em;
	border: 3px solid #999;
	border-left: 0;
	border-right: 10px solid #999;
	width: 75px;
	background: #f0f0f0;
	margin-bottom: .2em;
}

#left-buttons li a {
	font-size: 1.2em;
	color: #999;
	text-decoration: none;
}

#left-buttons li:hover {
	border-right: 10px solid #000;
}

#left-buttons li a:hover {
	color: #000;
}

#content {
	padding: 1em;
}

#videos {
	text-align: center;
	margin: 0 auto;
}

#videos td {
	padding: 2em;
	width: 40%;
}

#videos .addthis_button {
	float: right;
	position: relative;
	z-index: 9999;
}

.chapters-cell {
	vertical-align: top;
}

.chapters {
	text-align: left;
}

.chapters li {
	padding: .5em 0;
	font-size: .9em;
}

.chapters li span {
	display: block;
	font-weight: bold;
}

.language-preference {
	display: none;
	color: #cc3300 !important;
}

.language-preference.selected {
	font-weight: bold;
}


.dl-options {
	font-size: 80%;
	text-align: left;
}

.dl-options li {
	padding: 0 !important;
	display: inline;
}

.dl-options li a {
	color: #333;
}

.dl-options li a {
	color: #999;
}

#page_text {
	text-align: left;
}

#cc-license {
	display: block;
	margin: 0 auto;
	width: 40%;
	text-align: center;
	font-size: .8em;
}

#cc-license a {
	text-decoration: none;
	color: #999;
}

#cc-license a:hover {
	text-decoration: underline;
}

#footer {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	position: absolute;
	bottom: 0;
	height: 3em;
	background: #999;
	width: 100%;
	padding-top: 2em;
}

#footer li {
	display: inline;
	padding-left: 1em;
}

#footer li:after {
	content: '|';
}

#footer li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-right: 1em;
}

#footer li a:hover {
	color: #fff;
}

.no-content:after {
	content: '' !important;
}

.clear {
	clear: both;
}
