/* Original design by Mira, CSS updated by Kristin */

/* TYPOGRAPHY 
---------------------------------------- */
body
{font-size: 11px;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #795604;}

.boxheading, .boxheading h1, .boxheading h2
{font-size: 14px;
color: #FFF;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}


/* LINKS
---------------------------------------- */
a:link, a:visited
{font-weight: bold;
color: #795604;}


/* BODY, set background color & image
---------------------------------------- */
body
{background: #6b4d05 url(http://static.yuku.com/domainskins/bypass/img/demo/goldfashion/bckgtile.gif) repeat-x top;}


/* LAYOUT
---------------------------------------- */
.mycontent
{margin: auto;       
background: #ddc58c url(http://static.yuku.com/domainskins/bypass/img/demo/goldfashion/wrappertile.gif) repeat-x;
width: 95%;
padding: 10px;
padding-top: 0;
border: 2px solid #6b4d05;
margin-top: 40px;
margin-bottom: 40px;}

.myheader
{background: url(http://static.yuku.com/domainskins/bypass/img/demo/goldfashion/headerimage.png) no-repeat center;
width: 344px;
height: 88px;
margin: auto;
margin-bottom: 10px;}

* html .myheader
{background: none;
filter:progid:dximagetransform.microsoft.alphaimageloader(src=http://static.yuku.com/domainskins/bypass/img/demo/goldfashion/headerimage.png);}

/* MENU BAR ---- */
.mgr-navigation-sliver
{color: #FFF;}

	.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited
	{color: #FFF;}


/* STANDARD CLASSES
---------------------------------------- */
.contentfooter
{font-size: 10px;
background: #F4DDA1;
padding: 3px;}

/* BOX ---- */
.box, .block
{margin-bottom: 15px;}

.box
{background: #FAE6AF;
border: 1px solid #C49B3C;
padding: 5px;}

.boxheading
{background: #DFAA23;
border: 1px solid #C49B3C;
padding: 5px;
margin-bottom: 5px;}

.boxbody
{border: 1px solid #C49B3C;
padding: 5px;}


/* BLOCKS
---------------------------------------- */

/* Column A Blocks
------------------ */

/* MINIPROFILE block */
.avatarholder
{width: 100px;}

.userinfo
{margin-left: 120px;
margin-bottom: 10px;}

p.galerylink,
p.gallerylink
{margin-top: 0;
margin-left: 120px;
margin-bottom: 5px;}

/* good & bad voting buttons */
table.voting
{border-collapse: separate;
width: 100px;
margin-top: 5px;}

.vote-links
{border: 1px solid #C49B3C;
font-weight: bold;}
	
	.vote-links a
	{padding: 1px;
	display: block;
	text-decoration: none;}

table.userstats
{width: 100%;}

/* user interaction buttons, displayed to visitors */
#userinteract
{margin-top: 5px;}

	#userinteract li
	{border: 1px solid #C49B3C;
	background: #FAE6AF;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 1px;
	margin-right: 5px;}

		#userinteract li a
		{text-decoration: none;}
		
		#userinteract ul li a
		{background: #FAE6AF;}


/* Column B Blocks
------------------ */

/* COMMENTS block */
.comments-block .odd
{background: #F4DDA1;}

.comments-block .user-avatar img
{padding-top: 5px;}

/* RECENT POSTS block */
.recentposts-block table
{width: 100%;}


/* GENERAL TAGS
---------------------------------------- */
hr
{background: #dfaa23;
color: #dfaa23;
border: none;
height: 1px;}

/* tables */
table
{border: 1px solid #C49B3C;}

th
{background: #DFAA23;
border: 1px solid #C49B3C;
font-weight: bold;
text-align: left;}