﻿/*
Theme Name: DarkMind
Theme URI: http://november.idv.tw/themes/
Description: DarkMind is a theme which is created by Mr. Excuse who had a bad mood when created this theme.
Version: 0.1
Author: Mr. Excuse(November)
Author URI: http://november.idv.tw
*/

body {
	font-family: "Arial Unicode MS", "times new roman", "新細明體", serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	background: #292929 url("images/background.png") repeat-x;
	margin: 0;
	padding: 0;
}

/* Design Containers and Specifications */

/* 最大層容器 */
#wrap {
	/*background: url("images/bgtp.gif") repeat-x;*/
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

/* Container的寬度為918px，置中 */
#keep {
	width: 918px;
	clear: left;
	margin: 0 auto; 
}

/* 第三層容器，也是內容最底層(第一層)。包含兩側陰影 */	
#outside { 
	background: #B5B6B4 url("images/bg_container.png") repeat-y top center; 
	/*width: 765px;*/
	width: 918px;
	float: right;
}

/* 第四層容器 */
#inside { 
	/*background: url("images/bghead.gif") no-repeat top center; */
	background: url("images/bg_header.jpg") no-repeat top center; 
	width: 918px; 
	clear: both;
}

/* 第五層容器，所有內容div都在這裡面 */
#holder {
	/*margin-left: 30px;
	width: 698px;*/
	margin-left: 10px;
	margin-right: 10px;
	width: 918px;
	padding: 0;
}

/* 同上。解決瀏覽器間差異用 */
* html #holder {
	/*margin-left: 15px; */
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

/*
#search {
	background: url("images/search.gif") no-repeat bottom; 
	width: 272px;
	height: 53px;
	float: left;
	text-align: left;
}
*/
	
/*#title {
	background: url("images/title.jpg") no-repeat; 
	width: 426px;
	height: 53px;
	text-align: right;
	float: right;
}
*/

/* Home以及Pages的容器 */
#menu {
	/*background: url("images/menu.jpg") no-repeat; */
	width: 600px;
	/*height: 125px;*/
	height: 230px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

/*
#tree {
	background: url("images/tree.jpg") no-repeat; 
	width: 213px;
	height: 153px;
	float: right;
}
*/

/* 文章主要容器 */
#content {
	/*width: 432px;*/
	width: 560px;
	margin-left: 30px;
	float: left;
	text-align: justify;
	font-size: 13px;
	color: #CACACA;
	font-family: "times new roman", georgia, serif;
}

/* 同上。解決瀏覽器間差異用 */
* html #content {
	margin-left: 30px;
	width: 560px;
}

/* 側邊欄 */
#sidebar {
	/*width: 205px;*/
	width: 270px;
	float: right;
	text-align: left;
	margin: 15px 30px 15px 0;
}

/* 同上。解決瀏覽器間差異用 */
* html #sidebar {
	margin: 15px 30px 15px 0;
}

/* 頁尾版權宣告區 */
#footer {
	/*background: url("images/footer.jpg") no-repeat bottom;*/
	background: url("images/footer.jpg") no-repeat bottom;
	/*width: 698px;*/
	width: 918px;
	height: 150px;
	clear: both;
	margin-left: 0px;
	font-family: "agency fb", arial, helvetica, sans-serif;
}

/* 同上。解決瀏覽器間差異用 */
* html #footer {
	margin-left: 0px;
	/*margin-right: 0px;*/
	float: left;
}


/* View recent ten button */
#handle {
	text-align: right;
	margin: 0 0 7px 0;
}

#inf {
	width: 99%;
	font-size: 10pt;
	color: #959595;
	font-family: "Century Gothic", Arial, "trebuchet ms", sans-serif;
	margin: 0 0 35px 0;
	padding: 0 7px;
}

/* recent ten裡的comments */
#com {
	width: 40%;
	float: left;
}

/* recent ten裡的entries */
#ent {
	width: 55%;
	float: right;
}

/* clrTop是View recent ten上方間隔用的 */
.clrTop {
	width: 100%;
	clear: both;
	height: 25px;
}

/* clrBottom是View recent ten下方間隔用的 */
.clrBottom {
	width: 100%;
	clear: both;
	height: 25px;
}

/* footclr是間隔用的(頁尾) */
.footclr {
	width: 100%;
	clear: both;
	height: 100px;
}

#inf ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 20px 0;
}

#inf li {
	display: block;
	border-bottom: #4E370F 1px solid;
	padding-top: 3px;
	margin: 0;
	min-height: 20px;
	font-weight: normal;
	}

#com li a { 
	text-decoration: none;
	color: #75961B;
	}

#com li a:hover { 
	text-decoration: none;
	color: #99C521;
	}

