﻿body {
	margin: 0px;
	padding: 0px;
	background: #372412 url(../images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

td img {
	vertical-align: bottom;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { 
	border: none;
}

/* Header */

#header {
	margin: 0px auto;
	width: 830px;
	height: 280px;
	background: url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;
	/* background: url(../images/img07.gif) no-repeat left 65%; */
}

#logo h1 {
	float: left;
	padding: 15px 0px 0px 130px;
	letter-spacing: 3px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 40px;
	font-weight: bolder;
}

#logo h2 {
	float: right;
	padding: 25px 145px 0px 0px;
	letter-spacing: 15px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 24px;
	font-weight: bolder;			
}

#logo div {
	visibility: hidden;
}

#logo img {
	float: right;
	padding: 10px 5px 0px 0px;
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

.gallery {
	clear: both;
	margin: 0px auto;
	width: 830px;
	/*height: 300px;*/
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#bottom-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#bottom-photo p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

/* Menu */

#menu {
	width: 830px;
	height: 70px;
	background: url(../images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-top: 35px;
	width: 118px;
	height: 73px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(../images/img09.jpg) no-repeat;
	/*color: #FFFFFF;*/
	color: #372412;
}

#menu .active a {
	background: url(../images/img09.jpg) no-repeat;
	color: #372412;
}

/* Page */

#page {
	margin: 0px auto;
	padding: 20px 0px;
	width: 830px;	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0px;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0px;
	padding: 20px 0px 2px 30px;
	background: url(../images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0px 0px 20px 0px;
}

.title {
	margin: 0px;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0px;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

.entry {
	padding-left: 20px;
}

.entry p {
	text-align: left;
	letter-spacing: 2px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 150%;
}

.entry li {
	text-align: left;
	letter-spacing: 2px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 150%;
}

.entry dt {
	margin-top: 16px;
	text-align: left;
	letter-spacing: 2px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 150%;
}

.entry dd {
	text-align: left;
	letter-spacing: 2px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 150%;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-family: "微軟正黑體", "新細明體", "標楷體";	
	font-size: medium;
	font-weight: bolder;
	color: #E8AD35;
}

#footer a {
	color: #C28C21;
}

#footer p {
	line-height: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#footer_main {
	margin: 0px auto;
	padding: 0px 20px;
	width: 830px;
	height: 60px;	
}

#footer_left {
	float: left;
	text-align: left;
	width:400px;
}

#footer_right {
	float: right;
	text-align: right;
	width: 400px;
}

#footer_right .links {
	text-decoration: none;
	color: #E8AD35; 
}

