

/*Style for the Jazz&Justice website by: Shawn Inder*/


/*Basic elements*/
body { text-align: center;
   background: #B6C5F2;
   font-family: sans-serif;
   font-size: 100%;
}
abbr, acronym { border: 0 0 1px 0 dotted #2D2D88;
   text-transform: uppercase;
   cursor: help;
}

a, a:visited { font-weight: bold;
   color: #2D882D; 
   padding: 0 .5em;
   border: 2px solid #FFF;
}
a:focus, a:hover, a:active { text-decoration: none;
   background: #C5F2B6;
   border-color: #2D882D;
}
a.icon, a.icon:visited, a.icon:focus, a.icon:hover, a.icon:active { padding: 0;
   border: 0;
   background: #FFF;
}
a.icon img { border: 0; }
.isPage { background: #C5F2B6 !important;
   color: #2D882D !important;
   border: 2px solid #2D882D !important;
   text-decoration: none !important;
}
.ponly { display: none; }
.largerText { font-size: 1.5em; }



/*Specific elements*/
#title { color: #4D694D;
   font-family: Georgia, Serif;
}

#lang { font-size: .75em; }

#NavLinks li { display: inline;
   list-style-type: none;
   position: relative;
   left: -20px;
   padding: 2px;
}
#NavLinks li a, #NavLinks li a:visited {
   background: #B6C5F2;
   text-decoration: none;
   padding: 0 .7em;
   color: #2D882D;
   border: 2px solid #B6C5F2;
}
#NavLinks li a:focus, #NavLinks li a:hover, #NavLinks li a:active {
   background: #C5F2B6;
   border-color: #2D882D;
}

#Main { border: 3px double #2D882D;
   width: 80%;
   max-width: 50em;
   margin: 10px auto;
   text-align: left;
   padding-top: 15px;
   background: #FFF;
}
 #jsInfo { border: 1px solid #000;
    letter-spacing: 0.5em;
    height: 100px;
    margin: 0 15px;
    background: url("images/logoblue.gif") no-repeat top right;
 }
#Main div { padding-left: 1em;
   padding-right: 2em;
}
#Main h3 { border: 1px solid #000; border-width: 1px 0 0 0; }
#Main div p { padding: 12px 0 0 1em;
   background: #FFF;
}
#Main div ul { list-style-image: url("images/clef.gif"); }
#lastImage { width: 100%; }

#footerLinks { margin: 20px auto;
   text-align: center;
   width: 75%;
   font-style: italic;
}
#footerLinks li { list-style-type: none;
   display: inline;
   position: relative;
   left: -20px;
   padding: .7em 0;
}
#footerLinks li a, #footerLinks a:visited { border-color: #B6C5F2; font-style: normal; }
#footerLinks li a:focus, #footerLinks a:hover, #footerLinks a:active { border-color: #2D882D; }