@font-face { 
	font-family: Euphemia;
	src: url('../fonts/EuphemiaCASRegular.ttf'); 
} 

@font-face { 
	font-family: Euphemia;
	font-weight: bold;
	src: url('../fonts/EuphemiaCASBold.ttf'); 
} 

@font-face { 
	font-family: Euphemia;
	font-style: italic;
	src: url('../fonts/EuphemiaCASItalic.ttf'); 
} 

body {
	background-color:#000;
	color:#fff;
	font-family:Euphemia, Helvetica, Arial, sans-serif;
}


a {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #fff;
}

#container {
	width: 90%;
	margin: 20px auto;
	position: relative;
	clear: both;
}

#nav {
	margin-top: 25px;
	margin-bottom: 50px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: block;
	float: left;
	width: 16%;
	text-align: center;
}

#nav ul:after {
	clear: both;
	display: table;
	content: "";
}

#nav .on {
 color: #5AD8FF;
}

h1 {
	font-size: 2.75em;
	font-weight: 200;
	color: #5ad8ff;
	margin-bottom: 25px;
}

#photo {
	display: block;
	float: left;
	width: 30%;
}

#photo img {
	width: 90%;
	margin-bottom: 40px;
}

#content {
	display: block;
	float: right;
	width: 70%;
}

#content a {
	color: #fff;
	border-bottom: 1px dashed #5AD8FF;
}

#content a:hover {
	color: #5AD8FF;
}

#content p {
	text-align: justify;
	line-height: 1.5em;
}

#content .audio {
 margin: 10px 0px;
}

#content .audio audio {
 margin: 10px 0px;
}

blockquote {
	margin-top: 0px;
	//margin-left: 120px;
	//width: 480px;
	margin-right: 0px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 1.10em;
	border: 1px solid #333;
	padding: 10px 20px;
}

blockquote p {
	display: inline;
	margin-bottom: 0px;
}

blockquote small {
	font-style: italic;
	display:block;
	text-align: right;
	font-weight: 100;
}

blockquote small:before {
  content: '\2014 \00A0';
}

span.prem {
	color: #ff0000;
	font-weight: bold;
	font-size: 75%;
	vertical-align: super;
}

span.prem:after {
	content: '\00a0';
}

table {
	border: 0;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

table th, td {
	border-bottom: 1px solid #fff;
	padding: 10px;
	font-size: 0.8em;
}

.reptable .repheader {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.composer > small {
	display: block;
	color: #666;
}

.title {
	text-align: center;
}