@font-face
{
	font-family: titlefont;
	src: url('../fonts/LCALLIG.TTF'), /* On the server, this will have to be a link relative to root */
	     url('../fonts/LCALLIG.eot'); /* IE9 */ }

@font-face
{
	font-family: scriptfont;
	src: url('../fonts/sonys.ttf'), /* On the server, this will have to be a link relative to root */
	     url('../fonts/sonys.eot'); /* IE9 */ }

@font-face
{
	font-family: ancientfont;
	src: url('../fonts/jancieni.ttf'), /* On the server, this will have to be a link relative to root */
	     url('../fonts/jancieni.eot'); /* IE9 */ }

@font-face
{
	font-family: fantasyfont;
	src: url('../fonts/Neverwinter.ttf'), /* On the server, this will have to be a link relative to root */
	     url('../fonts/Neverwinter.eot'); /* IE9 */
} 

body	{
	margin: 0;
	padding: 0;
//	background: #dce;
	background: #303;
	width: 100%;
	text-align: center;
}


h1, h2, h3, p, table { margin:0; padding:0; }
h1, h2, h3 { font-family: scriptfont, "times new roman", times, serif; font-weight: normal; }

a { text-decoration: none; color: #70f; }
a:hover { color: #f00; text-decoration: underline;}

br	{ clear: both; }

.centred { text-align: center; }

article	{
	display: block;
	margin: 0 auto 30px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	padding: 0;
	width: 1000px;
	position: relative;
	text-align: left;
	background-color: #fff;
	background-image: url("../images/ph2.jpg");
	background-repeat: no-repeat;
	background-position: 325px 205px;
	box-shadow: 0px 0px 35px #222;
	
}

body#live article	{
	background-image: url("../images/storytelling.png");
	background-repeat: no-repeat;
	background-position: 645px 210px;
	box-shadow: none;
}

body#voice article,
body#books article,
body#ref article	{ background-image: none; }

header	{
	display: block;
	margin: 0;
	padding: 15px 0 0;
}

header hgroup	{ margin: 0; padding: 5px 0 5px 50px; 
background: url(../images/texture3.jpg);
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

header hgroup h1 	{ font-size: 64px; margin: 0; padding: 0; letter-spacing: 6px; font-family: fantasyfont; font-weight: normal; }

header hgroup h2 	{ font-size: 30px; margin: 0; padding: 2px 0; letter-spacing: 6px; font-family: scriptfont; font-weight: normal; }

header hgroup h3 	{ font-size: 23px; font-weight: normal; margin: 3px 0 0 0; padding: 0; letter-spacing: 8px; font-family: scriptfont;  color: #309;}
header hgroup h3 span	{ font-family: titlefont; }

.caption,
#testimonials div.caption { text-align: center; font-size: 12px; font-style: italic; }

#showreel .caption	{ margin-top: 0.8em; }

audio { margin: 0; padding: 0; width: 300px; }

aside	{
	float: right;
	width: 250px;
	font-size: 28px;
	margin: 20px 80px;
	font-style: italic;
	text-align: right;
}

aside#contact	{ display: block;
	float: right;
	width: 280px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	margin: 10px 5px 0;
	padding: 14px 5px;
	border: 1px solid #989;
	border-radius: 10px;
	box-shadow: -8px 7px 12px #888;
}

aside#pic {display: block;
	float: right;
	background: url("../images/ph3.png");
	width: 160px;
	height: 190px;
	margin: 5px;
}


aside#contact h1 { font-size: 22px; letter-spacing: 3px; font-style: normal; }

#contact table { width: 260px; margin: 0 auto; }
#contact table th { font-size: 14px; text-align: left; }
#contact table td { font-size: 14px; text-align: right; }
table td.linklogos {}

header nav { display: block; margin: 2px 0 0; padding: 4px 30px; background: url(../images/texture.jpg);
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
header nav ul, header nav ul li { display: inline; list-style: none; }
header nav ul li a { margin: 22px; font-style: italic;}

p.blurb { margin: 10px 100px; }

ul.subnav	{
	display: block; 
	width: 210px;
	margin: 20px auto 10px; 
	padding: 4px 10px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

ul.subnav li {
	list-style: none;
}

section#showreel	{
	float: right;
	margin: 10px 5px;
}

section h1, section h2 { font-weight: bold; text-align: left; font-size: 18px; padding: 3px 2px 8px; font-style: normal; }

section#text h1,
#ref section h1 { font-size: 28px; text-align: center; }

section#text p { margin-bottom: 5px; }

#showreel table td { padding-top: 0; }
#showreel table td p { margin-bottom: 5px; font-style: italic; font-weight: bold; }
#showreel table td p span {font-weight: normal; }

#showreel table.mix { padding: 2px; background: url(../images/texture3.jpg); border: 1px solid #000; }
#showreel table.mix td { padding: 2px 0; }

#showreel a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #60c;
	text-transform: uppercase;
	padding: 2px;
	float: right;
	margin-top: 4px;
   }

#showreel .caption a {
   	display: inline;
   	font-family: inherit;
   	font-size: inherit;
   	color: #60c;
   	text-transform: none;
   	float: none;
   }

