/*
title:		Ray Robinson styles
*/

/* ================[ reset ]================ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", serif;
}

img { border: none; }

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ================[ general styles ]================ */

.clearme { clear: both; height: 0; font-size: 0; }

body {
	background: transparent url(../images/bodyBG.jpg) top left repeat;
	color: #000;
	font-size: 62.5%; /* 1em is 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { padding-bottom: 15px; line-height: 1.3em; }

/* ================[ layout ]================ */

div#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

div#mainContent {
	width: 900px;
	background: #FFF;
	float: left;
	padding: 20px;
	font-size: 1.2em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

div#mainContent h1 {
	font-size: 2.5em;
	color: #505050;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

div#novelContent2 {
	width: 580px;
	background: #FFF;
	float: left;
	padding: 20px;
	font-size: 1.2em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 600px;
	position: relative;
	margin-bottom: 15px;
}

div#novelContent2 h1 {
	font-size: 2.5em;
	color: #505050;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}


/* ================[ header ]================ */

div#header {
	width: 900px;
	height: 80px;
	background: transparent url(../images/headerBG.gif) bottom left no-repeat;
	padding: 0 20px;
	margin-bottom: 15px;
	float: left;
}

span#logo {
	float: left;
	margin-top: 20px;
}

ul#nav {
	float: right;
	font-size: 1.9em;
	font-family: Georgia, "Times New Roman", serif;
	list-style: none;
	margin-top: 30px;
}

ul#nav li {
	float: left; display: inline;
	margin-left: 30px;
}

ul#nav li a {
	color: #FFF;
	text-decoration: none;
}

ul#nav li a.selected { border-bottom: 1px solid #FFF; display: inline-block; }

/* ================[ homepage ]================ */

#flashBanner {
	width: 940px;
	height: 321px;
	background: #FFF;
	margin-bottom: 15px;
	float: left;
}

h1#homeHeader {
	display: none;
}

div.homeWidget {
	width: 300px;
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
}
div.homeWidget-end { margin-right: 0; }

div.homeWidget h3 {
	font-size: 1.6em;
	color: #505050;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

div#homeNews {
	width: 260px;
	padding: 10px 20px;
	height: 310px;
	background: #FFF;
}

div.homeNewsArticle {
	padding-bottom: 0px;
}

div#homeNews h3 { background: transparent url(../images/newsHeader.gif) top right no-repeat; }

div.homeNewsArticle h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

div#homeAbout {
	width: 260px;
	padding: 10px 20px;
	height: 242px;
	margin-bottom: 15px;
	background: #FFF;
}

div#homeAbout h3 { background: transparent url(../images/aboutHeader.gif) top right no-repeat; }

div#homeAbout a { font-weight: bold; font-style: italic; }

div#homeSocial {
	width: 270px;
	padding: 8px 10px 2px 20px;
	background: #FFF;
}

div#homeSocial h3 {
	border: none;
	padding: 8px 0 0 0; margin: 0;
	float: left;
}

a.homeMyspace, a.homeFacebook {
	width: 43px; height: 43px;
	display: block;
	text-indent: -5555px;
	float: right;
	margin-left: 2px; display: inline;
}
a.homeMyspace { background: transparent url(../images/circleMyspace.gif) top left no-repeat; }
a.homeFacebook { background: transparent url(../images/circleFacebook.gif) top left no-repeat; }

a.homeMyspace:hover, a.homeFacebook:hover { background-position: 0 -43px; }

div#homeNovels {
	width: 260px;
	padding: 10px 20px;
	height: 310px;
	background: #FFF;
	position: relative;
}
div#homeNovels h3 { background: transparent url(../images/novelsHeader.gif) top right no-repeat; }

div#homeNovels ul {
	list-style: none;
	float: left;
}

div#homeNovels ul li {
	display: inline; float: left;
}
div#homeNovels ul li.novel1 { padding: 0 11px 7px 0; }
div#homeNovels ul li.novel2 { padding: 0 11px 7px 0; }
div#homeNovels ul li.novel3 { padding: 0 0 5px 0; }
div#homeNovels ul li.novel4 { padding: 0 15px 0 0; }

div#homeNovels ul li img { border: 1px solid #505050; float: left; }
div#homeNovels ul li a { float: left; }

