/* -------------------------------------------------------------- 

	Theme Name: Aurelius
	Theme URI: http://www.pengbos.com
	Description: A wordpress Theme by Pengbo's
	Author: Pengbos.com
	Author URI: http://www.pengbos.com
	Version: 0.1
	Tags: portfolio, theme, wordpress, jquery, roundabout
	General comments/License Statement if any.

-------------------------------------------------------------- */

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

/* ------Comments-----*/

.commentlist {margin:0; padding:0;}

.commentlist ol{margin:0; padding:0; list-style:none;}
.commentlist li	{width:100%; clear:both; float:left; padding:0; list-style-type:none; margin:0; position:relative;}

.commentlist li.odd, .commentlist li.even{margin:0 0 10px 0; padding:15px; list-style:none;}

.commentlist li.odd{color:#666666; background-color:#F7F7F7;}
.commentlist li.odd a{color:#FF9900; background-color:#F7F7F7;}

.commentlist li.even{color:#666666; background-color:#E8E8E8;}
.commentlist li.even a{color:#FF9900; background-color:#E8E8E8;}

.commentlist .author .name{font-weight:bold;}
.commentlist .submitdate{font-size:smaller;}

.commentlist p {margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

.commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0px,0px,0px,10px;}


/* ----------------------------------------------Right Block-------------------------------------*/

/* Comment's List */
	
h2.widgettitle {font-size:19px;}