#showreel a:hover { color: #f00; text-decoration: underline; }

#showreel a.zip { background: #70f; color: #fff; padding: 2px 3px; border-radius: 6px; margin: 3px 0; float: none; text-align: center; }
#showreel a.zip:hover { background: #fff; color: #70f; padding: 1px 2px; border: 1px solid #70f; text-decoration: none;}

section.left	{
	width: 330px;
	margin: 10px 20px 0;
	float: left;
	clear: left;
}

#voice section.left,
#books section.left,
#live section.left { width: 640px; }
#ref section.left { width: auto; margin: 10px; }

#ref table.fulldemo {margin: 10px auto 20px; }

#ref table.fulldemo,
#ref table.fulldemo td,
#ref table.fulldemo th {
	
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#ref table.fulldemo td,
#ref table.fulldemo th {
	padding: 2px;
}

#ref table.fulldemo audio { padding: 8px 2px 1px; }

#ref table.fulldemo td.download a {
	display: block;
	width: 45px;
	margin: 5px auto;
	font-weight: bold;
	text-align: center;
}

#ref table.fulldemo	{ width: 940px; }
#ref table.fulldemo th.titlecol	{ width: 160px; }
#ref table.fulldemo th.desccol	{ width:  }
#ref table.fulldemo th.player	{ width:  }
#ref table.fulldemo th.downcol	{ width:  }


#summary p {
	margin: 8px 0 10px 10px;
}

#summary p:first-letter,
#books #text p:first-letter,
#live #text p:first-letter	{ font-family: fantasyfont; font-size: 30px; letter-spacing: 2px; }

p.inset {
	padding: 2px 5px;
	margin: 10px 0;
	background: url(../images/texture3.jpg);
	width: 475px;
	border: 1px solid #989;
	border-radius: 5px;
	box-shadow: -4px 4px 6px #888;
}

#testimonials div, div.testimonial	{ margin: 10px; font-style: italic; font-size: 18px; }

#testimonials div span, div.testimonial span	{ font-size: 24px; font-weight: bold;}

#testimonials div p, div.testimonial p	{ font-size: 11px; text-align: right; }

#ref #testimonials div p,
#live #testimonials div p	{ text-align: left; padding-left: 50px; }

section.right { float: right; clear: right; margin: 10px; width: 300px; }
a.right { float: right; margin: 5px; }

footer	{
	clear: both;
	margin: 20px 10px;
	padding: 10px 10px 30px;
	border-top: 1px dotted #000;
	text-align: center;
	font-size: 14px;
	background: #fff;
}

footer div { display: none; }


footer ul, footer ul li { display: inline; list-style: none; padding: 0;}
footer ul { margin: 30px auto; width: 700px; }
footer ul li { margin: 20px; }
footer ul li.heading { font-family: scriptfont; font-size: 18px; }
footer ul li a { display: inline;}

#von a img { width: 150px; margin-bottom: 40px; }
#voicerealm a img { width: 250px; }
#equity a img { width: 150px; margin-bottom: 40px; }
#voice123 a img { width: 150px; margin-bottom: 50px; }

footer p { margin: 20px; }