#community h2 {
     text-align: center;
     color: #646464;
     border-bottom: 1px solid #E5E5E5;
     padding: 0 0 0.5em 0;
     
}
#community h4 {
    margin:0 0 0.5em 0;
}

#community .feeling-cloud a {
    border-width:1px;
	border-style:solid;
	border-color:#fff;
	display:block;
	white-space:nowrap;
}

#community .section_content {
    border-bottom:5px solid #E5E5E5;
    margin:0 0 1em 0;
    width:730px;
    position:relative;
    left:-4px;
}

#community #section-nav {
    margin:0 0 1em 0;
}
#community .feeling-cloud {
    margin:20px 0;
	width:100%;
}

#community ul {
    list-style:none;
}
#section_content div.teaser {
    width:330px;
    float:left;
    margin-bottom:20px;
}
#section_content div div div {
    height:138px;
    position:relative;
    padding-left:150px;
}
#section_content table {
    height:138px;
    padding:4px;
}
#section_content tr.spacer {
    height:4px;
}
#section_content th {
    font-size:2.5em;
    background:#fff;
    padding:0 3px;
}
#section_content td {
    padding:0 3px;
    font-size:1em;
    text-transform:uppercase;
    background:#fff;
}
#section_content div.profilepic {
    padding:0;
    width:128px;
    height:128px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    background:url(../../img/basics/profile_bg.png) no-repeat top left;
    padding:5px;
}
#section_content .teaser p {
    padding-left:3px;
}

/* activity stats */
#bargraph {
    background:url(../img/graph_bg.gif) no-repeat left top;
    width:715px;
    height:205px;
    margin-bottom:2em;
    padding:15px 0 0 7px;
}
#bargraph ul {
    width:690px;
    height:182px;
    list-style:none;
    position:relative;
}
#bargraph li {
    position:absolute;
    bottom:0;
    border-width:1px;
    border-style:solid;
    width:2.5%;
    height:0%;
}
#bargraph li.current_month {
}
#bargraph li span {
    width:100%;
    text-align:center;
    color:#000;
    position:absolute;
    bottom:-2em;
}
/* community themes */
div.section_content div.section_content_item {
 margin-bottom: 21px;
 border-bottom: 1px solid #E5E5E5;
 padding-bottom: 21px;
}
div.section_content div.section_content_item.lastitem {
 border-bottom: none;
}
div.section_content div.section_content_item div.text{
 width:410px;
 float:left;
}
div.section_content div.section_content_item div.text h3 {
	font-size:1.44em;
 text-align: left;
 margin-bottom: 0.3em;
}
div.section_content div.section_content_item div.text h3 a{
 text-align: left;
 text-decoration: none;
 color: #000;
}
div.section_content div.section_content_item div.image{
 float:left;
 margin-left:40px;
 width:264px;
}
div.section_content div.section_content_item div.image img{
 width:264px;
}
