a {
  outline: none;
}
#bgstripe { 
  height: 130px; 
  width: 100%; 
  position: absolute;
  z-index: 0;
  top: 0; 
  left: 0;
  background-color: #000;
}

#header {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  background: black;
}
#navigation ul {
  display: inline;
}
#navigation ul li {
  display: inline;
  list-style-image: none;
}
#navigation ul li a {
  padding: 7px;
  background-color: #000;
  color: #FFF;
}
#navigation ul li a:hover {
  background-color: #FFF;
  color: #000;
}
object#header { 
  width: 950px;
  margin: 0 auto;
}
.container {
  text-align:center;
}
.content {
  text-align: left;
  margin: 0 auto;
  padding-top: 10px;
}
.gradient-bg {
  background: #E9E9E9;
  border: 1px solid #ccc;
  padding: 10px;
}
.projects-cat {
  text-align: center;
  padding: 5px 0 3px;
}
.projects-cat a {
  text-decoration: none;
}
#projects-stage {
  height: 288px;
  margin: 10px 0;
  text-align: center;
}
#projects-vid-wrapper {
  height: 288px;
  width: 384px;
  margin: 0 auto;
}
#about-links {
  text-align: center;
}
img.bordered {
  border: 1px solid #000;
  padding: 3px;
}
a.noul {
  text-decoration: none;
}

/* Normal Bubble */
div.bubble {
  width: auto;
  margin-bottom: 24px;
}
div.bubble blockquote {
  margin: 0px;
  padding: 0px;
  border: 1px solid #c9c2c1;
  background-color: #eee;
  font-style: normal;
}
div.bubble blockquote p {
  margin: 10px;
  padding: 0px;
  color: #000;
}
div.bubble cite {
  color: #888;
  position: relative;
  margin: 0px;
  padding: 7px 0px 0px 15px;
  top: 4px;
  background: transparent url(../images/tip.gif) no-repeat 20px 0;
  font-style: normal;
}

/* Playlist entries */
#projects-playlist a {
  display:block;
	background-color:#fefeff;
	padding:5px;
	height:60px;
	width:170px;
	border:1px dotted #ccc;
  border-top:width: 0;
	text-decoration:none;
	color:#000;
}
#projects-playlist a.first {
	border-top-width:1px;
}
#projects-playlist a.playing, 
#projects-playlist a.paused,
#projects-playlist a.progress {
	background:url(../images/playlist_current.png) no-repeat 0px -69px;
	padding-right:80px;
	border:0;
}
#projects-playlist a.progress {
	opacity:0.6;
}

#projects-playlist a.paused {
	background-position:0 0;	
}

#projects-playlist a span {
	display:block;		
	font-size:11px;
	color:#666;
}

#projects-playlist a em {
	font-style:normal;
	color:#f00;
}	

#projects-playlist a:hover {
	background-color:#f9f9fa;		
}

#projects-playlist a.playing:hover, #projects-playlist a.paused:hover, #projects-playlist a.progress:hover {
	background-color:transparent !important;		 
}

.projects-vid-link {
  float: left;
  margin-right: 4px;
}

.contact-section {
  text-align: right;
  margin-bottom: 5px;
}
.contact-details {
  text-align: left;
  margin-bottom: 5px;
}
.pad {
  padding: 0 10px;
}
.bio {
  
}
.contact-location {
}
.box {
  background-color: #EEE;
  border: 1px solid #999;
}
.icon { height: 48px; padding-left: 55px; background: #FFF url(../images/monitor_icon.png) no-repeat top left; }
.icon-video { background-image: url(../images/tv_icon.png); }
.icon-message { background-image: url(../images/writing_icon.png); }
.icon-question { font-weight: bold; }
.icon-response { padding-left: 5px; font-style: italic; }



