﻿/*#############################################################
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: #347C17;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
	background: #333 url(images/bg.gif);
	color: #333;
	font: normal 62.5% "Trebuchet MS",Helvetica,sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em;}

h2 {
	font: bold 1em;
	margin: 3px 0 1px;
}

h3 {
    font: normal 1.8em;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	font: normal 1.4em;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img
{
    border: none;
}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(images/bgcontainer.gif) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

/* EYE!!! - needed for proper alignment in IE 6.0... (couldn't use margin in .top) */
.gfx {
	float: left;
	height: 116px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgheader.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
    font-size: 1.8em;
	width: 632px;
}

.header {
	background: #FFFFFF url(images/header.gif) no-repeat;
	color: #FFF;
	font-size: 1.4em;
	height: 116px;
	padding-right: 270px;
}

.header h1 {
	font: normal 2.2em;
	padding: 15px 0 38px 0;
}

/* EYE!!! - needed to remove excess padding in header in IE 6.0... */
.header p {
	margin: 0;
	padding: 0;
	border: 0;
}

.pattern {
	background: #333 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#main {
	margin-left: 230px;
    height: 100%;
}

/* navigation */
.navigation 
{
    margin: 0 24px;
    text-transform: lowercase;
}

/*333, 994, or 682?*/
.navigation a {
	color: #333;
	text-decoration: none;
	font: normal 1.9em;
	line-height: 50px;
	margin: 0 16px;
}

.navigation a:hover,.navigation #selected {
	color: #347C17;
	text-decoration: underline;
}

/* content */
.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}


.content .sitemap {
    text-transform: lowercase;
	text-align: center;
	padding: 5px 0 0 0;
}

.content .spacer {
	height: 42px;
}

.content .spacerXSM {
	height: 8px;
}

.content .spacerSM {
	height: 21px;
}

/* content item */
.item {clear: both;}

.item .title {
    font: normal;
    font-size: 1.6em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* 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: #347C17;
	text-decoration: underline;
}

.footer a.loginLink {
    color: #666;
	text-decoration: none;
	cursor: default;
}

/* buttons */
.buttonbar, .buttonbar-top {
	width: 520px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}

/* Login View */

.login .label {
    display:block;
}

.login .textbox {
	border: 1px solid #000000;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
    display:block;
    margin-top:8px;
    margin-bottom:8px;
}

/* generated images */

.photo_198 {border: 1px dashed #347C17;}

/* main page grids */
.gridDate { white-space: nowrap; width: 95px; }
.gridMain { PADDING-RIGHT: 20px; PADDING-LEFT: 20px; white-space: nowrap; }
