/***********************************************
*    bottom                      					*
************************************************/

/*  catPost  */

#bottom .catPostWrapper{ 
    width: 195px;
    float: left;
}
/*  about  */

.bot-title {
    border-bottom: 2px solid #DDDDDD;
    color: #3D3D3D;
    font-size: 21px;
    margin-bottom: 15px;
    padding: 0 0 2px 0;    
}
.aboutText {
    font-size: 12px;
}
.aboutText p {
    margin: 0 0 7px 0;
}
.aboutText ul {
    margin: 0 0 7px 15px;
}


/*  connect  */

.connect {
    float: right;
    width: 265px;
    margin: 0 5px 0 0;
}
#readUs{
    height: auto;
    margin: 0 0 25px 0;
    font-size: 13px;
}
#readUs a{ 
    display: block;
    float: left;
    height: 33px;
    margin: 0 0 7px 10px;
    padding: 0 0 0 40px;
    width: 74px;
}
#readUs a span{
    text-transform: capitalize;
}
.rssLink{
    background: url('../images/icons/rss.gif') no-repeat left top;
}
.mailLink {  
    background: url('../images/icons/mail.gif') no-repeat left top;
}
.twitterLink{
    background: url('../images/icons/twitter.gif') no-repeat left top;
}
.livejournalLink{
    background: url('../images/icons/livejournal.gif') no-repeat left top;
}
.facebookLink{
    background: url('../images/icons/facebook.gif') no-repeat left top;
}
.vkontakteLink{
    background: url('../images/icons/vkontakte.gif') no-repeat left top;
}
#readUs span{
    margin: 10px 0;
}
#connectUs p{
    margin: 0 0 7px 10px;
}
#connectUs{
    font-size: 13px;
}
#connectUs p span{
    float: left;
    display: block;
    width: 50px;
    padding: 0;
}

/***********************************************
*    background	                      					*
************************************************/

.widget {
  height: 285px;
  overflow: hidden;
}
.widget ul {
  margin: 15px 0 0 15px;
}
.widget .tagcloud a, .widget p, .widget ul li a {
  font-size: 13px !important;
}
.widget p {
  margin: 0 0 10px 0;
}
.textwidget {
  height: 245px;
  overflow: hidden;
}













