body {
	background-color: #000;
	background-position: 100% 3.75em;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #cdb998;
	font-family: Georgia, Arial, Serif;
	margin: 0;
	padding: 0;
}
body.bio { background-image: url('/static/img/mask/soojin_1.jpg'); }
body.rep { background-image: url('/static/img/mask/soojin_3.jpg'); }
body.reviews { background-image: url('/static/img/mask/soojin_4.jpg'); }
body.audio { background-image: url('/static/img/mask/soojin_5.jpg'); }
body.contact { background-image: url('/static/img/mask/soojin_7.jpg'); }
a {
	outline: 0;
	color: #cdb998;
}

#header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0 1em 0;
	background: #000;
	border-bottom: 1px solid #cdb998;
}
#header a {
	font-size: 1em;
	text-decoration: none;
	margin-left: 1em;
	margin-right: .5em;
}
#header a:hover {
	text-decoration: underline;
}
#header a#home {
	font-size: 1.75em;
}
#header a.current {
	text-decoration: underline;
	xfont-style: italic;
	xcolor: #EDD6B4;
}


#content {
	position:absolute;
	top: 5em;
	left: 2em;
	width: 400px;
	padding-bottom:20px;
}
#content h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 30px;
}
#content h3 {
	margin: 20px 0 -10px 0;
	font-weight: normal;
	font-size: 1em;
}
#content p {
	font-size: .9em;
	line-height: 1.25em;			
}
#content ul {
	font-size: .9em;
}
#content a {
	text-decoration: underline;
}
#content .review {
	margin: 40px 0 0 0;
}
#content .review .ref {
	text-align: right;
	font-size:12px;
}
#content .clip {
  float:left;
  clear:both;
  margin:20px 0;
  padding:10px;
  padding-bottom:7px;
  background:#333;
  border:1px solid #444;
}
#content .clip .title { 
  width:480px;
  font-size:13px; 
  margin-bottom:10px;
}
#content .clip .title span { 
  font-size:11px; 
  float:right; 
}


#content .link span {
  color:black;
  font-weight:bold;
}
#content .link.active span {
  color: #cdb998;
}
#content .link a {
  padding-left:6px;
  text-decoration:none;
}
#content .link a:hover {
  font-weight:bold;
}
#content .link.active a {
  font-weight:bold;
}

#content .section {
  margin-top:20px;
  background:#333;
  border:1px solid #444;
  padding:8px;
}
#content .section h2 {
  margin:0;
}
#content .section .review {
  margin-left:20px;
}


