@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'EnglandHandDBRegular';
    src: url('../html/fonts/england-webfont.eot');
    src: url('../html/fonts/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('../html/fonts/england-webfont.woff') format('woff'),
         url('../html/fonts/england-webfont.ttf') format('truetype'),
         url('../html/fonts/england-webfont.svg#EnglandHandDBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color:#fff;
	background-image:url(images/bg_body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size: 86%;
	line-height:1.4em;
	font-family: Gill Sans, Helvetica, Arial, Sans-Serif;
	color:#434343;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	height:100%;
	width:100%;
	overflow:auto;
	min-width:900px;
}
a img{
  border:none;
}
#wrapper{
	position:absolute;
	margin: 0 auto;
	padding: 0;
	height:100%;
	width:100%;
	overflow:auto;
	z-index:1;
}
#page{
	margin: 0 auto;
	padding: 0;
	width:100%;
	height:100%;
	display:block;
	z-index:3;
}
#content{
	margin:7em 0em 0em 14em;
	width:450px;
	padding:0 0 5em 0;
	z-index:3;
}
#content a:active, #content a:link{
	color:#d169dc;
}
#content a:hover, #content a:focus, #content a:visited{
	color:#a046aa;
}
#title{
	display:none;
}
#top{
	height:0px;
	line-height:0px;
}
#footer{
	position:fixed;
	min-width:900px;
	overflow:auto;
	bottom:0px;
	font-size:12px;
	padding:0;
	margin:0 auto;
	width:100%;
	height:40px;
	line-height:30px;
	z-index:0;
	text-align:right;
	background-image:url(images/footer_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
#footer p{
	margin:5px 1em 0 1em;
}
h1{font-size:3em; font-family:'EnglandHandDBRegular', "Arial Black", Gadget, sans-serif; font-weight:normal;}
h2{font-size:2.5em; margin-left:1em; font-family:'EnglandHandDBRegular', "Arial Black", Gadget, sans-serif; font-weight:normal;}
h3{font-size:1.5em; line-height:1.0em; margin:0 auto; padding:0;}
h4{font-size:1.3em;}
h5{font-size:1.1em;}
h6{font-size:0.8em; font-weight:normal; font-style:oblique; line-height:1.0em; margin:0.7em 0 auto; padding:0;}


h2 .norm{display:block; margin-top:-1em; float:right;}
/***************************************/
/***** Start Site Navigation ******/
#nav{
	position:fixed;
	min-width:900px;
	overflow:auto;
	top:0px;
	font-size:12px;
	padding:0;
	margin:0 auto;
	width:100%;
	height:auto;
	z-index:900;
}
#nav ul{
	padding:0 0 0 10em;
	margin:0 auto;
	list-style:none;
	display:block;
	width:auto;
	height:50px;
	background-image:url(images/nav_bg3.png);
	background-repeat:repeat-y;
	background-position:right top;
}
#nav ul li{
	padding:0;
	margin:0 auto;
	float:left;
	height:50px;
	line-height:50px;
	font-family:"Arial Black", Gadget, sans-serif;
	overflow:hidden;
}
#nav ul li a:link, #nav ul li a:visited{
	position:relative;
	padding:18px 15px 18px 15px;
	margin:0 auto;
	text-decoration:none;
	color:#000;
}
#nav ul li a:hover, #nav ul li a:active{
	position:relative;
	padding:23px 15px 10px 15px;
/*	background-color:#222; */
	background:url(../images/nav.png) repeat-x 50% 0;
	color:#d169dc;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
	text-decoration:none;
	top:8px;
}
/******* End Site Navigation ******/
/***************************************/

#content h6{
/*	display:none; */
}
#cont-home h2{
	z-index:500;
	text-align:center;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	line-height:1em;
	top:-75px;
	left:-20px;
}
#cont-home h2 img{
	height:120px;
}

.post{
	padding-left:1em;
	padding-bottom:0.2em;
}
.page_title img{
	overflow:visible;
	
/*	margin-top:-10px;
	margin-bottom:-30px; */
}
.post_title{
	margin:0.5em 0 auto;
	padding:0.5em 0;
}
.post_thumb{
	float:right;
}
.post_thumb img{
	margin:0.8em;
	border:solid 1px #999;
	height:55px;
	width:55px;
}
.post .category-music .post_thumb img{
  border:none;
}

.post .category-music.even .post_thumb img{
  display:none;
}
.audiofile{
  display:inline;
  float:right;
}
.expand{
	display:block;
	padding:0 0 1em 0;
}
.even{
	background-image:url(images/even.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.category-home .entry{
	padding:0.1em 1.6em;
	background:url("../html/images/white_70.png");
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.category-news.even, .category-bio.even{
	background-image:none;
}
.category-news.odd, .category-bio.odd, .category-news.dark, .category-bio.dark, .category-music.dark{
	background-image:url(images/new-dark.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.category-news.light, .category-bio.light, .category-music.light{
	background-image:url(images/new-light.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.category-contact {
	background-image:url(images/highlight.png);
	background-position:center top;
	background-repeat:repeat;
}
#content .bg_wrap{
	background:url("../html/images/white_70.png");
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:1em 2em;
	margin-top:1.5em;
}
/*
.category-contact h3.post_title{
	background-image:url(images/highlight.png);
	background-position:center top;
	background-repeat:repeat;
} */
.category-contact h6.post_subject.big{
	font-size:1.0em;
	font-weight:normal;
	padding-bottom:0.5em;
}

.darkred{color:#400;}
.white{color:#FFF;}
.black{color:#000;}
.turquoise{color:#0fa5c1;}/*369*/
.size14{ font-size:1.4em;line-height:1.2em;}
.size16{ font-size:1.6em;line-height:1.2em;}
.size18{ font-size:1.8em;line-height:1.2em;}
.size20{ font-size:2em;line-height:1.2em;}
.small{font-size:0.8em;line-height:1.2em;}
.big{font-size:1.3em;line-height:1.2em;}
.bigger{font-size:1.7em;line-height:1.1em;}
.biggest{font-size:2.1em;line-height:1.0em;}
.norm{font-weight:normal;}
.italic{font-style:italic;}
.serif{font-family:Georgia, serif}

.center{
	text-align:center;
}
span.right{float:right;}
span.left{float:left;}
img.right{ float:right;}
img.left{ float:left;}
#content img.right{ margin-left:1em;}
#content img.left{ margin-right:1em;}
img.softborder{border:solid 1px #999;}
.hidden{display:none;}


/***********************************
Video styles
************************************/

#previewmask{
	position:fixed;
	height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
	background-image:url(images/black_80.png);
	background-repeat:repeat;
	text-align:center;
	display:none;
	z-index:400;
  vertical-align:middle;
}
#previewwrap{
  position:fixed;
  margin:0 0 0 50%;
  top:50%;
  left:0;
  z-index:500;
  vertical-align:middle;
}
#previewobject{
  /* NOTE THIS IS obejct container */
  position:relative;
  display:inline;
	margin:0 0 0 0;
	top:-140px;
	left:-50%;
}
#previewdescription{
	border:solid 1px #000;
  position:relative;
  margin:0 0 0 0;
  top:-140px;
  left:-50%;
  color:#999;
}
#closepreview{
  position:fixed;
  height:100%;
  width:100%;
  z-index:0;/*
  background-image:url(images/white_80.png);
  background-repeat:repeat;
  text-align:center;
  */
}
#networks{
  float:right;
}
#networks img{
  margin:12px 12px 0 0;
}