#ent li a { 
	text-decoration: none;
	color: #DEDDDC;
	}

#ent li a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	}

.intr {
	padding: 0 7px;
	}

/* Headers */

.edit, .edit a:link, .edit a:visited {
	text-align: right;
	text-transform: lowercase;
	color: #2E2E2E;
	font-size: 17px;
	float: right;
	}

.edit a:hover {
	color: #E1E1E1;
	}


/* 文章標題 */
h1, h1 a:link, h1 a:visited {
	/*color: #FFA303;*/
	color: #ffc832;
	font-size: 16pt;
	font-family: "Arial Unicode MS", "times new roman", "新細明體", serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 7px 0 0 0;
	text-decoration: none;
}
	
.id {
	color: #686C24;
	padding-right: 3px;
}

/* 文章張貼時間 */
.timestamp, #wp-calendar caption {
	/*font-weight: bold;*/
	padding: 0;
	margin: 0 0 10px 0;
	color: #8F8E69;
	font-size: 9pt;
	/*text-align: center;*/
	font-family: "Arial Unicode MS", "times new roman", "新細明體", serif;
}

.timestamp a:link, .timestamp a:visited {
	color: #A12600;
	text-decoration: none;
}

.timestamp a:hover {
	color: #CF2500;
	text-decoration: none;
}

/* sidebar的標題背景 */
h4 {
	background: url("images/bg_sidebar_title.jpg") no-repeat bottom; 
	width: 245px;
	height: 35px;
	text-transform: lowercase;
	margin: 0px;
	padding-right: 50px;
	padding-bottom: 3px;
	color: #b89f64;
	font-size: 15pt;
	text-align: right;
	font-family: "times new roman", georgia, serif;
}

/* 同上。解決瀏覽器間差異用 */
* html h4 {
	padding: 0 50px 3px 0;
}

h3 {
	color: #F3F1B7;
	font-size: 18px;
	font-family: "agency fb", sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


h6 {
	padding: 0;
	margin: 0;
	font-size: 35px;
	float: right;
	text-align: right;
	color: #222;
	}

.btitle a:link, .btitle a:visited {
	padding: 0 25px 0 0;
	color: #FFA052;
	font-size: 30px;
	font-family: "trebuchet ms", sans-serif;
	text-decoration: none;
	}

.stitle {
	padding: 0 10px 0 0; 
	color: #FFFFFF; 
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	}

.tinfo {
	color: #D4C082;
	font-size: 14px;
	font-family: "times new roman", serif;
	text-transform: uppercase;
	border-bottom: #4E370F 1px solid;
	padding: 0 0 3px 0;
	}

/* Top Search */

#sform {
	padding: 10px 0 0 20px;
	margin: 0;
	}

#search input { 
	width: 170px; 
	font-size: 10px; 
	color: #CCC;
	font-family: trebuchet ms, arial, sans-serif;
	background:#1A1A1A;
	border: #414141 1px solid;
	}

#search input:focus {
	border:#2E2E2E 1px solid;
	}

#simage {
	background: url("images/s2.gif") no-repeat; 
	width: 39px;
	height: 23px;
	}

/* Top Menu*/

#menu ul { 
	list-style-type: none;
	margin: 215px 0 0 0;
	padding: 0;
	}

#menu ul li {
	display: inline;
	text-transform: lowercase;
	}

#menu ul li a {
	text-decoration: none;
	color: #494949;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, tahoma, sans-serif;
	padding: 215px 13px 0 13px;
	font-weight: bold;
}

#menu ul li a:hover {
	background: #000;
	-moz-opacity: 0.7;
	color: #FFF;
	border-bottom: #99280A 5px solid;
	text-decoration: none;
	/*background:*/
}

/* Side Navigation */

.navigate {
	padding: 10px 0 30px 35px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	}

.navigate ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

.navigate li a { 
	background: url("images/arw.gif") no-repeat top left; 
	text-decoration: none;
	display: block;
	color: #7F8062;
	border-bottom: #1F270B 1px solid;
	padding: 4px 0 4px 21px;
	margin: 0;
	}

* html .navigate li a { 
	height: 13px;
	}

.navigate li a:hover { 
	background: url("images/arw2.gif") no-repeat top left; 
	text-decoration: none;
	color: #F7FABF;
	}

.navigate li li a { 
	background: url("images/sub.gif") no-repeat top left; 
	text-decoration: none;
	display: block;
	color: #7F8062;
	border-bottom: #1F270B 1px solid;
	padding: 4px 0 4px 41px;
	margin: 0;
	}

.navigate li li a:hover { 
	background: url("images/sub2.gif") no-repeat top left; 
	text-decoration: none;
	color: #F7FABF;
	}

/* Posts */

