/*
* AdjyleCity.css
*
* Business Intelligence Systems Inc (c) 2007 - 2012
*
* author Jeffrey Blake
* version 1.0
* Last Edit:   - 
* Open Issues: -
* Future:      -
*/

ul { margin: 0px; padding: 0px; }
a { text-decoration: none; }

#header { border-bottom: 1px solid grey; }

#footer .rights { font-size: 12px; }
#nav-footer a { text-decoration: none; padding: 0px 6px 0px 3px; font-size: 12px; white-space: nowrap; border-right: 1px solid red; }
#nav-footer .last { border-right: none; }
#nav-footer .first {  }
#nav-footer li { display: inline; }


/* ------------------------ ad-include ------------------------------ */

.adjyle-ad {
    margin: 0 auto; 
    border: 1px solid grey; 
    background-image: url(http://adjyle.com/adjylecity/images/ad-gradient.gif); 
    background-repeat: repeat-x; 
    width: 740px; 
    padding: 10px; 
    margin-bottom: 20px;
}
.adjyle-ad a { text-decoration: none; color: darkslateblue; }
.adjyle-ad a:hover { font-weight: normal; }
.adjyle-ad .fontface { font: 18px/24px 'PermanentMarkerRegular', Arial, sans-serif; letter-spacing: 2px; } 