/*
-----------------------------------------------
Yuku Forum Skin

NAME: Entertainment Skin
DESIGNER: Insun
URL: www.yuku.com
DATE: 19 Dec 2006

(Code cleanup by Kristin)
----------------------------------------------- */


/* TYPOGRAPHY 
---------------------------------------- */
body
{font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px /* .67em */; /* 10px base */}

.boxheading *
{font-size: 14px /* 1.2em*/;}

h1 {font-size: 18px /* 1.3em */;}
h2 {font-size: 16px /* 1.2em */;}
h3 {font-size: 14px /* 1.1em */;}
h4 {font-size: 12px /* .9em */;}

.button, a.button, a.button:visited, .post-tools a {font-size: 11px;}


/* LINKS
---------------------------------------- */
a:link {color: #ccff33;}
a:visited {color: #99cc00;}
a:hover {color: #ccc;}
a:active {color: #fff;}


/* BODY, set background color & image
---------------------------------------- */
body {background-color: #5a5a5a;}


/* LAYOUT
---------------------------------------- */
#wrapper
{padding-top: 10px;
margin: auto 10px;}

#head-banner
{text-align: center;
background: url(http://static.yuku.com/domainskins/bypass/img/entertainment/entertain_header_repeat_r.jpg) repeat-x top center;
margin-bottom: 10px;}

	#head-banner h1
	{width: 780px;
	height: 240px;
	margin: 0 auto;
	text-indent: -5000px;
	background: url(http://static.yuku.com/domainskins/bypass/img/entertainment/entertain_header.jpg) no-repeat top center;}
	
		#head-banner h1 a
		{display: block;
		width: 780px;
		height: 240px;}

/* MENU BAR ---- */
.mgr-navigation-sliver
{background: #000;
color: #FFF;}

	.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited
	{color: #FFF;}


/* STANDARD CLASSES
----------------------------------------------- */

/* BOXES ---- */
/* extra content boxes */
.extra-content
{border: 1px solid #000;
background: url(http://static.yuku.com/domainskins/bypass/img/city/city_check_pattern.gif) repeat;
padding: 3px;}

	.extra-content .boxheading
	{background: #000;
	margin-bottom: 3px;
	padding: 5px;}
	
	.extra-content .boxbody
	{padding-bottom: 4px;}

/* community content boxes */
.community-content
{border: 1px solid #000;
background: #5a5a5a;
padding: 3px;}

	.community-content .boxheading
	{border: 1px solid #000;
	height: 25px;
	background: #ccff33 url(http://static.yuku.com/domainskins/bypass/img/entertainment/enter_title_repeat.gif) repeat-x top center;
	margin-bottom: 3px;
	padding: 10px 5px 0 5px;
	color: #000;}
	
		.community-content .boxheading a,
		.community-content .boxheading a:visited
		{color: #000;
		text-decoration: none;}

/* BUTTONS ---- */
.button, a.button, a.button:visited, .post-tools a, .post-tools a:visited
{background: url(http://static.yuku.com/domainskins/bypass/img/entertainment/button-bg.gif) repeat-x;
color: #fff;
height: 18px;
padding: 7px 5px 0 5px;
text-transform: uppercase;
font-weight: normal;
border: 1px solid #000;
text-decoration: none;}

input.button
{height: 25px;
padding-top: 0 !important;}

/* COLLAPSE BUTTON ---- */
.collapse-button
{font-size: 10px;
color: #fff;
font-weight: bold;}

/* DROP DOWN MENUS ---- */
.dropdown span
{background: url(http://static.yuku.com/domainskins/bypass/img/entertainment/dropdown-arrow.gif) no-repeat right center;
padding-right: 16px;
padding-top: 2px;
padding-bottom: 2px;}

.dropdown ul
{background: #5a5a5a;
border: 3px double #000;}
	
	.dropdown li
	{border: 1px solid #333;
	background: #CCC;}
		
	.dropdown li:hover
	{background: #EEE;}
		
		.dropdown li *
		{color: #000;
		text-decoration: none;}

/* PAGER ---- */
.pager div
{padding: 2px;
color: #FFF;
border: 1px solid #000;}

.pager a
{text-decoration: none;
color: #FFF;}

.jump-dropdown
{color: #000;}

.pager .current
{background: #3A3A3A;}


/* SPECIAL BOX & ELEMENT CLASSES
---------------------------------------- */

/* ANNOUNCEMENT-BOX, CONTROL-BOX, LEGEND-BOX ---- */
.announcement-box
{text-align: center;}

.announcement-box, .control-box, .legend-box
{background: transparent;
border: none;
padding: 0;}
	
	.announcement-box p {margin: 0;}
	
	.legend-box .boxheading
	{display: none;}

/* STATS-BOX ---- */
.stats-box
{text-transform: capitalize;}
	
	.stats-box .visitors
	{background-color: #333;
	padding: 5px;
	font-weight: bold;}
	
	ul li.YvonneT
	{display: none;}

/* CATEGORY-BOX ---- */
.description
{font-size: 10px;}

/* DISCUSSION-BOX ---- */
.discussion-box
{border: none;
padding: 0;}

.discussion-box th
{color: #000;
background: #ccff33 url(http://static.yuku.com/domainskins/bypass/img/entertainment/enter_title_topic_lead.gif) repeat-x top center;
padding: .5em;}

	.discussion-box th a, .discussion-box th a:visited
	{color: #000;}

.discussion-box .collapse-button
{color: #000;}

.post-tags
{border-top: 1px dotted #333;
border-bottom: 1px dotted #333;}

.signature
{border-top: 1px dotted #333;}

/* STATS PAGE
----------------------------------------------- */
.domain-staff-stats {display: none;}


/* GENERAL TAGS
----------------------------------------------- */
blockquote
{border: 1px dotted #333;
padding: 5px;}

hr
{border: none;
background: #999;
color: #999;
height: 1px;}

/* FORMS ---- */
input.text
{border: 1px solid #000;}

/* TABLES ---- */
table
{border: 1px solid #000;}

td, th
{padding: 5px;}

th
{background: #3a3a3a;
border-bottom: 1px solid #000;}

td
{border: 1px dotted #000;}

	* html td {border: 1px solid #000;}

/* odd & even rows */
.odd td
{background-color: #5a5a5a;}

.even td
{background-color: #4d4d4d;}