﻿h1 {
	font-size:18px;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #5C80B1;
}

a:hover {
	text-decoration: underline;
}

a#subscribe {
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../pics/rssbutton.gif) no-repeat right;
}

img {
	border: none;
}

.hilite {
	background-color: #ff0;
}

.loginbox{
	margin: 0 auto;
}

p.post div{margin:10px 0 30px 0; color:#666; font-size:14px;}

/*----------------------------
					 Header
----------------------------*/

/*----------------------------
						Menu
----------------------------*/

#menu{
	background: white;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li a.feed img{
	position: relative;
	top : 2px;
	margin-right: 3px;
}

/*----------------------------
					Side Panel
----------------------------*/

#sidepanel {
	float: right;
	width: 28%;
}

#sidepanel .box {
	background-color: white;
	border: 1px solid silver;
	padding: 3px 15px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #666666;
	text-align:left;
}

#sidepanel .box h1 {
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	color: #999999;

}

#sidepanel .box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidepanel .box ul li {
	margin-bottom: 3px;
}

#sidepanel img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

div.post h1, .mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
	text-align:left;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:justify;
}

div.post .text h2 {
	margin-bottom: -10px;
}


div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
	text-decoration:underline;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
	text-decoration:underline;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/


.self {
	border: 1px solid black;
}



.success {
	color: green;
	font-weight: bold;
}
.success_appendcomment {
	color: #980000;
	font-weight: bold;
	font-size:larger;
}
/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: left;
	border:1px solid black;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 200px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

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

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}



/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 30px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
    width:100px;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray;
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}

.post {zoom:1;} /* this is to fix the peek a boo rendering issue in IE 6 */
.post div {background-color:Red;}
.entryTitle
{
	float:left;
	width:320px;
	font-size:larger;
	text-align:left;}
.entryTitle a
{
	text-decoration:underline;
}
.entryPost
{
	clear:both;
	margin:0px; padding:20px 0; display:inline-block;
	text-align:left;}

.comments{float:right; display:block; font-size:smaller; }
.comments a {text-decoration:underline;}


.clear{clear:both;}

/* BLOG STYLE */

.twBlog .postContainer .rateAndComment .rating{width:200px; float:left; height:20px; }
.twBlog .postContainer .rateAndComment .rating table{margin-top:4px;}

.twBlog .postContainer .rateAndComment .comment{display:block; float:right; padding-top:0px; padding-right:5px; text-align:right;}
.twBlog .postContainer .rateAndComment .comment a{font-weight:normal; text-decoration:underline; display:block; margin-bottom:2px; }



/*----------------------------
					Star rater
----------------------------*/



.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}


