body {
	width: 900px; 
	padding: 0 10px; 
	margin: 0 auto;
	color: #999999;
	font-family: Verdana, sans-serif;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

/* -- Type --*/
h1, h2, h3, h4, h5, h6, h7 {
	color: #ba89b7;
	font-weight: lighter;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.5em;
}
p, li {
	font-size: 0.75em;
}
p {
	line-height: 1.8em;
}
p > li, li > p{
	font-size: 1em;
}
a, a:visited, a:link {
	color: #ba89b7; text-decoration: none;
}
a:hover {
	color: #c5a8c3;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



/*-- header --*/
#header {
	margin: 30px 0 36px 0; 
	border-bottom: 1px solid #eee;
	position: relative;
	height: 80px;
}
#logo {
	display: block;
}
#header .nav {
 	margin: 0; padding: 0;
	 list-style-type: none;
	 width: 502px;
	 position: absolute;
	 right: 0;
	 bottom: 0;
}
#header .nav li {
 	list-style-type: none;
	text-transform: uppercase;
	margin-left: 22px;
	height: 24px;
	float: left;
}
#header .nav li a {
	display: inline-block;
	background: url(../img/nav-sprite.png) bottom left no-repeat;
	height: 11px; text-indent: -99999px;
	display: block;
}
#header .nav li.on {
	background: url(../img/nav-on.png) no-repeat bottom center;
}
/* sprite */
#header .nav li.home a {
	width: 38px;
}
#header .nav li.home a:hover {
	background-position: top left;
}
#header .nav li.portfolio a {
	width: 68px;
	background-position: -40px bottom;
}
#header .nav li.portfolio a:hover {
	background-position: -40px top;
}
#header .nav li.about a {
	width: 40px;
	background-position: -109px bottom;
}
#header .nav li.about a:hover {
	background-position: -109px top;
}
#header .nav li.clients a {
	width: 48px;
	background-position: -152px bottom;
}
#header .nav li.clients a:hover {
	background-position: -152px top;
}
#header .nav li.production a {
	width: 98px;
	background-position: -202px bottom;
}
#header .nav li.production a:hover {
	background-position: -202px top;
}
#header .nav li.contact a {
	width: 62px;
	background-position: -300px bottom;
}
#header .nav li.contact a:hover {
	background-position: -300px top;
}
#header .nav li.facebook {
	position: relative;
	top:-5px;
	margin-left: 12px;
}
#header .nav li.facebook a {
	background: url(../img/facebook-icon.png) no-repeat left top;
	width: 20px; height: 20px;
}

#header .nav li.facebook-btn {
	margin-left: 12px;
	position: relative;
	top:-4px;
}


/*-- footer --*/
#footer {
	font-size: 0.625em;
	color: #ccc;
	width: 820px; text-align: center;
	border-top: 1px solid #ccc;
	margin: 40px auto;
	padding-top: 20px;
}

/*-- page --*/
.page {
	margin-left: 82px;
}
#About h1 {
	background: url(../img/about/title.png) no-repeat top left;
	width: 382px; height: 22px; text-indent: -9999px;
	margin-top: 10px;
}
#Contact h1 {
	background: url(../img/contact/title.png) no-repeat top left;
	width: 132px; height: 18px; text-indent: -9999px;
	margin-top: 10px;
}
#Contact .page {
	min-height: 300px;
}





/* home */
#slider, #slider li {
	margin: 0; padding: 0;
	list-style-type: none;
}
#slider {
	height: 480px;
	overflow: scroll;
}
#slider-wrap {
	position: relative;
}
#prev, #next {
	position: absolute; top:230px; 
	width: 11px; height: 43px; display: block;
	background: url(../img/arrows.png) no-repeat top right;
}
#next {
	right: -20px;
}
#prev {
	left: -20px;
	background-position: top left;
}
#prev:hover {
	background-position: bottom left;
}
#next:hover {
	background-position: bottom right;
}


/* folio */
#folio-overview, #folio-overview li {
	margin: 0; padding: 0; list-style-type:none;
}
#folio-overview li {
	width: 440px;
	float: left; clear: none;
	margin-bottom: 40px;
	position: relative;
}
#folio-overview li.ballet, 
#folio-overview li.advertising {
	margin-right: 20px;
}
#folio-overview li img {
	display: block;
}
.title {
	margin-bottom: 20px;
}
 /* hovers */
