h1 {
	font-size: 3em;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}

p {
	color: #666;
	font-weight: 300;
	letter-spacing: 2px;
}
.content {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 2% 20px;
}



.col-sm-4 img {
	padding-bottom: 0em;
}
img.insert {
	padding-bottom: 2em;
	padding-top: 2em;
}
.entry_date {
	font-size: .8em;
	color: #aeaeae;
	padding-top: 1em;
}
.entry-menu {
	float:right;
}
.entry-menu select {
	background-color: #e6e6e6;
	color: #4f3f66;
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
	font-size: 13px;
	border:thin;
	border-radius: 5px;
	max-width: 300px;
}

.entry-menu:first-child select, .entry-menu1 select{
	background-color: #aeaeae;
	color: #fff;
}


img.wrap {
	float: right;
	padding-left: 2em;
}
#sec00 {
	background-color:#4f3f66;
}
.static_head {
	color: #FFF;
}

	figure > img.insert {
		padding-bottom: 0em;
	}
	figure > figcaption {
		padding: 0.5em;
		background-color: #F2F2F2;
		color: #000;
		font-size: 0.9em;
		line-height: 1.6;
	}
	figure.full {
		margin: 1em 0;
	}
	
	figure.half {
		min-width:200px; width:40%; padding-bottom:2em; /*padding-top: 2em;*/ margin-top:0;
	}
	
	figure.right {
		float: right; 
	}
	figure.left {
		float: left; 
	}
	
	@media (max-width: 550px) {
		figure.half {
			width:100%;
			margin: 1em 0;
		}
		
	}