﻿/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */
/**************** Page and tag styles ****************/

body {
	margin:0;
	padding:0;
	color:#060C24;
	background:#766865 url('../images/bg_body.gif') top left repeat-y;
	font:86% Constantia, Georgia, "Palatino Linotype", serif;
}

ul {
	list-style:disc;
	margin:15px 0 20px 0;
	font-size:1.10em;
}

li {
	margin:0 0 8px 25px;
}

a:link {
	color:#766865;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#060C24;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

img {
	float:left;
	margin:0 15px 5px 0;
	padding:1px;
	background:#fff;
	border:1px solid #d0d0d0;
}

a img {
	border-color:#d85d5d;
}

a img:hover {
	background:#d85d5d;
	border-color:#d85d5d;
}

/**************** Sidebar area styles ****************/

#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:100%;
	overflow:hidden;
	background:url('../images/bg_sidebar.gif') top right repeat-y;
	text-align:right;
}

body > #sidebar {
	position:fixed;
}

#sidebar h1 {
	margin:20px 18px 0 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.6em;
	letter-spacing:-1px;
	text-align:right;
}

#sidebar h2 {
	margin:0 20px 18px 5px;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-align:right;
}

#sidebar a {
	color:#808080;
}

/**************** Navigation menu styles ****************/

#menu a {
	display:block;
	width:182px;
	padding:5px 18px 5px 0;
	color:#FFF8EE;
	background:#990000 url('../images/bg_sidebar.gif') top right repeat-y;
	font-size:1.4em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-1px;
}

#menu a:hover {
	color:#303030;
	background:#FFF8EE url('../images/bg_sidebar.gif') top right repeat-y;
}

#menu a.active {
	padding:5px 18px 5px 0;
	color:#060C24;
	background:#D9DCD3;
	border-top:2px solid #060C24;
	border-bottom:2px solid #060C24;
}

#menu a.active:hover {
	color:#060C24;
	background:#D9DCD3;
}

/**************** Content area styles ****************/

#content-wrapper {
	width:755px;
	height:100%;
	margin:0 0 0 200px;
	padding:20px 0;
}

#content {
	width:715px;
	margin:0 0 0 20px;
}

#content p {
	font-size:1.10em;
	margin:0 0 20px 0;
	line-height:1.5em;
}

#content h1 {
	margin:5px 0 0 0;
	padding-top:5px;
	color:#766865;
	font-size:3.00em;
	letter-spacing:-3px;
	text-align:center;
	border-top:3px #333 solid;
}

#content h1.logo {
	display:block;
	width:397px;
	height:89px;
	background:url('../images/logo.gif') no-repeat center top;
	margin:0 auto 0 auto;
	border:0;
}

#content h2 {
	margin:0;
	color:#766865;
	font-weight:normal;
	font-size:2.00em;
	letter-spacing:-2px;
	text-align:center;
}

#content h3 {
	clear:both;
	margin:30px 0 10px 0;
	color:#766865;
	font-weight:normal;
	font-size:1.8em;
	letter-spacing:-2px;
	border-top:1px #060C24 solid;
}

#frontpage {
	width:700px;
	margin:0 auto 0 auto;	
}

#paypal-buttons {
	margin:0 auto 0 auto;
	width:300px;
}

.img-left {
	margin:0;
	padding:0;
	float:left;
}

.img-right {
	margin:0;
	padding:0;
	float:right;
}

div.img-caption {
	clear:both;
	margin:0 10px 5px 10px;
	text-align:center;
	font-size:0.80em;
	font-family:Constantia, Georgia, "Palatino Linotype", serif;
	width:280px;
}

.buynow-front {
	margin:0px 100px 10px 100px;
}

.buynow-us {
	margin:0 auto;
	width:150px;
	float:left;
}

.buynow-us p, .buynow-uk p {
	font-family:Constantia, Georgia, "Palatino Linotype", serif;
	font-weight:bold;
	font-size:1.20em;	
}

.buynow-uk {
	margin:0 auto;
	width:150px;
	float:right;
}

div#bookcover {
	margin:10px auto 10px auto;
	float:none;
	width:350px;
	left:auto;
	right:auto;
	display:table;
	text-align:center;
}

#gallery {
	margin:10px auto 10px auto;
	padding:10px 10px 10px 15px;
}

#footer {
	clear:both;
	margin-top:10px;
	padding:10px;
	text-align:center;
	border-top:1px #766865 solid;
}

.h2-to-h3 {
	margin:0;
	color:#766865;
	font-weight:normal;
	font-size:1em;
	letter-spacing:-2px;
	text-align:center;
}

.clear {
	clear:both;
}

ul.thumbnails {
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	line-height:1.00em;
	list-style:none;
}

ul.thumbnails li {
	display:inline;
	margin:0;
	padding:0;
}

ul.thumbnails img {
	margin:0 10px 10px 0;
	background-color:#fff;
	border:1px #333 solid;
	padding:5px;
}