/*#############################################################
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: #36C;}

a:hover {color: #06F;}

body {
	background-color:#3567CC;
	background-image:url(img/bkgd_gradient.jpg);
	background-repeat:repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

img{border:none;}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/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(img/bkgd_divider.jpg) center no-repeat;
	width:555px;
	height: 40px;
	margin: 10px 0;
}

/* structure */
.container {
	background-color:transparent;
	background-image: url(img/bkgd_container.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	background: url(img/bkgd_lotus.jpg) no-repeat;
	float: left;
	position:relative;
	height: 71px;
	margin-top: 0;
	width: 52px;
}

.top {
	float: left;
	width: 736px;
}

.header {
	background-color:transparent;
	background-image: url(img/bkgd_header.jpg);
	background-position:52px 0;
	background-repeat:no-repeat;
	font-size: 1.4em;
	height: 200px;
	width:736px;
	margin:0 auto;
}

.header h4{
	float:right;
	color:#663300;
	font-size:1.2em;
	font-weight:bold;
	padding-right:68px;}

.header h1 {
	color:#005599;
	font: normal 3.7em serif,sans-serif;
	padding:25px 0 0 0;
	margin:0 0 0 65px
}

.header p{padding:0; margin:-7px 0 0 70px;}

.pattern {
	background-color: #334127;
	background-image: url(img/bkgd_pattern.gif);	
	background-position:left;
	background-repeat:repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {text-align:center; margin:0; padding:50px 0 0 0}

.navigation a {
	color:#CCCC99;
	font: normal 1.5em serif;
	margin: 0 15px;
	padding:10px 0;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #FFFFDD;
}

/* content */
.content {
	background-image:url(img/bkgd_content.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* 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 .body {
	clear: both;
	font-size:1.2em;
}

/* footer */
.footer {
	background: url(img/bkgd_footer.gif) bottom no-repeat;
	color: #999;
	font-size: 1.1em;
	line-height: normal; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
	padding-bottom:15px;
}

.footer a {
	color: #999;
	text-decoration: none;
}

.footer a:hover {
	color: #666;
	text-decoration: underline;
}