body {
	background: #fff url(../img/bg.png) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Georgia,serif;
	font-size: 76%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

#wrapper {
	width: 760px;
	min-height: 500px;
	margin: 10px auto;
}

#header {
	position: relative;
	padding: 14px 20px 0px 20px;
}

#footer {
	padding: 0px 20px 14px 20px;	
}


#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 32px;
	background: transparent url(../img/readspeaker_logo.png) no-repeat scroll 0 0;
}

#main div.inside {
	padding: 20px;
}

#content {
	width: 500px;
	float: left;
}

#menucontainer {
	width: 200px;
	float: right;
}

#postfoot {
	padding-left: 20px;
	font-size: 0.8em;
	color: #666;
}

#menucontainer h2 {
	line-height: 1.4em;	
	margin-bottom: 3px;
}

#langselectorcontainer {
	position: absolute;
	right: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 3px;
}

#langselectorcontainer select, #langselectorcontainer input, #langselectorcontainer label {
	font-size: 0.9em;
}

.sidemenu {
	list-style: none;
	border-top: 1px solid #ccc;	
	margin: 0px;
	padding: 0px;	
}

.sidemenu a {
	text-decoration: none;
	color: #000;
}

.sidemenu li {
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #66c;
	padding: 5px 0px 5px 20px;
}

.sidemenu li:hover {
	border-left: 5px solid #33a;
}

.sidemenu li.active, .sidemenu li.active:hover {
	border-left: 5px solid #e60;
}

.box_top {
	position: relative;
	height: 6px;
	background: transparent url(../img/t.png) no-repeat scroll 0 0;
}

.box_main {
	background: transparent url(../img/m.png) repeat-y scroll 0 0;
}

.box_bottom {
	position: relative;
	height: 6px;
	background: transparent url(../img/b.png) no-repeat scroll 0 0;
}

.dl_button {
	background: #fff url(../img/button_bg.png) repeat-x scroll 0 0;
	border: 1px solid #666;
	width: 180px;
	text-align: center;
	padding: 8px;
	margin-top: 40px;
}

#dl_text {
	vertical-align: center;
	font-family: Tahoma; 
	font-size: 14px; 
	color: rgb(0, 51, 153);
}

#audio_icon {
	float: right;
	width: 155px;
	height: 200px;
}

#thumbnails {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 20px;
}

#thumb_header {
	margin-bottom: 2px;
}

#thumbnails img {
	border: 1px dotted #ccc;
	padding: 3px;
	margin-right: 5px;
	margin-top: 10px;	
}

#thumbnails img:hover {
	border: 1px dotted #33a;
	padding: 3px;
}

.instructBox {
	border-top: 1px solid #ccc; 
	/*height: 159px; */
	height: 16em;
	margin-bottom: 50px;
}

.boxRight {
	float: right; 
	width: 102px; 
	height: 16em;	
	margin-left: 5px; 
}

.boxRight img{
	width: 97px; 
	height:145px; 
	border-style: none; 
	border-left: 1px solid #ccc; 
	padding: 5px 0 5px 5px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
