 /**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(img/post-bg.jpg) repeat-x 0 0;
	font-size: 12px;
	border-top:1px solid #d3d3d3;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
	
	
/* ----- Left -------------------------------------------------------------------------------------------------------------------------------- */
#bottom-left {
	width: 287px;
	padding: 20px 0 20px 20px;
	float: left;
}

#left_back{
background:#eeeeee url(img/pop-top.gif) no-repeat top center;
padding:15px;
}
#left_bottom{
background:#eeeeee url(img/pop-bottom.gif) no-repeat bottom center;
height:10px;
}
	
/* ----- left bitti -------------------------------------------------------------------------------------------------------------------------------- */

/* ----- Middlle -------------------------------------------------------------------------------------------------------------------------------- */

#bottom-mid {
	width: 287px;
	padding: 20px 0 20px 20px;
	float: left;
}
#bottom-mid h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.4em;
	color: #99cc00;
	}
#bottom-mid h2 span {
	color: #6d8d9c;
	}
#mid_back{
background:#4b4b4b url(img/cat-top.gif) no-repeat top center;
padding:15px;
}
#mid_bottom{
background:#4b4b4b url(img/cat-bottom.gif) no-repeat bottom center;
height:10px;
}
/* ----- Middle bitti -------------------------------------------------------------------------------------------------------------------------------- */

/* ----- right -------------------------------------------------------------------------------------------------------------------------------- */

#bottom-right {
	width: 287px;
	padding: 20px 0 20px 20px;
	float: left;
}
#bottom-right h2 {
	margin: 0 0 10px 0;
	padding: 0 8px 0px 34px;
	font-size: 1.4em;
	background:url(img/tag_green.png) no-repeat 0px 0px;
	color: #99cc00;
	line-height:32px;
	}
#bottom-right h2 span {
	color: #c3842b;
	}
#right_back{
background:#eeeeee url(img/pop-top.gif) no-repeat top center;
padding:15px;
}
#right_bottom{
background:#eeeeee url(img/pop-bottom.gif) no-repeat bottom center;
height:10px;
}
#bottom-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#333333;
	border-top: 1px solid #555;
	}
#bottom-right ul li {
	line-height: 26px;
	border-bottom: 1px dashed #cccccc;
	}
#bottom-right ul li a {
	padding: 0 10px;
	color: #666666;
	text-decoration: none;
	}
#bottom-right ul li a:hover {
	background: #000;
	color:#333333;
	}
/* ----- Right bitti -------------------------------------------------------------------------------------------------------------------------------- */


#bottom-sep {
	clear: both;
}

/**********************
*   Twitter            *
***********************/

#twitter_div{
	width:255px;
	float:left;
	height:100%;
	padding:0px 0px;
	margin:50px 0px 0px 0px;
	background:none;
	font-family:Tahoma,Century gothic,verdana, Arial,  sans-serif;
}

ul#twitter_update_list{

	list-style:none;
	padding: 0px 0px;
	margin:0px 0px;

}
ul#twitter_update_list li{
	font-size: 12px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	margin:0px 0px;
	line-height:18px;
	background:none;
	border-bottom:1px dotted #787878;
	color:#d7d7d7;
	cursor:pointer;
}

ul#twitter_update_list li:hover{
background:#545353;
color:#ffffff;

}

#twitter_update_list li a:link, #twitter_update_list li   a:visited{
	
	color:#9cb3cd;

}

#twitter_update_list li a:hover{
	
	color:#BC0C0F;

}

/* Author profile - on single post view */

.section-box {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	overflow:hidden;
	background:none;
	color:#666666;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.section-box a{
color:#CCCCCC;
}
.section-box a:hover{
color:#ab1000;
text-decoration:none;
}
.section-box .author-avatar {
	float: left;
	padding:0px;
	display:inline;
	margin: 0 -5px 0px 0;
	}
.section-box .author-avatar img {
	width: 60px;
	height: 60px;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	}
.section-box .author-main {
	margin: 0px 0px 0px 0px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color:#63767a;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.section-box .author-main h3 {
	color: #777777;
	font-size: 1.4em;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: normal;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	