/* blog start */
.blogSearchForm{
float:right;
margin-top:10px;
}
.blogSearchForm input[type=text] {
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
border:1px solid #eee;
box-shadow: inset 0px 0px 10px #bbb;
font-size:14px;
padding:8px 16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#666;
width:250px;
}
.blogSearchForm input[type=text]:focus {
background: #fff;
outline: none;
}
.blogSearchForm input[type=submit] {
background: #ec8b2d; /* Old browsers */
background: -moz-linear-gradient(top, #ec8b2d 0%, #ec924f 50%, #e06f23 51%, #da730f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec8b2d), color-stop(50%,#ec924f), color-stop(51%,#e06f23), color-stop(100%,#da730f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ec8b2d 0%,#ec924f 50%,#e06f23 51%,#da730f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ec8b2d 0%,#ec924f 50%,#e06f23 51%,#da730f 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ec8b2d 0%,#ec924f 50%,#e06f23 51%,#da730f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8b2d', endColorstr='#da730f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ec8b2d 0%,#ec924f 50%,#e06f23 51%,#da730f 100%); /* W3C */
color: #fff;
outline:none;
border:1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:8px 16px;
font-size: 14px;
margin-left:10px;
}
.blogSearchForm input[type=submit]:hover {
cursor: pointer;
}


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

.commentForm{
margin-top:20px;
}

.post {
margin-bottom:20px;
}
*/
