.d_blog {/* class for the blog entries */
  position: relative;
  padding: 6px;
/* background-image:url(template_img/bg_blog.gif); */
  background-repeat: repeat-x;
}
/*h1,h2,h3 {
    font-family:"Trebuchet MS", Tahoma, Verdana;
    text-transform:uppercase;
    letter-spacing:1px;
}
h3 {
font-size:1.1em;
}*/
/* header styles */

.content_header {/* header for blogs */
  font-size: 1.3em;
  font-weight: bold;
}

.content_date {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

div.content_content {
  margin-left: 25px;
  line-height: 18px;
}

ul.linkList {
  padding-left: 5px;
  margin-left: 5px;
  list-style: none;
  list-style-image: none;
}

ul.linkList li {
  padding-left: 15px;
  margin-top: 6px;
  background-image: url(template_img/white_arrow.gif);
  background-repeat: no-repeat;
}

ul.content_linkrow li {
  display: inline;
  padding-left: 15px;
}

ul.content_linkrow li.author {
  background-image: url(template_img/person.gif);
  background-repeat: no-repeat;
}

ul.content_linkrow li.comments {
  background-image: url(template_img/comments.gif);
  background-repeat: no-repeat;
}

ul.content_linkrow li.plink {
  background-image: url(template_img/plink.gif);
  background-repeat: no-repeat;
}
/* style for polls */

.pollName {/* header */
  font-size: 11px;
  font-weight: bold;
}

.poll {/* poll */
  font-size: 11px;
}
/* link styles */
/* generic links style */

A:link {
  color: #000000;
}

A:active {
  color: #000000;
}

A:visited {
  color: #000000;
}

A:hover {
  color: #CCCCCC;
  text-decoration: underline;
}


/* links within Blog content */

.b_content A:link {
  color: #000000;
  text-decoration: underline;
}

.b_content A:active {
  color: #000000;
}

.b_content A:visited {
  color: #000000;
}

.b_content A:hover {
  color: #000000;
}
/* links within Blog subtext */

.b_subtext A:link {
  color: #000000;
  text-decoration: underline;
}

.b_subtext A:active {
  color: #000000;
}

.b_subtext A:visited {
  color: #000000;
}

.b_subtext A:hover {
  color: #000000;
}
/* links within Comments  */

.c_content A:link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.c_content A:active {
  color: #000000;
  font-weight: bold;
}

.c_content A:visited {
  color: #000000;
  font-weight: bold;
}

.c_content A:hover {
  color: #000000;
  font-weight: bold;
}
/* headers as links */

/*h1 A, h1 A:hover {
  text-decoration: none;
  color: #000000;
} */
/* calendar begin */

table#calendar {
  font-family: Verdana;
  width: 100%;
  text-align: center;
  font-size: 10px;
}

table#calendar a:link {
  text-decoration: none;
}

table#calendar tr#days th {
  color: #999;
  font-weight: bold;
  padding: .3em 1px;
}

table#calendar tr#title th {
  font-size: 12px;
}

table#calendar td {
  width: 14%;
  height: 13px;
  color: #999;
  font-size: 10px;
  vertical-align: top;
  padding: 0px;
  background-color: #FAFAFA;
}

table#calendar td a:link, table#calendar td a:visited {
  color: #0000FF;
}

table#calendar td a:hover {
  color: #FF0000;
}

table#calendar th a {
  font-weight: bold;
}

table#calendar .today {
  background-color: #F3F3F3;
  border: solid 1px #CCCCCC;
}

table#calendar p {
  font-size: 10px;
  color: #666666;
  margin: 0px;
  padding: 0px;
}

/* calendar ends */

/* comments */
.c_cHeader {
  border-bottom: solid 2px #dddbdb;
  padding: 6px;
  padding-bottom: 2px;
}

.c_contentPerson {
  height: 10px;
  padding-left: 10px;
  padding-top: 20px;
  /*background-image: url(img/avatar/warhol.gif);
  background-repeat: no-repeat;  */
}

.c_contentTop {
  height: 20px;
  width: 460px;
  background-image: url(img/comment_bg1.gif);
  background-repeat: no-repeat;
}

.c_content {
  background-image: url(img/comment_bg2.gif);
  background-repeat: repeat-y;
  padding-left: 20px;
  padding-right: 20px;
}

.c_contentBottom {
  height: 20px;
  width: 470px;
  background-image: url(img/comment_bg3.gif);
  background-repeat: no-repeat;
}
/* Comments form */
#f1 {
background-color:#f1f1f1;
border:solid 1px #dddbdb;
margin:8px;
padding:8px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:100px;
margin:5px 0 5px 0;
padding:4px;
/* border:2px dotted #dddbdb; */
}

#f1 input {
height:28px;
}
 #f1 textarea {
 width:400px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:100px;
height:26px;
} 