.blog .post{

    position: relative;

    margin-bottom: 36px;

    background: #fcfcfc;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

}

.blog .post.no-image{

    padding-top: 18px;

}

.blog .post .bottom{

    bottom: 0;

    position: absolute;

    width: 100%;

    height: 54px;

    background-color: #fafafa;

    -moz-border-radius: 0 0 3px 3px;

    -webkit-border-radius: 0 0 3px 3px;

    border-radius: 0 0 3px 3px;

    z-index: 1;

}

.blog-post .post{

    background: #fff;

}

.blog-post .post .bottom{

    background-color: #fcfcfc;

}

#page .blog .post .img{

    box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

#page .blog .post .img img{

    -moz-border-radius: 3px 3px 0 0;

    -webkit-border-radius: 3px 3px 0 0;

    border-radius: 3px 3px 0 0;

}

.blog .post img.bw_thumbnail{

    opacity: 0.2; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=20); /* IE6-IE8 */

}

.blog .post:hover .grayscale .icon{

    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=100); /* IE6-IE8 */ 

}

.blog .post:hover .grayscale img.bw_thumbnail{

    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=0) !important; /* IE6-IE8 */ 

}

#content.blog .post .columns{

    position: relative;

    z-index: 9;

}

#content.blog .post .column2{

    width: 440px;

}

#page .container .column2 h4{

    line-height: 18px;

    padding: 9px 10px 9px 0;

}

.blog .post .content{

    border: 1px solid #ebebeb;

    border-left: none;

    border-right: none;

    padding-top: 9px;

    padding-right: 10px;

}

.more-link{

    display: block;

    margin-top: 18px;

}

.blog .post .meta ul{

    padding: 17px 0 18px;

    margin-bottom: 0;

}

.blog .post .meta ul li{

    color: #e1e1e1;

    display: inline-block;

    padding: 0 0 0 21px !important;

    margin-right: 10px;

    margin-bottom: 0;

    background-repeat: no-repeat;

    background-position: 0 2px;

}

.meta ul li a{

    font-size: 12px;

    font-family: sans-serif;

}

.meta ul li a:hover{

    color: #555;

}

.meta ul li.author{

    background-image: url(../Rocky/16px-blog/user-edit.png);

}

.meta ul li.comment{

    background-image: url(../Rocky/16px-blog/comment-write.png);

}

.meta ul li.folder{

    background-image: url(../Rocky/16px-blog/folder-edit.png);

}

.metaDate{

    border: 1px solid #ebebeb;

    border-left: none;

    border-right: none;

    padding-top: 9px;

    margin-top: 36px;

    height: 100%;

}

.blog-post .metaDate{

    margin-top: 0;

}

.metaDate .date{

    float: right;

    font-family: sans-serif;

    font-size: 12px;

    display: block;

    padding-left: 21px;

    background-image: url(../Rocky/16px-blog/calendar-edit.png);

    background-repeat: no-repeat;

    background-position: 0 1px;

    margin-bottom: 18px;

}

.metaDate .tags{

    text-align: right;

    margin-bottom: 9px;

}

.metaDate .tags p{

    font-weight: bold;

    margin-bottom: 9px;

}

.tags a{

    display: inline-block;

    font-family: sans-serif;

    font-style: normal;

    font-size: 10px;

    text-transform: uppercase;

    padding: 0 5px;

    margin-bottom: 9px;

    color: #fff !important;

    text-decoration: none;

    background-image: -webkit-gradient(linear, left bottom, left bottom, from(rgba(255,255,255,.4)), to(rgba(255,255,255,0))); /* Saf4+, Chrome */

    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,0)); /* Chrome 10+, Saf5.1+, iOS 5+ */

    background-image:    -moz-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,0)); /* FF3.6+ */

    background-image:      -o-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,0)); /* Opera 11.10+ */

    background-image:         linear-gradient(to bottom, rgba(255,255,255,.4), rgba(255,255,255,0));

	-moz-box-shadow: 0 0 2px 0 rgba(255,255,255,.8) inset;

	-webkit-box-shadow: 0 0 2px 0 rgba(255,255,255,.8) inset;

	box-shadow: 0 0 2px 0 rgba(255,255,255,.8) inset;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

    border: 1px solid;  

}

.tags a:hover{

    background-color: #959595;

    border-color: #959595;

}

