/*  
Theme Name: Fu.Play-Learn.Net Theme
Theme URI: http://fu.play-learn.net/
Description: Fu.Play-Learn.Net 專屬主題
Version: 1.0
Author: Fu
Author URI: http://fu.play-learn.net/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Reset - 重置樣式	*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button,textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea,select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 180%;
}
ol, ul, li {
	list-style: none;
}
:link, :visited , ins {
	text-decoration: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}


/* HTML Elements */
/*
* {
	margin:0;
	padding:0;
}
*/

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
}

p {	
	margin: 15px 0;
}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
}

a img {
	border:0;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}			

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	padding: 10px 10px 1px 10px;
	background-image: url(images/blockquote-bg.jpg);
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:23px;
	letter-spacing:0.08em;
	margin:10px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

select {
	width: 130px;
}	



/* Structure */

#wrap {
	width:960px;
	margin: 15px auto 15px auto;
	padding: 25px 5px 0px 5px;
	border: 3px dashed #E0E0E0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#head {
	width:940px;
	padding:0px;
	font-size:0.7em;
}

#page {
	width:940px;
	margin: 10px auto 10px auto;
	padding:10px;
	background: url(images/bg_stripe.gif) repeat;
	font-size:0.7em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}


/* Navigation Bar*/
#navbar {
	width:940px;
	height:35px;
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px 0px 10px;
	text-transform: uppercase;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/navbar.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#page-bar {
	width:722px;
}

#page-bar ul {
	list-style: none;
}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
/*	border-right:1px solid #303030;	*/
	}

#page-bar li:hover {
	background: #5b5b5b;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
}

#page-bar a:hover {
	text-decoration:none;
	display:block;
}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
}

/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#page-bar li li {
	z-index: 2;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
}

#page-bar li ul {
	z-index: 2;
	position: absolute;
	width: 10em;
	left: -999em;
}

#page-bar li:hover ul {
	z-index: 2;
	left: auto;
	display: block;
}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	z-index: 2;
	left: auto;
}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
}

h2 {
	font:2.3em Georgia, "Times New Roman";
}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
}


h4 {
    border-bottom: 3px solid #2F2F2F;
    color: #2F2F2F;
    font: 20px 微軟正黑體,Helvetica,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

h3.cat_title, h3.cat_title a {
	color: #333;
	letter-spacing: 0.05em;
	font-size: 0.85em;
}

h3#respond {
	margin-top:0px;
	padding-top:20px;
}

h3#comments {
	margin-top:32px;
	padding-left:0px;
}

h3.authors {
	margin-top:15px;
}

/* Index Page*/

#logo {
	width: 350px;
	padding-left: 15px;
}

#banners {
	padding-right: 15px;
}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
}

#blog_description {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 0 0 0 0;
	font-size: 24px;
	text-align: center;
	color: #333;
}

#top {
	padding:0;
}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
}

#headline p {
	padding-bottom:15px;
}

#featured {
	width:300px;
	height:367px;
	background:#fff;
	float:right;
	padding: 0 10px 0 10px;
}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
}

#featured .title {
	font-weight:bold;
}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0 0 0;
}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
}

.category p {
	margin:0;
}

#cat-1 {
	border-top: 8px solid #F32323;
	padding: 0px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#cat-2 {
	border-top: 8px solid #FEC12B;
	padding: 0px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#cat-3 {
	border-top: 8px solid #45B096;
	padding: 0px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#cat-4 {
	border-top: 8px solid #4B73B1;
	padding: 0px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#cat-5 {
	border-top: 8px solid #333333;
	padding: 0px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
}

.category span.cat_title {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.1em;
}

.category span.cat_title_desc {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
}

#front-popular h3 {
	color:#fff;
}

.category a {
	color:#333;
	display:block;
	background:none;
}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}

#cat-1:hover {background: url(images/cat-1.png) #F32323 no-repeat center; color:#F32323; 
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}
#cat-2:hover {background: url(images/cat-2.png) #FEC12B no-repeat center; color:#FEC12B;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}
#cat-3:hover {background: url(images/cat-3.png) #45B096 no-repeat center; color:#45B096;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}
#cat-4:hover {background: url(images/cat-4.png) #4B73B1 no-repeat center; color:#4B73B1;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}
#cat-5:hover {background: url(images/cat-5.png) #333333 no-repeat center; color:#333333;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

#cat-1:hover span.cat_title a { color:#F32323; }
#cat-1:hover a { color:#FFFFFF; }

#cat-2:hover span.cat_title a { color:#FEC12B; }
#cat-2:hover a { color:#FFFFFF; }

