/* General */
html {
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:url(../images/background.png) repeat-x;
	color:#e9e9e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* Header and Logo */
.hd h1 a {
	margin:20px auto 60px auto;
	padding:5;
	width:800px;
	height:153px;
	background:url(../images/pagetop.jpg) no-repeat;
	position:absolute;
	top:24px;
	z-index:9999;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}
/* Content Elements */
h1 {
	font:25px serif;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#eee;
	border-bottom:3px #ccc solid;
	font-style:italic;
	letter-spacing:-0.02em;
}
img {
	border:none;
}
a {
	color:#cfdce4;
	outline:none;
	text-decoration:underline;
}
a:hover {
	color:#CFF;
}
.grbl {
	font-weight:bold;
	color:#455560;
}
.white {
	font-weight:bold;
	color:#fff;
}
.ltbl {
	font-weight:bold;
	color:#0082c8;
}
.red {
	font-size:13px;
	font-weight:bold;
	color:#F00;
	text-transform:uppercase;
	background:#FFC;
}
.blue {
	color:#00F;
}
/* Container */
#cont {
	width:800px;
	margin:60px auto 20px auto;
	padding:0;
}
#cont h1 {
	border:none;
}
#cont h2, .content h3 {
	font-size:14px;
	margin-bottom:0;
	padding:0;
	color:#3cb6f7;
}
#cont p {
	text-align:left;
}
#cont .tag1 {
	font-size:18px;
	color:#3cb6f7;
	text-align:left;
}

/* MainCopy */
#maincopy {
	width:650px;
	float:right;
	padding:2px;
	margin-top: 170px;
}
#maincopy img {
	margin:12px;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}


/* Side Nav */

.sidenav {
	float:left;
	width:125px;
	margin-top: 170px;
}
.sidenav ul {
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
}
.sidenav ul li a {
	display:block;
	width:125px;
	color:#3cb6f7;
	text-decoration:none;
	padding:0;
}
.sidenav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.sidenav ul li a.active {
	display:block;
	width:125px;
	color:#455560;
	text-decoration:none;
	border-top:1px #bbb solid;
	padding:12px 10px 12px 0;
}
/* Footer */
.ft {
	clear:both;
	width:800px;
	height:26px;
	border-top:1px solid #697d8a;
	color:#CCC;
	text-align: center;
}

div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size:1.25em;
}
