html, body {
    height: auto;
}
html {
	background-color: #bdbdbd;
	background-attachment: fixed;
	background-image: url(../img/bg-noise.jpg);
	background-repeat: repeat;
	background-position: left top;	
}
::selection {
   background: #F00;
}
::-moz-selection {
   background: #F00;
}
body {
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	background-size: cover;
}
/*
body.repertoire {
	background-image: url(../img/bg-repertoire.jpg);
}
*/
h1, h2, h3, h4 {
	font-family: HeadlineOneHPLHS;
	font-weight: normal;
	font-size: 53px;
}

h3, #comments-wrapper h2 { 
	font-family: ITCStoneSansStdSemibold, HeadlineOneHPLHS;
	font-size: 23px;
	font-weight: normal;
}
#special {
	display:block;
	width: 420px;
	height: 420px;
	overflow: hidden;
	left:0;
	top:0;
	position: absolute;
	z-index: 98;
}
/*
body.repertoire #special {
	left: 500px;
	top: 150px;
	width: 620px;
	height: 620px;
}
*/
#comment-form {
	margin: 20px 0 40px 0; 
}
h4 { font-size: 30px; }

#page-container {
	width: 100%;
	padding-bottom: 150px;
	height: auto;
	min-height: 100%;
	margin: 0;
}

.splatter {
	background-attachment: fixed;
	background-image: url(../img/bg-splatter-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.spatter .post-entry-home .post-title, .splatter .post-entry-home .post-summary {
	text-shadow: none!important;
}

#container {
	margin: 0;
	width: auto;
	max-width: 1400px;
	z-index: 101;
}
.push {
	display: none;
}
#header {
	font-family: ITCStoneSansStdSemibold, HeadlineOneHPLHS;
	text-shadow: 1px 1px 1px #000, 0px 0px 4px #000;
	font-smoothing: none;
	font-weight: normal;
	font-size: 23px;
	height: 600px;
	left: 0;
	overflow: visible;
	position: absolute;
	z-index: 102;
	top: 0;
	width: 425px;
	text-transform: uppercase;
}
#footer { z-index: 15000; }
.push { display: none; }
#logo {
	display: block;
	width: 425px;
	height: 160px;
	margin:0;
	position: relative;
	z-index: 111111;
}
#logo a {
	text-indent: -99999em;
	overflow: hidden;
	display: block;
	width: 449px;
	height: 184px;
	background-image: url(../img/logo-kinesis-dance.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
#nav {
    position: absolute;
	left: -99999em;
	overflow: visible;
}
#nav-categories {
    position: absolute;
	left: 184px;
    top: 180px;
	overflow: visible;
}
#nav li, #nav-categories li { position: relative;opacity:0; }

#nav a:link, #nav a:visited, #nav-categories a:link, #nav-categories a:visited { color: #ddd;	 }
#nav a:hover, #nav-categories a:hover { color: #fff!important; }

.blog-home .nav-home { color: #f00!important; }

#nav-current a:link, #nav-current a:visited { color: #f00; }

#content-text {
	margin: 0;
	margin-left: 425px;
	width: auto;
}
#content-text iframe {
	max-width: 100%;
}
.blog-home #content-text, #blog-category #content-text {
	left: -99999em;
	min-height: 1300px;
}

#blog-post, #content-wrapper {
	padding: 20px;
	color: #000;
	border: 1px solid #555;
	background-color: #CCC;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 78px 10px 20px 0;
	max-width: 700px;
	-webkit-box-shadow: 0px 0px 35px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 35px rgba(0,0,0,.3), 0 0 70px rgba(256, 256, 256, 1) inset;
	box-shadow: 0px 0px 35px rgba(0,0,0,.3), 0 0 70px rgba(256, 256, 256, 1) inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}
.post-month {
	display: none;
}
.post-entry-home .post-date {
	display: none;
}
.entry-odd img {
	float:left;
	margin-right: 8px;
}
.entry-even img {
	float:right;
	margin-left: 8px;
}
.post-entry-home {
	overflow: visible;
}

