/*  
Theme Name: YinYang
Author: Mark Mieczkowski [Ski]
Author URI: http://zenof.com
Description: A clean and minimalistic template by <a href="http://zenof.com">Ski</a>
*/

/** 
defaults
**/
body
{
	background-color: #white; /*#BFC0A0;*/
	/*background: url(images/brushed_metal.jpg) repeat #cccccc;*/
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	cursor: default;
	color: 000000;
	background-repeat: no-repeat;
}

h1
{
	font-size: 140%;
	background-color: #edf3fe;
	/*border-bottom: 1px solid gray;*/
	display: block;
	color: #000000;
	padding: 3px 3px 3px 10px;
}

h2
{
	font-size: 120%;
	/*border-bottom: 1px solid gray;*/
	color: #000000;
	text-style: bold;
}



img { border: 0px; }


/*
unique ID's
*/

#logo
{
	padding: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/logo_wbg204x204.png);/*header_gradient.png);*/
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	clear: right;
	height: 153px;
	width: 204px;
}


#container
{
	background-color: white;
	/*background-image: url(images/header_gradient.png);
	background-position: top;
	background-repeat: repeat-x;*/
	width: 612px;
	height: 792px;
	border: 1px solid black;
	/**margin: 1px;**/
	margin-left: auto;
	margin-right: auto;
}

#drop-shadow-box
{
	background-color: transparent;
	
}


#header
{
	border: 0px solid gray;
	padding: 0px;
	margin-bottom: 0px;
	background-color: black;
/*	background-image: url(images/logo_wbg204x204.png);
	background-position: top right;
	background-repeat: no-repeat;*/
	width: 408px;
	height: 115px;/*153px;*/
	float: left;
}



#menu
{
	font-family: Verdana; 
	width: 392px;
	list-style: none;
	padding-left: 0px; 
	padding-right: 0px; 
	margin-left: 0;
	margin-right: 0;
	margin-top: 93px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: white;
	background-color:transparent;
}



#menu li
{	
	color: black;
	display: inline;
	padding: 0;
}
#menu ul
{
	text-decoration: none;
	font-family: Verdana; 
	font-size: medium;
	color: grey;
	padding: 0;
	margin: 0;
}

.tab-border
{
	background-color: transparent;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding-top: 3px;padding-bottom: 2px;

}
a.tab-border, a.tab-border:visited, a.tab-border:link
{
	color: #eeeeee;/*white;*/
	text-decoration: none;
}

a.tab-border:hover
{
	color: white;
	background-color: #1D1D1D;
}
.bg-tab-left
{
	background: url(images/ulbg.png) top left no-repeat;
	padding-left: 6px; padding-bottom: 5px; padding-top: 4px; padding-right: 0;
	margin-left: -1px;
}

.bg-tab-right
{
	background: url(images/urbg.png) top right no-repeat;
	padding-left: 6px; padding-bottom: 5px; padding-top: 4px; padding-right: 0;
	margin-right: -1px;
}

/* -- currently selected tab -- */
.white-tab-left
{
	background: white url(images/ul.png) top left no-repeat;
	padding-left: 6px; padding-bottom: 5px; padding-top: 4px; padding-right: 0;
	color: black;
}
a.white-tab-left
{
	color: black;
	text-decoration: none;
}

.white-tab-right
{
	background: white url(images/ur.png) top right no-repeat;
	padding-left: 6px; padding-bottom: 5px; padding-top: 4px; padding-right: 0;


}




#content
{
	background-color: transparent;
	text-align: left;
	clear: right;
}

#sidebar
{
	background-color: white;
	width: 205px;
	height: 562px;
	float: right;
	/*background-image: url(images/vgrad_line.png);
	background-position: left;
	background-repeat: no-repeat;*/

}



#top
{
	clear: both;
	background-color: transparent;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 32px; /*200%;*/
	text-align: right;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5%;
}
.wide-letters
{
	letter-spacing: 0.11em;
}


#footer
{
	clear: both;
	background-color: transparent;
	color: black;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5%;

}

#footer-black
{
	clear: both;
	background-color: black;
	border: 1px solid black;
	color: white;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
}

/*
classes
*/

.chinese
{
	lang=ZH-HANS;
	font-family:BiauKai;
	float: left;
	color: black;
}
.clearboth
{
	clear: both;
}

.underline
{
	text-decoration: underline;
	font-style: bold;
}

.simple-white, a.simple-white
{
	color: white;
	text-decoration: none;
}

a.simple-white:hover
{
	text-decoration: underline;
}