.fLeft{float:left;}
.twBlogsOuter{overflow:auto;clear:both;}
.twBlogs{float:left; overflow:hidden; padding: 0px 5px 0px 0px;}
.twBlogs ul{margin:0; padding:0; }
.twBlogs .clear{clear:both; }
.twBlog{width:550px; font-family:'Trebuchet MS', Georgia, Arial 'Times New Roman', Times, serif;}
td{ vertical-align:top; padding:0;}
/*date holder*/
.twBlog .postedDate{width:50px; color:#5B7CB2; display:block; text-align:center; height:73px; padding:0; background:transparent url(../../images/blog_date_grey.png) no-repeat; float:left; height:73px; padding:5px 0;}
.twBlog .postedDate strong{font-size:17px;}
.twBlog .postedDate .month, .postedDate .year{display:block;}
.twBlog .postedDate .year{ border-top:1px dotted #5B7CB2; padding:2px 0; margin-top:2px;}


/*post holder layout*/
.twBlog .postContainer{float:left; width:500px; min-height:155px; height:auto !important; height:155px;}
.twBlog .postContainer .header{ background:url(../../images/blogTopLCorner.png) no-repeat; height:30px; margin-right:6px;   color:#5B7CB2;}
.twBlog .postContainer .header .c{ background:url(../../images/blogTopRCorner.png) top right no-repeat; height:30px; margin-right:-6px; }
.twBlog .postContainer .content{border:1px solid #ccc; border-width:0 1px; min-height:70px; padding:2px;  color:#918c8c; font-size:11px; background:#fff url(../../images/bodyBg.gif) top right repeat-y;}
.twBlog .postContainer .content p{margin:0;}
.twBlog .postContainer .footer{ background:url(../../images/blogBottomLCorner.png) no-repeat; height:6px;  margin-right:11px}
.twBlog .postContainer .footer .c{ background:url(../../images/blogBottomRCorner.png) top right no-repeat; height:6px;  margin-right:-11px}


/*post style*/
.blogList li{clear:both; list-style:none; padding-bottom:20px;}
.twBlog .postContainer .header a , .twBlog .postContainer .header strong{line-height:26px;   color:#5B7CB2; text-decoration:underline; }
.twBlog .header strong{margin:0; padding:0; line-height:10px; padding-left:10px; float:left; }

.twBlog .postContainer .content div.postView{margin:10px 0 30px 0; color:#666; font-size:14px;}
.twBlog .postContainer .rating{width:200px; float:left; height:20px; }
.twBlog .postContainer .rating table{margin-top:4px;}
.twBlog .postContainer .comment{display:block; float:right; padding-top:0px; padding-right:0px; text-align:right;}
.twBlog .postContainer .comment a{font-weight:normal; text-decoration:underline; display:block; margin-bottom:2px; }
.twBlog .postContainer .currentRate{ padding:0; margin:0 0 0 3px; display:inline; line-height:12px;}
.twBlog .postContainer .name{ color:#888; font-size:14px; margin:0 5px;}
.twBlog .postContainer .adminLink{ text-align:right; clear:both; padding:2px 0; margin-top:5px;  border-top:1px dotted #aaa; }
.twBlog .postContainer .adminLink a{margin-right:5px; color:#5B7CB2; text-decoration:underline;}
.twBlog .rateAndComment{height:23px; border-top:1px dotted #aaa; padding:5px 0 10px 0;}
.twBlog .rateAndComment a{color:#5B7CB2; font-weight:bold;  text-decoration:none;}
.twBlog .rateAndComment a img{border:none}
.twBlog .rateAndComment .totalRate{float:left; display:block;}
.twBlog .rateAndComment td{ vertical-align:bottom;}

/*sideMenu*/
.twBlogMenu {overflow: hidden; float: left;width:20;padding: 0px;}
.twBlogMenu .clear{clear:both; visibility:hidden; height:0; font-size:1px; line-height:0;}
.twBlogMenu div{font-size:11px; font-family:Arial, Helvetica, sans-serif;}
.twBlogMenu .search{ background:url(../../images/V3/blog_nav_top.png) no-repeat; width:150px; height:48px; padding:0px 2px 0 2px;}
.twBlogMenu .search div{clear:both;padding-top:4px;}
.twBlogMenu .searchBtn, .twBlogMenu .signInBtn {background:transparent url(../../images/v3/blog_srch_btn_out.gif) no-repeat scroll 0; display:block; float:right; height:18px; margin-right:4px; margin-top:4px; text-indent:-9999px; width:42px; border:none; padding:0; cursor:pointer; }
.twBlogMenu .searchBtn:hover{ background:url(../../images/v3/blog_srch_btn_over.gif) no-repeat;}
.twBlogMenu .signInBtn{ background:url(../../images/v3/blog_sgnin_btn_out.gif) no-repeat; }
.twBlogMenu .signInBtn:hover{ background:url(../images/v3/blog_sgnin_btn_over.gif) no-repeat;}
.twBlogMenu .sections { background:url(../../images/V3/blog_nav_bg.gif) repeat-y; margin:0; padding:0;}
.twBlogMenu .sections li{ list-style:none;}
.twBlogMenu .searchBox, .twBlogMenu .passWord{width:100px; border:1px solid #777; float:left;margin-top:4px;}

.twBlogMenu .includeComments {}
.twBlogMenu h3{ text-indent:-9999px; margin:0px; padding:0px; height:26px; }
.twBlogMenu li{ background:url(../../images/v3/blog_nav_sectn_btm.gif) left bottom no-repeat; padding-bottom:13px;}
.twBlogMenu .signIn h3{background:url(../../images/v3/blog_nav_sgnin_top.gif) no-repeat;}
.twBlogMenu .sections .content{ background:white; min-height:40px; height:auto !important; height:40px; border:1px solid #7F7C7C; border-width:0 1px; margin:0 12px 0 9px; padding: 12px 8px 0 2px; width:116px; overflow:hidden;}
.twBlogMenu .passWord {width:90px;}
.twBlogMenu h3{width:150px;height:26px;}
.twBlogMenu .recentPosts h3{background:url(../../images/v3/blog_nav_rcpsts_top.gif) no-repeat;}
.twBlogMenu .recentPosts ul li{background:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px;}
.twBlogMenu .recentPosts .post p{margin:2px 0; padding:0;}
.twBlogMenu .recentPosts .post strong a{ color:#637AB0; font-size:12px;  text-decoration:none; }
.twBlogMenu .recentPosts .post .comment{color:#777576;}
.twBlogMenu .recentPosts .more{color:#5B7CB2; font-weight:bold; margin:0 2px; text-decoration:none;}

.twBlogMenu .archives h3{background:url(../../images/v3/blog_nav_archv_top.gif) no-repeat;}
.twBlogMenu .archives strong a{ color:#637AB0; font-size:12px; text-decoration:none; }
.twBlogMenu .archives ul{margin:0; padding:0 0 8px 0;}
.twBlogMenu .archives ul li{background:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0;}
.twBlogMenu .archives .archive ul li{padding:0px 0 0 10px; font-weight:bold;}
.twBlogMenu .archives a{ text-decoration:none; color:#637AB0; font-size:12px; margin-right:5px;  }
.twBlogMenu .archives .totalPost{color:#777576;}
.twBlogMenu .footer{ background:url(../../images/V3/blog_nav_btm.png) no-repeat; height:8px;width:150px;}

.twBlogMenu .blogLinks h3{background:url(../../images/v3/blog_nav_blglnk_top.gif) no-repeat;width:150px;height:26px;}
.twBlogMenu .blogLinks ul{margin:0; padding:0 0 8px 0;}
.twBlogMenu .blogLinks ul li{background:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0;}
.twBlogMenu .blogLinks a{ text-decoration:none; color:#637AB0; font-size:12px; margin-right:5px; font-weight:bold; }

.twBlogMenu .recentComment h3{background:url(../../images/v3/blog_nav_rccmt_top.gif) no-repeat;width:150px;height:26px;}
.twBlogMenu .disclaimer h3{background:url(../../images/v3/blog_nav_dsclm_top.gif) no-repeat;}
.twBlogMenu .admin h3{background:url(../../images/v3/blog_nav_admin_top.gif) no-repeat;}





/*comment*/

/*comment holder layout*/
/*for comment post container*/
.twBlogComment .postContainer{float:left; width:440px;}
.twBlogComment .postContainer .header{ background:url(../../images/blog_sectn1_toplft.png) no-repeat; margin-right:8px; height:8px; }
.twBlogComment .postContainer .header .c{ background:url(../../images/blog_sectn1_toprt.png) top right no-repeat; height:8px; margin-right:-8px; }
.twBlogComment .postContainer .content{border:1px solid #ccc; border-width:0 1px; position:relative; padding:2px 10px 0 10px; color:#5E81A7; font-size:12px; background:#fff url(../../images/bodyBg.gif) top right repeat-y;}
.twBlogComment .postContainer .content p{margin:0;}
.twBlogComment .postContainer .footer{ background:url(../../images/blog_sectn2_btmlft.png) no-repeat; height:8px;  margin-right:8px; }
.twBlogComment .postContainer .footer .c{ background:url(../../images/blog_sectn2_btmrt.png) top right no-repeat; height:8px;  margin-right:-8px; }
.twBlogComment .user{width:93px; color:#A3A1A2; display:block; text-align:right; float:left; font-size:12px; padding-right:15px;}
.twBlogComment .userIcon{ background:transparent url(../../images/blog_cmts_avtr.png) top right no-repeat;  height:50px; display:block;}

/*comment section*/
.twBlog{padding:0 25px;}
.twBlogComment {font-family:'Trebuchet MS', Georgia, Arial "Times New Roman", Times, serif;}
.twBlogs .commentSection h3{margin:0; padding:0 106px; font-size:13px; text-indent:-999px; background:url(../../images/blog_cmnt_txt.png) no-repeat; width:230px; height:21px; padding-bottom:20px; float:left;}
.twBlogs .leaveAComment{display:block; float:left; background:url(../../images/blog_lvcmt_btn_out.gif) no-repeat; width:101px; height:19px; text-indent:-999px;}
.twBlogs .leaveAComment:hover{background:url(../../images/blog_lvcmt_btn_over.gif) no-repeat; }
.twBlogs .commentSection{padding:0; clear:left; margin-right:5px;}
.twBlogs .commentSection ul{padding:0; clear:both;}
.twBlogs .commentSection li{ list-style:none;  padding-bottom:10px;}
.twBlogComment  .postContainer .header strong{line-height:26px;}
.twBlogComment  .postContainer .content .post{margin:10px  0; }
.twBlogComment  .postContainer  .comment{display:block; float:right; padding-top:4px;}
.twBlogComment  .date{ text-align:right; color:#8B898A; font-size:11px;}

/*Add Comment*/
.twBlog{padding:0px;}
.twBlogs .addComment{width:500px;padding:0; clear:left; margin-right:26px; font-size:13px; color:#A3A1A2; }
.twBlogs .addComment h3{ text-indent:-999px; background:url(../../images/blog_addcmt_txt.png) no-repeat; width:250px; height:21px; }
.twBlogs .addComment p{clear:left; padding:10px 0; margin:0; font-family:'Trebuchet MS'; }
.twBlogs .addComment .required{ background:url(../../images/blog_txtinpt_req.png) no-repeat; display:block; width:69px; height:21px; float:left; text-indent:-9999px; position:relative; left:-5px; }
.twBlogs .addComment label{font-weight:bold;float:left; display:block; padding-right:5px; width:120px; text-align:right; }
.twBlogs .addComment span{line-height:20px;}
.twBlogs .addComment input{border:1px solid #CFC9C9; border-width:1px 0 1px 1px; float:left; height:18px; padding:1px 3px 0 5px; width:190px; color:#A3A1A2; }
.twBlogs .addComment .notrequired {border:1px solid #CFC9C9; border-width:1px 1px 1px 1px; float:left; height:18px; padding:1px 3px 0 5px; width:190px; color:#A3A1A2; }
.twBlogs .addComment .chkBox{width:15px; border:none; margin-right:5px;}
.twBlogs .addComment .gap{margin-left:125px;}
.twBlogs .addComment .commentArea{width:400px; height:70px; border:1px solid #CFC9C9; float:left;  color:#A3A1A2; padding:5px;margin-left:125px;}
.twBlogs .addComment .submitBtn { border: 0px solid transparent; border-width: 0 0 0 0; display:block; margin:20px 0 0 125px; background:url(../../images/blog_sbmtcmt_btn_out.gif) no-repeat; width:100px; height:19px; clear:left; }
.twBlogs .addComment .submitBtn:hover{background:url(../../images/blog_sbmtcmt_btn_over.gif) no-repeat; }
.twBlogs .addComment .commentValidator{padding-left:0px;}
.twBlogs .addComment .commentAutoNotify{padding-left:0px;}
.twBlogs .commentPadLabel {padding-left:0px;}


/*search*/
.twBlog .searchContainer{float:left; width:570px; min-height:155px; height:auto !important; height:155px;}
.twBlog .searchContainer .header{ background:url(../../images/blogTopLCorner.png) no-repeat; height:30px; margin-right:6px;   color:#5B7CB2;}
.twBlog .searchContainer .header .c{ background:url(../../images/blogTopRCorner.png) top right no-repeat; height:30px; margin-right:-6px; }
.twBlog .searchContainer .header strong {padding-top:10px;font-size:14px;}
.twBlog .searchContainer .content{border:1px solid #ccc; border-width:0 1px; min-height:70px; padding:2px 10px 0 10px;  color:#918c8c; font-size:11px; background:#fff url(../../images/bodyBg.gif) top right repeat-y;}
.twBlog .searchContainer .content p{margin:0;}
.twBlog .searchContainer .footer{ background:url(../../images/blogBottomLCorner.png) no-repeat; height:6px;  margin-right:11px}
.twBlog .searchContainer .footer .c{ background:url(../../images/blogBottomRCorner.png) top right no-repeat; height:6px;  margin-right:-11px}
