/* @override http://local.treeleaf.org/css/treeleaf.css */

/* CSS for treeleaf.org */
/* Copyright 2008 Skye Nott <skye@F4.ca> */

/* General */

div.clear { clear: both; line-height: 0; height: 0; }
p.center { text-align: center; }
div.center { text-align: center; }
img { border: 0; }
img.center { display: block; margin-left: auto; margin-right: auto; }
.bigger { font-size: 1.1em; }
.smaller { font-size: 0.9em; }

input:focus,
textarea:focus,
select:focus {
        background-color: #ffffc1;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #2B1C00;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	/* This sets the default font size to be equivalent to 10px */
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

#pagewrap {
	color: #000;
	background: #fff;
	margin: 15px 50px;
	border-right: 2px solid #000;
	min-width: 840px;
}

#pagewrap #bottom {
	height: 29px;
	background: url(/images/wood-horiz.gif) repeat-x;
	border-top-style: solid;
	border-top-width: 6px;
}

/* Internet Exploder hacks :P */
/* Tan Hack */

* html .buggybox { height: 1%; } /* Holly Hack - for IE/Win */

/* Header */

#header {
	display: block;
	background: #c0d7d1 url(/images/treeleaf-top-banner.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid black;
	white-space: nowrap;
	height: 125px;
}

/*
#header #banner {
	position: relative;
	width: 700px;
	min-width: 700px;
}
*/

/* Any changes to the header should be copied to forum style common.css */

#header #corner-tr {
	width: 10px;
	height: 10px;
	float: right;
	z-index: 1;
	background: url(/images/corners/roundedcornr_496082_tr.png) no-repeat;
}

#header #motto {
	float: right;
	clear: right;
	margin-top: 65px;
	font: italic 18px "Lucida Casual";
	margin-right: 23px;
	width: 162px;
	height: 30px;
	background: url(/images/motto.gif) no-repeat;
}

#header #navbar {
	float: right;
	clear: right;
	margin-top: 0;
	margin-right: 0;
	display:  inline;
}

/* Content */

#content {
	color: #000;
	background: #fff;
	font-size: 1.2em;
	width: auto;
	margin: 0;
	padding: 10px 40px;
}

#content a:link { color: #006666; text-decoration: none; }
#content a:active { color: #006666; text-decoration: none; }
#content a:visited { color: #006666; text-decoration: none; }
#content a:hover { color: #000066; text-decoration: none; }

#content h1 {
	margin: 5px 0;
	font-variant: small-caps;
	font-size: 2.2em;
}

#content h2 {
	font-size: 1.8em;
}

#content #banner-left {
	float: left;
	border-right: 3px solid #000;
	display: inline; /* IE bug */
	margin: -10px 40px 20px -30px;
}

#content #frapprmap {
	width: 700px;
	margin: auto;
}

#content #mebeam {
	width: 1000px;
	height: 640px;
	margin: 10px auto;
}
#content #mebeam #copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
}

#content .sutra {
	font-size: 1.2em; 
	margin: 40px 0 40px 200px;
}

#content .lineage-portrait {
	float: right;
	margin-left: 40px;
	clear: both;
}

#content .video-wrap {
	width: 560px;
	float: left;
	margin-left: 10px;
	display: inline; /* IE bug */
	/*border: 1px solid green*/
	padding-top: 20px;
}

#content .video-nav {
	padding-top: 0;
	text-align: center;
	font-size: 20px;
	width: 320px;
	margin: 0 auto;
	color: #555;
	padding-bottom: 10px;
}
#content .video-nav img {
	padding: 0 20px;
	vertical-align: -8px;
}

#content .video-title {
	text-align: center;
	font-size: 2em;
	font-style: italic;
}

#content .qt-video-320 {
	width: 320px;
	background: #000;
	color: #fff;
	margin: 30px auto;
	padding: 30px 70px;
}

/* Calendar */

#content .calendar {
	margin-top: 20px;
	font-size: 9px;
}
#content .calendar .continue {
	font-size: 2.4em;
	text-align: center;
	margin: 0 auto;
}
#content .calendar .gentime {
	text-align: right;
	font-style: italic;
	padding-top: 20px;
	color: #222;
}
#content .week {
	margin-top: 20px;
	display: block;
	clear: both;
}
#content .week .day {
	width: 116px;
	float: left;
	border: 1px solid #666;
	margin: 0 0 -1px -1px;
}
#content .week .day .date {
	text-align: center;
	background: #E8ECF6;
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	font-size: 12px;
}
#content .week .day .today {
	background: #000;
	color: #fff;
}
#content .week .hour {
	border-bottom: 1px dotted #aaa;
	padding: 0;
	height: 32px;
}
#content .week .hour .block {
	height: 15px;
}
#content .week .hour .block .time {
	width: 33px;
	background: #f1fff1;
	color: #000;
	padding: 2px 3px;
	float: left;
	clear: left;
	height: 12px;
}
#content .week .hour .block .this-block {
	background: #000;
	color: #fff;
}

#content .hour .block .booking {
	width: 71px;
	padding: 2px 3px;
	float: left;
	height: 12px;
}
#content .hour .block .empty {
	/*background: #fee;*/
}
#content .hour .block .past {
	background: #ddd;
}
#content .hour .block .booked {
	border-top: 1px solid #fcc;
	border-bottom: 1px solid #fcc;
	border-left: 1px solid #f00;
	border-right: 1px solid #f00;
	padding: 1px 2px;
	background: #fcc;
	color: #f00;
}
#content .hour .block .booked a {
	color: #f00;
}
#content .hour .block .start {
	border-top: 1px solid #f00;
}
#content .hour .block .end {
	border-bottom: 1px solid #f00;
}

/* Calendar Booking */

#content .bookit {
	border: 2px solid #ccc;
	padding: 10px 20px;
	margin-top: 20px;
	width: 775px;
}
#content .bookit #calendar_add {
	padding: 0;
	margin: 0;
}
#content .bookit h2 {
	font-size: 1.4em;
	margin-top: 0;
}
#content .bookit h2 .expand {
	padding-left: 20px;
	font-size: 0.7em;
}
#content .bookit h3 {
	margin-top: 0;
}
#content .bookit #left {
	float: left;
	width: 375px;
	border-right: 2px solid #ccc;
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
}
#content .bookit #right {
	float: left;
	width: 363px;
	margin: 0;
	padding: 0;
}
#content .bookit .instructions {
	padding-top: 10px;
	clear: left;
}
#content .bookit .submit {
	margin: 20px 0 0 20px;
}
#content .bookit .submit input {
	margin-right: 25px;
}
#content .bookit .submit div {
	margin-bottom: 10px;
}
#content .bookit .submit .changetz {
	font-size: 1.2em;
	font-weight: bold;
}
#content .bookit .formresult {
	font-weight: bold;
	font-size: 1.2em;
}
#content .bookit .formresult .ok {
	color: green;
}
#content .bookit .formresult .error {
	color: red;
}

/* Sitters */

#content .sitter {
	padding: 20px 60px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
#content .sitter h1 {
	margin: -10px 0 0 -30px;
	padding-bottom: 20px;
}
#content .sitter .admin {
	font-size: 11px;
}
#content .sitter .admin a {
	color: red;
}

/* Simple forms */

#content .simple-form .field-desc {	
	float: left;
	width: 85px;
	padding-top: 3px;
}

#content .simple-form .input {
	float: left;
	padding-bottom: 1px;
}

/* Footer */

#content #footer {
	font-size: 0.8em;
	color: #888;
	border-top: 1px solid #888;
	padding: 10px;
	text-align: center;
	margin: 20px 0 10px;
}


