h2 {color:#666666;font-size:1.2em;font-weight:bold; margin-bottom:5px; margin-top:5px;}

.comment_avatar {
    float: left;
    border: 1px solid #B5B5B5;
    margin-right: 10px;
    margin-top: -6px;
}

.blog_title { 
    font-size: 17px; 
}

.title a { 
    font-size: 20px; 
}

.more_links a { 
    font-size: 17px; 
}

.post_pagenav a { 
    font-size: 17px; 
}

.post_text { 
    font-size: 14px; 
}

.border {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:14px;
    -moz-border-radius-bottomright:14px;
    -moz-border-radius-topleft:14px;
    -moz-border-radius-topright:14px;
    border:1px solid #CCCCCC;
    margin-bottom:10px;
}

.blog-body {
    padding:20px 16px 30px 20px !important;
}

.post-text img {
    border: 5px solid #eee;
    margin: 10px 10px 5px 0px;
    clear:both;
}

.post-text .titledimg {
    background-color:#eee;
    padding:5px;
    text-align:center;
    font-weight:bold;
}

.post-text .titledimg span {
    clear:both;
}

hr {
    border-width: 0px;
    border-top-color: #E0E0DC;
    border-top-style: solid;
    border-top-width: 1px;
    height: 1px;
}

.content {
    font-size:11px;
    margin-bottom:15px;
    line-height:16px;
}

#content {
    padding:10px 26px 20px 10px;
}

.comment .content blockquote {font-style: italic; padding: 5px 10px; background: #ffffff; border: 1px solid #ddd;}

.comments ol li .comment-meta {
    background:#FFFFFF url(../../images/comment_arrow.png) no-repeat scroll left bottom;
    font-size:0.9em;
    padding:0 0 35px 57px;
}

.comments ol li .comment-author {
    -x-system-font:none;
    display:block;
    font-family:"Century Gothic",Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:1.2em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.comments ol li .comment-text {
    background:#F6F7F4 none repeat scroll 0 0;
    border-bottom:1px solid #E0E0DC;
    border-left:1px solid #E0E0DC;
    border-right:1px solid #E0E0DC;
    overflow:auto;
    padding:0 10px 10px;
    width:498px;
}

.comment-text img {
   /*width: 100px;*/
   max-width:200px;
   /*max-height: 200px;*/
   border: 5px solid #eee;
   margin: 10px 10px 5px 0px;
   clear:both;
}

.comments ol li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

/* 
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	width:498px;
	margin-left:50px;
}
*/

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	line-height: 2.0;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	line-height: 2.0;
	font-size:11px;
}

.comment_form {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	width:498px;
	margin-left:50px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	float: center;
}

#addAnswer {
	width: 16px;
	height: 16px;
	background: url(../../images/add.png);
	float:right;
	cursor: pointer;
	opacity:0.4 ;
	filter: alpha(opacity=40)
}

#deleteAnswerTable {
	width: 16px;
	height: 16px;
	background: url(../../images/delete_line.png);
	float:right;
	cursor: pointer;
}

div.div_message_poll
{
  display: block;
  background: #F0F0EE url("./images/quote.gif") no-repeat 5px 5px;
  border: 1px solid #CCCCCC;
  margin: 0.5em 1px 0pt 0px;
  padding: 5px 5px 5px;
  overflow: hidden;
}

.comment-poll { 
overflow: auto; 
width: 95%; 
padding: 5px 2%; 
margin-bottom: 10px; 
background: #f8f8f8 url(../../images/code.gif); 
border: 1px solid #dce6f0; 
clear: both; }

.comment-poll img {
   border: 0px;
   margin: 0px 10px 0px 0px;
}
