/* @override 
	http://staging.localhost/css/v1/public.css
	http://www.thedevouring.com/css/v1/public.css
*/

/*-----------------------------------------------------------*/
/* Public: CSS
/*-----------------------------------------------------------*/

/* Global ---------------------------------------------------*/
html {
	color: #FFFFFF;
	background: #000000;
}
body {
	font: normal 12px/14px 'Times New Roman', 'Times', 'Sans-Serif';
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, p, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
object {
	outline: 0px;
}
fieldset, img {
	border: 0px;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
legend {
	color: #000000;
}
del, ins {
	text-decoration: none;
}
/*-----------------------------------------------------------*/

/* Center Jazz / Vertical -----------------------------------*/
html, body {
	height: 100%;
	width: 1024px;
	margin: 0px auto;
}
.SiteWrapper {
	height: 677px;
		top: 50%;
		left: 50%;
	margin-top: -345px;
	margin-left: -512px;
	background: url('/img/v1/img.bg.jpg') top center no-repeat;
	position: absolute;
	width: 1024px;
}
.SiteWrapperSmallWindow {
	height: 677px;
	position: absolute;
	top: 0px;
	margin-top: 0px;
}
.Clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px; 
}
/*-----------------------------------------------------------*/

/* Nav ------------------------------------------------------*/
.Nav {
	background: url( '/img/v1/img.nav2.jpg' ) no-repeat;
	height: 35px;
	width: 440px;
	position: absolute;
	top: 105px;
	left: 245px;
}

.Nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.Nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.Nav ul li a {
	display: block;
	float: left;
	line-height: 35px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: none;
}

.Nav ul li a span {
	visibility: hidden;
}

.Nav ul li a:hover, .Nav ul li .NAV-Selected {
	background: url( '/img/v1/img.nav2.jpg' ) no-repeat;
}

.Nav ul .Home a {
	margin-left: 0;
	width: 106px;
}

.Nav ul .Home a:hover, .Nav ul .Home .NAV-Selected {
	background-position: 0px -35px;
}

.Nav ul .AboutTheBook a {
	margin-left: 4px;
	width: 108px;
}

.Nav ul .AboutTheBook a:hover, .Nav ul .AboutTheBook .NAV-Selected {
	background-position: -110px -35px;
}

.Nav ul .VoursOverview a {
	margin-left: 4px;
	width: 106px;
}

.Nav ul .VoursOverview a:hover, .Nav ul .VoursOverview .NAV-Selected {
	background-position: -222px -35px;
}

.Nav ul .Downloads a {
	margin-left: 4px;
	width: 106px;
}

.Nav ul .Downloads a:hover, .Nav ul .Downloads .NAV-Selected {
	background-position: -332px -35px;
}
/*-----------------------------------------------------------*/

/* PAG_Page -------------------------------------------------*/
.PAG_Page .BodyContent {
	padding: 0px 10px 10px 10px;
	font-size: 15px;
	line-height: 20px;
	height: 420px;
}
.PAG_Page h2 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
/*-----------------------------------------------------------*/

/* Content --------------------------------------------------*/
.Content .MainContentFrame {
	background: url('/img/v1/img.content.frame.bg.jpg') no-repeat;
	width: 680px;
	height: 461px;
	position: absolute;
	top: 139px;
	left: 12px;
}
.Content h2 {
	color: #FFDB45;
	font-family: 'Times New Roman', 'Times', 'Sans-Serif';
	font-size: 14pt;
}
.Content .TopHeading {
	padding: 16px 0px 0px 51px;
}
.Content .BottomHeading {
	position: absolute;
	top: 309px;
	left: 51px;
}
.Content .BookFrame {
	background: url('/img/v1/paperback-sidebar.png') no-repeat;
	width: 174px;
	height: 461px;
	position: absolute;
	top: 0px;
	left: 697px;
}
.Content .BookFrame .ReleaseCountdown {
	font-size: 18px;
	line-height: 15px;
	text-align: center;
	padding: 130px 0px 0px 0px;
}
.Content .BookFrame .ReleaseCountdown span {
	font-size: 12px;
	text-transform: uppercase;
}
.Content .BookFrame .ReleaseCountdown .Count {
	font-size: 16px;
}
/*-----------------------------------------------------------*/

/* Main PAG_Main --------------------------------------------*/
.PAG_Main {
	padding: 20px 10px 0px 10px;
}
.PAG_Main h1 {
	display: none;
}
.PAG_Main h2 {}
.PAG_Main p {
	padding: 0px 0px 10px 0px;
}
.PAG_Main .SWFPlayerWrapper {
	width: 426px;
	height: 240px;
	border: 1px solid #8a5995;
	margin: 0px auto 20px auto;
}
.PAG_Main .SampleChapter {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	padding: 5px 0px 0px 50px;
	background: url('../../img/v1/main.icon.pdf.gif') 0px 0px no-repeat;
}
.PAG_Main .SampleChapter a,
.PAG_Main .SampleChapter a:hover,
.PAG_Main .SampleChapter a:active,
.PAG_Main .SampleChapter a:visited {
	color: #ff9900;
	text-decoration: none;
}
.PAG_Main .SampleChapter a:hover {
	text-decoration: underline;
}
/*-----------------------------------------------------------*/

/* About The Book -------------------------------------------*/
.PAG_about-the-book {
	padding: 10px 10px 0px 10px;
}
.PAG_about-the-book .TopHeading {
	display: none;
}
.PAG_about-the-book .BKPreview {
	padding: 20px 0px 10px 175px;
}
.PAG_about-the-book .BKPreview p {
	padding: 0px 0px 10px 0px; 
}
.PAG_about-the-book .BKTheDevouring {
	background: url('../../img/v1/about.bk.one.gif') -10px 20px no-repeat;
}
.PAG_about-the-book .BKTheDevouring h2 {
	color: #e3b6ec;
}
.PAG_about-the-book .BKSoulstice {
	background: url('../../img/v1/about.bk.two.gif') -10px 10px no-repeat;
}
.PAG_about-the-book .BKSoulstice h2 {
	color: #ffdb45;
}

.PAG_about-the-book .BKFearscape {
	background: url('../../img/v1/about.bk.three.gif') 10px 16px no-repeat;
}
.PAG_about-the-book .BKFearscape h2 {
	color: #51aaf1;
}

.PAG_about-the-book .BKPreview a,
.PAG_about-the-book .BKPreview a:hover,
.PAG_about-the-book .BKPreview a:active,
.PAG_about-the-book .BKPreview a:visited {
	color: #ff9900;
	text-decoration: none;
}
.PAG_about-the-book .BKPreview a:hover {
	text-decoration: underline;
}
.PAG_about-the-book .BKPreview .More {
	display: none;
}
.PAG_about-the-book .BKPreview .Hidden {
	display: none;
}
/*-----------------------------------------------------------*/

/* Vours Overview -------------------------------------------*/
.PAG_vours-overview {
	padding: 20px 10px 0px 10px;
}
.PAG_vours-overview p {
	padding: 0px 0px 10px 0px;
}
.PAG_vours-overview .TopHeading {
	display: none;
}
/*-----------------------------------------------------------*/

/* Downloads ------------------------------------------------*/
.PAG_Download {
	padding: 20px 10px 0px 10px;
}
.PAG_Download h1 {
	display: none;
}
.PAG_Download .Col {
	float: left;
}
.PAG_Download .Phobia {
	padding: 10px 40px 0px 0px;
	display: none;
}
.PAG_Download .Countdown {
	padding: 10px 0px 0px 0px;
	display: none;
}
.PAG_Download .Col a,
.PAG_Download .Col a:hover,
.PAG_Download .Col a:active,
.PAG_Download .Col a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
}
.PAG_Download .Col a:hover {
	text-decoration: underline;
}
.PAG_Download .WallPapers .ItemWrapper {
	float: left;
	padding: 0px 45px 0px 0px;
	text-align: center;
}
.PAG_Download .WallPapers .Soulstice {
	padding: 0px 25px 0px 0px;
}
.PAG_Download .WallPapers .ItemWrapper a,
.PAG_Download .WallPapers .ItemWrapper a:hover,
.PAG_Download .WallPapers .ItemWrapper a:active,
.PAG_Download .WallPapers .ItemWrapper a:visited {}
.PAG_Download .WallPapers .ItemWrapper .WallpaperIcon {
	width: 145px;
	height: 91px;
	background: url('../../img/v1/download.wallpaper.jpg') top left no-repeat;
}
.PAG_Download .WallPapers .ItemWrapper .WallpaperIcon span {
	display: none;
}
.PAG_Download .WallPapers .ItemWrapper .Devouring {}
.PAG_Download .WallPapers .Soulstice .WallpaperIcon {
	background-position: -192px 0px;
}
.PAG_Download .BuddyIcons .ItemWrapper {
	clear: left;
}
.PAG_Download .BuddyIcons .ItemWrapper .BuddyIcon {
	width: 64px;
	height: 63px;
	float: left;
	padding: 0px 0px 25px 0px;
	background: url('../../img/v1/download.buddyicon.gif') top left no-repeat;
}
.PAG_Download .BuddyIcons .ItemWrapper .BuddyIcon span {
	display: none;
}
.PAG_Download .BuddyIcons .ItemWrapper a,
.PAG_Download .BuddyIcons .ItemWrapper a:hover,
.PAG_Download .BuddyIcons .ItemWrapper a:active,
.PAG_Download .BuddyIcons .ItemWrapper a:visited {
	padding: 20px 0px 0px 5px;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
.PAG_Download .BuddyIcons .Soulstice .BuddyIcon {
	background-position: 0px -96px;
}
/*-----------------------------------------------------------*/