div#homeNovels a#moreNovels { font-weight: bold; font-style: italic; position: absolute; bottom: 15px; right: 20px; overflow: auto; }

/* ================[ about ]================ */

div#aboutHeader {
	width: 940px;
	background: #FFF url(../about/images/aboutHeaderBG.jpg) top right no-repeat;
	float: left;
	height: 315px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

div#aboutHeader h1 {
	font-size: 3em;
	color: #505050;
	padding: 20px;
}

div#bio {
	width: 580px;
	background: #FFF;
	float: left;
	margin-right: 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	height: 300px;
}

div#bio h2, div#bioSocial h3, div#bioSocial h4 {
	font-size: 1.6em;
	color: #505050;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

div#bioSocial h3 { background: transparent url(../images/socialHeader.gif) top right no-repeat; }
div#bioSocial h4 { background: transparent url(../images/shareHeader.gif) top right no-repeat; }

div#bioSocial {
	width: 260px;
	padding: 10px 20px;
	font-size: 1.2em;
	background: #FFF;
	float: right;
	height: 300px;
}

a#bioLike, a#bioAdd {
	display: block;
	width: 190px;
	height: 35px;
	font-size: 1.6em;
	color: #505050;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 70px;
	background: transparent url(../images/likeMe.gif) top left no-repeat;
	padding-top: 10px;
}

a#bioAdd {
	margin-bottom: 50px;
	background: transparent url(../images/addMe.gif) top left no-repeat;
}

a#bioLike:hover, a#bioAdd:hover { background-position: 0 -45px; }


a.twitterLink {
	display: block;
	width: 126px;
	height: 38px;
	background: transparent url(../images/twitterLink.gif) top left no-repeat;
	text-indent: -5555px;
	float: left;
	overflow: hidden;
}

a.facebookLink {
	display: block;
	width: 126px;
	height: 38px;
	background: transparent url(../images/facebookLink.gif) top left no-repeat;
	text-indent: -5555px;
	float: right;
	overflow: hidden;
}
a.twitterLink:hover, a.facebookLink:hover { background-position: 0 -38px; }

/* ================[ novels ]================ */

div.novelOverview {
	float: left;
	width: 430px;
	padding: 0 10px;
	height: 250px;
	margin-bottom: 10px;
}

div.overviewImg { width: 165px; text-align: center; float: left; }

div.overviewInfo {
	float: right;
	width: 250px;
	padding-top: 10px;
}

div.overviewInfo h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

p.buyLinks span {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	padding-right: 10px;
	display: block;
	float: left;
	position: relative; top: 0;
}

p.buyLinks a { margin-right: 5px; }

/* ================[ novels detail ]================ */

div#novelContent {
	width: 580px;
	background: #FFF;
	float: left;
	padding: 20px;
	font-size: 1.2em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 290px;
	position: relative;
	margin-bottom: 15px;
}

div#novelContent h1 {
	font-size: 2.5em;
	color: #505050;
	margin-bottom: 20px;
}

div.translations { position: absolute; bottom: 20px; right: 20px; }
div.translations a { margin-left: 5px; }

a.dlExt {
	position: absolute;
	bottom: 10px;
	left: 20px;
	display: block;
	width: 190px;
	height: 41px;
	background: transparent url(../novels/images/dlExt.gif) top left no-repeat;
	text-indent: -5555px;
}
a.dlExt:hover { background-position: 0 -41px; }


a.audioExt {
	position: absolute;
	bottom: 10px;
	left: 230px;
	display: block;
	width: 190px;
	height: 41px;
	background: transparent url(../novels/images/audioExt.gif) top left no-repeat;
	text-indent: -5555px;
}
a.audioExt:hover { background-position: 0 -41px; }



div#novelCover {
	width: 260px;
	background: #FFF;
	float: right;
	padding: 10px 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	height: 310px;
	margin-bottom: 15px;
}

div#novelReviews {
	width: 580px;
	background: #FFF;
	float: left;
	padding: 20px 20px 20px 20px;
	font-size: 1.2em;
	position: relative;
	
	min-height: 315px;
	height:auto !important;
	height: 315px;
}

div#novelReviews h2 {
	font-size: 1.6em;
	color: #505050;
}

div.singleReview {
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	width: 580px;
	margin-top: 10px;
}

p.reviewer { padding-bottom: 0; text-align: right; }