#cat-3:hover span.cat_title a { color:#45B096; }
#cat-3:hover a { color:#FFFFFF; }

#cat-4:hover span.cat_title a { color:#4B73B1; }
#cat-4:hover a { color:#FFFFFF; }

#cat-5:hover span.cat_title a { color:#333333; }
#cat-5:hover a { color:#FFFFFF; }

#bottom {
	width: 940px;
}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
}

#front-list .title, #archive .title {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-top: 5px;
}

#front-list .title a:hover, #archive .title a:hover {
	text-decoration: none;
	color: #FEC12B;
	border-bottom: 1px dashed #FEC12B;
}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	font-size: 14px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
}

#front-list .spoiler .read, #archive .read {
	font-size: 16px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	float: right;
	}

#front-list .spoiler .read a, #archive .read a {
	color: #4B73B1;
	}

#front-list .spoiler .read a:hover, #archive .read a:hover {
	text-decoration: none;
	color: #45B096;
	border-bottom : 2px dotted #45B096;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
}

.author {
	font-size:0.8em;
	font-weight:bold;
}

.meta {
	font-size:0.8em;
	color:#333;
}

.meta a {
	color:#333;
}

#headline p, #featured p {
	margin:0;
}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}

#content .post .breadcrumbs, #content .post .breadcrumbs a {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	font-weight: bold;	*/
	color: #333;
}

#content h2.title {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
/*	text-shadow: 1px 1px 2px #999;	*/
	color: #45B096;
	letter-spacing: 0.05em;
	border: 2px dashed #4B73B1;
	margin: 5px 0 0 0;
	padding: 5px 4px;
	border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	-webkit-border-radius: 0 22px 22px 0;
}

#content h2.title img, h2.title a img {
	border: 0px;
	}
	
#allcontent {
	width: 918px;
	background: #FFFFFF;
	padding: 10px;
	font-size: 1.05em;
	line-height: 1.75em;

	min-height: 400px;
	border: 2px dashed #C6C6C6;
	}

#allcontent h2.title img {
	border: 0px;
}

#allcontent .breadcrumbs, #allcontent .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#allcontent h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

#allcontent h2.title img, h2.title a img {
	border: 0px;
	}

.post {
	font-size:13px;
	line-height:1.75em;
}

.post p {
	margin-top:0px;
}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	background-color: #FFFFFF;
}

.post .ads {
	margin-top:10px;
}

.entry {
	margin-top:20px;
}

.entry .title {
	font-family:微軟正黑體, verdana, sans-serif;
	font-size:18px;
	background:url(images/icons/list.png) left center no-repeat;
	color:#F32323;
	font-weight:bold;
	padding-left:20px;
	line-height:30px;
}

.entry .cyc{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_cyc.gif) repeat-x bottom;
}

.entry .del{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_del.gif) repeat-x bottom;
}

.entry .green{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_green.gif) repeat-x bottom;
}

.entry .pink{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_pink.gif) repeat-x bottom;
}

.entry .red{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_red.gif) repeat-x bottom;
}

.entry .yelbig{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_yelbig.gif) repeat-x bottom;
}

.entry .yellow{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_yellow.gif) repeat-x bottom;
}

.entry .orange{
	text-decoration: none;
	line-height:22px;
	padding:4px 2px 4px 2px;
	letter-spacing:0px;
	background: url(images/underline_orange.gif) repeat-x bottom;
}

#stats {
	margin-top: 5px;
	padding:4px 0px;
	text-transform: uppercase;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
}

#stats span {
	padding: 0px 40px 0px 0px;
}

#stats span a:hover {
	background:none;
}

#stats span a {
	color:#333;
}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
}

#stats .time {
	float: left;
	background: url(images/icons/time.png) no-repeat left center;
	padding: 0 80px 0 18px;
}

#stats .icomment {
	float: right;
	background: url(images/icons/comment.png) no-repeat left center;
	padding: 0 0 0 18px;
}

#archive-stats {
	margin-top: 5px;
	padding:4px 0px;
	text-transform: uppercase;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
}

#archive-stats .time {
	float: left;
	background: url(images/icons/time.png) no-repeat left center;
	padding: 0 0 0 18px;
}

#archive-stats .icomment {
	float: right;
	background: url(images/icons/comment.png) no-repeat left center;
	padding: 0 0 0 18px;
	color: #4B73B1;
}

#archive-stats .icomment a:hover {
	text-decoration: none;
	color: #45B096;
	border-bottom: 1px dashed #45B096;
}

