@charset "UTF-8";

body {
	font: .7em Arial, Helvetica, sans-serif;
	margin: 0;
	background: #dddccc;
	color: #333;
}
#outerContainer {
	width: 60em;
	border-top: 10px solid #fff;
	margin: 0 auto;
	position: relative;
}
#container {
	background: #f4f4ef url(images/container-bg.gif);
}
h1 {
	background: url(images/h1.gif) 50% 50% repeat-x;
	height: 60px;
	margin: 0;
	text-indent: -999em;
}
#hexMain {
	padding: 20px 0;
	overflow: auto;
}


/*----------------------------------*/
/*----------- HEXAGRAM BARS --------*/
/*----------------------------------*/

ul.hexagram {
	list-style: none;
	padding: 0;
	margin: 0;
}
#hexMain ul.hexagram {
	width: 35%;
	float: left;
}
#transformations ul.hexagram {
	font-size: .5em;
	margin: 10px 0;
}
ul.hexagram li {
	background: #000 url(images/bar-bg.gif);
	width: 12em;
	padding: 0;
	margin: 0 auto 1em auto;
	text-indent: -999em;
}
#hexMain ul.hexagram li {
	cursor: pointer;
}
#transformations ul.hexagram li {
	
}
ul.hexagram li em {
	display: block;
	width: 4em;
	margin: 0 auto;
	font-style: normal
}
ul.hexagram li.broken em {
	background: #fff;
}
#hexMain ul.hexagram li.broken em {
	background: #f4f4ef url(images/container-bg.gif) 0 -20px;
}

/*----------- Transformations --------*/

#transformations {
	clear: both;
}
#transformations h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding: 14px 0 0 0;
	margin: 0;
	background: url(images/transformations-h2.gif) 50% bottom no-repeat;
}
.transformation {
	float: left;
	width: 25%;
	margin: 0;
	background: #fff url(images/transformation-bg.gif) bottom left no-repeat;
	text-align: center;
}
.transformation h3 {
	cursor: pointer;
	background: #a9a891 url(images/transformation-h3-arrow-up.gif) 50% 85% no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 5px 12px 5px;
	border-bottom: 1px solid #000;
	margin: 0;
}
.transformation h3.collapsed {
	background: #a9a891 url(images/transformation-h3-arrow-down.gif) 50% 85% no-repeat;
}

/*-----------------------*/
/*--------- DATA --------*/
/*-----------------------*/

.data {
	margin: 10px 0;
}
#hexMain .data {
	width: 65%;
	float: left;
}
.transformation .data {
	padding: 0 10px;
}
.data dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: .5em;
	border-top: 1px solid #a9a891;
	margin-top: .5em;
	color: #000;
	position: absolute;
	left: -999em;
}
.data dt#label_hexJudge, .data dt#label_hexImg {
	position: static;
	clear: both;
}
#hexMain .data dt {
	font-size: 1.3em;
	color: #000;
	border-top: none;
}
#hexMain .data dt#label_hexJudge {
	background: url(images/hexMain-dt-bg.gif) top right no-repeat;
	border-top: 3px solid #dddccc;
	padding: 5px 0;
	margin-top: 0;
}
.data dd {
	padding: 0;
	margin: 0;
}
.data dd#data_hexNum {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#hexMain .data dd#data_hexNum {
	float: left;
	width: 2em;
	padding: 5px 0;
	text-align: center;
}
#hexMain .data dd#data_hexName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding: 5px 0 5px 10px;
	border-left: 3px solid #dddccc;
	margin-left: 2em;
}
#hexMain .data dd#data_hexJudge {
	padding-right: 10px;
}
.transformation .data dd#data_hexNum {
	text-align: center;
}
.transformation .data dd#data_hexName {
	font-weight: bold;
}

/*--------------------------*/
/*--------- CREDITS --------*/
/*--------------------------*/
#credits {
	/* somewhere in the header
	position: absolute;
	top: 33px;
	right: 3px;
	color: #a9a891;*/
	
	/* as a footer */
	text-align: center;
	line-height: 25px;
	color: #918F71;
	border-top: 1px solid #fff;
	clear: both;
	
	/* as a fixed footer
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #918F71;
	border-top: 1px solid #fff; */
	
	/* as an info button
	position: absolute;
	top: 25px;
	right: 8px;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url(images/info.gif) no-repeat;
	cursor: pointer;*/
}
#credits a {
	color: #575640;
	text-decoration: none;
}

/*-----------------------*/
/*--------- MISC --------*/
/*-----------------------*/
.hidden {display: none;}