/*#############################################################
Name: The Hobbit
Date: 2006-10-11
Description: Submission for OWD template contest "Favourite Book".
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a { color: #31693B; }

a:hover { color: #5E8165; }

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #444;
	font: normal 10px "Lucida Sans Unicode",sans-serif;
	margin: 0;
	text-align: justify;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}
h1.specials
{
	color: #A70909;
	font-family: serif;
	font-size: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

h3
{
	margin: 0px 0 3px;
	color: #800004;
	font-family: Verdana,serif;
	font-size: 120%;
	font-weight: bold;
}


ul {margin-left: 1.8em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(images/divider.png) no-repeat;
	height: 20px;
	margin: 24px 0;
}

.center {
	display: block;
	position: relative;
	margin: 0 auto;
}

img  {border: none;}


/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
	height: auto;
}

.gfx {
	background: url(images/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(images/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected { color: #800004; }

/* content */
.content
{
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
	height: auto;
}
.content .spacer {
	height: 42px;
	clear: both;
}

/* content item */
.item { clear: both; }


.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body
{
	clear: both;
	display: block;
}

.item #gallayout
{
	width: 550px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 5px;
	min-height: 400px;
}

.gallery {
display: block;
width: 320px;
height: 170px;
float: right;
position: relative;
top: 30px;
margin-right: 5px;
}

.galimg {
display: block;
float: left;
padding: 0;
position: relative;
left: 0px;
}


.price
{
	font-size: 120%;
	font-weight: bolder;
	text-align: left;
	color: #CAAF00;
}

/* footer */
.footer
{
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

.peta
{
	font-family: cursive;
	font-style: italic;
	margin-top: 5px;
	font-size: 16px;
}

/* -------- jQuery -------- */



ul#special li img{
	width: 615px;
	border: none;
	padding: 0px;
	position: relative;
	display: block;
	top: 10px;
	left:50%;
    margin-left:-265px;
	z-index: 10;
	background: none;
}

ul#special li {
	width: 615px;
	list-style-type: none;
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
}

ul#special .innerfade {

	width: 615px;
	position: relative;
	padding: 10px 0 10px 0;
	display: block;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}

div.limiter {
	text-align: left;
	width: 80%;
	max-width: 69.23em;
	padding: 1.2em 1.5em;
	
	margin-left: auto;
	margin-right: auto;
}

