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

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

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

div.postPreview {
height:120px;
overflow: hidden;
border-top: 2px solid #222;
margin-bottom:20px;
position:relative;
padding-top:10px;
}
div.postPreview .postContent {
width:625px;
}
.blogContent img {
max-width:650px;
border:2px solid #222;
max-height:700px;
}
.blogContent a img:hover {
border:2px solid #222;
}

.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;
}

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

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

.readMore {
position:absolute; 
right:2px; 
top:111px;
}
.readMore a:hover {
text-decoration: underline;
}

.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;
}

