img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#000;
	text-align:justify;
	color:#ccc;
	}

	
#contact {
	padding:10px;
	margin:0 50px;
	width:450px;
	text-align:justify;
	}

#content {
	width:900px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	text-align:justify;
	padding:5px 25px;
	margin-bottom:50px;
	}

#news {
	width:650px;
	margin:0 10px 0 0;
	}
	
#sidebar {
	margin:0 0 10px 20px;
	padding-left:10px;
	float:right;
	border-left:10px #333 solid;
	}

#thumbnails {
	padding:5px 2px;
	margin-top:5px;
	}

#music_frame {
	width:900px;
	height:28px;
	padding:0px 50px;
	margin:0;
	float:left;
	}
	
#close_music_frame {
	float:right;
	padding-top:2px;
	}

#video_player {
	float:right;
	padding:10px 15px 20px;
	margin-left:15px;
	margin-top:20px;
	width:180px;
	background:#333;
	}
	
#video_player p {
	line-height:14px;
	}

#video_home {
	position:relative;
	top:80px;
	text-align:left;
	}
	
.video_home {
	background:url('/images/bg-video.png') top left no-repeat;
	}
	width:248px;
	padding:0;
	margin:0;
	}

.contact_info {
	font-family: Georgia, 'Times New Roman', Garamond;
	font-size: 21px;
	line-height:28px;
	color:#ccc;
	}
	
	
.nav, .nav a, .nav a:link, .nav a:visited   {
	font-family : Garamond, Georgia;
	font-size : 18px;
	line-height : 36px;
	text-decoration : none;
	color : #ccc;
	background-color:#333;
	padding:0 10 0 10;
	vertical-align: middle;
	display: block;
	float:left;
	}
	
.nav a:hover {
	background-color: #985bd0;
	color: #ffffff;
	text-decoration : none;
	}

.nav_on, .nav_on a, .nav_on a:link, .nav_on a:visited   { font-family : Tahoma; font-size : 14px; line-height:26px; text-decoration : none; background-color: #1b447d; color: #ffffff; vertical-align: middle; display: block; float:left; }
.nav_on a:hover { text-decoration : none; }


	
.footer {
	font-family: 'Times New Roman';
	font-size:88%;
	color:#666;
	}

.footer a, .footer a:link, .footer a:visited {
	font-family:Georgia,'Times New Roman';
	font-size:88%;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}

.footer a:hover {
	color:#985bd0;
	text-decoration:underline;
	}

h1 {
	font-family:Garamond, Georgia, 'Times New Roman';
	font-size:36px;
	font-weight:bold;
	color: #ccc;
	}
	
h2 {
	font-family:Garamond, Georgia, 'Times New Roman';
	font-size:28px;
	font-weight:bold;
	color: #999;
	}

	
.main {
	font-family:Garamond, Georgia, 'Times New Roman';
	color:#ccc;
	line-height:1.1em;
	font-size:18px;
	}

.no_frames {
	font-family:Garamond, Georgia, 'Times New Roman';
	color:#666;
	line-height:1.1em;
	font-size:18px;
	}

.small {
	font-family:Garamond, Georgia, 'Times New Roman';
	color:#999;
	font-size:14px;
	font-style:italic;
	}

.form {
	font-family: Garamond;
	font-weight:bold;
	}
	
.form-required {
	font-family: Garamond;
	font-weight:bold;
	color:#a90000;
	}

a {
	text-decoration:none;
	font-weight:bold;
	color:#985bd0;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#985bd0;
	}

a:visited {
	text-decoration: none;
	color:#666;
	}

a:hover {
	color:#985bd0;
	text-decoration: underline;
	}

/* Blog Posts
----------------------------------------------- */

.date-header {
    margin:1.5em 0 .5em;
    font-size:80%;
    }

.post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:120%;
  font-weight:normal;
  line-height:1.1em;
  color:#985bd0;
  }
  
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#985bd0;
  font-weight:normal;
  }
  
.post-title strong, .post-title a:hover {
  color:#333;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.1em;
  }
  
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
  
.post-footer em, .comment-link {
  font:67%/1.1em;
  text-transform:uppercase;
  }
  
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
  
.comment-link {
  margin-left:.6em;
  }
  
.post img {
  padding:4px;
  }
  
.post blockquote {
  margin:1em 20px;
  }
  
.post blockquote p {
  margin:.75em 0;
  }
