.clear:before,.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}
/* Normalize */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure
	{
	margin: 0;
	padding: 0;
}

.post iframe {
	border: none;
}

article,aside,details,figcaption,figure,#footer,#header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.05em;
	line-height: 1;
	font-weight: 400;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	overflow-y: scroll;
	background: none repeat scroll 0% 0% rgb(241, 244, 249);
width: 100%;
min-width: 900px;
}

ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a ,input[type="button"]{
	color: rgb(35, 125, 172);
	text-decoration: none;
	outline: medium none;
}

a:hover,.postTitle a:hover ,input[type="button"]:hover{
	color: rgb(5, 100, 149);
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}
/* title font*/
.entrylistItemTitle,.entrylist h1.entrylistTitle,#navigator,h1,#header #navigator ul
	{
	font-family: 'League Gothic', 'Bebas Neue', 'Arial Narrow', Arial,
		sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
}

/* center */
#header #blogTitle,#header #navigator,#header #navigator ul,#header #navigator .blogStats
	{
	float: none;
	margin: 0px auto;
	clear: both;
}
/***header***/
#header,#footer,#mfooter {
	background: none repeat scroll 0% 0% rgb(0, 153, 204);
	position: relative;
	z-index: 999;
	padding: 30px 0px;
}

#header * {
	display: inline;
}

#header #navigator,#header #navigator .blogStats {
	padding: 23px 10px 7px;
}

#header #navigator .blogStats {
	float: right;
	font-size: 14px;
}

#site_nav_under,#header #navigator ul {
	font-size: 20px;
}

#header #navigator ul li a,#header #navigator .blogStats,#header #blogTitle h1 a
	{
	white-space: nowrap;
	color: rgb(255, 255, 255);
	margin: 0px 14px 0px 10px;
}

#header #blogTitle h1 a:hover {
	opacity: 0.9;
}

#header #navigator ul li a:hover,#BlogPostCategory a:hover,#EntryTag a:hover
	{
	color: rgb(5, 100, 149);
}

#header #navigator ul li {
	display: inline;
	color: rgb(35, 125, 172);
}
/* main main content */
#main {
	padding: 0px 20px;
	position: relative;
	max-width: 1243px;
	margin: 0px auto;
}

#main #mainContent {
	width: auto;
	margin-right: 218px;
	min-height: 1024px;
	display: block;
}

/* side bar*/
#main #sideBar {
	display: block;
	width: 218px;
	position: absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	border: medium none;
	font-size: 11px;
	line-height: 21px;
}

#main #sideBar div.newsItem,#main #sideBar div.mySearch,#main #sideBar div.catListLink,#main #sideBar div.catListPostCategory
	{
	margin-top: 1em;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	padding: 10px 20px 10px;
	position: relative;
}
#taglist_title,
#main #sideBar .catListTitle, h3.myposts_title{
	text-transform: uppercase;
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	color: rgb(170, 170, 170);
	border-bottom: 8px solid rgba(170, 170, 170, 0.7);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: rgb(170, 170, 170);
}
 h3.myposts_title,#taglist_title{
 	font-size: 23px;
 }

/** entrylist***/
.entrylist h1.entrylistTitle {
	line-height: 1;
	padding: 35px 0px 15px 10px;
	font-size: 46px;
}

.entrylist div.entrylistDescription {
	clear: both;
	padding: 0px 10px;
	margin-bottom: 20px;
	color: rgb(119, 119, 119);
	line-height: 1.4;
}

.entrylistItem,.day {
	display: inline;
	width: 40%;
	height: 218px;
	background-color: rgb(255, 255, 255);
	padding: 20px;
	margin: 10px;
	float: left;
}

.post,#comment_form,#blog-comments-placeholder ,#myposts,#taglist_main{
	background-color: rgb(255, 255, 255);
	padding: 20px;
	margin: 10px;
}

.entrylistDescription+.entrylistItem {
	width: 90%;
}

.day:FIRST-CHILD {
	width: 90%;
}

.entrylistItemTitle,.postTitle a {
	font-size: 23px;
	display: block;
	margin-bottom: 10px;
	color: black;
	text-transform: uppercase;
}

.post .postTitle a {
	font-size: 46px;
	line-height: 46px;
	padding: 15px 3px;
	margin: 0px 0px 15px;
	border-bottom: 1px solid whiteSmoke;
}
#MySignature ,
.entrylistPostSummary,.postCon,#ad_under_post_holder,.site_nav_under,#blog-comments-placeholder
	{
	line-height: 1.5em;
	font-size: 0.8em;
}

#MyTag1_dtTagList{
	line-height: 2em;
	font-size: 1em;
}
.dayTitle {
	float: right;
}

.postBody {
	line-height: 1.5em;
}

.postBody p {
	padding: 0.75em 0px;
}

.entrylistItemPostDesc,.postDesc,.dayTitle {
	line-height: 15px;
	margin: 0px 2px;
	padding: 0px;
	white-space: nowrap;
	color: rgb(153, 153, 153);
	font-size: 11px;
}

.topicListFooter,#comment_nav {
	z-index: 9999;
	position: fixed;
	right: 512px;
	bottom: 10px;
}

.topicListFooter a,#comment_nav a {
	padding: 4px;
	font-size: 11px;
	line-height: 1.5em;
	background-color: white;
	border: solid 1px black;
}

#tbCommentBody,div.commentbox_title ,#MyTag1_dtTagList{
	width: 100%;
}

#green_channel {
	width: 100%;
	text-align: center;
}

#commentbox_opt {
	float: right;
	display: inline;
}

#ad_under_post_holder {
	padding-top: 20px;
}

#google_ad_c1 {
	display: inline;
	float: right;
}

#blog_news_kb {
	display: block;
}

#site_nav_under {
	line-height: 1.5em;
	padding: 20px 0px 20px;
	border-bottom: 8px solid rgba(170, 170, 170, 0.7);
}

#commentform_title,#comment_form_container,.feedback_area_title ,
#cnblogs_post_body{
	padding-bottom: 20px;
	border-bottom: 8px solid rgba(170, 170, 170, 0.7);
}

.commentbox_main {
	padding-top: 10px;
}

#BlogPostCategory,#EntryTag,#commentform_title,.feedback_area_title {
	text-transform: uppercase;
	color: rgb(170, 170, 170);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
}

.feedbackManage {
	display: inline;
	float: right;
}

.feedbackItem{
       padding: 1em 1em 1em;
       margin: 0 0 1em;
       border: solid 2px rgb(40,130,170);
}

.feedbackListSubtitle a {
     font-size: 1.5em;
     font-weight:bold;
}

.comment_actions a, .comment_vote a ,input[type="button"]{
     font-size: 14px;
     font-weight:normal;
      margin: 4px 4px 4px;
      padding: 4px 4px 4px;
      background: #ddd;
     border:none;
}

#BlogPostCategory{
	line-height: 2em;
}
#BlogPostCategory a,#EntryTag a {
	color: white;
	padding: 2px;
	background: none repeat scroll 0% 0% rgb(0, 153, 204);
}


/***footer***/
#footer,#mfooter {
	width: 100%;
	display: block;
	text-align: center;
	color: white;
}