@import url(reset.css);

/*** Being styleing ***/

body {
	background: #000 url(../images/bg.png) repeat-x fixed top;
	text-align: center; /* center hack */
	margin: 10px 0 0 0;
}

#header {
	background: transparent url(../images/header-bg.png) no-repeat scroll center;
	margin: 0 auto 0 auto; /* center hack */
	text-align: left; /* center hack */
	height: 176px;
	width: 1000px;
}

#header #name {
	background: transparent url(../images/name-bg.png) no-repeat scroll left;
	float: left;
	margin: 0 0 0 0;
	padding: 88px 0 0 0;
	height: 72px;
	width: 380px;
}

#header #books {
	float: right;
	margin: 0 0 0 0;
	padding: 1px 5px 0 0;
}

#header #books .book_bg {
	background: transparent url(../images/header-bookbg.png) no-repeat scroll top;
	float: left;
	width: 128px;
	height: 174px;
}

#header #books img {
	padding: 21px 0 0 21px;
}

#container {
	background: transparent url(../images/container-bg2.png) no-repeat scroll center;
	width: 940px;
	height: 650px;
	margin: -20px auto 0 auto; /* center hack */
	text-align: left; /* center hack */
}

#inner-container {
	width: 835px;
	margin: 0 auto 0 auto; /* center hack */
}

/*** The navigation styling ***/

#inner-container #nav { /** d1ff75 **/
	text-align: center;
	padding-top: 20px;
}

#inner-container #nav img {
	padding: 0 3px 0 0;
}

#inner-container #nav a {
	text-decoration: none;
	color: #64eb12;
}

/*** #content styling starts now ***/

#inner-container #content {
	font: normal 14px Times New Roman, sans-serif;
	padding: 3px 2px 0 2px;
}

/*** Left side of the homepage styling. "Recentbook" main styles ***/

#inner-container #content #recentbook {
	background: transparent url(../images/recent_book-bg.png) no-repeat scroll center;
	float: left;
	width: 282px;
	height: 540px;
	padding: 0;
	margin: 0 0 0 15px;
}

#inner-container #content #recentbook #subject {
	padding: 0 0 0 0;
	margin: 24px 25px 0 25px;
}

#inner-container #content #recentbook #subject .thumb {
	margin: 0 auto 0 auto;
	height: 132px;
	padding: 10px 0 10px 0;
	width: 86px;
}

#inner-container #content #recentbook #subject .description {
	color: #64eb12;
	font: bold 13px Tahoma, Geneva, sans-serif;
	line-height: 24px;
	padding: 0 15px 0 15px;
}

#inner-container #content #recentbook #subject .readmore {
	float: right;
	height: 32px;
	padding: 20px 15px 0 0;
	width: 123px;
}


/*** Right column styling ***/
#inner-container #content #main {
	float: left;
	font-family: 'Comic Sans MS', cursive;
	margin: 24px 0 0 75px;
	width: 430px;
}

#inner-container #content #main .pic {
	margin: 0;
	padding: 0 0 0 15px;
	width: 336px;
}

#inner-container #content #main .welcome {
	color: #cbff00;
	font: italic 14px 'Comic Sans MS', cursive;
	line-height: 26px;
	padding: 10px 0 0 0;
}

#inner-container #content #main .name {
	color: #ffffff;
	font-size: 16px;
}

#inner-container #content #main .donotforget {
	height: 23px;
	padding: 25px 0 0 50px;
	width: 293px;
}

#inner-container #content #main #footer {
	color: #fff;
	font: normal 10px Verdana, Geneva, sans-serif;
	text-align: center;
	padding: 85px 0 0 25px;
}

/*** Biography page styles ***/

#inner-container #biography {
	color: #64eb12;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 15px auto 0 auto;
	width: 650px;
}

#inner-container #biography .picture {
	float: right;
}

/*** Novels page (the page that list them all) ***/

#inner-container #novels {
	margin: 15px 0 0 0;
}

#inner-container #novels #left-book-images {
	float: left;
	width: 148px;
}

#inner-container #novels #left-book-images .buynow img {
	padding: 0 0 0 20px;
}

#inner-container #novels #left-book-images .book-bg {
	background: transparent url(../images/novels-bookbg.png) no-repeat scroll center;
	height: 203px;
	width: 148px;
}

#inner-container #novels #left-book-images .book-bg img {
	padding: 27px 0 0 26px;
}

#inner-container #novels #right-book-description {
	float: left;
	width: 660px;
}

#inner-container #novels #right-book-description h2 {
	color: #fcff00;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#inner-container #novels #right-book-description p {
	color: #64eb12;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	line-height: 20px;
	padding: 0 0 10px 0;
	
}

/*** Store styles ***/

#inner-container #store {
	font: normal 14px Times New Roman, sans-serif;
	padding: 3px 2px 0 2px;
	width: 830px;
}

#inner-container #store #book {
}

#inner-container #store #book a {
	color: #64eb12;
	text-decoration: none;
}

#inner-container #store #book .left {
	float: left;
	height: 200px;
	width: 400px;
}

#inner-container #store #book .left p {
	padding: 25px 0 0 0;
}

#inner-container #store #book .left form {
	float: right;
	padding: 45px 20px 0 0;
}

#inner-container #store #book .left .bookthumb {
	background: transparent url(../images/novels-bookbg.png) no-repeat scroll center;
	float: left;
	padding: 0 7px 0 0;
	height: 203px;
	width: 148px;
}

#inner-container #store #book .left .bookthumb img {
	padding: 27px 0 0 30px;
}

#inner-container #store #book .left .title {
	color: #cbff00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#inner-container #store #book .left .price {
	font-weight: bold;
}

#inner-container #store #book .right {
	float: right;
	height: 200px;
	width: 400px;
}

#inner-container #store #book .right p {
	padding: 25px 0 0 0;
}

#inner-container #store #book .right form {
	float: right;
	padding: 45px 20px 0 0;
}

#inner-container #store #book .right .bookthumb {
	background: transparent url(../images/novels-bookbg.png) no-repeat scroll center;
	float: left;
	padding: 0 7px 0 0;
	height: 203px;
	width: 148px;
}

#inner-container #store #book .right .bookthumb img {
	padding: 27px 0 0 30px;
}

#inner-container #store #book .right .title {
	color: #cbff00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#inner-container #store #book .right .price {
	font-weight: bold;
}

#inner-container #store #book .right .special {
	color: #cbff00;
	text-align: right;
}

#inner-container #store #book .right a {
	color: #64eb12;
}

/*** Contact page styles ***/

#inner-container #contact {
	color: #64eb12;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 15px auto 0 auto;
	width: 675px;
}

#inner-container #contact a {
	color: #64eb12;
}

#inner-container #contact .picture {
	float: right;
}


/*** Other styles, yet important ***/
.clear {
	clear: both;
}

#footer {
	color: #fff;
	font: normal 10px Verdana, Geneva, sans-serif;
	text-align: center;
	padding: 85px 0 0 25px;
}

br {
	line-height: 15px;
}
