/*=========================================================*/
/*  CSS for scjbb.org                                      */
/*  Created: 1/20/04 mln                                   */
/*                                                         */
/*  Change record:                                         */
/*
   $Log$

*/
/*==========================================================*/
/*                                                          */
/*  General Pallet to work on                               */
/*                                                          */
         #content {
            margin-right:10%;
            margin-left:10%;
            margin-top:5%;
            padding-bottom:10px;
            background:#eee;
            border:1px solid #000;
            text-align:left;
            min-width:500px;
         }
   .content {
      margin-left:50px;
      margin-right:30px;
   }	 
/*                                                          */
/*  Site Navigation and common page stuff                   */
/*                                                          */       
         .menus {
            border-left:1px solid #000;
            border-bottom:1px solid #000;
            border-top:1px solid #000;
            border-right:10px solid #000;
            background:#fff;
            color:#000;
            padding:10px;
            margin-bottom:10px;
            text-align:left;
            font-size:10px;
         }
         #menusitelinks {
            font-size:85%;
         }
         #menufooter {
            margin-bottom:20px;
	    font-size:85%;
         }
         #menu {
            width:240px;
            padding:0px;
            margin-left:20px;
            margin-right:-3px;
            float:right;
            voice-family: "\"}\"";
            voice-family: inherit;
         }
         html>body #menu {
            margin-right:-6px;
         }
/*                                                          */
/*   Title on top of page                                   */
/*                                                          */
         #title {
            background:#ff5;
            padding:0px;
            margin-right:-6px;
            margin-left:-6px;
            width:100%;
            voice-family: "\"}\"";
            voice-family: inherit;
            width:auto;
         }
         #title h1 {
            font-size:24px;
            border-top:1px solid #000; 
            border-bottom:1px solid #000; 
            border-right:10px solid #000; 
            border-left:10px solid #000; 
            margin-top:10px;
            padding-left:10px;
            padding-right:10px;
            padding-top:5px;
            padding-bottom:5px;
         }
         html>body #title {
            width:auto;
         }
/*                                                          */
/*   Business Logo                                          */
/*                                                          */
   #logo {
      text-align: center;
      /*background-image:url(pics/wwttblktrns.gif);*/
      /*background-repeat:no-repeat;*/
      /*background-position:center;*/
   }
/*                                                          */
/*   Headers etc                                            */
/*                                                          */
         p,h1,h2 {
            margin-top:0px;
            margin-bottom:10px;
	    padding:0px 20px 0px 20px;
         }

         h2 {
            font-size:125%;
            padding-top:0px;
            margin-bottom:0px;
         }
	 p#context:first-letter {
		 font-size:150%;
	 }
/*                                                          */
/*  fancy roll-overs                                        */
/*                                                          */
   a#home, a#history, a#gigs, a#personel, a#pictures, a#links {
      background:#fff;
      color:#00d;
   }
   a#home:hover, a#history:hover, a#gigs:hover, a#personel:hover, a#links:hover, a#pictures:hover {
      background:#fc0;
      color:#c00;
   }
   a#home:active, a#history:active, a#gigs:active, a#personel:active, a#links:active, a#pictures:active {
      background:#fff;
      color:#f60;
   }
   a#external0, a#external1, a#external2 {
      /*background:#fec;*/
      color:#00d;
   }
   a#external0:hover, a#external1:hover, a#external2:hover {
      background:#fc0;
      color:#c00;
   }
   a#external0:active, a#external1:active, a#external2:active {
      /*background:#fec;*/
      color:#f60;
   }

   a#mail {
      /*background:#fec;*/
      color:#00d;
   }
   a#mail:hover {
      background:#fc0;
      color:#c00;
   }
   a#mail:active {
      /*background:#fec;*/
      color:#f60;
   }

         a.sitelinksred { color:#c00; }
         a.sitelinksredorange { color:#f60; }
         a.sitelinksorange { color:#f90; }
         a.sitelinksyellow { color:#fc0; }

         a.anchor {
            font-size:10px;
            font-weight:normal;
         }

         p.anchor {
            text-align:right;
         }

         .links {
            margin-left:50px;
            margin-right:30px;
         }

         #layouts {
            font-size:10px;
            margin-left:10px;
         }
/*                                                          */
/*   Address info                                           */
/*                                                          */
   .address {
      margin-left:50px;
      margin-right:30px;
      font-family: 'Comic Sans MS', sans-serif;
      text-align: left;
   }
/*                                                          */
/*   Modified and counters                                  */
/*                                                          */
   .counters {
      margin-left:50px;
      margin-right:30px;
      font-family: 'Comic Sans MS', sans-serif;
      font-size:50%;
      text-align: left;
   }
/*                                                          */
/*   Warnings                                               */
/*                                                          */
   .warning {
      display:none;
      font-size:175%;
   }