.tags {
	font-size: 14px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	background: url(images/icons/tag.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 25px 0 15px 0;
}

.tags-text a {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	color: #FFFFFF;
	background: #4B73B1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

.tags-text a:hover {
	color: #FFFFFF;
	background: #FEC12B;
	text-decoration: none;
}

.next_post a {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	color: #FFFFFF;
	background: #4B73B1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.next_post a:hover {
	color: #FFFFFF;
	background: #FEC12B;
	text-decoration: none;
}

.previous_post a {
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	background: #45B096;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.previous_post a:hover {
	color: #FFFFFF;
	background: #F32323;
	text-decoration: none;
}

#archive .tags {
	float: left;
	font-size: 16px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	background: url(images/icons/tag.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

#archive .tags-text a {
	color: #4B73B1;
	margin: 0px;
	background: none;
	border: 0px;
	padding: 0px;
}

#archive .tags-text a:hover {
	color: #FEC12B;
	text-decoration: none;
	background: none;
	border: 0px;
	border-bottom : 2px dotted #FEC12B;
}

#stats .icomment a:hover {
	text-decoration: none;
	color: #4B73B1;
	border-bottom: 1px dashed #4B73B1;
}

#tools {
	width:590px;
	}

#tools a:hover {
	background:none;
	}

#tools img {
	border: 0px;
	}

.navigation {
	padding: 5px 0px;
	text-align: Center;
}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background: url(images/h3-background.jpg);
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	border-radius: 2px 2px 7px 7px;
	-moz-border-radius: 2px 2px 7px 7px;
	-webkit-border-radius: 2px 2px 7px 7px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

#sidebar h3 a {
	color: #FFFFFF;
}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
}

#sidebar-middle {
	width:320px;
	float:right;
}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
}


#sidebar li {
	font-size: 14px;
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 10px;
	background:url(images/sub.png) no-repeat left center;
}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 10px;
	background:url(images/sub.png) no-repeat left center;
}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #DDDDDD;
	background:#FFFFFF;
	font-size:1.0em;
	}

.field_textarea {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	font-size: 1.0em;
	overflow: hidden;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform {
	padding: 0px 0px 0px 20px;
	}

#commentform input {
	width: 298px;
	margin: 5px 0px 1px 0px;
	}

#comment_submit {
	float: right;
	padding: 0px 1px 0px 0px;
	}

#comment_submit .field_submit {
	width: 305px;
	}

#cancel-comment-reply {
	float: right;
}

/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 5px 10px 0px 10px;
	background: #F2F2F2;
	width: 490px;
	float: right;
	border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
	}

.commenttext-admin {
	padding: 5px 10px 0px 10px;
	margin-right: 15px;
	background: url(images/comment-admin.png) #D2E1F4 no-repeat bottom right;
	width: 414px;
	float: right;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
	}

.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border: none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color: #313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar-none {
	float: left;
}

.avatar-admin {
	float: right;
}

.avatar {
	border:1px solid #bbb;
	margin:0px 0px 0px 0px;
	padding:2px;
	width:55px;
	height:55px;
	}



#comment {
	background: #fff;
	}

#comment_textarea {
	vertical-align: text-top;
	float: left;
	width: 365px;
	}

#comment_smilies {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 5px 0px;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background: url(images/bottombar.jpg) bottom repeat;
	margin: 0 auto;
	padding:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
}

#mostcommented {
	margin-left:17px;
}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#5b5b5b;
	color:#fff;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size: 12px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}

#front-list .portal-newpost {
	width: 270px;
	height: 270px;
	float: left;
	margin: 0 11px 20px 11px;
	display: block;
}

#archive .clearfloat .spoiler .thumbnail-border {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 160px;
	height: 90px;
	overflow: hidden;
	border: 3px solid #4B73B1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#archive .clearfloat .spoiler .thumbnail-border a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#archive .clearfloat .spoiler .thumbnail-border a:hover {
	opacity: 0.55;
	filter:alpha(opacity=55);
}


#front-list .newpost-image-border a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#front-list .portal-newpost .newpost-image-border {
	padding: 0;
	width: 265px;
	height: 150px;
	overflow: hidden;
	border: 3px solid #7F7F7F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

#front-list .portal-newpost .newpost-image-border a:hover {
	opacity: 0.55;
	filter:alpha(opacity=55);
}

#front-list .portal-newpost .meta {
	z-index: 1;
	width: 185px;
	color: #CCC;
	font-size: 12px;
	float: right;
	background: #000;
	height: 18px;
	margin: 0 0 -22px 0;
	padding: 0 0 2px 5px;
	font-weight: 700;
	opacity: 0.8;
	filter:alpha(opacity=80);
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
}

