body {
	margin: 0px;
	padding: 0px;
	background: url(images/main_background.jpg) repeat;
	background-position:center;
	font: 13px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color:#003;
}

h1, h2, h3 {
	margin-top: 0px;
	color:#003;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	
	line-height: 160%;
	color:#003;
}

a {
	color: #0070C7;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 966px;
	height: 286px;
	margin: 0px auto;
	padding-top: 30px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	width: 966px;
	height: 286px;
}

/* Page */

#page {
	width: 966px;
	margin: 0px auto 0px auto;
	background: url(images/body.jpg) repeat; 
	overflow:auto;
	padding-top:5px;
	padding-bottom: 100px;}

/* Content */

#content {
	float: left;
	width: 466px;
	padding-left: 5px;
}

#picasa {
	margin: 0 auto 0 auto;
	width: 460px;
	padding-top: 10px;
}
	
#player {
	margin: 0 auto 0 auto;
	width: 460px;
}

window.addEvent('load', function(){	
	this.YTVplayer = new MyTube({
		messageLoading: 'Loading, please wait...',
		onlyEmbeddable: true,
		defaultDisplay: 1
	});	
}.bind(this));

.MyTube_container{
	display:block;
	clear:both;
	width:460px;
	float:left;
	background:#000000;
	padding-top:10px;
}

.MyTube_container a.toggle{
	color:#0070C7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	position:relative;
	margin-bottom:10px;
	text-align:left;
	padding-top:20px;
}
/* youtube player container; the player takes the width/height of this container */
.MT_youtube_player{
	display:block;
	position:relative;
	width:455px;
	height:300px;
	background:#000000;
	margin:0px;
	playerConfig.showInfo:1;
}

/* the playlist design */
.MT_playlist{
	display:block;
	position:relative;
	width:460px;
	float:left;
	color:#FFFFFF;
}
.loading{
	background:url(images/spinner.gif) left center no-repeat;
	height:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
	.MT_playlist .MyTube_video{
		display:block;
		position:relative;
		float:left;
		text-align:center;
		width:120px;
		height:90px;
		overflow:hidden;
		border:1px #333333 solid;
		margin:0px 12px 20px 15px;
		font-size:11px;
	}

/* ToolTips design */	
.MyTube_Tips{
	background:#333333;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	width:150px;
}	
	.MyTube_Tips .tip-text{
		display:none;
	}
	
#picasa p {
	float: right;
}
	
#picture {
	float: right;
	width: 156px;
	padding-top: 40px;
	padding-right: 55px;}
	
#picture p {
	float: right;
}



.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 30px;
	padding: 0px 0px 5px 0px;
	color: #003;
	text-align: center;
}

.post .title a {
	color: #232F01;
}

.post .entry  {
	padding-top: 30px;
}

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
}

div.feedburnerFeedBlock ul li span.headline { 
font-weight:bold; 
font-size: 18px; 
}

#creditfooter { 
        display: none;
}


.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

.currentPage {
	list-style-image: url(images/bullet.png);
	font-weight: bold;
	font-size:14px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 50px;
	padding-top: 40px;
}



#sidebar-content {
	
	font-size: 14px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 966px;
	height: 200px;
	margin: 0px auto 0px auto;
	
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

#table .gallery{
	width: 460px;
	}
