/* @group Latest News Block */
/*----- Latest News block
------------------------------------------------------------*/
#latest-news {
	width: 938px;
	background: #f4f4f4;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
}

#latest-news #story {
	float: left;
	width: 580px;
	padding: 0 10px 0 0;
	border-right: 1px dotted #cfcfcf;
}

#latest-news #story h2 {
	font-size: 2.4em;
	margin: 0 0 5px 0;
	color: #000;
}

#latest-news #story h2 a, #latest-news #story h2 a:visited  {
	color: #000;
	text-decoration: none;
}

#latest-news #story p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
}

#latest-news #story p.storymeta {
	margin: 10px 0 0 0;
	position: relative;
}

#latest-news #story p a, #latest-news #story p a:visited {
	color: #277b00;
	text-decoration: none;
}

#latest-news #story p a:hover {
	text-decoration: underline;
}

#latest-news #story p a.read-more {
	font-weight: bold;
}

#latest-news #story p a.comment-count {
	background: url(../images/background-commentcount.jpg) no-repeat;
	padding: 0 0 0 20px;
	position: absolute;
	right: 0;
	width:  90px;
}

#latest-news #story img {
	border: 3px solid #cfcfcf;
	margin: 0 10px 0 0;
	float: left;
}

#latest-news #poll {
	float: right;
	width: 340px;
}

/* @group Expanded Story */
#latest-news #story-expanded {
	float: left;
	width: 100%;
	padding: 0 10px 0 0;
}

#latest-news #story-expanded h2 {
	font-size: 2.4em;
	width: 500px;
	margin: 0 0 5px 0;
	color: #000;
}

#latest-news #story-expanded h2 a, #latest-news #story-expanded h2 a:visited  {
	color: #000;
	text-decoration: none;
}

#latest-news #story-expanded p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	width: 500px;
	margin: 0 0 10px 0;
}

#latest-news #story-expanded p.storymeta {
	margin: 10px 0 0 0;
	width: 500px;
	position: relative;
}

#latest-news #story-expanded p a, #latest-news #story-expanded p a:visited {
	color: #277b00;
	text-decoration: none;
}

#latest-news #story-expanded p a:hover {
	text-decoration: underline;
}

#latest-news #story-expanded p a.read-more {
	font-weight: bold;
}

#latest-news #story-expanded p a.comment-count {
	background: url(../images/background-commentcount.jpg) no-repeat;
	padding: 0 0 0 20px;
	position: absolute;
	right: 0;
	width:  90px;
}

#latest-news #story-expanded img {
	border: 3px solid #cfcfcf;
	margin: 0 10px 0 0;
	float: right;
}
/* @end */


/* @end */

/* @group bottom sidebar */
/*----- bottom sidebar (home)
------------------------------------------------------------*/
#bottom-sidebar {
	background: #3a3a3a url(../images/background-bottomsidebar.jpg) no-repeat;
	color: #fff;
	padding: 10px 0;
	margin: 20px 0 0 0;
}

#bottom-sidebar p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#bottom-sidebar a, #bottom-sidebar:visited {
	color: #277b00;
	text-decoration: none;
}

#bottom-sidebar a:visited {
	text-decoration: underline;
}

#bottom-sidebar ul.blocks {
	list-style-type: none;
}

#bottom-sidebar ul.blocks li {
	float:  left;
	width:  219px; /* 240px */
	padding: 0 10px;
}

#bottom-sidebar h2 {
	text-transform: uppercase;
	color: #6cbd45;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
/* @end */

/* @group Back talk */
#back-talk {
	background: url(../images/background-backtalk.jpg) no-repeat;
	padding: 65px 10px 10px 10px;
}

#back-talk h4 {
	color: #000;
	font-size: 2.0em;
	margin: 0 0 5px 0;
}

#back-talk h4 a, #back-talk h4 a:visited{
	color: #000;
	text-decoration: none;
}

#back-talk h4 a:hover {
	text-decoration: underline;
}

#back-talk p {
	font-size:  1.3em;
	line-height: 1.4em;
}

#back-talk p.readmore {
	margin: 10px 0 0 0;
	position: relative;
}

#back-talk a, #back-talk a:visited {
	color: #277b00;
	text-decoration: none;
}

#back-talk a.comment-count {
	background: url(../images/comment.png) no-repeat;
	padding: 0 0 0 20px;
	width:  90px;
	position: absolute;
	right: 0;
}

#back-talk .storymeta {
	clear: both;
	background: url(../images/background-backtalk-meta.png);
	font-size: 1.3em;
	color: #666;
	padding: 10px;
	margin: 10px 0 0 0;
}

#back-talk .storymeta .author-name{
	text-transform: uppercase;
	font-weight: bold;
	line-height:2em;
	color: #333;
}

#back-talk .storymeta .author-description {
	font-style: italic;
}

#back-talk .storymeta .avatar{
	float: left;
	margin: 0 10px 0 0;
}

#back-talk .storymeta .left {
	float:  left;
	width:  250px;
}

#back-talk .storymeta .right {
	width:  275px;
	float:  right;
	font-size: .85em;
	text-align: center;
}

#back-talk .storymeta .right, #back-talk .storymeta .left {
	line-height: 1.4em;
}

/* @end */


