/* CSS Document */

body {
	background: #151515 url(../img/backgrounds/body-bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #151515;
	line-height: 170%;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #2A4159;
}

a {
	color: #2A4159;
	text-decoration: none;
}

h1, h2, p {
	margin: 0;
	padding: 0;
}

a img {
  	border: 1px solid #151515;
	padding: 1px;
}	

div#wrapper {
	width: 640px;
	overflow: hidden;
	margin: auto;
}

div#header {
	width: 640px;
	height: 280px;
	padding-bottom: 10px;
	padding-top: 75px;
	overflow: hidden;
}

div#header h1 {
	overflow: hidden;
	display: block;
	width: 640px;
	height: 25px;
}

div#header h1 a {
	display: block;
	width: 525px;
	height: 25px;
	text-indent: -9999px;
	background: url(../img/logo.jpg);
	margin-left: 5px;
	overflow: hidden;
}

div#headervisual {
	width: 640px;
	height: 200px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

div#content {
	width: 640px;
	background: #fff;
	overflow: hidden;
}

span#content-top {
	width: 640px;
	height: 10px;
	display: block;
	background-image: url(../img/backgrounds/content-top-bg.png);
	overflow: hidden;
}

span#content-bottom {
	width: 640px;
	height: 35px;
	display: block;
	background-image: url(../img/backgrounds/content-bottom-bg.png);
	overflow: hidden;
}

div#container {
	width: 628px;
	background: #F0F0F0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
}

div.post {
	width: 480px;
	margin: 0 0 15px 15px;
	padding-bottom: 15px;
	background: transparent url(../img/backgrounds/post-bg.gif) repeat-x bottom left;
	padding-left: 120px;
	overflow: hidden;
}

div.entry {
	position: relative;
	min-height: 80px;
	overflow: visible;
}

div.entry img {
	position: absolute;
	top: -25px;
	left: -120px;
	border: 1px solid #151515;
	padding: 1px;
	margin-bottom: 10px;
}


/* FOOTER */

div#footer {
	width: 640px;
	height: 50px;
	padding-bottom: 20px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 8px 0 0 5px;
	font-size: 10px;
}

div#footer ul li {
	float: left;
}

div#footer ul li a {
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #898989;
}

div#footer ul li a:hover {
	color: #fff;
}

div#footer ul li a#myspace {
	width: 91px;
	height: 16px;
	background: url(../img/myspace.png);
	text-indent: -9999px;
	overflow: hidden;
}

div#footer ul li a#youtube {
	width: 40px;
	height: 16px;
	background: url(../img/youtube.png);
	text-indent: -9999px;
	overflow: hidden;
}

div#footer ul li a#flickr {
	width: 58px;
	height: 16px;
	background: url(../img/flickr.png);
	text-indent: -9999px;
	overflow: hidden;
}

div#footer ul li a#hyves {
	width: 58px;
	height: 16px;
	background: url(../img/hyves.png);
	text-indent: -9999px;
	overflow: hidden;
}

div#footer ul li a#flickr:hover,
div#footer ul li a#youtube:hover,
div#footer ul li a#myspace:hover,
div#footer ul li a#hyves:hover {
	background-position: -16px left;
}

/* PAGES */

div#page {
	margin: 0 15px 15px 15px;
}

/* AGENDA */

table.schedule {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.schedule tr th {
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #95A0AB;
	padding: 10px 5px 10px 0;
}

table.schedule tr td {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 0;
	vertical-align: top; 
}

table.schedule tr.odd {
	background-color: transparent;
}

table.schedule tr.even {
	background-color: #F5F5F5;
}

table.schedule tr td.production {
	font-weight: bold;
	color: #2A4159;
}

table.schedule tr.last td {
	border-bottom: 1px solid #95A0AB;
}

table.schedule tr td.date {
	width: 105px;
}

table.schedule tr td.time {
	width: 50px;
}

table.schedule tr td.info {
	width: 14px;
}

table.schedule tr td.location {
	width: 155px;
}

table.schedule tr.month td {
	color: #000;
	font-weight: bold;
}

a.scd-btn,
a.play-btn {
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/scd-btn.gif);
	overflow: hidden;
}

