/*#############################################################
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: #6C7151;}

a:hover {color: #000;}

body {
	background: #4E5D3C url(../images/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

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: 4.6em;}

li {
    list-style-image: url(../images/list.gif);
    background: #e8ecd1;
}
li p { padding: 0px;}

.withoutimage ul li {
    list-style-type: circle;
    list-style-image: none;
    color: #555;
}
.withoutimage a {
    color: #6C7151;
    text-decoration: underline;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}
.leftText {
    float: left;
	color: #555;
	font: bold 1.1em "Lucida Sans Unicode",sans-serif;
}

.rightText {
    float: right;
	color: #555;
	font: normal 0.8em "Lucida Sans Unicode",sans-serif;
}

.item .body .rightText img {
    float: right;
    border: none;
}

.item .body .leftText img {
    border: none;
}

.item .body .noBorder img {
    border: none;
}

.right {float: right; }

img.left {margin: 5px 18px 6px 0;}

.divider {
	background: url(../images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(../images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}


.gfx {
	background: url(../images/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.booknow {
	background: url(../images/booknow.jpg) no-repeat;
	float: right;
	height: 280px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(../images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.bottomLinks {
    float:right;
    margin-top:20px;
    color: #6C7151;
	text-decoration: none;
}

.bottomLinks a {
    color: #6C7151;
	text-decoration: none;
}

.bottomLinks a:hover, .bottomLinks #selected {
	color: #2C3111;
} 

.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 Monotype Corsiva,sans-serif;
	padding: 66px 5px 34px 0;
    text-align: center;
    color: #9cac7f;
}


.header p {
	font: bold 1.3em Monotype Corsiva,sans-serif;
    margin-top: -17px;
    color: #9cac7f;
}
.smallImage ul li {
   list-style-image: url(../images/list_small.gif); 
}

.rightTextHeader {
    float: right;
	color: #000;
	font: normal 0.8em Monotype Corsiva,sans-serif;
    padding-right: 5px;
}

.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: #2C3111;
}

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

.content .spacersmall {
	height: 12px;
}

.content .marque{
	font: normal 1.5em serif;
    color: #A70802;
    width: 85%;
}

.content .marque a{
    color: #A70802;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
/*    line-height: 2.0em; */
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 1.5em;
}

