/* HTML */

    * { margin:0; padding:0; }
    
    html { font-size: x-small; }

	body {
		background-color: #330099;
		font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
		font-size: 120%;
		color: #9999CC;
	}

	a {
		color: #CC9999;
		text-decoration: none;
		outline: none;
		}
	
    a:hover { color:#fff; }

	img { border:none; }
	
	h1, h2 { line-height: 120%; }
		h1 { font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif; font-size: 220%; }
		h2 { font-size: 180%; }
		
	
	p {
        margin-bottom: 16px; 
		font-size: 11pt;
		line-height: 130%;
		}
	
    frameset {
        border:none;
        border-style:none;
        }
        
    frame {
        border:none;
        border-style:none;
        }
	
	address {
	   margin-top: 100px;
	   text-align: right;
	}
	
	
/* CLASSES */

    .bold { font-weight: bold; }
	.bigger { font-size: 14pt; }
    .smaller { font-size: 9pt; }
    
    .center { text-align: center; }
    .float-right { float: right; }
    .float-left { float: left; }
    .float-left-10 { float: left; margin-right: 10px; }
    .clear-both { clear: both; }    
    
    .youtube-logo { margin-top: 20px; }
	
	
/* PAGE */

	#wrapper {
		width: 650px;
		width: 760px;
		margin: 40px auto 0 auto;
	}
	
	#menu {
	   float: right;
	   overflow: hidden;
	   width: 100px;
	   text-align: center;
	   margin: 0 0 20px 20px;
	}
    
    
/* INDEX */
    
	#index-content {
	   margin-left: 120px;
	}
	
	#playnav-chevron {
		border-color: transparent #000000;
		border-style: solid;
		border-width: 23px 0 23px 15px;
		float: left;
		font-size: 0;
		height: 0;
		line-height: 0;
		width: 0;
		border-left-color: #ff0000;
	}
	
	#playnav-channel-name {
	   float:left;
	}
	
	.outer-box-bg-color {
	   color:#ffffff;
	   background-color:#ff0000;
	}

	#youtube-yodelay-btn {
		float: left;
	}
	
	#youtube-text-link {
	   float:left;
	   padding: 14px;
	   font-size: 140%;
	}
	
	#playnav-channel-name a { color: #fff; }
	#playnav-channel-name a:hover { color: #ff9900; }
	
	.arrow-right {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;	
		border-left: 10px solid gray;
	}
	
	
/* BIO */
    
    #bio {
        width: 620px;
    }
    
	#bio-heading {
		width: 640px;
		text-align: center;
		margin: 20px 0 40px 0;
	}
	
	#bio-quotes-left {
	   float: left;
	   width: 280px;
	   text-align: center;
	}
	
	#bio-quotes-right {
	   width: 280px;
	   text-align: center;
	   margin-left: 360px;
	}
	
	#bio-content {
		width: 640px;
		margin-top: 30px;
	}
	
	
/* CALENDAR */
    
    #wrapper-calendar {
        position: absolute;
        left: 50%;
        height: 98%;
        width: 90%;
        margin-left: -45%;
    }
    
	#wrapper-calendar iframe {
	    width: 100%;
	    height: 70%;
	    border: none;
	}
    
	
/* CHANUKAH PAJAMIKAH */

    #cd_menu {
        width: 640px;
        height: 80px;
    }
    
    .cd-menu-item {
        float: left;
        width: 140px;
        text-align: center;
        font-size: 9pt;
    }
    
    #tracks, #order, #credits, #lyrics {
        width: 440px;
        margin-left: 180px;
        /*display: none;*/
    }
    
    #tracks p, #order p, #credits p, #lyrics p {
        font-size: 10pt;
    }
    
    #tracks {
        display: block;
    }
        
    #tracks ol, #lyrics ol {
        margin: 0 0 40px 25px;
        font-size: 9pt;
    }
    
    
/* BABY SIGNS */

    #babysigns {
        width: 620px;    
    }
    
	
/* CD BABY */

	#cdbaby-container {
		position: fixed; width:120px; height:180px; margin:0; padding:0; border:0; background-image:url(http://www.cdbaby.com/Images/Links/White-Buy_Album_100px_vert.png);
	}
	
	#cdbaby-link {
		display:block; padding:44px 10px 35px; margin:0; border:0;
	}
    

/* ALBUMS */

	#albums {
		margin-top: 10px;
		overflow: hidden;
	}
	
	#albums li {
		float: left;
		margin-right: 10px;
		list-style: none;
	}
	
	#stores {
		margin-top: 20px;
		text-align: center;
	}
	
	#cdbaby-btn {
		display: inline-block;
		width: 117px;
		height: 57px;
		background-image:url(/media/images/logos/cdbaby.png);
	}
    
