/*
Theme Name: Money Monks
Theme URI: http://moneymonks.com/
Description: Custom Theme for website
Author: Jeremy King
Author URI: http://livingleverage.com/
Template: FlexxProfessional
Version: 1.1
.
Custom CSS for MoneyMonks.com ONLY
.
*/
 
@import url('../FlexxProfessional/style.css');

body {
}

a {
   color: #0066FF;
}

a:hover {
   color:#0066FF;
}

ul {
   list-style-type:circle;
}

p {
   font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
   color: #000BBB;
}

.post img {
   border:2px solid #FF9933;
}
#above-header #pagemenu,
#above-header #catmenu {
   border-bottom: 1px solid #FFF;
   background:#fff;
}

#below-header #pagemenu,
#below-header #catmenu {
   border-top: 1px solid #FFF;
   background:#fff;
}

#pagemenu, #catmenu {
   font-size: 12px;
   background: #333366;
}

#pagemenu li a, #catmenu li a {
   color:#e6e6e6;
   background:#FFF url(images/menu-tab-bg.gif) no-repeat scroll top center;
   font-weight:bold;
}

#pagemenu li a:hover, #catmenu li a:hover {
   background:#DDD url(images/menu-active-bg.gif) no-repeat scroll center top;
   color: #e6e6e6;
   font-weight:bold;
}

#pagemenu ul li.home a {
   background:#aa00bb url(images/menu-home-bg.gif) no-repeat scroll center top ;
}
   
#pagemenu ul li.home a:hover {
   background:#aa00bb url(images/menu-home-active-bg.gif) no-repeat scroll center top ;
}

#feature-top, #feature-bottom {
   background:#fff /* url(images/feature-top-bg.gif)*/ no-repeat scroll center bottom;
   color: #545454;
}

#feature-top {
   border-top:1px solid #e6e6e6;
}

#feature-top a {
   color:#0066ff;
   text-decoration:none;
}

#feature-top a:hover {
color:#0066ff;
text-decoration:underline;
}

#feature-bottom {
   background: #fff;
}

#feature-bottom a {
   color: #aa00bb;
}

#feature-bottom a:hover {
   color: #aa00bb;
}

#feature-top h4, #feature-bottom h4 {
   border-bottom:0px solid #e6e6e6;
   color:#545454;
}
#feature-bottom h4 {   background: #C3AFC7 repeat scroll 0 0;   border: 4px solid #C3AFC7;   font-weight: bold;   padding-bottom: 0;   padding-left: 55px;   padding-top: 0;   }
#content {
   background:#FFFFFF /* url(images/grad.gif) repeat-x */ scroll 0 0;
}

.post .post-title a {
  text-decoration: underline;
}

.post .date {
   width: 0px;
}

#sidebar {
   background:#FFFFFF /* url(images/grad.gif) repeat-x scroll 0 0 */;
}

.sidebar {
   background:#FFFFFF /* url(images/grad.gif) repeat-x scroll 0 0 */ ;
}
.meta-bottom {   border-top: 1px solid #FF9933;}
.meta-bottom .categories {
  background:transparent url(images/categories.jpg) no-repeat scroll 0 0;
  padding:5px 0 0 18px;
}
 
.meta-bottom .comments {
  background:transparent url(images/comments.jpg) no-repeat scroll 0 2px;
  padding:5px 0 0 18px;
}

/* COME BACK TO THIS AND FIX IT */
.sidebar h4 {
   background: #C3AFC7;
   color: #EFEFEF
   font-size:14px;
   letter-spacing: 0px;
   font-weight: normal;
   padding:8px 8px 8px 8px;
}
/* COME BACK TO THIS AND FIX IT */

#footer {
   color:#545454;
   background:#fff;
   border:1px solid #fff;
}

#footer a {
   color:#545454;
}
