﻿
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #181B20;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	/*text-transform: lowercase;*/
	font-family: 'Microsoft JhengHei','Abel', sans-serif;
	font-weight: 400;
	color: #440066;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	outline: none; /*適用Firefox*/
    hlbr:expression(this.onFocus=this.blur()); /*適用IE*/
	color: #804836/*9C9A9A*/;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 225px;
	background:#FFFFFF; /*#fdf2e2;*/
	margin-bottom: -15px; /*25px;*/
}

#header {
	width: 950px;
	height: 180px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 950px;
	height: 144px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #fdf2e2;
}

#logo h1, #logo p {
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-transform: lowercase;*/
}

#logo h1 {
	letter-spacing: -5px;
	text-align: center;
	font-size: 80px;
	color: #3FA43A;
}

#logo h1 a {
	color: #73CC43;
}

#logo p {
	margin-top: -8px;
	text-align: right;
	font-family: 'Microsoft JhengHei', 'Abel', sans-serif;
	font-size: 18px;
    position: relative;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3FA43A;
}

/* Menu */

#menu-wrapper {
	width: 950px; /*980*/
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: #ff8a00/*#ea5413*/;
	/*border-radius: 10px;*/
}

#menu {
	margin: 0;
	padding: 0px 20px;
	list-style: none;
	line-height: 50px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-family: 'Microsoft JhengHei', 'Abel', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	margin: 0px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	background: #ea5413/*F39800*/;
}

#menu a:hover {
	background: #ea4113/*E04B00*/;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	color: #FFFFFF;
}

#menu span {
	padding: 0px 20px;
}

#menu > li {
}

#menu > li.active {
	background: #F39800;
	color: #FFFFFF;
}

.dropotron li.opener {
	border-right: solid 2px #FFFFFF;
}

.dropotron {
	margin: 0px;
	padding: 10px 0px;
	background: #F39800;
	list-style: none;
	/*text-transform: lowercase;*/
	font-family: 'Microsoft JhengHei', 'Abel', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.dropotron a {
	color: #fff;
	text-decoration: none;
}

.dropotron li {
	margin: 0px;
	padding: 5px 20px;
}

.dropotron li:hover, .dropotron li.active {
	background: #E04B00;
}

/* Page */

#page {
	width: 900px;
	height: 720px;
	margin: 0px auto;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 900px;
}

#content .contentbg {
	width: 900px;
	padding: 10px 30px 0px 5px;
}

.post {
	clear: both;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #DEDEDE;*/
}

.post .title {
	padding-top: 10px;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	font-size: 24px;
	color: #E04B00;
}

.post .title a {
	border: none;
	color: #E04B00;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar-bg {
	float: right;
	width: 300px;
}

#sidebar {
	overflow: hidden;
	width: 310px;
	padding: 30px 0px 20px 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px solid #F1DAF7;
	letter-spacing: -2px;
	font-size: 22px;
	color: #E04B00;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
    width: 950px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
	background: #545454;
}

#footer p {
	margin: 0;
	padding-top: 12px;
	line-height: normal;
	text-align: center;
	/*text-transform: lowercase;*/
	font-family: 'Microsoft JhengHei', arial,'Abel', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#slider {
	position: relative;
	width: 590px;
	margin: 0px auto 20px auto;
}

#slider .viewer {
	width: 590px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
	height: 300px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 590px;
	height: 300px;
}

#splash {
	width: 980px;
	margin: 30px auto 0px auto;
}