/* -------------------------------------------------------------- 

	Theme Name: WebPixel
	Author: WebPixel
	Version: 0.1
	Tags: portfolio, theme, wordpress, jquery, roundabout

-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/layout.css";
/*@import "style/css/diagnostic.css"; Just use for developing tests */

 a.more-link{color:#FF3300; text-decoration:none;}
.tooltip {
	display:none;
	background:transparent url(images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
        z-index: 200;
}

.blog_item {width:205px; position:relative; margin:0 20px 28px 20px; padding:0;}
.blog_item img {padding:5px; border: 1px solid #aaaaaa; width:205px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background:#f9f9f9; margin-bottom:0px;}
.blog_item span	{display:none;}
.blog_item:hover img {-webkit-box-shadow:0px 0px 20px #787878; -moz-box-shadow:0px 0px 20px #787878; background:#f9f9f9;}
.blog_item:hover span {display:inline; position:absolute; bottom:6px; right:6px; padding:10px 15px; background:#f9f9f9; color:#000000; z-index:999; border-left:1px solid #aaaaaa; border-top:1px solid #aaaaaa; -webkit-border-top-left-radius: 5px; -moz-border-radius-topLeft: 5px;}

#lastestblog_title {background:none repeat scroll 0 0 #CCCCCC;}
#lastestblog_title h3{padding: 5px;}