@charset "utf-8";
/* archive-blog template css
------------------------------------------------------------*/
#mainImg {
	margin-bottom: 1em;
}

#blogintro {
	margin-bottom: 1em;
}

#bloglist li {
	padding-bottom: 1em;
	border-bottom: 1px dotted #FF66CC;
	margin-bottom: 1em;
}

#topArticle img {
	width: 40%;	
	height: auto;
	float: left;
	margin-right: 4%;
}

.blogArticle img {
	max-width: 30%;	
	float: left;
	margin-right: 2em;
}

#topArticleTitle {
	font-size: 160%;
	font-weight: bold;
	margin-left: 44%;
	border-left: 4px solid #F39;
	padding-left: 0.5em;
	margin-bottom: 0.4em;
}

.articleTitles {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.4em;
}

.timestamps {
	margin-bottom: 0.4em;
}

@media only screen and (max-width: 959px){
		
}


/* 
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	
}


/* 
------------------------------------------------------------*/
@media only screen and (max-width: 644px){


#topArticle img,
.blogArticle img {
	width: 20%;
	height: auto;
	float: left;
	margin-right: 2%;
}

#topArticleTitle,
.articleTitles {
	font-size: 110%;
	font-weight: bold;
	margin-left: 22%;
	border-left: none;
	padding-left: 0;
	margin-bottom: 0.2em;
}

.timestamps {
	font-size: 90%;
}

.excerpts{
	display: none;
	margin-bottom: 0.4em;
}

}