.no-js #folio-overview li a:after, 
#folio-overview li a span {
	content: ' ';
	display: none;
	width: 440px; height: 172px;
	position: absolute;
	bottom: 0; left: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#folio-overview li a span {
	display: block;
	z-index: 10;
}
.ballet a:after, 
.ballet a span  {	
	background-image: url(../img/folio-overview/PG-Folio-Ballet-Over.jpg);;
}
.opera a:after,
.opera a span {	
	background-image: url(../img/folio-overview/PG-Folio-Opera-Over.jpg);;
}
.advertising a:after,
.advertising a span {	
	background-image: url(../img/folio-overview/PG-Folio-Advertising-Over.jpg);;
}
.other a:after,
.other a span {	
	background-image: url(../img/folio-overview/PG-Folio-AndMore-Over.jpg);;
}
/*    */
.no-js #folio-overview li a:hover:after {
	display: block;
}

#Portfolio #slider {
	height: 580px;
}
div.info {
	text-align: center;
}
div.info p {
	font-size: 11px;

}
div.info  p.title {
	color: #cc99cc;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

#back {
	float: right;
	font-size: 0.875em;
	text-transform: uppercase;
	text-decoration: underline;
	position: absolute;
	right: 10px;
	top: 625px;
	z-index: 1001;
}


/* contacts */
#Clients #header {
	margin-bottom: 16px;
}
#Clients .page {
	margin-left: 60px;
}
.sub-nav {
	list-style-type: none;
	width: 600px; margin: 0 auto; padding: 0 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 36px;
}
.sub-nav li {
 	list-style-type: none;
	text-transform: uppercase;
	margin-right: 55px;
	height: 24px;
	float: left;
}
.sub-nav li a {
	display: block;
	background: url(../img/clients/clients-nav.png) bottom left no-repeat;
	height: 12px; text-indent: -99999px; width: 200px;
}
.sub-nav li.on {
	background: url(../img/nav-on.png) no-repeat bottom center;
}
/* sprite */
.sub-nav li.designers a {
	width: 68px;
}
.sub-nav li.designers a:hover {
	background-position: top left;
}
.sub-nav li.choreographers a {
	width: 122px;
	background-position: -68px bottom;
}
.sub-nav li.choreographers a:hover {
	background-position: -68px top
}
.sub-nav li.companies a {
	width:75px;
	background-position:  -190px bottom;
}
.sub-nav li.companies a:hover {
	background-position:  -190px top;
}
.sub-nav li.film-music {
	margin-right: 0;
}
.sub-nav li.film-music a {
	width:169px;
	background-position:  -265px bottom;
}
.sub-nav li.film-music a:hover {
	background-position:  -265px top;
}


/* accordion */
div.col {
	float: left;
	width: 410px;
}
.client-title {
	font-weight: bold;
	margin-bottom: 5px; margin-top: 0;
	display: inline-block;
}
.client-title.none:after, .client-title.none.on:after {
	display: none;
}
.client-title:after, .client-title.on:after {
	content: ' ';
	background: url(../img/clients/arrow-out.png) no-repeat left top;
	width: 8px; height: 8px; display: inline-block; margin-left: 4px;
}
.client-title.on:after {
	background: url(../img/clients/arrow-down.png) no-repeat left top;
}

.client-title.none:hover {
	color: #999;
}


.client-title:hover, .client-title.on {
	color:  #ba89b7;
}
.client ul, .client li {
	margin: 0; padding: 0;
	list-style-type: none;
}
.client li {
	margin-left: 20px;
	margin-bottom: 2px;
}
.client li:before {
	content: '- ';
}
.client li.inner-title {
	margin-left: 0;
	color:  #ba89b7;
}
.client li.inner-title:before {
	content: '';
}



/* -- WordPress -- */
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.left {
	float: left;
}	
.right {
	float: right;
}

.post {
	width: 620px;
	float: left;
}
.post img {
	max-width: 100%;
	display: block;
	margin-bottom: 30px;
}
.post h1 {
	text-transform: uppercase;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
p.date {
	text-transform: uppercase;
	margin: 20px 0 40px 0;
}
.other-posts, .other-posts li {
	margin: 0; padding: 0; 
	list-style-type: none;
	clear: both;
	float: left;
	width: 540px;
	text-transform: uppercase;
}

.sidebar {
	width: 140px;
	float: right;
	margin-top: 20px;
	font-size: 11px;
}
.sidebar .title {
	color: #ba89b7;
	font-size: 13px;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}
.sidebar ul {
	margin: 0; padding: 0;
}
.sidebar li {
	font-size: 11px;
	margin: 0; padding: 0;
	list-style-type: none;
}
.sidebar li a {
	color: #666;
}
.sidebar li a:hover {
	color: #ba89b7;
}