/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	padding:0;
	
}

body {
	margin: 0;
	padding: 0;
	background: #004778;
	font: 15px "新細明體",sans-serif
	color: #414141 ;
}

#cPart {
	background: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 5px 25px;
	border: none;
	font-size: 15px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #2A00FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */

#header {
	width: 890px;
	height: 95px;
	margin: 0 auto;
	display: none;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 70px;
	padding: 20px 90px 0 0;
	background: url(../images/img01.gif) no-repeat left top;
	margin-top: 15px;	
	margin-left: -20px;
	width: 620px;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 70px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 25px 0px 5px 0;
	text-align: left;
}

#rss a {
	padding: 0 0 3px 24px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */
#search-title {
	padding: 25px 0px 5px 0;
	text-align: left;
}

#search-title a {
	padding: 0 0 3px 24px;
	background: url(../images/search_button.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
}


/* Menu */

#menu {

	width: 950px;
	height: 40px;
	*height: 35px;
	margin: 0 auto;
	padding:0;
	*padding:5px 0 0 0;
	background: #6AA2FD url(../images/img04-1.gif);
	background-repeat: no-repeat;
}

#menu ul {
	/* margin: 10px auto; */
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	list-style:inside;
	float:left;
}


#menu a {
	display: block;
	float: left;
	margin-top:-5px;
	*margin-top:3px;/* IE 7 */
	_margin-top:3px;/* IE 6 */
  	padding-left:25px; 
  	padding-bottom:0px; 
	overflow:visible;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


#menu .current_page_item a {
	color: #000000;
}

/* Page */

#page {
	width: 880px;
	_width:900px;
	margin: 0 auto;
}


/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: right;
	width: 670px;
	margin-top:25px;
	margin-bottom:20px;
}

.post .title h2{
	font-size: 1.8em;
	font-weight: bold;
	color: #2A5FFF;
	letter-spacing:1px;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
	
}

.post .entry {
	padding: 10px 0 0 0;
	font-size: 12pt;

}
.post .entry td {
	padding: 5px 5px 5px 5px;
}


.post .entry span{
	font-family:Arial, Helvetica, sans-serif;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}
 
.post .links .more {
	background: url(../images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

.post .leaf{
	margin-top: 10px;
	margin-bottom:15px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 205px;
	_width: 240px;
	margin-top:10px;

}


#sidebar li {
	margin-bottom: 10px;
}

#sidebar h2 {
	width: 190px;
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0 0 50px;
	background: #FFB700 url(../images/img05-2.gif);
	letter-spacing: 0px;
	font-size: 20px;
}
#sidebar a {
	color: #FFFFFF;
}
#sidebar a:hover{
	color: #00FFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0px 0px;
}

#calendar table {
	width: 80%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}
#calendar a {

	color: #000000
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

.clsBtn
{
    font-family: 新細明體;
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 2px 2px;
}

.clsCbo
{
    font-family: 新細明體;
    font-size: 14px;
    width: auto;
}

.clsText
{
    font-family: 新細明體;
    font-size: 14px;
    width: auto;
    padding: 3px 3px;
}
