/* Start of CMSMS style sheet 'blog' */
div#blogleft {
   float:left;
   width:500px;
   margin-left:50px;
}
div#blogright {
   margin-left:590px;
   width:280px;
   padding-top:10px;
}

div#blogright div.blog-sidebar-item {
   margin-bottom:20px;
   border-bottom:1px dashed #809E71;
}

div#blogleft div.post {
   border-top:1px dotted #a0a0a0;
   border-bottom:1px dotted #a0a0a0;
   background:#fff;
   margin-bottom:20px;
   padding:10px;
}

div#blogleft h3 {
   font-size:15px;
}

div#blogclear {
   clear:both;
   height:1px;
}

div#main div#subcolumns div#blogleft ol li{
   background: transparent;
   list-style: none;   
   padding-left:0px;
   margin-left:0px;
}

div.comment-meta{
   font-size:9px;   
}
div.comment-text {
   background:#fff; 
   margin-top:10px;
   padding:5px 20px;
   border:1px solid #a0a0a0;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius: 5px;
}

span {
   display:block;
   height:16px;
}
span.says {
   padding: 10px 0 0 20px;
   margin-top:-4px;
   font-size:12px;
   height:38px;
   background:transparent url(images/commentbg.gif) no-repeat scroll 7px 0px;
}
span.tags {
   background:transparent url(images/blogtagblack.png) no-repeat scroll 3px 0;
   padding:3px 0 10px 30px;
}
span.edit {
   background:transparent url(images/blogeditblack.png) no-repeat scroll 3px 0;
   padding:3px 0 10px 30px;
   margin-top:10px;
}
a.comments {
   background:transparent url(images/blogcomment.png) no-repeat scroll 3px 0;
   padding:3px 0 10px 30px;
}
/* -- SIDE BAR -- */
div#blogsearch {
   margin-bottom:20px;
}

input[type=submit] {
   background:transparent url(images/button2.gif) no-repeat scroll 0 0;
   border:medium none;
   color:#FFFFFF;
   cursor:pointer;
   font-weight:600;
   height:34px;
   width:84px;
}
/* -- TAG CLOUD -- */
div#tagcloud {
   padding:0 10px 10px 10px;
}

div#tagcloud a{
   margin:5px;
}

div#tagcloud a.w400 {
   font-size:10px;
}

div#tagcloud a.w500 {
   font-size:14px;
}
div#tagcloud a.w600 {
   font-size:18px;
}
div#tagcloud a.w700 {
   font-size:22px;
}
div#tagcloud a.w800 {
   font-size:26px;
}
div#tagcloud a.w900 {
   font-size:30px;
}
/* End of 'blog' */

