body{
	font-size: 0.9em;
	background: url('../img/bg.png');
	height: 100%;
}
a{
	color: #4D77A2;
}
.container{
	background:  white;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

/* Layout */

#header{
	height: 70px;
	background: url('../img/bookdrum-logo.png') no-repeat;
}
#login{
	float: right;
	
	color: #4D77A2;
	font-size: 0.8em;
	margin-top: 3px;
	margin-right: 10px;
}
#login a{
	color: #99ccff;
}
#navigation{
	
}

#footer{
	bottom: 0px;
	height: 70px;
	background: url(../img/footer-bg.png);
}

#footer p{
	font-size: 0.7em;
	color: #4D77A2;	
	margin:0px 10px;
	clear:  both;
}

#footer-links{
	margin: 5px;
	margin-left: 10px;
	padding:0px;	
	float: left;
}

#footer-links a{
	color: lightgray;
	font-size: 0.9em;
	padding-right: 8px;
	border-right: 1px solid white;
}

#footer-links .last a, #nav-second-lvl .last a{
	border-right: none;
}
ul#footer-links a:hover{
	color: white;
	text-decoration: none;
	border-bottom: none;
}


#footer-links li{
	list-style: none;
	display: inline-block;
	margin: 3px;
	font-size: 0.8em;
	color: black;
}


.content{
	margin: 20px;
	margin-top: 20px;
	word-spacing:normal;
	text-align: justify;
}

.content h2{
	margin-top: 0px;
}

.content p{
	font-size: 0.8em;
}

#focus{
	height: 150px;
	background: transparent no-repeat;
	position: relative;
	border-bottom: 1px black solid;
}

#focus:hover{
	border-bottom:1px black solid;
}

#focus h1{
	color: white;
	font-weight: bold;
	font-size: 2.4em;
	padding-left: 20px;
	padding-top: 10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#focus h1 span.subtext{
	color: white;
	margin-left: 0px;
	font-weight: normal;
}

#focus .focus-text{
	width: 950px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	height: 80px;
	background: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#main{
	background: url('../img/shadow-focus-2.png') repeat-x;
	float: left;
}

#main-wrapper{
	background: url('../img/shadow-main-bg-2.png') repeat-x bottom;
	float: left;
	border-bottom: 1px gray solid;
	
}

/* Text */

h1, h2, h3{
	margin-bottom: 5px;
	margin-top: 10px;
	
}

h1{
	font-size: 1.6em;
}


h2{
	font-size: 1.4em;
}


h3{
	font-size: 1.2em;
}
p{
	margin: 5px 0px;
}

span.subtext{
	font-size: 0.5em;
	display: block;
	
	color: gray;
}

/* Links */

a {
	text-decoration: none;
	
}
a:hover{
	border-bottom: dashed 1px;
}

ul#nav-first-lvl {
	margin: 0px;	
	padding:0px;
	background: url('../img/nav-first-bg.png') repeat-x;
}

#nav-first-lvl li {
	padding: 0px 10px;
	padding-right: 12px;
	height: 30px;
	list-style: none;
	display: inline-block;
	background: url('../img/nav-first-bg-sep.png') no-repeat right;
}


#nav-first-lvl li.search {
	padding: 0px 10px;
	height: 30px;
	list-style: none;
	display: inline-block;
	background: none;
	height: 29px;
	float: right;
}

#nav-first-lvl li .search-field {

	height: 15px;
}

#nav-first-lvl li a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 2em;
	color: black;
}

#nav-first-lvl li a:hover{
	border: none;
}

#nav-first-lvl li.selected a{
	background: url('../img/nav-second-marker.png') bottom center no-repeat;
}

ul#nav-second-lvl {
	margin: 0px;	
	padding:0px;
	background: url('../img/nav-second-bg.png') repeat-x;
}

ul#nav-second-lvl li {
	padding: 0px ;
	height: 25px;
	list-style: none;
	display: inline-block;
	font-size: 0.8em;
}

ul#nav-second-lvl li a{
	width: 100%;
	height: 100%;
	
	text-align: center;
	line-height: 2.2em;
	color: #99ccff;
	/*border-right: 1px black solid;*/
	padding:0px 10px;
}

ul#nav-second-lvl li a:hover{
	color: white;
	border-bottom: none;
}

.share{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.share a:hover{
	border:none;
}


/* Right container*/

.side-panel h3{
	
	float: left;
	text-align: center;
	width: 100%;
}
.side-panel .book{
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
.side-panel .book h2{
	margin-top:20px;
}

.side-panel .book img{

margin-bottom: 5px;
	margin-left: 10px;
	float: left;
	width: 105px;
	border: 1px black solid;
}
.side-panel .book .book-details{
	clear: both;
	
	width: 130px;
}
.side-panel{
	height: 100%;
	background: transparent;
	padding: 0px;
}

.side-panel p{
	float: left;
	margin: 10px;
}
.side-panel p.botd{
	font-style: italic;
	text-align: center;
	
}
.side-panel p.botd em{
display: block;
font-size: 0.8em;
font-style: normal;font-weight: bold;
}

.side-panel p.botd a{
font-size: 0.8em;
font-style: normal;
}


.side-panel-inner{
height: 100%;
	background: url(../img/shadow-focus-gray.png) repeat-x;
}

.side-panel .profile-link{
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	display: block;
	margin-right: 10px;
}

.side-panel-footer{
	min-height: 500px;
}

.side-panel .block{
	margin: 10px;
	width: auto;
	float: left;
}
.side-panel .block input[type="text"]{
	width: auto;
}


/*Shadow*/
.shadow-left{
	width: 950px; margin: 0pt auto; padding-left: 20px;background: transparent url(../img/main-shadow-left.png) left repeat-y;
}

.shadow-right{
	width: 950px; padding-right: 20px; background: transparent url(../img/main-shadow-right.png) right repeat-y;
}


/*COMMENTS*/
#comments{
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

.comment{
	background: white;
	margin: 20px;
	
	border: 1px gray solid;
	width: 510px;
	
}

.comment .comment-top{
	background: url('../img/comment-top.png');
	width: 15px;
	height: 16px;
	margin-left: -1px;
	margin-top: -16px;
	
}
.comment .profile img{
	border:  1px solid black;
	width: 40px;
	height: 40px;
	margin: 15px;
}

.comment .profile{
	float: left;
	width: 100px;
	background: lightgray url('../img/comment-bg-1.png');
}

.comment .message{
	float: left;
	width: 410px;
}
.comment .message .detail{
	float: right;
}
/*SEPERATORS*/
.top-sep{
	border-top: 1px dashed lightgray;
}

.bottom-sep{
	border-bottom: 1px dashed lightgray;	
}

.right-sep{
	border-right: 1px dashed lightgray;
	margin-right: 9px;
}

/*MARGINS*/
.mbottom-20{
	margin-bottom: 20px;
}


.mbottom-10{
	margin-bottom: 10px;
}
