div.itemNav span {
  padding-right: 5px;
}
#blog .content,
#blog {	background-color: #c8f3fb;	}

#blog .box{
	width: 640px;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
}

#blog .boxheader,
#blog .boxfooter { height: 20px; }
#blog .boxheader { background: url(../images/blog/boxheader.png) 0 0 repeat-y; }
#blog .boxcontent { background: url(../images/blog/boxrepeat.png) 0 0 repeat-y; }
#blog .boxfooter { background: url(../images/blog/boxfooter.png) 0 0 repeat-y; }

#blog .boxcontent {
	padding: 40px;
}

/* #blog .boxcontent h2 { margin-top: -20px; } */


#blog .sidebar {
	width: 200px;
	float: right;
	margin-right: 40px;
}

#blog .sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#blog .sidebar ul li {
	padding: 3px 0 3px 0;
}

#blog .sidebar ul li a span{
	float: right;
	color: #222;
	font-weight: 200;
}

#blog .sidebar h4 {
	background: url(../images/blog/sidebar_seperator.png) 0 0 no-repeat;
	padding: 30px 0 10px 0;
	margin: 30px 0 0 0;
	font-size: 15px;
}

#blog .sidebar h4 a {
	float: right;
	font-size: 13px;
}

#blog .icon {
	padding: 3px 0 3px 24px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#blog .feed { background-image: url(../images/icons/feed.png);}
#blog .twitter { background-image: url(../images/icons/twitter.png);}
#blog .facebook { background-image: url(../images/icons/facebook.png);}
#blog .linkedin { background-image: url(../images/icons/linkedin.png);}

#blog .sidebar .search {
	margin: 40px 0 20px 0;
}

#blog .sidebar .search input{
	width: 200px;
	padding: 8px 10px 8px 10px;
	border: 0;
	font-size: 13px;
	line-height: 13px;
  	outline: none;

}


#blog .sidebar .search .focusField{
		background: url(../images/blog/search.png) 0 -70px no-repeat;
    }
#blog .sidebar .search .idleField{
		background: url(../images/blog/search.png) 0 0 no-repeat;
    }


#blog .sidebar .tags {
	line-height: 31px;
	width: 200px;
	display: table;
	clear: both;
}

#blog .sidebar .tags a {
	display: block;
	float: left;
	background: #e22600;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 1px 1px #7d1500;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; behavior:url(../border-radius.htc);
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 12px;
	margin: 3px;
	white-space: nowrap;
	border-bottom: 1px solid #7d1500;
}

#blog .postheader,
#blog .discussionheader,
#blog .feedbackheader {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: -64px;
	padding-left: 64px;
	margin-bottom: 10px;
	line-height: 15px;
	height: 80px;
	position: relative;
}

div.itemBody div, bodytext {
        font-size: 13px;
        font-family: 'Helvetica', 'Arial', 'sans-serif';
        color: #666666;
}

div.itemBody div h1 {
        font-size: 28px;
	margin: 0px;
	padding: 10px 0 5px 0;
        color: #74C0E2;
}
div.itemBody div h2 {
        font-size: 24px;
	padding: 10px 0 5px 0;
        color: #74C0E2;
        margin: 0px;
}
div.itemBody div h3 {
        font-size: 18px;
	margin: 0px;
	padding: 10px 0 5px 0;
        color: #74C0E2;
}
div.itemBody div h4 {
        font-size: 14px;
	margin: 0px;
	padding: 10px 0 5px 0;
        color: #74C0E2;
}
div.itemBody div h5 {
        font-size: 12px;
	margin: 0px;
	padding: 10px 0 5px 0;
        color: #74C0E2;

}

div.itemBody h3,
div.itemBody h3 a,
#blog .postheader h3,
#blog .discussionheader h3,
#blog .feedbackheader h3 {
        font-size: 20px;
	margin: 0px 0 0 0;
	padding: 10px 0 5px 0;
} 

#blog .postheader p,
#blog .discussionheader p,
#blog .feedbackheader p {
	margin: 0;
	padding: 0;
} 


#blog .postheader { background-image: url(../images/blog/icon_comments.png); }
#blog .discussionheader { background-image: url(../images/blog/icon_discussion.png); }
#blog .feedbackheader { background-image: url(../images/blog/icon_feedback.png); }

#blog .postheader span { 
	position: absolute;
	left: 28px;
	top: 22px; 
	font-size: 15px;
	color:
	text-align: center;
	color: #e22600;
	font-weight: 700;
}

#blog .comment {
	width: 560px;
}

#blog .comment .commentheader{
	height: 10px;
	background: url(../images/blog/commentboxheader.png) 0 0 no-repeat;
}

#blog .comment .commentcontent {
	padding: 10px 30px 10px 30px;
	background: url(../images/blog/commentboxrepeat.png) 0 0 repeat-y;
}

#blog .comment .commentfooter {
	height: 70px;
	padding: 20px 0 0 0;
	background: url(../images/blog/commentboxfooter.png) 0 0 no-repeat;
} 

#blog .comment .commentfooter a { float: left; }
#blog .comment .commentfooter p { float: left; padding-left: 30px; margin-top: 5px;}

#blog .postcontent img {
	margin: 10px 0 10px 0;
}

#blog .postcontent {
	line-height: 17px;
}

#blog .postcontent p {
	padding: 10px 0 10px 0;
}

#blog .postcontent ul {
	margin: 0 0 0 15px;
	padding: 20px 0 20px 0;
	color: #666;
}

#blog .postcontent ul li {
	padding: 0 0 0px 4px;
	margin: 0 0 5px 0px;
	color: #222;
}

#blog .postcontent blockquote { 
	border-left: 10px solid #ccc;
	padding-left: 20px;
	margin-left: 0px;
	margin: 20px 0 20px 0;
}

#blog .postfooter { 
	padding: 20px 0 20px 0; 
}

#blog .postfooter ul{
	list-style-type: none;
	
}

#blog .postfooter ul li {
	margin: 0;
	padding: 0;
	display: inline
}

#blog .postfooter .tags {
	padding: 10px 0 10px 0;
	text-align: center;
	color: #666;
}

#blog .postfooter .tags a {
	background: #e22600;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 1px 1px #7d1500;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 7px 15px 7px 15px;
	margin: 7px;
}

#blog .postfooter .options {
	width: 560px;
	text-align: center;
	padding: 10px 0 10px 0;
}

#blog .postfooter .options a {
	background: #e22600;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 1px 1px #7d1500;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	margin: 5px;
}


#blog .feedback {
	display: table;
	width: 560px;
}

#blog .feedback textarea,
#blog .feedback input {
	border: 0;
	width: 530px;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	background: #c9f1f5;
	color: #1b2f31;
	line-height: 13px;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


#blog .feedback .left {
	width: 245px;
	margin-right: 10px;
}

#blog .feedback .right {
	width: 245px;
	margin-left: 10px;
}


#blog .feedback .center {
	width: 530px;
}

#blog .feedback textarea {
	width: 530px !important;
	outline: 0;
	height: 150px;
	overflow: auto;
}


#blog .feedback .button {
	clear: both;
	display: inline;
	background: #e22600;
	color: #fff;
	width: auto;
	font-weight: bold;
	float: right;
	margin: 10px 10px 0 0;
	text-shadow: 0px 1px 1px #7d1500;
	border: 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;

}

#blog .feedback .focusField{
	background: #b9e5e9;
	outline: 0;
    }
#blog .feedback .idleField{
    }

.tagCloud {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  /* height: 100%; */
}
