#categories-title {
	display:block;
	width:75px;height:16px;
	background:url(../images/title-categorii.gif) no-repeat;
}
#calendar-title {
	display:block;
	width:64px;height:14px;
	background:url(../images/calendar-title.gif) no-repeat;
	margin-bottom:15px; 
}
#wp-calendar {
	width:100px;
}


#other-blog-articles {
	display:block;
	width:143px;height:18px;
	background:url(../images/other-blog-articles.gif) no-repeat;
	margin-bottom:20px;
}
#blogroll {
	display:block;
	width:52px;height:17px;
	background:url(../images/blogroll.gif) no-repeat;
}
.blogroll-list {
	margin-bottom:20px;
	margin-top:10px;
}
.blogroll-list ul {
	margin-left:0;padding:0;
	list-style-image: url("../images/arrow1.gif");
}
.blogroll-list li {
	margin-left:14px;padding:0;
}

#archives {
	display:block;
	width:101px;height:16px;
	background:url(../images/title-arhiva-blogului.gif) no-repeat;
}

.commentsButtons {
	margin-bottom:20px;
	border-top:1px solid #e8baea;
	padding-top:5px;
}

#myProjects {
	display:block;
	width:83px;height:16px;
	background:url(../images/my-projects.gif) no-repeat;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 10px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	font-size: 12px;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.blogImage {
	display:block;
	padding-right:5px;
	padding-bottom:5px;
	background:url(../images/shadow.gif) no-repeat bottom right;
}

div.pagination {
        text-align:center;
        padding: 7px;
        margin: 3px;
}



      div.pagination a {
              padding: 2px 5px 2px 5px;
              margin: 2px;
              border: 1px solid #505050;
             
              text-decoration: none; /* no underline */
              color: #000000;
      }
      div.pagination a:hover, div.pagination a:active {
              border: 1px solid #8d1292;

              color: #000;
      }
      div.pagination span.current {
              padding: 2px 5px 2px 5px;
              margin: 2px;
                      border: 1px solid #505050;
                     
                      font-weight: bold;
                      background-color: #8d1292;
                      color: #FFF;
              }
      div.pagination span.disabled {
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #999999;
             
                      color: #999999;
              }



