
/* User Css  Revised 4/8/2010*/  

/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* This section is for ligteneing the black bar on the featured posts */
.featured-entry { opacity: 0.5; }
.posts-default .entry-meta, .posts-quick .entry-meta    { opacity: 0.5; }


/* This section is for changing main content and sidebar width */
#content { width: 660px !important; }
.main-aside { width: 280px !important; }


/* This section is for WP Column plugin, to display columns in pages */
.wpcolumn-clearfix {
    clear: both;
}
.wpcolumn-wrapper-3 .wpcolumn {
    float: left;
    margin: 10px 4% 15px 0;
    width: 46%;
}
.wpcolumn-wrapper-3 .wpcolumn-last {
    margin-right: 0;
}
.wpcolumn-wrapper-3 .wpcolumn-1 {
    color:#888888;
    font-family:'Lucida Grande',Verdana,Arial,sans-serif;
    font-size:16px;
    float: none;
    width: auto;
}



/* This section is for column width in forumpage template */

#forumcontent {
margin:0;
width:970px;
}