.item .title img {
    border: none;
    margin-left: 15px;
    vertical-align:middle;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .left {
	color: #666;
	font-size: 0.9em;
	float: left;
    margin-bottom: 10px;
}

.item .right {
	color: #666;
	font-size: 0.9em;
	float: right;
    margin-bottom: 40px;
}

.item .body {
	clear: both;
}

.item .footerTitle {
    clear: both;
    float: right;
    height: 10px;

}

/* footer */
.footerLink {
	background: url(../images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 35px;
	margin: auto;
	text-align: right;
	width: 632px;
}
.footerLink span {
    width: 5%;
    color: #e8ecd1;
    float: right;
}

.footerLink a {
	color: #666;
	text-decoration: none;
}

.footerLink a:hover {
	color: #333;
	text-decoration: underline;
}

.footer {
    background: url(../images/bgfooter.gif) no-repeat;
    color: #a3b386;
    font-size: 1.1em;
    margin-left: 51px;
    margin-top: 25px;
    text-align: center;
    width: 632px;
    height: 35px;
}

.footer p {
    margin: 0 auto;
    width: 480px;
    text-align: center;
}

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

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

/* Table css */
table 
{
    border:1px dashed #8A6;
    width: 90%;
}

table.imgTable
{
    width: 95%;
    border: none;
}

td
{
    border-bottom: 1px dotted #8A6;
    padding: 10px;
}
td.imgTd
{
    border: none;
    text-align: center;
}
td.leftimgTd
{
    border: none;
    float: left;
    text-align: center;
}
td.rightimgTd
{
    border: none;
    float: right;
    text-align: center;
}
td.centerimgTd
{
    border: none;
    text-align: center;
}
td.cottageTd
{
    border-bottom: 1px dotted #8A6;
    padding: 10px;
    text-align: center;
}

td.explainTd {
    padding-left: 30px;
    text-align: center;
    border-bottom: 1px dotted #8A6;
}

td.last
{
    border: none;
    padding: 10px;
}


/* form css */

label {
    width: 35%;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    color: #47503b;
    font-weight: bold;
}

legend {
    color: #47503b; 
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

input {
    color: #47503b;
/*    background: #a5b584; */
    background: #e8ecd1;
    border: 1px dotted #8a6;
    width: 30%;
    height: 20px;
}

textarea {
    color: #47503b;
    background: #e8ecd1;
    border: 1px dotted #8a6;
    width: 30%;
    height: 60px;
    overflow: hidden;
}

textarea.requirements {
    color: #47503b;
    background: #e8ecd1;
    border: 1px dotted #8a6;
    width: 30%;
    height: 130px;
    overflow: hidden;
}
/*
.submit input {
    margin-left: 14.1em;
    height: 25px;
    color: #47503b;
    background: #a5b584;
    border: 1px outset #47503b;
}
    */

.reserveButton {
    border:0px; 
    color:#47503b; 
    font-weight: bold; 
    float: right;
    vertical-align: middle;
    height:28px; 
    width: 128px;
    padding: 0;
    background: url(../images/reserve.gif) no-repeat;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand;  /* for IE 5.x */
}
.submitButton {
    border:0px; 
    margin-left: 13.1em;
    margin-top: 15px;
    color:#47503b; 
    font-weight: bold; 
    float: left;
    text-align: center;
    height:28px; 
    width: 84px;
    padding: 0;
    background: url(../images/submit.gif) no-repeat;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.resetButton {
    border:0px; 
    margin-left: 30px;
    margin-top: 15px;
    color:#47503b; 
    font-weight: bold; 
    float: left;
    text-align: center;
    height:28px; 
    width: 80px;
    padding: 0;
    background: url(../images/submit.gif) no-repeat;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

fieldset {
/*    border: 1px dashed #8A6; */
    border: none;
    width: 95%;
    padding: 15px 2px 15px 2px;
}

.errorField {
    color: red;
}

.done {
/*    background: #a5b584; */
	font-weight:bold;
	font-size: 14px;
    border: 1px dashed #8A6;
    height: 20px;
    color: #8A6;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 13%;
} 

.item a.calendar img {
    width: 16px;
    height: 16px;
    border: none;
}

.item a.captcha img {
    width: 65px;
    height: 17px;
    border: none;
}


/* comment section */
.comment{
	width:90%;
	border: 1px dotted #a5b584;
    padding: 7px 7px 0px 7px;
	margin-bottom:15px;
	margin-top:5px;
	margin-left:15px;
	overflow:hidden;
}

.jbComments {
    overflow: auto;
    height: 400px;
}

#rateStatus {
    color: #47503b;
}

a.SmartStarsLinks{padding:0px}

.SmartStarsImages{margin:0px; border:none}

/**/

.map {
    border: none;
	text-align: center;
	margin: 5px 10px 20px 10px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}

.notice {
    border: 1px dashed #a5b584;
	background-color: #c9d4ac;
	text-align: center;
	margin: 20px 10px 20px 10px;
	padding: 7px;
}

/** Gallery **/
.dividerGallery {
	background: url(../images/divider.gif) no-repeat;
	height: 20px;
}

.containerGallery {
	background: url(../images/bgcontainer.jpg) repeat-y center top;
    margin: 0 auto;
	width: 736px;
}


.contentGallery {
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
    border: 1px solid #e8ecd1;
}

#gallery_wrap {
	width: 820px;
	height: 549px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;    
    padding-top: 10px;
	background: url(../images/border.gif) top left no-repeat;
}

.galleryview ul li {
   list-style-type: none;
   list-style-image: none; 
}

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}

.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}

.galleryview {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}

.loading {
    z-index: 1000;
    background: #646464;
    position:absolute; 
    width:100%;
    height: 1250px;
    text-align:center;
    top: 0px;
    left:0px;
    filter:alpha(opacity=75);
    opacity: 0.75;
}

.loadingImage {
    background: #646464;
    position:absolute; 
    width:100%; 
    text-align:center;
    top: 500px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
}

