/*   
Theme Name: 測試用
Theme URI: http://svn.wp-themes.org/travelogue/
Description: Designed with a traveler in mind, or someone with a chronologically-based blog, this theme is attractive and customizable. Don't forget to change the picture in the polaroid!
Author: Josh Lyman
Author URI: http://www.podq.com/
Version: 0.1
.
Released under the GPL. The included font, "Dear Joe," is released by joebob of http://www.joebob.nl/, 
and is free to use for any purposes. The default picture supplied in the polaroid header image is 
copyrighted by Josh Lyman. I don't care if you keep it, but recommend you change it. And please don't 
take credit for it either! ;-) Have fun!.
.
*/

/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background: #FFFFFF url(jpg/post_background.png) center top repeat-y;
	margin: 0;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	height: inherit%;
}

#wrapper {
	position: relative;
	width: 846px;
	margin:0 auto;
}

#header-img {
	position: absolute;
	top:0px;
	left: 0;
	width:846px;
	height:197px;
	background: #FFFFFF url(jpg/higher.gif) center no-repeat;
	padding-top: 5px;
	text-align: left;
	font: 0.75em 'Century Gothic', Verdana, Arial, Sans-Serif;
}

#header-menu {
	position: absolute;
	top:199px;
	left: 0px;
	width: 846px;
	height: 30px;
	/*border:1px #000000 solid;*/
}

#header-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
	border-bottom: 2px soild #CCCCCC;
}

#header-menu li{
	float: left;
	width: 94px;
	margin: 0;
	padding: 0;
}

#header-menu a{
	display: block;
	width: 100%;
	padding: 8px 0 8px 0;
	color:#FFFFFF;
	font-size: 0.75em;
	/*background-color: #FC4D32;*/
	background: url(jpg/button1.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
}

#header-menu a:hover{
	/*background-color: #FFCC00;*/
	background: url(jpg/button3.jpg) no-repeat;
	color: #333333;
}

#category-title {
	position:absolute;
	left: 30px;
	top: 70px;
	width: 250px;
	height: 30px;
	font: bold 1.75em 'Century Gothic', Verdana, Arial, Sans-Serif;
}

#category-banner {
	position:absolute;
	top: 220px;
	left: 50%;
	margin-left: -325px;
	width: 649px;
	height: 100px;
	background: url(jpg/header_flower.gif) left bottom no-repeat;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
}

#subheader {
	position:absolute;
	left:169px;
	top:250px;
	width:548px;
	height:50px;
	margin: 3px 5px 0 30px;
}
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		}

#post-header {
	position:absolute;
	top: 325px;
	left: 50%;
	margin-left: -342px;
	width: 685px;
	height: 17px;
	background: url(jpg/post_head.png) left bottom no-repeat;
}

#content {
	position:absolute;
	top:345px;
	left: 50%;
	margin-left: -342px;
	width: 683px;
	padding:0px;
	z-index:0;
	text-align: left;
	border-left: 1px #999999 dotted;
	border-right: 1px #999999 dotted;
	text-align: center;
}

#footer {
	position: absolute;
	left: -1px;
	top: 101%;
	width:683px;
	height:50px;
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
}

.post {
	border-top: 1px #999999 dotted;
	padding: 7px 3px 1px 4px;
	text-align: left;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top:-19px;
}

p {
	font-size: .8em;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #E0D3CD;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #AA3511;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	font-size: 100%;
}

.boxhead {
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	margin: 0;
	padding: 5px 5px 10px 5px;
}