.post-entry-home .post-title,
.post-entry-home .post-summary {
	position: absolute;
	margin:0px;
	text-shadow: 1px 1px 2px #fff, 0px 0px 4px #fff;
}
.post-entry-home .post-summary {
	bottom: 55px;
}
.post-entry-home .post-pic, .post-entry-list .post-pic {
	margin: 0;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
	box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
}

#blog-category .page-title, 
#blog-category #feature-blogger-list, 
#blog-category .more-categories {
	display:none;
}


.entry-odd {
	right: 20px;
	/*
	background-image: url(../img/bg-post-entry-home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
}
.entry-even {
	width: 370px;
	text-align: right;
	/*background-image: url(../img/bg-post-entry-home.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}
#blog-post .post-title {
	margin: 8px 0 0 0;
}
.post-date {
	display: none;
	margin-bottom: 5px;
	text-align: right;
	color: #333;
}
.post-summary {
	margin-top: 12px;
}
.entry-even .post-title, 
.entry-even .post-date, 
.entry-even .post-summary {
	width: 370px;
}

.entry2 .post-title, .entry2 .post-date, .entry2 .post-summary,
.entry4 .post-title, .entry4 .post-date, .entry4 .post-summary,
.entry6 .post-title, .entry6 .post-date, .entry6 .post-summary,
.entry8 .post-title, .entry8 .post-date, .entry8 .post-summary,
.entry10 .post-title, .entry10 .post-date, .entry10 .post-summary,
.entry12 .post-title, .entry12 .post-date, .entry12 .post-summary,
.entry14 .post-title, .entry14 .post-date, .entry14 .post-summary,
.entry16 .post-title, .entry16 .post-date, .entry16 .post-summary  {
	width: 370px; 
}

.post-title, 
.post-date, 
.post-summary {
	min-width: 300px;
}
.post-entry-home .post-title {
	font-family: HeadlineOneHPLHS;
	font-weight: normal;
	font-size: 26px;
	line-height: 0.9em;
	padding:10px 0;
	font-variant: uppercase;
}
.entry-odd .post-title a {
	background-image: url(../img/title-line-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.entry-even .post-title a {
	background-image: url(../img/title-line-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.post-entry-home .post-title a:hover {
	color: #f00;
}
.post-entry-home .post-summary {
	display: block;
	font-size: 15px;
	line-height: 1em;
}
.post-entry-home a.post-link {
	color: #000;
	display: block;
}
#fb-like {
	margin-top: 80px;
	clear: both;
}
.post-comments, .post-category {
	display: none;
}

#comments-wrapper {
	margin-top: 50px; 
}


.slideshow { margin-bottom: 40px; }
.slideshow-solo {
	width: auto!important;
}
.slideshow-photo {
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
	box-shadow: 0px 0px 9px rgba(0,0,0,.5), 0px 0px 35px rgba(0,0,0,.8);
}
#slideshow-photo-container, .slideshow-photo-container {
	height:auto!important;
	margin-bottom: 35px;
}
.slideshow-photo-caption {
	font-size: 12px;
	top: 100%;
	padding-top: 4px;
	padding-left: 0;
	background: none;
}

.blog-home #sponsors, #blog-category #sponsors { 
	position: absolute;
	bottom: 40px;
}

#sponsors img {
	display: inline;
	float: left;
}
#blog-category.history .page-title { display: block;text-shadow: 0px 0px 8px black }
#blog-category.history #content-text { left: 0; }
#blog-category.history #content-text .post-pic { max-width: 100px;height: auto;margin: 0 20px 15px 0; }
#blog-category.history #content-text .post-entry-home {
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 25px;
}

#blog-category.history #content-text .entry-even,
#blog-category.history #content-text .entry-odd { text-align: left; width: auto; right: auto; left: auto;}
	
#blog-category.history #content-text .post-entry-home .post-title,
#blog-category.history #content-text .post-entry-home .post-summary  {
	display: block;
	position: relative;
	width: auto;
}
#blog-category.history #content-text .post-entry-home .post-summary {
	bottom: auto;
	width: auto;
}






