html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0px 0 0 0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
body{
	font-family:"微軟正黑體", Arial;
}
article{
	font-size:14px;
	color:#565656;
}
article,
article.underline{
	padding:20px;
	margin-bottom:0;
}
article img{
	margin:10px 0;
	padding:5px;
	border:1px solid #eee;
}
a{ color:#21B1B1;}
a:hover{
	color:#333333;
}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#565656;
}
h1,h2{line-height:24px;}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2{
	font-size: 18px;
	margin:0 0 .3em 0;
	color: #21B1B1;
}
h3{
	font-size: 16px;
	margin:0 0 .4em 0;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 12px;
}
h4, h5, h6{
	margin:0 0 .6em 0;	
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;	
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
	margin:1em 0 1em 0;
}
ul, ol{
	padding-left: 40px;	
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;	
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;
	
}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #ddd;	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:none;
	margin:0;
	cursor: pointer;	
}
form input[type=text],
form input[type=password],
form textarea{
	padding:5px;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
}
/* -- header -- */
header{
	border-bottom:1px solid #eee;
	background-color: #e9fdfc;
}
.logo{
	padding:10px;
	width:150px;
	margin: 0 auto;
}
.logo a,
.logo img{
	display:block;
	text-align:center;
}
/*
footer{
	border-top:1px solid #eee;
	color:#4d4d4d;
	background-color: #e9fdfc;
	height: 30px;
}
footer p{
	font-size:12px;
	margin:0;
	line-height: 24px;
}
.copy{
	padding:10px;
}
.copy a{
	color:#c52525;
}*/
/* -- menu -- */
/*.menu{
	height: 60px;
}
.menu a{
	background:#f9f9f9;
	border-bottom:1px solid #eee;
	display:block;
	padding:15px;
	color:#767676;
	font-size:12px;
}
.menu a:hover,.menu li a:hover{
	background:#fff;
	color: #21B1B1;
	display: block;
}
header .menu li{
	border-top:1px solid #eee;
	float: left;
	width: 100px;
	height: 60px;
}
header .menu li a{
	padding:0px;
}
header .menu li:last-child a{
	border-bottom:none;
}*/

#header{
	margin:0 auto;
	background-color: #000099;
	}
	/*
.nav{
	font-size:14px;
	-moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	margin:0 5px;
	background-color: #20B1B0;
	height: 30px;
	line-height: 20px;
	}
.nav ul{
	list-style-type:none;
    margin:0;
	padding:0;
	}
.nav ul li{
	display:inline;
	margin:0;
	padding:0;
	}
.nav ul li:first-child{
	margin:0px 0px 0 5px;
	}
.nav ul li:last-child{
	margin:0 0px 0px 0;
	}
.nav ul li a{
	display:inline-block;
	color:#f2f2f2;
	padding:3px;
	text-decoration:none;
	}
.nav ul li a:hover{
	color:#565656;
	}
.logo{
	text-align:center;
	margin:0 auto;
	padding:5px;
}
.logo img{
	border:none;
	}
*/

/* Date */
.date{
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
	padding: 5px;
}
.date span,
form input[type=submit]{
	display:inline-block;
	padding:3px 5px;
	color:#fff;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	margin:0 10px 0 0;
	background-color: #21B1B1;
}

/* post content and preview styling */
.post-preview{
	float:left;
	width:70px;
	padding:0 10px 0 0;
	border-right:1px solid #e3f2f9;
}
.post-preview a,
.post-preview img{
display:block;
}
.post-preview img{
	margin:0;
	padding:5px;
	border:1px solid #eee;
}
.post-content{
	float:left;
	width:60%;
	padding:0 0 0 20px;
}
.post-previewA{
/*	float:left;*/
	width:90%;
	padding:0 5px 0 0;
	border-right:1px solid #e3f2f9;
}

.post-previewA img{
	margin:0;
	padding:5px;
	border:1px solid #eee;
}

.post-contentA{

	width:90%;
	padding:0 0 0 20px;
}



.post-previewB{
	/*	float:left;*/
	width:90%;
	padding:0 5px 0 20px;
	border-right:1px solid #e3f2f9;
	line-height: 180%;
}

.post-previewC{
	float:left;
	width:100px;
	margin-right: 5px;
}
.post-previewC img{
display:block;
}
.post-previewC img{
	margin:0;
	
	width:90px;
	padding:5px;
	border:1px solid #eee;
}
.post-contentC{
	float:left;
	width:60%;
	padding:0 0 0 20px;
}




.back{
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
	padding: 5px;
	display:inline-block;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	background-color: #21B1B1;
	float: right;
	width: 100px;
	text-align: center;
}

.back a,.date span a{
	color: #FFF;
}
.back a:hover,.date span a:hover{
	background-color: #21B1B1;
	display: block;
}


.red{
	color: #F30;
}
.green{
	color: #1C9B9B;
}

.line-height150{
	line-height: 150%;
	margin: 5px;
}

.bgcolorw{
	background-color: #FFF;
}


.border_gr{
	border: solid #ccc 1px;
}


.bgcolorgr{
	background-color: #F7FBF4;
}

.infor_titleA{
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	float: none;
	margin: 5px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #f5f5f0;
	padding-right: 10px;
}
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */

article{
	font-size:14px;
	color:#565656;
}
article,
article.underline{
	padding:20px;
	margin-bottom:0;
}


.post-text{
	/*	float:left;*/
	width:90%;
	padding:0 5px 0 20px;
	line-height: 180%;
	font-size: 16px;
	font-weight: bold;
}
.post-photo{
/*	float:left;*/
	width:90%;
	padding:0 5px 0 0;
}

.post-previewA img{
	margin:0;
	padding:5px;

}

.post-contentA{

	width:90%;
	padding:0 0 0 20px;
}
