/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS-reset */



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

a:hover {
	border-color: #fbb507;
	border-width: 0 0 1px 0;
	border-style: solid;
}

a img { border: 0; }


table { width: 100%; }

caption {
	color: #FBB507;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding: 1em 0 0.5em 0;
	text-align: left;
	border-color: ##fbb507;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0 0 0.5em 0;
}


th, td { vertical-align: middle; }


th
{
	width: 20%;
	padding: 3px 6px 3px 0;
	text-align: right;
}

td { padding: 3px 0 3px 3px; }


fieldset { padding: 24px; }

legend
{
	padding: 0 3px 0 3px;
}


dt
{
	float: left;
	width: 150px;
	text-align: right;
	padding: 3px;}

dd
{
	margin-left: 170px;
	padding: 3px;
}


em { font-weight: bold; }

p, address { margin-bottom: 1em; }

/*  */

body
{
	text-align: center;
	background-color: #6c6c6c;
}


body, dl, form, legend, table, ul
{
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

address { font-style: normal; }


#top {
	margin: 0 auto 0 auto;
	width: 744px;
	background-color: #2e2e2e;
	text-align: left;
}

#logo {
	margin: 26px 0 18px 36px;
}

#menu {
	float: right;
	margin: 69px 36px 0 0;
}

#menu a {
	float: left;
	list-style: none;
	margin-left: 2em;
	border-color: #694000;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 0 2px 0 2px;
	font-size: 12px;
	line-height: 16px;
}
#menu a:hover {
	border-color: #fbb507;
	border-bottom-width: 1px;
	border-style: solid;
}
#menu a:current {
	
}

#bar {
	background-color: #7e7e7e;
	text-align: center;
}

#bar_inside {
	background-color: white;
	width: 744px;
	height: 113px;
	margin: 0 auto 0 auto;
}

#content {
	width: 744px;
	background-color: #2e2e2e;
	text-align: center;
	margin: 0 auto 0 auto;
}

#content_inside {
	text-align: left;
	width: 672px;
	padding: 36px 0 36px 0;
	margin: 0 auto 0 auto;
}

#content h1 {
	color: #fbb507;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 1em;
}

#content h2
{
	color: #FBB507;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 1em 0;
}

#content ul { margin-bottom: 1em; }


#content .repertoire li
{
	list-style-type: disc;
	margin: 0 0 0.5em 2em;
}

#footer
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	padding: 2em 0 3em 0;
}

body.cv #content dl {
	margin-top: 1em;
	overflow: auto;
}
body.cv #content dt, body.cv #content dd {
	display: block;
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
}
body.cv #content dt {
	clear: both;
	font-weight: bold;
	margin-top: 1em;
}
body.cv #content h2 {
	margin-bottom: -1em;
}
