/* style sheet made October 20th, for the Slow Hand Motem web page. */

    html, body    { margin: 0 auto 0 auto; padding: 0; }
    body      { color: #333; background-color:#000; 12px Helvetica, Arial, sans-serif; line-height: 18px; }
    h2        { color: #333; background-color:#eee; border-bottom: 2px solid #ddd; padding-left:15px;font-size:100%; width:745px;}
    a       { color: #337810; }
    p       { margin: 0 0 18px; }
    p.youtubeTxt { font-size:110%; font-weight:800;}
    p.center  {text-align:center;}
    #container    { width: 760px; margin: 0 auto; border-left: 1px #ccc solid; border-right:1px #ccc solid;} /* container holds all the other divs and centers in the page (margin 0 auto). */
    dd          { display: inline; font-size: 11px; font-weight: bold; padding-right: 0; }
    dt            {background-color:#ffe8f3; font-weight:bold; padding-left:15px;}
    hr           {color:#fff;}
    
    /* Header */
    #header     { background: #eee; }
    #header h1    { font-size:3em;}
    #header p   { color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
    h1#above {
      position:relative;
        top:40px;
        left:20px;
        background-color:transparent;
        color:#004b6f;
        z-index:2;
        letter-spacing:0.1em;
         }
        h1#below {
        position:relative;
        top:3px;
        left:24px;
        background-color:transparent;
        color:#ccc;
        z-index:1;
        letter-spacing:0.1em;
         } 

    
    /* Content Style */
    #content    { border-bottom: 0px solid #ccc; margin-bottom: 18px; }
    #content p, #extra p { padding-right: 18px; }
    p.top    {font-weight:bold; font-size:150%; text-align:center;}
    p.center  {text-align:center;}
    dd          { display: inline; font-size: 11px; font-weight: bold; padding-right: 0; }
    dt            {background-color:#ffe8f3; font-weight:bold; padding-left:15px;}
    
    /* Content Positioning & Size */
    #navigation   { float: left; width: 175px; }
   
 
    #content    { width: 760px;}
 
    #footer     { background: #333; border-bottom: 2px solid #999; clear: both; }
    #footer a   { color: #eee; }
    #footer p   { color: #ccc; margin: 0; padding: 0 18px 10px; }
    #footer ul    { border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
    #footer li    { display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
 
    #youtube    { text-align:center;}
    
	#thumbnailBanner     { text-align:center; background: #fff; clear: both; }

    #thumbnailBanner ul    { list-style: none; margin: 0; padding: 0; }
    #thumbnailBanner li    {display: inline !important; font-size: 11px; font-weight: bold; padding-right: 5px; }
    
    #thumbnailBanner2     { text-align:center; background: #fff; clear: both; }

    #thumbnailBanner2 ul    { list-style: none; margin: 0; padding: 0; }
    #thumbnailBanner2 li    {display: inline !important; font-size: 11px; font-weight: bold; padding-right: 5px; }
    
    
    
    
    /* Navigation Anchor */
	 a.cdcover:active, a.cdcover:visited, a.cdcover:link {background-color:#fff; color:#fff; font-size:24px;}
	 a.cdcover:hover {background-color:#fff; color:#000; font-size:24px; text-decoration:none; font-weight:800;}
    #footer a:active, a:visited, a:link { color: #eee; background-color:#333;}
	#footer a:hover {background-color:#fff; color:#ff0000; }
	a.menu:active, a.menu:visited, a.menu:link {background-color:#eee; color:#7eb78e; text-decoration:none; font-weight:800; }
	a.menu:hover {background-color:#fff; color:#000; }

    #thumbnailBanner a.album:active, a.album:visited, a.album:link   {background-color: #fff; color: #fff; font-size:24px; font-weight:800; text-decoration:none;}
    #thumbnailBanner a.album:hover   {background-color:#000; color:#000; font-size:24px; font-weight:800; text-decoration:underline;}
#thumbnailBanner2 a.album:active, a.album:visited, a.album:link   {background-color: #fff; color: #fff; font-size:24px; font-weight:800; text-decoration:none;}
    #thumbnailBanner2 a.album:hover   {background-color:#000; color:#000; font-size:24px; font-weight:800; text-decoration:underline;}
    