a.play-btn {
	background: transparent url(../img/play-btn.gif);	
	width: 16px;
	height: 16px;
}

/* NAVIGATION */

ul#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent url(../img/backgrounds/navigation-bg.png);
	width: 615px;
	height: 35px;
	padding: 5px 5px 5px 25px;	
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
 	display: block;
	float: left;
	height: 35px;
	background: url(../img/backgrounds/navigation-buttons.png) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

ul#navigation li a#news { width: 73px; background-position: -19px 0px; }
ul#navigation li a#news:hover { background-position: -19px -35px; }

ul#navigation li a#schedule { width: 75px; background-position: -92px 0px; }
ul#navigation li a#schedule:hover { background-position: -92px -35px; }

ul#navigation li a#images { width: 64px; background-position: -167px 0px; }
ul#navigation li a#images:hover { background-position: -167px -35px; }

ul#navigation li a#video { width: 60px; background-position: -231px 0px; }
ul#navigation li a#video:hover { background-position: -231px -35px; }

ul#navigation li a#bio { width: 87px; background-position: -291px 0px; }
ul#navigation li a#bio:hover { background-position: -291px -35px; }

ul#navigation li a#projects { width: 93px; background-position: -378px 0px; }
ul#navigation li a#projects:hover { background-position: -378px -35px; }

ul#navigation li a#links { width: 61px; background-position: -471px 0px; }
ul#navigation li a#links:hover { background-position: -471px -35px; }

ul#navigation li a#contact { width: 78px; background-position: -532px 0px; }
ul#navigation li a#contact:hover { background-position: -532px -35px; }


/* TWO COLUMN */

div.column-one {
	width: 289px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	margin-top: 15px;
}

div.column-two {
	width: 289px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

/* PHOTOGALLERY */

div#padbox {
	width: 615px;
	margin-left: 15px;
}

div#padbox div.album {
	width: 600px;
	overflow: hidden;
	background: transparent url(../img/backgrounds/post-bg.gif) repeat-x bottom left;
	padding: 15px 0;
}

div.album div.thumb {
	float: left;
}

div.album div.thumb a {
	float: left;
}

div.album div.thumb img {
	padding: 1px;
	border: 1px solid #000;
}

div.album div.albumdesc {
	float: left;
	width: 468px;
	margin-left: 20px;
}

div#gallerytitle {
	margin-left: 15px;
}

div#images {
	margin-top: 15px;
}

div.imagethumb {
	float: left;
}

div.imagethumb img {
	padding: 1px;
	border: 1px solid #000;
}

div.imagethumb a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 112px;
	height: 112px;
	overflow: hidden;
	border-bottom: 10px solid #f0f0f0;
}

div.pagelist {
	clear: both;
	overflow: hidden;
	text-align: center;
	width: 600px;
	padding-bottom: 10px;
}

ul.pagelist {
	padding: 0;
	list-style: none;
	margin: auto;
	display: inline;
}

ul.pagelist li {
	display: inline;
	margin-right: 5px;
}

ul.pagelist li a {
	display: inline;
}

div#albumDescEditable,
div#albumDesc {
	margin-right: 15px;
}

div#image img {
	padding: 1px;
	border: 1px solid #000;
}

div#image {
	padding: 0px 15px 0px 15px;
	text-align: center;
}

div.imgnav {
	width: 600px;
	overflow: hidden;
	padding-bottom: 10px;
}

div.imgnav div.imgprevious {
	float: left;
}

div.imgnav div.imgnext {
	float: right;
}

div.navbottom {
	margin: 10px 0px 0px 15px;
}

table.contact {
	width: 100%;
}

table.contact tr td {
	padding: 5px 0;
}

table.contact tr td.contactinput input {
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

table.contact tr td.contactinput textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;	
}

table.contact tr td.contacttxt {
	width: 120px;
}