div#pageInfo { position: absolute; top: 20px; right: 20px; width: 140px; text-align: center; padding-top: 5px; }

a.prevPage {
	display: block;
	width: 31px;
	height: 30px;
	text-indent: -5555px;
	background: transparent url(../images/prev.gif) top left no-repeat;
	position: absolute; top: 0; left: 0;
	overflow: hidden;
}

a.nextPage {
	display: block;
	width: 31px;
	height: 30px;
	text-indent: -5555px;
	background: transparent url(../images/next.gif) top left no-repeat;
	position: absolute; top: 0; right: 0;
	overflow: hidden;
}

div#novelSub {
	width: 260px;
	background: #FFF;
	float: right;
	padding: 20px;
	font-size: 1.2em;
	height: 400px;
}

div#novelSub h3, div#novelSub h4 {
	font-size: 1.6em;
	color: #505050;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	clear: both;
}

div#novelSub h3 { background: transparent url(../images/buyHeader.gif) top right no-repeat; }
div#novelSub h4 { margin-bottom: 20px; background: transparent url(../images/shareHeader.gif) top right no-repeat; }

div#novelSub h5 { font-size: 1.4em; margin-bottom: 15px; }
 
a.buyAmazon {
 	display: block;
 	width: 113px;
 	height: 35px;
 	background: transparent url(../novels/images/buyAmazon.gif) top left no-repeat;
 	text-indent: -5555px;
 	float: left;
 	margin-right: 8px; display: inline;
 	margin-bottom: 25px;
}
a.buyAmazon:hover { background-position: 0 -35px; }
 
a.buyWaterstones {
 	display: block;
 	width: 136px;
 	height: 21px;
 	background: transparent url(../novels/images/buyWaterstones.gif) top left no-repeat;
 	text-indent: -5555px;
 	float: left;
 	margin-bottom: 25px;
}
a.buyWaterstones:hover { background-position: 0 -21px; }


a.buyMare {
 	display: block;
 	width: 113px;
 	height: 35px;
 	background: transparent url(../novels/images/buyMare.gif) top left no-repeat;
 	text-indent: -5555px;
 	float: left;
 	margin-right: 8px; display: inline;
 	margin-bottom: 25px;
}
a.buyMare:hover { background-position: 0 -35px; }

/* ================[ links ]================ */

div.linkBlock {
	width: 890px;
	padding: 0 0 20px 10px;
}

div.linkBlock h3 {
	font-size: 1.6em;
	color: #505050;
	margin-bottom: 20px;
}

div.linkInfo {
	width: 300px;
	float: left;
	margin-right: 0; display: inline;
	padding-bottom: 10px;
}
div.endInfo { margin-right: 0; width: 290px; }

div.linkInfo-sub {
	width: 230px;
	float: right;
}

div.endInfo div.linkInfo-sub { width: 220px; }

div.linkInfo-sub h4 { padding-top: 2px; font-size: 1.3em; margin-bottom: 10px; }

div.otherInfo {
	width: 880px;
}

div.otherInfo-sub {
	width: 810px;
	float: right;
}
div.otherInfo-sub h4 { padding-top: 2px; font-size: 1.3em; margin-bottom: 10px; }

div.otherInfo-sub ul li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

a.linkImg { float: left; }
img.linkImg { float: left; }

div.etcBlock { height: 170px; }

/* ================[ bookgroup ]================ */

div.bookgroup-col {
	float: left;
	width: 450px;
	text-align: center;
}

div.bookgroup-col p { padding-top: 10px; }

/* ================[ footer ]================ */

div#footer {
	width: 900px;
	height: 45px;
	background: transparent url(../images/footerBG.gif) top left no-repeat;
	padding: 0 20px;
	color: #FFF;
	font-size: 1.1em;
	position: relative;
	margin-top: 15px;
	float: left;
}

div#footer a { color: #FFF; text-decoration: none; }

p#copyright {
	float: left;
	padding-top: 14px;
}

p#campion {
	float: right;
	padding-top: 14px;
	padding-right: 115px;
}

p#campion a {
	display: block;
	width: 106px;
	height: 20px;
	background: transparent url(../images/campion.gif) top left no-repeat;
	text-indent: -5555px;
	position: absolute; top: 15px; right: 20px;
}
p#campion a:hover { background-position: 0 -20px; }

