/* blog start */
.blogSearchForm{
float:right;
}

.blogPageLinks a{
font-size:1.2em;
}

.commentForm{
margin-top:20px;
}
/* blog end */


.blogSidebar {
float: right;
width: 210px;
margin: 0 0 20px 20px;
border-left: 2px solid #222;
padding: 20px 0 10px 20px;
background-color: black;
}
.blogSidebar h3 {
color: #444;
}

h1.blogTitle a {
text-decoration: none;
color: #444;
}

h1.blogTitle a:hover {
color: #444;
}

h2.postTitle, h2.postTitle a, h2.postTitle a:hover {
font-size: 30px;
color:#aaa;
padding-bottom:10px;
}

.postMeta {
margin-top: -20px;
}

.postContent {
margin-top: 20px;
border-bottom: 2px solid #222;
padding-bottom: 20px;
margin-bottom: 20px;
}

.searchButton {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
color: #fff;
width: 75px;
margin-left: 3px;
font-size: 12px;
}

.commentForm {
margin-top: 50px;
padding-top: 20px;
}

#CommentContent {
width: 300px;
height: 100px;
}

.comment {
margin-bottom: 25px;
}