html,body{
	height: 100%;
}
#doc1,#doc2,doc3,#doc4{
	height: 100%;
}
/*------------ globals ----------------------------*/
h1,h2,h3,h4{font-weight: bold;}
h1{font-size: 200%;}
h2{font-size: 166%;}
h3{font-size: 133%;}
h4{filter: 100%;}

#hd,#bd,#ft{
	font-size: 120%;
}
#bd{
	padding: 0 10px;
}
.myIcons{
	display: block;
	height: 17px;
	width: 17px;
	cursor: pointer;
}
.songIcons{
	margin: 0 2px;
}
.navDrop{
	padding-left:15px;
}
.asterisk{
	font-size: 70%;
}
.message{
	text-align: center;
	font-size: 120%;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

p{
	margin-bottom: 1em;
	text-indent: 10px;
}

dt{
	width: 140px;
	float: left;
	clear: left;
}
dd{
	margin-left: 160px;
}

.navIcons{
	float:left;
	margin-right: 5px;
}
.row, .darkRow{
	clear: both;
}

.leftHalf{
	width: 60%;
	float: left;

}
.disabled{
	display: inline;
	display: none;
}


/*------------ forms ----------------------------*/
form{
	font-size: 150%;
}
h2.formHead, .viewTitle{
	margin: 0 0 10px;
}
form div.input{
	margin: 0 0 10px;
}
label{
	display:block;
	margin: 0 0 5px;
}

.checkbox label{
	float:left;
	margin: 0 5px 0 0;
}
.checkbox{
	float:left;
	display:block;
}
.checkbox input{
	width: 20px;
}
fieldset input{
	width: 100%;
}
.submit{
	margin: 10px 0;
}
div.actions ul li{
	width: 150px;
	float: left;
	margin:0;
	padding: 0px;
}
.loginPass{
	display: none;
}

div.submit input,div.file input {
	margin: 0 20px 0 0;
	padding:3px 5px;
}
.submit input{
	padding:3px 5px;
}
.text input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.submit input,div.file input {
	background: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}





/*------------ hd layout----------------------------*/

h1#logo{
	height: 150px;
	width: 972px;
	overflow: hidden;
}
#email-link{
	display:block;
	width: 115px;
	height: 20px;
	margin: 60px 0 0 250px;
}

/*------------ nav layout ----------------------------*/
ul.navList{
	background: url(../img/buttons/bt-nav-bg.png) repeat-y left top;
}
.navList li{
	display: block;
	height:60px;
	margin: 0 25px 0 8px;
	background: url(../img/buttons/bt-nav-shine.png) no-repeat center top;
}
.navList a, .navList h3{
	display: block;
	position: relative;
	z-index: 10;
	line-height: 60px;
	margin-left: 20px;
	vertical-align: middle;
}
.navList h3{
	padding: 0 0 0 15px;
	color: #333333;
}

.navList img{
	float:left;
	width: 10px;
	margin: 13px 10px 0 0;
}
.fader {
	display: block;
  	opacity: 0;
  	-moz-opacity: 0;
  	filter:alpha(opacity=0);
  	position: relative;
  	top: -60px;
  	width: 100%;
  	height: 60px; /* because IE6 isn't listen to 100% */
  	background-color: #A4ADB7;
}
.navDrop{
	position: absolute;
	float:left;
	z-index: 12;
	width: 273px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
}
.navDrop li{
	margin: 0;
	padding: 0;
	width: 134px;
	float: left;
	background: #ffffff url(../img/buttons/bt-nav-shine.png) no-repeat center top;
	border-right: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	
	
}
/*------------ bd layout----------------------------*/
#bd{
	min-height: 300px;
}
h2#title{
	margin: 0;
	padding: 12px 10px;
}
h3.title{
	margin: 1px 0;
	padding: 2px 0 2px 10px;
}
h3.title img{
	float:right;
	margin-right: 20px;
}
#topNav{
	border: thin transparent solid;
	clear: both;
}
#topNav li{
	width: 100px;
	height: 30px;
	float:left;
	text-align: center;
	overflow: hidden;
}
#topNav li a{
	display: block;
	height: 20px;
	padding: 5px 0;
}
#topNav li a.down{
	height: 20px;
	color:#999;
	background: #eee;
}

/*------------ Bio style ----------------------------*/
#bio img{
	float: right;
	margin: 10px;
}

/*------------ artist style ----------------------------*/
.artistList{
	width:100%;
	margin-bottom: 20px;
}
.artistList img{
	float: left;
}



/*------------ song style ----------------------------*/

h3.song{
	margin: 0;
}

div.songs{
	margin: 5px 0;
}
a.songCol,.nameCol{
	float:left;
	width: 320px;
}
.nameCol{
	padding-left: 35px;
}
.colHead{
	width: 250px;
	margin-left: 360px;	
}
.likeCol{
	font-size: 70%;
	margin-left: 360px;
}

a.songs_bt{
	display:block;
}
a.songs_bt img{
	float:left;
	padding:4px 5px 0 35px;
}
a.songs_bt div{
	height: 10px;
}


/*------------ song view ----------------------------*/
div#songView {
	min-height: 300px;	
	margin-bottom: 20px;
	font-size: 120%;
}

div#downloadView a{
	display: block;
	width:100px;
	height: 70px;
	margin: 10px 0 0;
}

div#shareView a{
	display: block;
	width:100px;
	height: 70px;
	margin: 10px 0 0;
}
div#shareView a:hover{
	color: #2b99dc;
	background: url(../img/buttons/bigShareBlue_bt.gif) no-repeat center 0;
}

div#downloadView a div,div#shareView a div{
	text-align: center;
	padding: 50px 0 0;
	font-size: 80%;
}
/*------------------playlist view-------------------*/
#editPlaylist{
	float: right;
}
#editPlaylist a{
	display: block;
	font-weight: normal;
	font-size: 75%;
	padding: 3px 10px;
	margin: 2px 10px 0 0;
}
.playlist-message{
	margin: 15px 0 0;
	padding-left: 10px;
}
#playlistNav{
	font-size: 80%;
}

/*------------------mailout view-------------------*/
#added-contacts .first,#contact-list .first{

}

#added-contacts{
	overflow: hidden;
	font-size: 55%;
	height: 400px;
	overflow-y: scroll;
}
#contact-list{
	overflow: hidden;
	font-size: 80%;
	height: 400px;
	overflow-y: scroll;
}
#added-contacts .yui-g,#contact-list .yui-g{
	padding: 2px 0;
	border-bottom: 1px #ddd solid;
	clear: both;
}
#added-contacts .yui-g:hover,#contact-list .yui-g:hover{
	background: #cef;
}
.contact-controls input{
	width: auto;
}
.contact-feedback{
	text-align: center;
}
#letter-search{
	right: 20px;
	top: 100px;
	width: 25px;
	position: fixed;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0;
	
}
#letter-search a{
	display:block;
	padding: 0 5px;
	
}
#letter-search a:hover{
	background: #e0e0e0;	
}
/*------------ ft ----------------------------*/
#ft{
	margin: 10px 0;
}

h2#footer{
	margin: 0;
	padding: 12px 10px;
}

.cake-sql-log{
	clear: both;
	position: relative;
	top: 30px;
}
/*------------ utilities ----------------------------*/
.clearFloat{
	clear:both;
}
.spacer{
	height: 2em;
}



