@CHARSET "UTF-8";

html {
	font-size: 10pt;
	
	height: 100%;
	max-height:100%;
	padding:0; 
  margin:0; 
  border:0; 
  background: #131010;
  font-family: Verdana;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
	height: 100%;
	max-height:100%;
	overflow: hidden;
	padding:0; 
  margin:0; 
  border:0;
}

* html #body_layer {
  top:0; 
  bottom:0; 	
	height: 100%;
	}

#body_content {
  position: absolute;
	margin-left: -350px;
	left: 50%;
	overflow: hidden;
	word-wrap: break-word;
	text-align: left;
	width: 700px;
	height: 100%;
  max-height:100%;
}

div.background-right {
	 background: transparent url('background-tile-right.jpg') repeat scroll top left;
}

div.background-left {
   background: transparent url('background-tile-left.jpg') repeat scroll top left;
}

div.background {
	 background: transparent url('background-tile.jpg') repeat scroll top left;
}

#header_layer {
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	z-index: 10;
}

#body_layer {
	position: absolute;
	top: 178px;
	bottom: 0px;
	width: 700px;
	z-index: 5;
	overflow: auto;
	display: block;
}

div.right-column {
	float: right;
	margin: 16px;
	width: 45%;
}

div.playlist-right-column {
  float: right;
  margin: 8px;
  width: 45%;
}
div.playlist {
	text-align: right;
}

div.playlist ul li {
	list-style-type: none;
}

div.bio-right-column {
  float: right;
  margin: 2px;
  width: 58%;
}

div.left-column {
	float: left;
	margin: 16px;
	width: 45%;
}

div.bio-left-column {
  float: left;
  margin: 2px;
  width: 40%;
}

div.playlist-left-column {
  float: left;
  margin: 8px;
  width: 45%;
}

div.center-column {
	margin: 16px;
  padding-bottom: 18px;
}

img.logo {
	height: 55px;
	left: 0px;
	margin-left: 1px;
	margin-top: 24px;
	position: absolute;
	top: 0px;
	width: 243px;
}

img.small-logo {
	position: relative;
	top: 2px;
}

div.logo {
	height: 115px;
	width: 634px;
	height: 115px;
	left: 33px;
	position: absolute;
	top: 21px;
	width: 634px;
	z-index: 1;
}

img.reservations {
	border: none;
	height: 110px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 336px;
	z-index: 1;
}

div.reservations {
	height: 102px;
	left: 360px;
	position: absolute;
	top: 17px;
	width: 328px;
	z-index: 1;
}

div.media {
	background-image: url('media-background.png');
	width: 260px;
	height: 201px;
	margin-bottom: 16px;
}

.media-controller {
	width: 152px;
	height: 16px;
  top: 8px;
	left:68px;
	position: relative;
}

div.media-preamble {
	text-align: center;
  top: 14px;
  left:68px;
  position: relative;
	width:152px;
	height: 16px;
}

img.media-image {
  top: 23px;
  left:68px;
  position: relative;
	height: 106px;
	width: 152px;	
	border-style: none;
}

div.media-title {
  top: 18px;
  left:68px;
  position: relative;
	text-align: center;
  width: 152px;
}

div.navbar {
	font-family: 'Courier New', Courier, monospace, serif;
	font-size: 10pt;
	color: #AFAA9F;
	margin: -2px 0 0 0px;
	height: 20px;
	padding: 0px 0 12px 0;
	font-weight: bold;
	background-image: url('navigation_tile.jpg');
}

div.navbar-bg {
	text-align: left;
}

ul.navbar {
	list-style: none;
	margin: 0px;
	padding: 0 10px 0 30px;
}

li.navbar,li.navbar-current-page {
	list-style-type: none;
	display: inline;
	padding: 0px 25px 0 0;
}

li.navbar  a,li.navbar a:visited {
	text-decoration: none;
	color: #AFAA9F;
}

li.navbar a:hover {
	color: #D64600;
}

li.navbar-current-page a {
	text-decoration: none;
	color: #fff;
}

.agenda th {
	font-style: italic;
	font-size: 1.2em;
	text-decoration: underline;
}

.agenda {
	color: #6D6562;
	font-size: 1.1em;
}

.agenda .date {
	width: 120px;
}

.agenda .what {
	width: 150px;
}

.agenda .where {
	width: 300px;
}

h2 {
	color: #6D6562;
	font-size: 1.5em;
	text-decoration: underline;
}

/* Guestbook styling*/
.entry {
  width: 660px;
  border-bottom: solid 2px #999999;
  margin-bottom: 5px;
  padding-bottom: 4px;
  clear: both;
}

/*.entry .field, .timestamp {
  margin-top: 4px;
  margin-bottom: 4px;
  clear: both;
}*/

.entry .field .label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 4px;
}

.entry .field .value {
	float: left;
	width: 500px;
}

.entry .field .namevalue {
  float: left;
  width: 300px;
}

.timestamp {
  margin: 0px 0px 4px 104px;
  padding-top: 4px;
  float: right;
  width: 10%;
  /*clear: both;*/
}

.clear {
  clear: both;
}


fieldset {
  width: 640px;
  padding: 4px 4px 4px 4px;
  margin-bottom: 15px;
}

legend {
  color: #ffffff;
  background: #336633;
  border: 1px outset #cccccc;
  padding: 2px 2px 2px 2px;
  font-weight: bold;
}

label {
  width: 125px;
  float: left;
  margin: 2px 0px 2px 0px;
  text-align: right;
}

input.submit {
  margin-left: 2px;
} 

.inputText {
  width: 250px;
}

.inputText, .inputTextArea {
  margin: 2px 0px 2px 5px;
}

select {
  margin: 2px 0px 2px 5px;
}

table.agenda {
	font-size: 12px;	
}

h2 {
	font-size: 12px;
}

div.footer {
	clear: both;
	text-align: center;
}

a.logo-tien:visited, a.logo-tien, a.logo-tien:link {
 border-style: none; 
 margin: 0px;
 padding: 0px;
}

img.logo-tien {
  margin: 0px;
  padding: 0px;
  border-style: none;
}