﻿/* TUC.CN Style Template
 * Written by Yue Dashan (yeni@yueds.com), 2007.
 *
 * Under Creative Commons Attribution 2.5 CN License,
 * you are free to share or edit this file, only when
 * you keep this text.
 *
 * Full deed text at:
 * http://creativecommons.org/licenses/by/2.5/cn/
 *
 */

/*** PLEASE FILL THE FOLLOWING FIELDS IN ***
 * Style name: Chinese Red
 * Style author: yeni (yeni@yueds.com)
 *******************************************/

/* customize the element defaults */

body {
	color: #44310a;
	background-color: #000000;
}

a {
	color: #660000;
}

.tuc_em {
	background-color: #FFFFCC;
}

q, q a, .tuc_q, .tuc_q a {
	color: #93866C;
}

/* the default border/hr colors */
.tuc_border, textarea {
	border-color: #44310a;
}
input[type=text], input[type=password] {	/* not supported in IE6 */
	border-color: #44310a;
}

hr {
	color: #44310a;
	background-color: #44310a;
}

/* fore/back color inverted objects */
.tuc_invert, .tuc_invert a {
	background-color: #44310a;
	color: #ffffff;
}


/* the buttons */
button {
	border-color: #926400;
	background-color: #D9B44F;
	background-image: url('../images/btnback.gif');
}

button:hover {
	background-image: url('../images/btnback_hover.gif');
}

/* the menubox */
#tuc_menubox {
	border-color: #000000;
}

#tuc_menubox a, .tuc_type_navlist a:hover, .tuc_type_navlist a.tuc_sel {
	color: #ffffff;
	background-color: #400202;
}

#tuc_menubox a.tuc_sel, #tuc_menubox a:hover {
	background-color: #990000;
}

/* ~~~~ now starts the page ~~~~ */

/* page background */
#tuc_page {
	background-color: #660000;
	background-image: url('chinesered/bg.gif');
}

/* the color seperator line */
#tuc_tabbar, #tuc_tabbar a.tuc_tab_s {
	border-color: #d55004;
}
/* selected tab */
#tuc_tabbar a.tuc_tab_s, #tuc_tabbar a.tuc_tab_s:hover {
	color: #d55004;
	background-color: #faf9db;
}

/* navbar background */
#tuc_navbar {
	background-image: url('chinesered/tabback.gif');
}

/* logo image */
#tuc_nav_logo {
	background-image: url('chinesered/logo.gif');
}

/* navbar text color */
#tuc_nav_seq, #tuc_nav_seq a, #tuc_nav_exp_tip a, .tuc_nav_expander ul li.tuc_sel a {
	color: #ffffff;
}

/* navbar item hover-box */
#tuc_nav_seq a:hover, .tuc_nav_expander ul li.tuc_sel a, .tuc_nav_expander, #tuc_nav_exp_tip_border {
	border-color: #920b03;
	background-color: #f69812;
}

/* the expander */
.tuc_nav_expander, .tuc_nav_expander ul li a, #tuc_nav_exp_tip a {
	color: #ffffff;
	background-color: #dd5005;
}

/* page top links */
#tuc_pagetoplinks a {
	color: #ffffff;
}

/* the bottombar - at the bottom of the page */
#tuc_bottombar {
	color: #808080;
	border-color: #faf9db;
}
#tuc_bottombar a {
	color: #808080;
}

/* default block options */
/* block border and background */
.tuc_block, .tuc_infobar {
	border-color: #000000;
}

.tuc_block, .tuc_infobar, .tuc_block_background {
	background-color: #ffffff;
}

/* block titlebar text-color */
.tuc_block_titlebar h1 {
	color: #ffffff;
}

/* block titlebar background */
.tuc_block_titlebar {
	background-color: #400202;
	background-image:url('chinesered/tlbg.gif');
}

/* blog styles */
.tuc_type_blog .tuc_date h2 {
	color: inherit;
}

.tuc_type_blog .tuc_post .tuc_title h3, .tuc_type_blog .tuc_post .tuc_title h3 a {
	color: inherit;
}

.tuc_type_blog .tuc_post .tuc_content {
	color: #666666;
}

.tuc_type_blog .tuc_attribute {
	color: inherit;
}