h1 {
	font-size: 3em;
	line-height: 1.2;
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;																
	font-weight: bold;
	margin: 0;
}

p {
	color: #666;
	font-weight: normal;
}

html:lang(zh) p {
	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; 
	}


    /*New CSS adapted from admin tool -- Start*/

        div.blog_content figure {margin: 1em 0;}
        div.blog_content figure.half-left, div.blog_content figure.half-right, 
        div.blog_content div.half-left >figure, div.blog_content div.half-right > figure {margin: 1em 40px;}
        div.blog_content figure >img {width:100%;}

        div.half-left > figure, figure.half-left,  div.half-right > figure, figure.half-right{
            min-width: 200px;
            width: 40%;
            padding-bottom: 2em;
            /* padding-top: 2em; */
            margin-top: 0;
        }

        div.half-left >figure, figure.half-left {
            float:left;
            /*display:inline-block;*/
        }
        div.half-right > figure, figure.half-right {
            float:right;
            /*display:inline-block;*/
        }

	@@media (max-width: 550px) {		
        div.half-left >figure, figure.half-left, div.half-right >figure, figure.half-right {
			width:100%;
			margin: 1em 0;
		}
	}

    /*New CSS adapted from admin tool -- End*/

	@media (max-width: 550px) {
		figure.half, div.blog_content figure.half-left, div.blog_content figure.half-right
         {
			width:100%;
			margin: 1em 0;
		}
		
	}
