@font-face {
	src: url(pub/Eurostile.ttf);
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 83%/1.4 eurostile, arial, helvetica, sans-serif;
	color: #000;
}

h1 {
	color: #9A9A9A;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	margin: 5px 0 10px 0;
}
h2 {
	color: #9A9A9A;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	margin: 0;
}
h6 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
}

a {
	color: #105CB6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	width: 90%;
	margin: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { }
FORM { display: inline; margin: 0; }
LABEL { display: block; cursor: pointer; font-weight: bold; }
FIELDSET { border: 0px; }

form.dataForm div { margin: 0.5em 0; }
form.dataForm input[type=text], form.dataForm input[type=password], form.dataForm textarea { display: block; padding: 0.3em 0.3em; width: 58.5%; }
form.dataForm select { display: block; padding: 0.3em 2px 0.3em 1px; width: 60%; }
form.dataForm select optgroup { font-style: normal; font-weight: bold; }

.send {
	background: transparent url(images/bkg-button.png) no-repeat 0 0;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-align: center;
	outline: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.send:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

.pic {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	color: #666;
}
.pic:hover  {
	background-color: #FCFEFF;
}

blockquote {
	background: transparent url(images/bkg-blockquote.gif) top left no-repeat !important;
	padding: 12px 0 8px 44px;
	margin-left: 15px;
	color: #7A7A7A;
}

.blk {color: #000;}
.wht {color: #fff;}
.red {color: #f00;}
.grn {color: #008000;}
.org {color: #f40;}
.gry {color: #666;}
.lgry {color: #ccc;}
.dgry {color: #333;}
.big {font-size: 14pt;}
.normal {font-weight: normal !important;}
.hide {display: none;}

#page {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#content {
	position: relative;
	margin: 30px 0;
	padding: 0;
	min-height: 400px;
}

#main {
	margin: 0 0 0 150px;
	width: auto;
	float: none;
}

#sidebar {
	margin: 0;
	width: 140px;
	float: left;
}

#blognav {}
#blognav.blognav-top {
	margin-bottom: 80px;
	text-transform: uppercase;
}
#blognav.blognav-btm {
	margin-top: 80px;
}
#blognav a {
	font-size: 115%;
	height: 17px;
}
#blognav.blognav-btm a {
	font-size: 105%;
}
#blognav a.item-off {
	display: block;
	padding: 2px;
	color: #000;
}
#blognav a.item-off:hover {
	text-decoration: none;
	color: #105CB6;
}
#blognav a.item-active {
	display: block;
	padding: 2px;
	color: #105CB6;
}
#blognav a.item-active:hover {
	text-decoration: none;
	cursor: default;
}

.blog {
	padding-bottom: 10px;
}
.blog h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
}
.blog h3 {
	background: transparent;
	font-weight: normal;
	color: #757A80 !important;
}
.blog .subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 4px;
	display: none;
}

#footer {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #c7c7c7;
	padding: 10px 0;
	color: #575451;
	clear: both;
	font-size: 85%;
}
#footer a {
	color: #575451;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #audio-link {
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
}
#footer #player {
	float: left;
}
#footer #copyright {
	float: right;
	margin-right: 120px;
}
#footer #open-table {
	position: absolute;
	right: 0;
	top: 7px;
}