/* @group activity */
#activity {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

#activity .tabcontainer {
	background: #f4f4f4;
	padding: 5px;
	border-top: 1px solid #cfcfcf;
}

#activity ul.tabs {
    margin:0;
    padding:0;
}

#activity ul.tabs li {
    display:block;
    float:left;
    padding:0 10px 0 0px;
}

#activity ul.tabs li a {
    display:block;
    float:left;
    padding:5px 10px;
    font-size:1.4em;
    color:#666;
    font-weight: bold;
    text-decoration:none;
    border: 1px solid #f4f4f4;
	text-transform: uppercase;
}

#activity .selected {

}

#activity a.selected {
    border: 1px solid #cfcfcf !important;
	background: #fff;
	color: #277B00 !important;
}

#activity .tab-content {
    clear:both;
	padding: 0 0 0 0;
}
/* @end */

/* @group post listings */

.post-list li.entry {
	list-style: none;
	padding: 15px 0;
	/*border-bottom: 1px dotted #cfcfcf; */
}

.post-list h4 {
	color: #277B00;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 3px 0;
	font-weight: bold;
	background: #deecd8;
	 /*border-bottom: 1px dotted #cfcfcf;  */
}

.post-list h4 a, .post-list h4 a:visited{
	color: #277B00;
	text-decoration: none;

}

.post-list h4 a:hover {
	text-decoration: underline;
}

.post-list .thumb {
	float: right;
	border: 2px solid #cfcfcf;
	margin: 0 0 0 10px;
}

.post-list p {
	font-size:  1.2em;
	line-height: 1.5em;
}

.post-list a, .post-list a:visited {
	color: #277b00;
	text-decoration: none;
}

.post-list .storymeta {
	clear: both;
	font-size: 1.1em;
	color: #666;
	padding: 10px 0 0 0;
}

.post-list .storymeta .author-name{
	text-transform: uppercase;
	font-weight: bold;
}

.post-list .storymeta .author-description {
	font-style: italic;
}

.post-list .storymeta .post-date {
	color: #666;
}

.post-list .storymeta .avatar{
	float: left;
	margin: 0 5px 0 0;
}

.post-list .storymeta .left {
	float:  left;
	width:  300px;
}

.post-list .storymeta .right {
	width:  110px;
	float:  right;
}

.post-list .storymeta .right, .post-list .storymeta .left {
	line-height: 1.4em;
}

.post-list .storymeta .comment-count {
	background: url(../images/icon-comment.gif) no-repeat;
	padding: 0 0 0 20px;
}

/* @end */

/* @group popular posts */
.popular-posts ul {
	list-style: none;
}

.popular-posts li {
	font-size:  1.6em;
	position: relative;
	padding:  15px 0;
	border-bottom: 1px dotted #cfcfcf; 
}

.popular-posts a {
	text-decoration: none;
}

.popular-posts a:hover {
	text-decoration: underline;
}


.popular-posts a.title {
	color: #277B00;
}

.popular-posts a.comment-count {
	color: #666;
	position: absolute;
	right: 0;
}
/* @end */

/* @group Recent comments */
.recent-comments li.comment {
	list-style: none;
	margin: 15px 0 0 0;
}

.recent-comments li.comment img {
	float: left;
	margin: 10px 0 0 0;
}

.recent-comments li.comment .comment-bubble {
	float: right;
	padding: 10px 10px 10px 30px;
	background: #f4f4f4 url(../images/background-recentcomment.gif) no-repeat;
	width: 505px;
}

.recent-comments li.comment .comment-bubble .left {
	float: left;
}

.recent-comments li.comment .comment-bubble .right {
	float: right;
}

.recent-comments li.comment .comment-bubble p {
	font-size:  1.3em;
	line-height: 1.4em;
	color: #000;
	clear: both;
	padding: 5px 0;
}

.recent-comments li.comment .comment-bubble span {
	font-size: 1.1em;
	color: #666;
}

.recent-comments li.comment .comment-bubble span.author-name{
	text-transform: uppercase;
	font-weight: bold;
	color: #5A9E3A;
}

.recent-comments li.comment .comment-bubble a,
.recent-comments li.comment .comment-bubble a:visited {
	color: #277b00;
	text-decoration: none;
}
/* @end */



/* @group other */
#column-left.home h3 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color:  #666;
	font-weight: bold;
	background: url(../images/background-h3.gif) repeat-x;
}

#navigation {
	height: 45px;
	width: 980px;
	margin: 0 auto;
	background:url(../images/background-navigation-home.png) no-repeat;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
}

/* @end */


/* @group jcarousel */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-banners {
	border: 1px solid #cfcfcf;
	margin:0 0 30px 0;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 578px;
    height: 130px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    display: none;
}
.jcarousel-prev {
    display: none;
}

.jcarousel-banners .jcarousel-list li,
.jcarousel-banners .jcarousel-item {
	position: relative;
	float: left;
	list-style: none;
	width: 578px;
	height: 130px;
}

.jcarousel-banners .jcarousel-container-horizontal {
	width: 578px;
}

.jcarousel-banners .jcarousel-clip-horizontal {
	width: 578px;
	height: 130px;
}

.jcarousel-banners .jcarousel-item {
	width: 578px;
	height: 130px;
}


/* @end */


