@font-face {
	font-family: 'LibbyBloom';
	src: url('/fonts/LibbyBloom.eot');
	src: url('/fonts/LibbyBloom.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/LibbyBloom.woff') format('woff'),
		 url('/fonts/LibbyBloom.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('/fonts/Calibri.eot');
	src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/Calibri.woff') format('woff'),
		 url('/fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	background: #ffffbb url('/images/bg3.png');
	font-family: 'Calibri', arial;
	margin: 0;
	padding: 0;
}

header > ul > li .menu
{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	position: absolute;
	z-index: 100;
}

header > ul > li > .menu
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;

	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

header > ul > li > .menu .menu
{
	left: 150px;
	top: 8px;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
}

header > ul ul > li.sub > a:after
{
	content: '>';/*'\25B6';*/
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	top: -1px;
	vertical-align: top;
}

header > ul li:hover > .menu
{
	background: #ffffbb url('/images/bg3.png');
	border: 1px solid #000;
	display: block;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.menu > li
{
	margin: 5px 0;
	min-width: 150px;
	padding: 0;
}

.menu > li > a
{
	border: 1px solid transparent;
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.menu > li:hover > a
{
	border-color: #f00;
	color: #f00;
}

.wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 685px;
}

.left > img
{
	margin: 0;
	border: 0;
}

.left
{
	display: inline-block;
	float: left;
	margin: 10px 10px 5px 0;
	padding: 10px;
	position: relative;
}

.framed .left
{
	background: transparent url('/images/top-left.png') left top no-repeat;
}

.framed .left:before
{
	background: transparent url('/images/bottom-right.png') right bottom no-repeat;
	bottom: 0;
	content: ' ';
	display: block;
	height: 66px;
	overflow: visible;
	position: absolute;
	right: 0;
	z-index: -1;
	width: 66px;
}

.right
{
	display: inline-block;
	float: right;
	margin: 10px 0 5px 10px;
	padding: 10px;
	position: relative;
}

.framed .right
{
	background: transparent url('/images/top-right.png') right top no-repeat;
}

.framed .right:before
{
	background: transparent url('/images/bottom-left.png') left bottom no-repeat;
	bottom: 0;
	content: ' ';
	display: block;
	height: 66px;
	left: 0;
	overflow: visible;
	position: absolute;
	z-index: -1;
	width: 66px;
}

.framed .left img, .framed .right img
{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

a > img
{
	border-width: 0;
}

.top
{
	margin-top: 0;
}

a
{
	color: #266;
	text-decoration: none;
}

header
{
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	font-family: 'LibbyBloom';
	margin: 0 0 10px 0;
	min-height: 88px;
	overflow: visible;
	padding-left: 87px;
	padding-top: 87px;
	position: relative;
}

header > h1
{
	font-size: 50px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

section
{
	padding: 5px;
}

section > h2
{
	font-family: 'LibbyBloom';
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

section > h3
{
	font-family: 'LibbyBloom';
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

section > h4
{
	font-family: 'LibbyBloom';
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

section hr
{
	background: transparent url('/images/hr2.png') left center no-repeat;
	border: 0;
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	spacing: 0;
}

section > .spacer
{
	clear: both;
	height: 20px;
}

.under-title
{
	background: transparent url('/images/underline.png') top left no-repeat;
	font-size: smaller;
	margin: 0;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}

header > ul
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.nav
{
	font-family: 'LibbyBloom';
	font-size: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav > li
{
	display: inline-block;
	margin: 0 4px;
	padding: 0;
}

.nav > li > a
{
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 10px 5px 5px 30px;
	text-decoration: none;
}

.current
{
	color: #f00;
}

.nav > li:hover > a
{
	color: #f00;
}

.home > a
{
	background-image: url('/images/home1.png');
}

.home:hover > a, .current.home
{
	background-image: url('/images/home2.png');
}

.books > a
{
	background-image: url('/images/book1.png');
}

.books:hover > a, .current.books
{
	background-image: url('/images/book2.png');
}

.plays > a
{
	background-image: url('/images/quill1.png');
}

.plays:hover > a, .current.plays
{
	background-image: url('/images/quill2.png');
}

.events > a
{
	background-image: url('/images/calendar1.png');
}

.events:hover > a, .current.events
{
	background-image: url('/images/calendar2.png');
}

.bio > a
{
	background-image: url('/images/bio1.png');
}

.bio:hover > a, .current.bio
{
	background-image: url('/images/bio2.png');
}

.email > a
{
	background-image: url('/images/mail1.png');
}

.email:hover > a, .current.email
{
	background-image: url('/images/mail2.png');
}

.inserted
{
	bottom: 35px;
	display: inline-block;
	left: -15px;
	overflow: visible;
	position: relative;
	width: 0;
}

.inserted:after
{
	bottom: -45px;
	content: '^';
	font-size: 20px;
	display: block;
	left: 10px;
	position: absolute;
}

footer
{
	background: transparent url('/images/underline2.png') top center no-repeat;
	min-height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}

footer > .nav
{
	margin: 0 auto;
	position: relative;
	text-align: center;
}

footer > .nav > li
{
	margin: 0;
	padding: 0;
	width: 20%;
}

footer > .copyright
{
	font-size: 12px;
	text-align: right;
}