/* 文章內文 */
.entry {
	font-family: "Arial Unicode MS", "times new roman", "新細明體", serif;
	color: #E0E0E0;
	font-size: 11pt;
	text-align: left;
	line-height: 19pt;
	letter-spacing: 0.08em;
}

.entry a:link, .entry a:visited {
	color: #aece5b;
	text-decoration: none;
}

.entry a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* 文章下方的資訊條 */
.info {
	background: #101010;
	-moz-border-radius: 10px;
	color: #909090;
	font-family: "Arial Unicode MS", "times new roman", "新細明體", serif;
	font-size: 10pt;
	text-align: left;
	padding: 7px;
	margin: 15px 0 50px 0;
}

.info a:link, .info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.comm, .comm a:link, .comm a:visited {
	color: #A5B968;
	font-weight: bold;
	text-decoration: none;
	}

.comm a:hover {
	color: #C7DC87;
	text-decoration: none;
}

/* 頁尾的版權宣告內文 */
.credits {
	text-align: center;
	padding-top: 90px;
	color: #A1A1A1;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	color: #A1A1A1;
	text-decoration: none;
}

#footer a:hover {
	color: #E1E1E1;
	text-decoration: none;
}

/* Miscellaneous */

img {
	border: 0;
	}

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

a:hover, a:active {
	color: #C3C963;
}

blockquote {
	background: url("images/quote.gif") no-repeat top left;
	min-height: 90px;
	overflow: visible;
	color: #C3BCA5;
	margin: 0;
	padding: 15px 20px;
	}

code {
	font-family: monospace;
	color: #EFE4BE;
	}

pre {
	font-family: monospace;
	color: #C3BCA5;
	}

input, textarea { 
	width: 98%; 
	font-size: 11px; 
	color: #CCC;
	font-family: "trebuchet ms", arial, sans-serif;
	background: #1A1A1A;
	border: #414141 1px solid;
	margin: 2px 0 0 0;
	}

textarea { 
	padding: 3px;
	width: 96%;
	}

input:focus, textarea:focus {
	border: #2E2E2E 1px solid;
	}

#subc img {
	padding: 2px;
	border: #343434 5px solid;
	margin: 5px;
	}

#subc img:hover {
	border: #5C5C5C 5px solid;
	}

#subc img a {
	border: #343434 5px solid;
	}

/* Posts區塊上方的間隔 */
#subcTop {
	width: 100%;
	height: 25px;
}

/* SideBar區塊上方的間隔 */
#sideTop {
	width: 100%;
	height: 35px;
}

small {
	color: #555;
	font-family: arial, helvetica, sans-serif;
	}

label {
	color: #555;
	font-size: 10px;
	}

table {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	border: #2E2E2E 1px solid;
	background: #131313;
	}

/* Post Specifications */

.hundred { 
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
	}

/* 翻頁控制 */
.navigation {
	font-family: "Arial Unicode MS", "times new roman", serif;
	font-size: 10pt;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.pagenav {
	width: 100%;
	text-align: center;
}

.post-info {
	font-size: 10px;
	color: #DCDCDC;
	border: #2E2E2E 1px solid;
	margin: 9pt;
	font-family: "Arial Unicode MS", "times new roman", serif;
	padding: 5px;
}

.post-info a, .post-info a:visited, .comm-date a, .comm-date a:visited {
	color: #EABD52;
}

.post-info a:hover {
	color: #F8BF3E
}

.comment {
	padding: 10px 20px;
	}

.comm-entry {
	font-size: 11px;
	font-family: "trebuchet ms", sans-serif;
	}

.s-entry {
	padding: 15px 0 0 15px;
}

/* Links Page */

#linkpage input {
	width: 70px;
	}

#linkpage select {
	font-size: 11px; 
	color: #CCC;
	font-family: "trebuchet ms", arial, sans-serif;
	background: #1A1A1A;
	border: #414141 1px solid;
	}

#linkpage ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#linkpage li {
	padding: 10px 0;
	}

#linkpage p {
	margin: 0;
	padding: 0;
	}

/* Wp-Calendar */

#wp-calendar {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar td {
	color: #7F8062;
	background: #1F1F1F;
	border: 1px solid #2E2E2E; 
	margin: 0 4px 4px 0;
	padding: 2px;
	text-align: center;
	letter-spacing: normal;
}

#wp-calendar td:hover{
	background: #171717;
	border: 1px solid #292929;
}

#wp-calendar td.pad:hover {
	background: #171717;
	border: 1px solid #292929;
}

#wp-calendar #today {
	background: #333;
	border: 1px solid #222; 
	border-width: 1px 0 0 1px;
	color: #FFF;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	background: transparent;
	border: 0; 
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	color: #999;
	font-weight: normal;
}