@charset "UTF-8";
/* CSS Document */


/* 1. Basic Styles
********************************************/

body {
	padding: 0;
	margin: 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #302b26;
	background-color: #fffff7;
}
body.events {
	padding: 0 20px;
}

a {
	color: #56a6a7;
	text-decoration: none;
}
a:hover {
	color: #594e7a;
	text-decoration: underline;
}
.error {
	color: #FF6666;
}


/* 2. Page Layout
********************************************/

#wrapper {
	margin: 0 auto;
	width: 850px;
	position: relative;
}

#nav {
	margin: 50px 0 15px 0;
	padding: 0 0 15px 0;
	background: transparent url(../images/fluer-horiz_line.gif) no-repeat bottom left;
}
#nav h1 {
	display: inline-block;
	margin: 0 25px 0 0;
}
#nav a:hover.logolink {
	text-decoration: none;
}
#nav a {
	display: inline-block;
	font-size: 16px;
	margin: 0 15px 0 0;
}

#intro {
	height: 460px;
	background: transparent url(../images/fluer-tree.gif) no-repeat bottom left;
	position: relative;
	margin: 50px 0 15px 0;
}

#events {
	background: transparent url(../images/bg-events.gif) no-repeat top left;
	width: 385px;
	_width: 415px;
	height: 404px;
	padding: 13px 16px 17px 14px;
	position: absolute;
	top: 0;
	right: 0;
}

#pods {
	background: transparent url(../images/fluer-horiz_line.gif) no-repeat top left;
	height: 200px;
}

#pods .pod {
	float: left;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	background: transparent url(../images/fluer-vert_line.gif) no-repeat top right;
}
#pods .last {
	background: none;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 20px 0;
}


/* 3. Element Styles
********************************************/

h1.logo {
	margin: 0;
	padding: 0;
	display: block;
	width: 355px;
	height: 40px;
	border: none;
	background: transparent url(../images/rlb-logo.gif) no-repeat top left;
	text-decoration: none;
	text-indent: -9999px;
}
#intro p {
	color: #666666;
	font-size: 18px;
}
#intro a {
	font-size: 18px;
}

#pods #books {
	background: transparent url(../images/fluer-books.gif) no-repeat top left;
	padding: 0 20px 0 90px;
	width: 160px;
	_width: 285px;
}
#pods #art {
	background: transparent url(../images/fluer-art.gif) no-repeat 30px 0;
	padding: 0 20px 0 140px;
	width: 130px;
	_width: 285px;
}
#pods #contact {
	background: transparent url(../images/fluer-contact.gif) no-repeat 20px 0;
	padding: 0 20px 0 140px;
	width: 130px;
	_width: 285px;
}
#pods #books, #pods #art, #pods #contact {
	height: 200px;
}
#pods #books h3, #pods #art h3, #pods #contact h3 {
	font-size: 18px;
	font-weight: normal;
}
#pods #books a, #pods #art a, #pods #contact a {
	display: block;
	padding: 15px 0 0 0;
	font-weight: bold;
}


/* 4. Biography Styles
********************************************/

#bio {
	background: transparent url(../images/fluer-monkey_bird.gif) no-repeat top left;
	padding: 0 0 0 400px;
}


/* 5. Boooks Styles
********************************************/

table.bookstable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.bookstable td {
	vertical-align: top;
	padding: 6px;
	border-bottom: 1px solid #e3e3db;
	border-collapse: collapse;
}
table.bookstable h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}


/* 6. Art Styles
********************************************/

#art .filter {
	text-align: left;
	padding-bottom: 8px;
}
table.arttable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
table.arttable td {
	vertical-align: top;
	text-align: center;
	padding: 10px 6px 6px 6px;
	border: 1px dotted #e3e3db;
	border-collapse: collapse;
}
table.arttable h4 {
	padding: 0;
	margin: 4px 0;
	font-size: 12px;
}
table.arttable .cell2 {
	
}


/* 7. Event Styles
********************************************/

#events h3 {
	color: #878782;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3e3db;
	padding: 10px;
	margin: 10px;
}
.events {
	padding: 0 10px;
	height: 300px;
	overflow: auto;
}
#events a {
	font-size: 12px;
}
table.eventtable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
table.eventtable td {
	vertical-align: top;
	padding: 6px 0px 10px 0px;
	border-bottom: 1px solid #e3e3db;
	border-collapse: collapse;
}
table.eventtable td.date {
	padding: 6px 6px 10px 6px;
	width: 70px;
}
table.eventtable h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}


/* 8. Contact Styles
********************************************/

#contact label {
	display: inline-block;
	width: 200px;
	font-weight: bold;
}
#contact .required, #contact .optional {
	padding: 3px 0;
	margin: 3px 0;
	width:525px;
	border-bottom: 1px solid #e3e3db;
}
#contact .comments {
	position: relative;
	border-bottom: none;
}
#contact .comments label {
	padding: 3px 0;
	position: absolute;
	top: 0;
}
#contact input {
	width: 300px;
}
#contact .comments textarea {
	margin-left: 200px;
	width: 300px;
	height: 200px;
}
#contact .submit {
	margin-left: 200px;
}


/* 9. Etc.
*******************************************

.adlink {
	padding: 0 3px;
	border: 1px solid #d65914;
	color: #d65914;
}
.adlink:hover {
	color: #FFFFFF;
	background-color: #d65914;
	text-decoration: none;
}
*/
