/*
-----------------------------------------------
Yuku Forum Skin
Name: Phreshly Squeezed Mandarin
Designer: Insun
URL: www.yuku.com
Date: 31 Jul 2006
----------------------------------------------- */

/* Color palette
-----------------------------------------------
dark green color="#b8de34"
light green color="#e1ffac"
light orange color="#ffc962"
tan row highlight color="#fde8c0"
light gray grid color="#cfcfcf"
----------------------------------------------- */

/* TYPOGRAPHY
------------------------------------------- */

body
{font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: .7em; /* 10px base */}

.boxheading h1, .boxheading h2, .boxheading .bread-crumbs
{font-size: 1.4em;
font-weight: bold;}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}

th, .th
{font-size: 1.1em;}


/* LINKS
------------------------------------------- */
a:link {color: #000;}
a:visited {color: #333;}
a:hover {color: #000;}
a:active {color: #666;}


/* BODY (set background color or image)
------------------------------------------- */
body {background: #FFC962;}


/* LAYOUT
------------------------------------------- */
#wrapper
{margin: auto 1em;
background: #FFF;}

#head-banner
{text-align: center;
background: url(http://static.yuku.com/domainskins/bypass/img/orange/header-orange_tile.jpg) repeat-x top center;}

#head-banner h1
{height: 175px;
text-indent: -1000em;
background: url(http://static.yuku.com/domainskins/bypass/img/orange/header-orange.jpg) no-repeat top left;}

/* MENU BAR ---- */
.mgr-navigation-sliver
{background: #FF5A00;
color: #FFF;}

	.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited
	{color: #FFF;}


/* STANDARD CLASSES
------------------------------------------- */

/* BOX ---- */
.box
{margin-bottom: 10px;}

.boxheading
{padding: 3px;}

/* extra-content boxes */
.extra-content
{border: 1px solid #B8DE34;
background: #E1FFAC;
border-top-width: 5px;
padding: 3px;}

	.extra-content .boxheading
	{background: #FFF;
	border: 1px solid #B8DE34;}
	
	.extra-content .boxbody
	{padding: 3px;}

/* community-content boxes (contain tables) */
.community-content
{border: 1px solid #FF5A00;}

	.community-content .boxheading
	{background: #F6B406 url(http://static.yuku.com/domainskins/bypass/img/orange/bg-grad_tile.png);
	border: 1px solid #FFF;
	color: #FFF;}
	
		.community-content .boxheading a, .community-content .boxheading a:visited
		{color: #FFF;}
	
	.community-content .boxbody
	{border: 1px solid #FFF;
	border-top: none;}

/* BUTTONS ---- */
.button
{text-transform: uppercase;}

input.button
{background: #666;
color: #FFF;
border: 3px double #E1FFAC;}

/* DROP DOWN MENUS ---- */
.dropdown span
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 11px;}

.dropdown ul
{background: #FFF;
padding: 1px;
color: #000;
border: 1px solid #CCC;}

.dropdown li
{border: 1px solid #C7C6C6;
background: #EFEFEF;}

	.dropdown li *, .dropdown li a, .dropdown li a:visited
	{color: #000;
	text-decoration: none;}
	
	.dropdown li:hover
	{background: #FEE8BF;}

/* PAGER ---- */
.pager .jump
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 11px;}

.jump-dropdown
{background: #FEE8BF;
border: 1px solid #666;}


/* SPECIAL BOX & ELEMENT CLASSES
------------------------------------------- */

/* ANNOUNCEMENT-BOX, CONTROL-BOX, JUMP-BOX ---- */
.announcement-box, .control-box, .jump-box, .breadcrumb-box
{background: transparent;
border: none;}

	.announcement-box .boxbody, .control-box .boxbody, .jump-box .boxbody
	{padding: 0;
	background: transparent;}

/* DISCUSSION-BOX ---- */
.discussion-box 
{border: none;
padding: 0;}

	.discussion-box  .boxbody
	{border: none;}

.discussion-box table, .discussion-box th {border: 1px solid #FF5A00;}
.discussion-box .poster-interact, .discussion-box .poster-detail, .discussion-box .poster-name {border-left: 1px solid #FF5A00;}
.discussion-box .post-tools, .discussion-box .post-content {border-right: 1px solid #FF5A00;}
.discussion-box .poster-interact, .discussion-box .post-tools {border-bottom: 1px solid #FF5A00;}
.discussion-box .th {border-top: 1px solid #FF5A00;}

.discussion-box th.comment-header {border-left: none;}
.discussion-box th.author-header {border-right: none;}

.post-tags
{padding: 3px;
background: #FEE8BF;}

.signature
{border-top: 1px dotted #C7C6C6;}


/* GENERAL TAGS
------------------------------------------- */
blockquote
{border: 1px solid #C7C6C6;
background: #FFF;
padding: 3px;}

hr
{border: none;
background: #C7C6C6;
color: #C7C6C6;
height: 1px;}

/* FORMS ---- */
input.text, textarea
{border: 1px solid #CCC;}

/* TABLE ---- */
table
{background: #FFF;}

table, td
{border: 1px solid #C7C6C6;}

th
{background: #FEC961;
border-top: 1px solid #C7C6C6;}

.even td
{background: #FEE8BF;}