﻿/* 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: Pink Paint
 * Style author: yeni (yeni@yueds.com)
 *******************************************/

/* customize the element defaults */

body {
	color: #333333;
	background-color: #FFFFFF;
}

a {
	color: #ff66cc;
}

.tuc_em {
	background-color: #E3E3E3;
}

q, q a, .tuc_q, .tuc_q a {
	color: #999999;
}

/* the default border/hr colors */
.tuc_border, textarea {
	border-color: #999999;
}
input[type=text], input[type=password] {	/* not supported in IE6 */
	border-color: #999999;
}

hr {
	color: #999999;
	background-color: #999999;
}

/* fore/back color inverted objects */
.tuc_invert, .tuc_invert a {
	background-color: #999999;
	color: #FFFFFF;
}


/* the buttons */
button {
	border-color: #666666;
	background-color: #C0C0C0;
	background-image: url('pinkpaint/btnback.gif');
}

button:hover {
	background-image: url('pinkpaint/btnback_hover.gif');
}

/* the menubox */
#tuc_menubox {
	border-color: #999999;
}

#tuc_menubox a, .tuc_type_navlist a:hover, .tuc_type_navlist a.tuc_sel {
	color: #999999;
	background-color: #F0F0F0;
}

#tuc_menubox a.tuc_sel, #tuc_menubox a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* ~~~~ now starts the page ~~~~ */

/* page background */
#tuc_page {
	background-color: #ffe9f4;
	background-image: url('pinkpaint/back.jpg');
	background-repeat: repeat;
}

/* the color seperator line */
#tuc_tabbar, #tuc_tabbar a.tuc_tab_s {
	border-color: #b9498c;
}
/* selected tab */
#tuc_tabbar a.tuc_tab_s, #tuc_tabbar a.tuc_tab_s:hover {
	color: #ffccea;
	background-color: #ff66c1;
}

/* navbar background */
#tuc_navbar {
	background-image: url('pinkpaint/tabback.png');
}

/* logo image */
#tuc_nav_logo {
	background-image: url('pinkpaint/logo.png');
}
/* navbar text color */
#tuc_nav_seq, #tuc_nav_seq a, #tuc_nav_exp_tip a, .tuc_nav_expander ul li.tuc_sel a {
	color: #000000;
}

/* 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: #b9498c;
	background-color: #ffccea;
}

/* the expander */
.tuc_nav_expander, .tuc_nav_expander ul li a, #tuc_nav_exp_tip a {
	color: #000000;
	background-color: #ff99d6;
}

/* page top links */
#tuc_pagetoplinks a {
	/*color: ;*/
}

/* the bottombar - at the bottom of the page */
#tuc_bottombar {
	color: #808080;
	border-color: #b1cc6d;
	border-top-width: 5px;
}
#tuc_bottombar a {
	color: #808080;
}

/* default block options */
/* block border and background */
.tuc_block, .tuc_infobar {
	border-color: #999999;
}

.tuc_block, .tuc_infobar, .tuc_block_background {
	background-color: #FFFFFF;
}


/* block titlebar text-color */
.tuc_block_titlebar h1 {
	color: #999999;
}

/* block titlebar background */
.tuc_block_titlebar {
	background-color: #F0F0F0;
}

/* blog styles */
.tuc_type_blog .tuc_date h2 {
	color: #c8e08a;
}

.tuc_type_blog .tuc_post {
	background-color: #F0F0F0;
}

.tuc_type_blog .tuc_post .tuc_title h3, .tuc_type_blog .tuc_post .tuc_title h3 a {
	color: #b1cc6d;
}

.tuc_type_blog .tuc_post .tuc_content {
	color: inherit;
	border: 0px;
}

.tuc_type_blog .tuc_attribute {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-left: 2px;
}

.tuc_type_blog .tuc_attribute a {
	color: #FFFFFF;
}

.tuc_type_blog hr.tuc_blogsplitter {
	height: 5px;
	visibility: hidden;
}