/*
-----------------------------------------------
Yuku Forum Skin
Name: San Francisco
Designer: Insun
URL: www.yuku.com
Date: 7 Aug 2006
----------------------------------------------- */

/* Color palette
-----------------------------------------------
light Blue color = "#bdf7fe"
sky Blue color = "#32b5fa"
dark Blue color = "#1c3783"
Grey stroke color = "#c7c6c6"

----------------------------------------------- */


/* TYPOGRAPHY
------------------------------------------- */

body
{font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: .67em; /* 10px base */}

.boxheading h1, .boxheading h2, .boxheading .bread-crumbs
{font-size: 1.3em;
font-weight: bold;}

h1 {font-size: 1.3em;}
h2 {font-size: 1.1em;}
h3 {font-size: 1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}


/* LINKS
------------------------------------------- */
a:link {color: #000;}
a:visited {color: #333;}
a:hover {color: #666;}
a:active {color: #000;}


/* BODY (set background color or image)
------------------------------------------- */
body {background: #797979;}


/* LAYOUT
------------------------------------------- */
#wrapper
{margin: auto 1em;}

#head-banner
{text-align: center;
background: url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_header_repeat.gif) repeat-x;}

	#head-banner h1
	{height: 190px;
	text-indent: -1000em;
	background: url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_header.gif) no-repeat top left;
	margin: 0;}

/* MENU BAR ---- */
.mgr-navigation-sliver
{background: #0D9BE2 url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_title_repeat.gif) repeat-x;
color: #FFF;}

	.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited
	{color: #FFF;}


/* STANDARD CLASSES
------------------------------------------- */

/* BOX ---- */
.box
{border: 1px solid #C7C6C6;
margin-bottom: 10px;}

.boxheading
{padding: 7px;}

.boxheading, .boxheading a, .boxheading a:visited
{color: #FFF;}

/* extra-content boxes */
.extra-content
{padding: 5px;
background: #DDD;}

	.extra-content .boxbody
	{padding-top: 5px;}
	
	.extra-content .boxheading
	{background: #88B7C8 url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_title_repeat_grey.gif) repeat-x;
	border: 1px solid #C7C6C6;}

/* community-content boxes (contain tables) */
.community-content .boxheading
{background: #0D9BE2 url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_title_repeat.gif) repeat-x;}

/* BUTTONS ---- */
input.button
{background: #1E8EFE;
color: #FFF;
text-transform: uppercase;
border: 3px double #DDD;}

.button
{text-transform: uppercase;}

/* DROP DOWN MENUS ---- */
.dropdown ul
{background: #DDD;
padding: 1px;
border: 1px solid #FFF;}

.dropdown span
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 12px;}

.dropdown li
{background: #C7C6C6;
border: 1px solid #FFF;
color: #000;}
	
	.dropdown li a, .dropdown li a:visited,
	.dropdown li *
	{text-decoration: none;
	color: #000;}
	
	.dropdown li:hover
	{background: #FFF;}


/* SPECIAL BOX & ELEMENT CLASSES
------------------------------------------- */

/* ANNOUNCEMENT-BOX, CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
.announcement-box, .control-box, .jump-box, .legend-box
{background: transparent;
border: none;
padding: 0;}

	.announcement-box .boxbody, .control-box .boxbody, .jump-box .boxbody, .legend-box .boxbody
	{padding: 0;}

	.legend-box .boxheading
	{display: none;}

/* CATEGORY-BOX, FORUM-BOX ---- */
.category-box .odd td,
.forum-box .odd td
{background: #EEE;}

.category-box .even td,
.forum-box .even td
{background: #CEE4FB;}

/* DISCUSSION-BOX ---- */
.discussion-box
{border: none;}

	.discussion-box table
	{background: #FFF;
	border: 1px solid #C7C6C6;}
	
	.discussion-box th
	{background: #0D9BE2 url(http://static.yuku.com/domainskins/bypass/img/sunshine/sky_title_repeat.gif) repeat-x;
	padding: 7px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;}

.th
{background: #CCC;
font-weight: normal;}

.post-tags
{border-top: 1px dotted #C7C6C6;
border-bottom: 1px dotted #C7C6C6;}

.signature
{border-top: 1px dotted #C7C6C6;}


/* GENERAL TAGS
------------------------------------------- */
blockquote
{padding: 5px;
background: #EEE;
border: 1px dotted #C7C6C6;}

hr
{border: none;
background: #C7C6C6;
color: #C7C6C6;
height: 1px;}

/* TABLE ---- */
td
{border: 1px solid #C7C6C6;}

th
{background: #CCC;
font-weight: normal;}