/* ----- universal settings -----*/
* {padding: 0px; margin: 0px;}
body {background-color: #440A01; font-family: verdana, san-serif; font-size: 62.5%;}
p {padding: 5px 0px !important;}


/* ----- typography ----- */
.content {font-size: .7em; color: #000;}
.footer {font-size: .7em; color: #ddd5bd;}
.copyright {font-size: .6em; color: #ddd5bd; text-align:center;}

.featured {padding:0 15px; width:185px;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px !important;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #440A01;}
.content a:visited {text-decoration: none; color: #440A01;}
.content a:hover {text-decoration: underline; color: #440A01;}
.content a:active {text-decoration: none; color: #440A01;}
.footer a:link {text-decoration: none; color: #ddd5bd;}
.footer a:visited {text-decoration: none; color: #ddd5bd;}
.footer a:hover {text-decoration: underline; color: #ddd5bd;}
.footer a:active {text-decoration: none; color: #ddd5bd;}
.copyright a:link {text-decoration: none; color: #ddd5bd;}
.copyright a:visited {text-decoration: none; color: #ddd5bd;}
.copyright a:hover {text-decoration: underline; color: #ddd5bd;}
.copyright a:active {text-decoration: none; color: #ddd5bd;}


/* ----- backgrounds ----- */
.fp {background-image: url("fp_bg.gif"); background-repeat: no-repeat;}
.news {background-image: url("news_bg.gif"); background-repeat: no-repeat;}
.main {background-image: url("content_bg.gif"); background-repeat: no-repeat;}
.all {background-image: url("all_bg_gradient.gif"); background-repeat: no-repeat;}
