/* CSS Document */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #333;
	background: #eed;
}
a:visited {
	text-decoration: none;
	color: #520;
}
a:hover, a:link {
	text-decoration: underline;
	color: #630;
}
a img { border: none; }
h1 {
	margin: 12px 0px 5px 0px;
	padding-bottom: 5px;
}
h1, h2, h3, h4 {
	font-family: Arial, Tahoma, sans-serif;
	color: #663300;
	margin: 0px;
	padding-top: 15px;
}
#header {
	display: table-row;
	width: 100%;
	height: 100px;
}
#header > td {
}
#header_left {
	display: table-cell;
	width: 96px;
}
#header_right {
	display: table-cell;
	border-bottom: 1px solid #dedeca;
	background-color: white;
	background: url(/images/cello-title2.gif) left top no-repeat;
}
#header_right .nav {
	position: absolute;
	top: 0px;
	right: 10px;
	width: auto;
	height: auto;
	margin: 0em;
	list-style: none;
}
#header_right .nav li {
	display: inline;
}
#footer .nav {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
#footer .nav li {
	display: inline;
	margin: 0px;
}
#title {
	padding: 0;
	margin: 0;
	height: 100px;
	width: 100%;
}
#main {
	display: table-row;
	width: 100%;
}
#main_left {
	display: table-cell;
	width: 84px;
	background-color: white;
}
#main_content {
	vertical-align: top;
	padding: 3px 7px 10px 7px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	/*border-left: 1px solid black;*/
	background-color: white;
	/*background: white url(/images/uk-map.jpg) right top no-repeat;*/
}
#main_content p, #main_content li {
	max-width: 35em;
}
#main_content .nav {
	clear: left;
	margin: 2em 0em 1em 0em;
	padding: 0px;
	list-style: none;
}
#main_content .nav li {
	display: inline;
}
#main_right {
	vertical-align: top;
	background-color: white;
}
#footer {
	display: table-row;
	height: 40px;
	background-color: #eed;
}
#footer > td {
}
#footer_left {
	display: table-cell;
	width: 96px;
}
#footer_right {
	display: table-cell;
	border-top: 1px solid #dedeca;
	text-align: center;
}
div.hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	clear: both;
	background: url(/images/dot-rule.png) repeat-x top left;
}
ul#navfloat {
	float: right;
	height: auto;
	width: auto;
	list-style: none;
	padding: 0px;
	margin: 16px 0px 4px 0px;
	text-align: right;
}
ul#navfloat li {
	display: inline;
	margin: 0ex 0ex 0ex 1ex;
	padding: 0ex 0ex 0ex 1ex;
	border-left: 1px solid #666;
}
ul#navfloat li:first-child {
	border-left: 0px none;
}
ul#navfloat a {
	padding-left: 3px;
	padding-right: 3px;
	margin:0;
}
#personal_details {
	padding: 8px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	color: black;
	background: #eed;
	width: 35em;
	border: 1px solid #dedeca;
}
#personal_details blockquote {
	background-color: #ffe;
	margin-left: 1em;
	padding: 0px 4px 3px 4px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
#personal_details > * {
	margin: 1ex;
	padding: 0px;
}

