body {
    font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    line-height: 15px;
	color: #1C1C1C;
    padding:0px;
    margin:0px;
}

a { 
    font-weight: normal;
    color: #616D7E;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}


.menu {
    font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    line-height: 15px;
	color: #1C1C1C;

}

.menu_item {
    margin: 5px 0 0 10px;
    cursor: hand;
    cursor: pointer;
}

.menu, .menu .toggle {
  height: 25px;
  line-height: 25px;
}   
.menu .toggle {
  color: #999;
  font-size: 11px;
  font-weight: bold;
  cursor: hand;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.menu .toggle-hover {
  color: red;
}

.menu .items {
  position: absolute;
  left: 120;
  top: 0;
  display: none;
}

.menu .items ul,
.menu .items li {
  list-style-type: none;
  display:block;
  padding: 0;
  margin: 0;
}

.menu .items li {
  float: left;
  padding: 0 30 0 0;
}

.menu .items a {
  font-weight: normal;
  color: #616D7E;
  text-decoration: none;
  cursor: hand;
}
.menu .items a:hover {
  text-decoration: none;
  color: #98AFC7;
}
.menu .items a.current {
  color: #999;
}

/*----------LAYOUT-----------*/

#work {
  height: 430px;
}

#about, #admusic, #sd, #more-music, #kiddos, #multimedia {
  /* float: left; */
 height: 430px; 
 width: 1100px;
  display:none;
  position: absolute;
  left: 0;
  top: 40; 
}

 .admusic-movie {
    width: 430px;
/*    background: #C0C0C0; */
    float: left;
    border:0;
    padding: 0;
    margin: 0 10px 10px 10px;
}


.admusic-links {
    float: left;
    width: 650px;
/*    background: #FFFCCC; */
    padding: 0;
    margin: 0 10px 10px 10px;
}

.about-text {
    float: left;
    width: 450px;
/*    background: #FFFCCC; */
    padding: 0;
    margin: 0 10px 10px 10px;
}


.admusic-links a {
    margin: 0 0 0 5px;
    padding: 0;
   line-height: 18px;

}


.thumb {
    border:0px;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
}

.clips.column1 {
    float: left;
    width: 230px;
    margin: 0 0 0 8px;

}

.clips.column2 {
    float: left;
    width: 250px;
    margin: 0 0 0 8px;

}

.clips.column3 {
    float: left;
    width: 140px;
    margin: 0 0 0 20px;

}

.clips.column4 {
    display:block;
    float: left;
    width: 140px;
    margin: 0 0 0 20px;

}



/* PLAYER */

a.player {	
	display:block;
	width:400px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border:0;

}

a.player:hover {
    border:0;

}

/* splash image */
a.player img {
    width:400px;
    height:300px;
    border:0;
}

	a.player {
		margin-top:0px;	
		border:0;	
	}


/* PLAYER END */


#shareditems {
    height: 215px;
}

#reader_items {
   height: 215px;
   margin: 0;
}

#linkstuff {
    height: 10px;
}

#bottom {
    margin: 20px 0 0 10px;
}

.fixeddiv {
position:absolute; width:200px;right:10px;top:5px; padding:0px;background:#FFFFFF;
}

.fixeddiv ul,
.fixeddiv li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


/*------------------------*/



/*------------------------*/

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
