.blogSearchForm{
margin-bottom:20px;
}
.commentForm{
margin-top:20px;
}

.blogSidebar {
float:right;
position: absolute;
top:320px;
right:5px;
width: 260px;
margin: 0 0 20px 20px;
padding: 30px 0 10px 40px;
border-left:1px solid #ddd;
}
.blogSidebar ul {
list-style-type: none;
}
.blogSidebar h3 {
color:#aaa;
font-size:22px;
}
.blogSidebar input#BlogSearch, .blog input[type=text] {
padding: 2px 10px 0 10px;
color:#333;
margin-right:10px;
}
.blogSidebar input[type=submit], .blog input[type=submit] {
color: #666;
}
input[type=submit]:hover {
cursor: hand;
cursor: pointer;
}

.blogTitle {
padding-bottom:30px;
margin-bottom:10px;
width: 600px;
}
.blogTitle h1, .blogTitle p {
margin-bottom: 0;
}
.blogTitle h1 a {
text-decoration: none;
}
h1.blogTitle a {
text-decoration: none;
color:#666;
font-weight: normal;
}
h1.blogTitle a:hover {}
h2.postTitle a, h2.postTitle {
text-decoration: none;
color: #666;
margin-bottom:0px;
/* font-weight: bold; */
}
h2.postTitle a:hover {
color:#333;
}

.postTitle {
line-height: 1.2;
}
.postMeta {
margin-bottom:15px;
}

.blogContent {
width:600px;
float:left;
}
.blogContent .post {
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #ddd;
}

.postContent h1 {
color: #777;
}
.postContent h2 {
color: #777;
}
.postContent h3 {
font-weight: bold;
color: #777;
}