.metaDate .tags a{

    background-image: -webkit-gradient(linear, left bottom, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,.3))); /* Saf4+, Chrome */

    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,.3)); /* Chrome 10+, Saf5.1+, iOS 5+ */

    background-image:    -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,.3)); /* FF3.6+ */

    background-image:      -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,.3)); /* Opera 11.10+ */

    background-image:         linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,.3));

    background-color: #ebebeb;

    border-color: #e1e1e1;

    text-shadow: 0 1px 0 rgba(255,255,255,1);

}

.metaDate .tags a:hover{

    background-color: #fafafa;

}

.share-post-button{

    margin-bottom: 9px; 

}

.share-post-button li{

    height: 18px;

    list-style: none;

    float: left;

    margin-bottom: 9px;

    margin-right: 5px;

    padding: 0;

}

.share-post-button li.fb,

.share-post-button li.tw,

.share-post-button li.pin{

    width: 90px;   

}

.share-post-button li.go{

    width: 50px;

}

.share-post-button li img{

    padding: 0;

}

.pagination{

    line-height: 24px;

    margin-bottom: 18px;

}

.pagination span{

    display: block;

    float: left;

    margin-right: 5px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

}

.pagination a{

    position: relative;

    display: block;

    font-weight: bold;

    font-size: 11px;

    float: left;

    text-decoration: none;

    margin-right: 5px;

    padding: 0 8px;

    color: #555;

    border: 1px solid #e1e1e1;

    background-color: #fff;

	-webkit-transition: 0.1s linear all;

	-moz-transition: 0.1s linear all;

	-ms-transition: 0.1s linear all;

	-o-transition: 0.1s linear all;

	transition: 0.1s linear all;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;  

}

.pagination a:hover{

    top: 1px;

    color: #363636;

    background-color: #ebebeb;

    border-color: #ccc;

}

.pagination .current{

    position: relative;

    top: 1px;

    font-weight: bold;

    font-size: 11px;

    display: block;

    padding: 0 8px;

    color: #363636;

    background-color: #ebebeb;

    border: 1px solid #ccc;

}

.pagination .nextlink,

.pagination .prevlink{

    color: #555;

}

.pagination .pages{

    font-size: 12px;

    font-family: sans-serif;

}

.pagination .nextlink em,

.pagination .prevlink em{

    font-size: 13px;

    font-family: sans-serif;

}

.comment h3{

    margin-bottom: 18px;

}

.comment-container{

    position: relative;

    left: -3px;

    margin-bottom: 36px;

    background-color: #fff;

    border: 1px solid #ebebeb;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.comment-post{

    position: relative;

    left: 4px;

    top: -4px;

    background-color: #fafafa;

    border: 1px solid #ebebeb;

    padding: 18px 18px 0;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.comment-post .avatar{

    float: left;

    padding: 3px;

    background: #fff;

    border: 1px solid #ebebeb;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);  

}

.comment-post img{

    display: block;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.comment-post p{

    margin-left: 110px;

}

.comment-author{

    font-weight: bold;

    text-transform: uppercase;

    color: #363636;

    margin-bottom: 0;

}

.comment-info{

    font-family: sans-serif;

    font-size: 10px;

    font-style: italic;

    text-transform: uppercase;

    color: #959595;

}

.comment-info a{

    border-left: 1px solid #ebebeb;

    padding-left: 5px;

    margin-left: 5px;

}

.comment-post.reply{

    background: none;

    border: none;

}

.related h4,

.comment h4,

.comment-form h4{

    margin-bottom: 18px !important;

}

form.comment textarea{

    width: 406px;

}

.post-isotope{

    width: 640px !important;

    margin-left: -10px;

    padding-top: 10px;

    margin-top: -10px;

}

.full-post .post-isotope{

    width: 960px !important; 

}

.post-isotope .element{

    width: 140px;

    margin: 0 10px 18px;

    text-align: center;

}

.post-isotope .img{

    margin-bottom: 0 !important;

}

.post-isotope img.bw_thumbnail{

    opacity: 0.4; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=40); /* IE6-IE8 */

}

.post-isotope .element:hover .grayscale .icon{

    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=100); /* IE6-IE8 */ 

}

.post-isotope .element:hover .grayscale img.bw_thumbnail{

    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */

    filter: alpha(opacity=0) !important; /* IE6-IE8 */ 

}

.post-isotope h4{

    font-size: 13px !important;

    line-height: 18px !important;

    padding: 9px 0;

    margin-bottom: 0 !important;

}

.post-isotope h4 a{

    text-decoration: none;

    color: #363636;

}