#front-list .portal-newpost .meta .comments {
	float: right;
	margin: 0 5px 0;
	background: url(images/comments.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

#front-list .portal-newpost .title {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 0 5px 0;
}

#front-list .portal-newpost .title a:hover {
	text-decoration: none;
	color: #FEC12B;
	border-bottom: 1px dashed #FEC12B;
}

#front-list .portal-newpost-title {
	margin: 0;
	width: 100%;
	float: left;
	border: 0;
}

#front-list .portal-newpost-title img {
	border: 0;
}

.spoiler .wp-smiley, .post .wp-smiley {
	vertical-align: middle;
	border: 0px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#middle-catpost {
	width: 920px;
	background: #fff;
	float: right;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

.catpost {
	width: 164px;
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	background: #fff;
}

.catpost a {
	color:#333;
	display:block;
	background:none;
}

.catpost a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}

.catpost-image {
}

.catpost .catpost-image-border-1, .catpost .catpost-image-border-2, .catpost .catpost-image-border-3, .catpost .catpost-image-border-4, .catpost .catpost-image-border-5 {
	width: 156px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

.catpost .catpost-image-border-1 a img, .catpost .catpost-image-border-2 a img, .catpost .catpost-image-border-3 a img, .catpost .catpost-image-border-4 a img, .catpost .catpost-image-border-5 a img{
	padding: 0;

}

.catpost .catpost-image-border-1 { border: 4px solid #F32323; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.catpost .catpost-image-border-2 { border: 4px solid #FEC12B; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.catpost .catpost-image-border-3 { border: 4px solid #45B096; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.catpost .catpost-image-border-4 { border: 4px solid #4B73B1; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.catpost .catpost-image-border-5 { border: 4px solid #747474; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.catpost .catpost-image-border-1 a:hover ,
.catpost .catpost-image-border-2 a:hover ,
.catpost .catpost-image-border-3 a:hover ,
.catpost .catpost-image-border-4 a:hover ,
.catpost .catpost-image-border-5 a:hover { opacity: 0.55; filter:alpha(opacity=55); }

.catpost .catpost-title-1, .catpost .catpost-title-2, .catpost .catpost-title-3, .catpost .catpost-title-4, .catpost .catpost-title-5 {
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	height: 50px;
}

.catpost .catpost-title-1 a:hover { color: #F32323; }
.catpost .catpost-title-2 a:hover { color: #FEC12B; }
.catpost .catpost-title-3 a:hover { color: #45B096; }
.catpost .catpost-title-4 a:hover { color: #4B73B1; }
.catpost .catpost-title-5 a:hover { color: #747474; }

.catpost .catpost-list-1, .catpost .catpost-list-2, .catpost .catpost-list-3, .catpost .catpost-list-4, .catpost .catpost-list-5 {
	font-size: 12px;
	border-top: 1px dashed #E0E0E0;
	padding:5px 0 5px 12px;
	min-height: 30px;
}

.catpost .catpost-list-1 { background: url(images/dot-red.png) no-repeat 1px 9px; }
.catpost .catpost-list-2 { background: url(images/dot-yellow.png) no-repeat 1px 9px; }
.catpost .catpost-list-3 { background: url(images/dot-green.png) no-repeat 1px 9px; }
.catpost .catpost-list-4 { background: url(images/dot-blue.png) no-repeat 1px 9px; }
.catpost .catpost-list-5 { background: url(images/dot-black.png) no-repeat 1px 9px; }

.catpost .catpost-list-1 a:hover { color: #F32323; }
.catpost .catpost-list-2 a:hover { color: #FEC12B; }
.catpost .catpost-list-3 a:hover { color: #45B096; }
.catpost .catpost-list-4 a:hover { color: #4B73B1; }
.catpost .catpost-list-5 a:hover { color: #747474; }

.catpost .moerlink {
	margin: 15px auto 0 auto;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px 2px 7px 7px;
	-moz-border-radius: 2px 2px 7px 7px;
	-webkit-border-radius: 2px 2px 7px 7px;
}

.catpost .moerlink a {
	display:block;
	background:none;
}

.catpost .moerlink a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}

.catpost #moer-1 a { color: #F32323; }
.catpost #moer-2 a { color: #FEC12B; }
.catpost #moer-3 a { color: #45B096; }
.catpost #moer-4 a { color: #4B73B1; }
.catpost #moer-5 a { color: #747474; }

.catpost #moer-1 { border: 2px dashed #F32323; }
.catpost #moer-2 { border: 2px dashed #FEC12B; }
.catpost #moer-3 { border: 2px dashed #45B096; }
.catpost #moer-4 { border: 2px dashed #4B73B1; }
.catpost #moer-5 { border: 2px dashed #747474; }

.catpost #moer-1:hover {background:#F32323; color:#FFFFFF; }
.catpost #moer-2:hover {background:#FEC12B; color:#FFFFFF; }
.catpost #moer-3:hover {background:#45B096; color:#FFFFFF; }
.catpost #moer-4:hover {background:#4B73B1; color:#FFFFFF; }
.catpost #moer-5:hover {background:#747474; color:#FFFFFF; }

.catpost #moer-1:hover a {background:#F32323; color:#FFFFFF; }
.catpost #moer-2:hover a {background:#FEC12B; color:#FFFFFF; }
.catpost #moer-3:hover a {background:#45B096; color:#FFFFFF; }
.catpost #moer-4:hover a {background:#4B73B1; color:#FFFFFF; }
.catpost #moer-5:hover a {background:#747474; color:#FFFFFF; }

#featured h3 {
	font:1.1em Arial;
	font-weight:bold;
	background: url(images/h3-background.jpg);
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	border-radius: 2px 2px 7px 7px;
	-moz-border-radius: 2px 2px 7px 7px;
	-webkit-border-radius: 2px 2px 7px 7px;
	-moz-box-shadow: 0 2px 4px #999; /* Firefox */
	-webkit-box-shadow: 0 2px 4px #999;/* Safari 和 Chrome */
	box-shadow: 0 2px 4px #999; /* Opera 10.5 + */
}

.akpc_report a {
	color: #fff;
}

.akpc_report ol {
	margin-top: 5px;
}

.akpc_report ol li {
	list-style: none;
	border-top: 1px dotted #fff;
	padding: 5px;
	display: block;
}

.akpc_report ol li:hover {
	background: #5b5b5b;
	color: #fff;
}

.akpc_report ol li:first-child {
	border-top: 0px dotted #fff;
}


#sidebar ul li.cat-item { background: none; padding: 4px 0 4px 0; }
#sidebar ul li.cat-item a { font-size: 25px; text-decoration: none !important; }
#sidebar ul li.cat-item a:hover { color: #FEC12B; }
#sidebar ul li.cat-item a img { vertical-align: text-top; padding: 0 2px 0 0; }

#sidebar ul li.cat-item ul.children { list-style-type: none; background: none;  }

#sidebar ul li.cat-item ul.children li.cat-item {  background: none; padding: 4px 0 4px 32px; }
#sidebar ul li.cat-item ul.children li.cat-item a { font-size: 22px; text-decoration: none !important; }
#sidebar ul li.cat-item ul.children li.cat-item a:hover { color: #FEC12B; }
#sidebar ul li.cat-item ul.children li.cat-item a img { vertical-align: text-top; padding: 0 2px 0 0; }

#front-list .portal-newpost .spoiler {
	font-size: 12px;
	font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
}


/* yarpp-template */
.related-posts	{ list-style: none !important; margin: 0 0 0 5px !important; }
.related-posts img { float: left; }
.related-posts li	{ padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px dotted #CCC; }
.clearfix				{ display: inline-block; }

#tabs ul.colabsTabs {
     margin: 10px 0pt;
}

#tabs ul.colabsTabs li {
     border-color: transparent;
     border-style: solid solid none;
     border-width: 1px 1px medium;
     display: inline-block;
     padding: 0pt;
}

#tabs ul.colabsTabs li a {
     background: none repeat scroll 0% 0% #333333;
     color: #FFFFFF;
     display: inline-block;
     font-size: 12px;
     font-weight: bold;
     padding: 5px 14px;
}

#tabs ul.colabsTabs li a:hover, #tabs ul.colabsTabs li a:active, #tabs ul.colabsTabs li a.selected {
     background: none repeat scroll 0% 0% #ECECEC;
     color: #000000;
     text-decoration: none;
}

#tabs .box li {
     line-height: 1.3em;
     margin-bottom: 10px;
}

#tabs .box li:last-child {
     margin-bottom: 0pt;
}

#tabs .box li .meta {
     display: block;
}

#tabs li {
     background: none repeat scroll 0% 0% transparent;
     padding: 0pt 5px 10px;
     width: auto;
}

#tabs .colabs-image, #tabs .photo {
     background: none repeat scroll 0pt 0pt #FFFFFF;
     border: 1px solid #DDDDDD;
     float: left;
     margin-right: 10px;
     padding: 2px;
}

#tabs ul.list li img {
     vertical-align: baseline;
}

#tabs .meta {
     font-size: 1em;
}

.fix {
  clear:both;
  height:1px;
  overflow:hidden;
  margin:-1px 0 0;
}
