
a {
	text-decoration: none;
	color:#000099;
}

/* ==========================================================================
   HOME
   ========================================================================== */

.box {
	float: left;
 	border:0px solid #fff;
 	border-radius: 5px;
 	background: #fff;
 	margin: 10px;
 	padding: 20px 20px 0;
 	overflow: hidden;
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size:95%;

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);

	width: 250px;
	width: 300px;
	border-top:0px solid #fff;

}
.box p {
	margin-top: 0;
}

.box .post-thumb-link,
.box .entry-image {
	display: block;
	width: 300px;
	height: 320px;
	overflow: hidden;
	margin: -20px 0 20px 20px;
}
.box .post-thumb-link2,
.box .entry-image {
	display: block;
	width: 300px;
	height: 240px;
	overflow: hidden;
	margin: -20px 0 20px -20px;
}
.box h2.post-title {
	margin: 0 0 10px;
	font-weight: 280;
	font-size:200%;
	line-height: 120%;
}

.edit-post {
	margin: 0;
	position: absolute;
	top:10px;
	right: 10px;
	display: none;
	background: #eee;
	border-radius: 100px;
	padding:8px 5px;
	font-size: 70%;
	text-align: center;
	text-transform: uppercase;
}

.edit-post a {
}


article:hover .edit-post {
	display: block;
}

.tags {
	background: url(img/ico_tags.png) left 10px no-repeat;
	padding-left:20px;
	font-size: 90%;
}
.tags strong {
	display: none;
}

.meta {
	font-size: 85%;
	border-top:1px solid #EEEEEE;
	padding:10px 20px 10px 20px;
	margin: 20px -20px 0 -20px;
	background: #f0f0f0;
	border-radius: 0 0 5px 5px;
	line-height: 24px;
}
	.meta .post-date {
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
	}
	.meta .post-category {
		float: left;
	}

.post-comments {
	background: url(img/ico_comments.png) left 50% no-repeat;
	padding-left:18px;
	float: right;
}
	.post-comments a {
		color:#aaa;
		font-weight: bold;
	}

#posts .format-standard img,
#posts .format-image img {
	display: block;
	transform: scale(1);
	transition: all 0.2s ease-out 0s;
	padding: 0;
}

#posts .post-thumb-link:hover img, 
#posts .entry-image:hover img  { 
	transform: scale(1.1);
}
#posts .post-thumb-link2:hover img, 
#posts .entry-image:hover img  { 
	transform: scale(1.1);
}


#posts .format-status {
	background: #CAE8FF;
	font-size: 100%;
}
	#posts .format-status .entry-content {
		font-weight: bold;
	}
#posts .format-aside {
	background: #FFFBCA;
}


h2.post-title {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 1em;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