#personal_details p {
    max-width: none;
}
#personal_details ul, #personal_details ol {
	margin-left: 1em;
	padding-left: 0em;
}
#personal_details hr {
	height: 1px;
	border: none;
	border-top: 1px solid black;
}
#personal_details dd {
	margin-left: 1em;
}
.contact_details {
	font-size: smaller;
	line-height: 150%;
}
.contact_details td {
	vertical-align: top;
}
.client_skills {
	font-size: smaller;
	line-height: 150%;
	margin: 5px 0px 5px 3px;
}
div#my_musicians {
	padding: 0px;
	margin: 5px 0px;
	width: 150px;
	font-size: smaller;
	background-color: #eed;
	border: 1px solid #dedeca;
	list-style-image: url(/images/bullet2.gif);
}
#my_musicians ul {
	margin: 10px 8px 10px 15px;
	padding: 0px;
}
#my_musicians li {
	margin: 3px 0px;
}
#my_musicians * {
	color: black;
}
p.error {
	color: #06F;
	font-weight: bold;
}
p.notice {
	color: #00;
	font-weight: bold;
}
ul#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	padding: 0em 1em;
}
ul #current a:link, ul #current a:visited {
	text-decoration: none;
	color: #663;
}
#banner_ad {
	position: absolute;
	top: 16px;
	right: 10px;
	width: 468px;
	height: 60px;
	clear: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#banner_ad a {
	display: block;
	width: 100%;
	height: 100%;
}
#vertical_banner {
	width: 150px;
	height: auto;
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
}
.searchresults {
	padding-top: 10px;
}
.searchresults div {
	display: table-row;
	width: 100%;
	height: auto;
}
.searchresults div > label {
	vertical-align: middle;
	display: table-cell;
	padding: 3px;
	height: 30px;
}
.page_nav {
	float: right;
	list-style: none;
	margin: 0px;
}
.page_nav li {
	display: inline;
	position: relative;
	top: 0px;
	vertical-align: center;
	padding: 0px 5px 3px 5px;
	margin: 3px 0px;
	height: 24px;
}
.page_nav a {
	color: #630;
}
.page_nav .current_page {
	font-weight: bolder;
	color: #000;
}
.page_nav .next_page {
	position: relative;
	top: 7px;
}
dt {
	font-size: 120%;
	font-weight: bolder;
	margin-top: 1.2em;
	margin-left: 0px;
}
dd {
	margin-left: 0px;
}
.nav a, #navfloat a {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
#navfloat a:hover {
	/*text-decoration: underline;*/
	background-color: #eee;
}
.dummy, .dummy a:link {
	display: none;
}
.news_list {
	padding: 0px;
	margin: 5px 0px;
	width: 150px;
	font-size: smaller;
	background-color: #eed;
	border: 1px solid #dedeca;
}
.news_list ul {
	list-style-image: url(/images/bullet2.gif);
	margin: 10px 8px 10px 15px;
	padding: 0px;
}
.news_list li {
	margin: 3px 0px;
}
.news_list * {
	color: black;
}
.news_teaser {
	font-weight: bolder;
}
.news_signature {
	font-style: italic;
}
.news_date {
	font-size: smaller;
}
#picture {
	display: block;
	float: left;
	border: 1px solid #999;
	margin: 0px 1em 3px 0px;
	padding: 0px;
}
.subject {
	width: 100%;
	border: 1px solid #dedeca;
}
.subject td {
	background-color: #cece9e;
	color: #000;
	padding: 4px;
}
.message {
	width: 100%;
	background-color: #eed;
	color: #333;
	border: 1px solid #dedeca;
}
.message td {
	vertical-align: top;
	padding: 2px;
}
.message blockquote {
	background-color: #ffe;
	margin-left: 20px;
	padding-left: 5px;
	border-left: 2px solid #cdcd9e;
}
.options {
	display: table;
	width: 100%;
}
.options td {
	background-color: #fff;
	color: #333;
}
ul.forum {
	list-style-image: url(/images/folder-icon-closed.gif);
}
#main_content ul.forum li {
	max-width: 100%;
	padding-left: 1ex;
	margin-bottom: 1em;
}
textarea {
	font-family: Arial, Verdana, sans-serif;
}
table.forum {
	margin-left: 1ex;
	width: 100%;
}
table.forum td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.topic_heading {
	color: #520;
	/*font-size: small;*/
	font-weight: bold;
}
.topic_date {
	font-size: smaller;
	color: #000;
}
.topic_author {
	font-style: normal;
}
.signature {
	font-size: smaller;
}
.edited {
	font-size: smaller;
	font-style: italic;
}
.sticky {
	background-color: #ffffee;
}
.announcement {
	background-color: #ffeeee;
}
.deleted {
	text-decoration: line-through;
}
tr.row_odd td {
	background-color: #eed;
}
tr.row_even td {
	background-color: #dedeca;
}
.gallery_image {
	float: left; 
	text-align: center; 
	font-size: smaller; 
	padding: 20px;
	height: 84px;
}
.gallery_image img {
	border: 1px solid #fff;
}
.gallery_image img:hover {
	border: 1px solid #eed;
}
code {
	font-size: 100%;
	background-color: #eed;
}
.image_link {
	float: left;
}
a.image_link:hover {
	background-color: #eee;
}
.events {
	border: 1px #cca solid;
	float: left;
	width: 12em;
	height: 10em;
}
.events th {
	text-align: left;
	background-color: #eed;
	height: 2em;
	
}
.events #today {
	padding-top: 10px;
}
.events #today th {
	background-color: #fc9;
}
.events * {
	vertical-align: baseline;
}
.map {
	border: 1px solid #999;
	width:150px;
	height:217px;
	background-image: url(/images/uk_outline2.png)
}
.highlight {
	border: 1px black dotted;
	/*border-left: 1px black solid;
	border-bottom: 3px black solid;
	border-right: 3px black solid;*/
	margin: 2px 0px;
	padding: 2px;
	background-color: #ccf;
}
img.bullet {
	padding: 0px 5px 0px 0px;
	vertical-align: text-bottom;
}
.subtle {
	color: #666;
}
td#header_right {
	background: url(/images/cello-title.gif) left top no-repeat;
}