@charset "UTF-8";



#footer {
background-color: #EEEEEE;
border-top: #cccccc 1px solid;
clear: both;
font-size: 12px;
}

#footer-inner {
margin: 0 auto;
padding-bottom: 24px;
width: 900px;
}

#footer-inner .menu {
letter-spacing: 1px;
}

#footer-inner .pipes {
color: gray;
padding: 0 4px;
}

#footer-inner .menu a {
color: #6677cc;
text-decoration: none;
}

#footer-inner .category {
color: gray;
font-style: italic;
margin: 0 12px 0 0;
}

#powered-by-monetar {
background: url('/assets/powered-by-monetar.png'); 
float: right;
height: 41px;
margin-top: 24px;
width: 157px;
}

#footer-extra {
margin: 14px;
text-align: center;
}


#counter {
clear: both;
font-size: 10px;
text-align: center;
}


