html * {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, p, blockquote {
	font-size: 100%;
	font-weight: normal; }

img {
	border: none; }

/* ------------------------------------- */

body {
	font: 12pt/21pt Georgia, serif;
	background: #000; }

p {
	margin-bottom: 21pt; }

a:link {
	color: #1F93BA; }

a:visited {
	color: #999; }

a:hover {
	color: #E40A84; }

h2, h3 {
	margin-top: 17pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-family: Arial, sans-serif;
	letter-spacing: 2px; }

h3 {
	font: bold 10pt/21pt Arial, sans-serif; }

/* ------------------------------------- */

#wrapper1 {
	background: #fff; }

#wrapper2 {
	width: 860px;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff;
	overflow: hidden; }

#branding {
	margin-left: 200px; }

#branding a {
	display: block;
	width: 506px;
	height: 68px;
	background: url('images/branding.png') no-repeat;
	text-indent: -9999px; }

/* ------------------------------------- */

#nav-main {
	overflow: hidden;
	width: 420px;
	margin: -4px 0 50px 220px;
	margin: -14px 0 50px 210px; }

#nav-main li {
	float: left;
	list-style: none; }

#nav-main li a {
	display: block;
	height: 10px;
	height: 30px;
	text-indent: -9999px; }

#nav-main li a:link {
	background-position: left top; }
	
#nav-main li.active a {
	background-position: left bottom; }

#nav-main li a:hover {
	background-position: left center; }

#nav-main li.active a:hover {
	background-position: left bottom; }
	
#tab-home a {
	width: 55px;
	margin-right: 0;
	background-image: url('images/tab-home.png'); }

#tab-author a {
	width: 73px;
	margin-right: 0;
	background-image: url('images/tab-author.png');  }

#tab-soundtrack a {
	width: 105px;
	margin-right: 0;
	background-image: url('images/tab-soundtrack.png');  }
	
#tab-press a {
	width: 53px;
	margin-right: 0;
	background-image: url('images/tab-press.png');  }

#tab-events a {
	width: 64px;
	margin-right: 0;
	background-image: url('images/tab-events.png');  }

#tab-contact a {
	width: 70px;
	background-image: url('images/tab-contact.png');  }

/* ------------------------------------- */

#content-supp1 {
	color: #333;
	width: 200px;
	float: left;
	clear: both;
	font: 10pt/17pt Georgia, serif;
	padding-top: 3px; }

#content-supp1 p {
	margin-bottom: 17pt; }

#blogposts li {
	margin-left: 20px;
	list-style-image: url('images/blogger-icon.png'); }

/* ------------------------------------- */

#content-main {
	width: 420px;
	margin-left: 20px;
	float: left;
	color: #222; }

#content-main ul li {
	margin-left: 20px; }

/* ------------------------------------- */

#content-supp2 {
	color: #333;
	width: 200px;
	float: right;
	font: 10pt/17pt Georgia, serif; }

#content-supp2 li {
	list-style: none; }

#bookcover {
	position: relative;
	left: -4px;
	margin-top: 4px; }
	
#amazon-button, #bn-button {
	width: 100px;
	height: 30px;
	display: block;
	text-indent: -9999px; }
			
#amazon-button {
	background: url('./images/amazon-hover-button.png') top left no-repeat; }
			
#amazon-button:hover {
	background: url('./images/amazon-hover-button.png') bottom left no-repeat; }
				
#bn-button {
	background: url('./images/bn-hover-button.png') top left no-repeat; }
			
#bn-button:hover {
	background: url('./images/bn-hover-button.png') bottom left no-repeat; }

/* ------------------------------------- */

#footer {
	clear: both; 
	background: url('images/footer.png') 150% 0 repeat-x;
	height: 253px;
	color: #999; }

#footer p {
	position: relative;
	top: 220px;
	text-align: center;
	font: 9pt Verdana; }

#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold; }

#footer a:hover {
	color: #E40A84; }

.first {
	margin-top: 0; }
