* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #939393;
	background:#000 url(images/head.jpg) no-repeat center 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.left {
	margin-right: 15px;
	margin-bottom: 15px;
}
a.right {
	margin-left: 15px;
	margin-bottom: 15px;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.l, .left {
	float: left;
	display: inline;
}
.r, .right {
	float: right;
	display: inline;
}
.center {
	text-align: center;
}
#page {
	background:#fff url(images/head.jpg) no-repeat center 0;
}
.shell {
	width: 972px;
	margin: 0 auto;
}
#content {
	padding-bottom: 60px;
}
/*----- Start "Logo" -----*/
#logo {
	height: 59px;
	width: 277px;
	float: right;
	display: inline;
	padding-right: 99px;
	padding-bottom: 222px;
}
#logo a {
	display: block;
	height: 59px;
	width: 277px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/logo.gif) no-repeat 0 0;
}
/*------ End "Logo" ------*/

/*----- Start "Navigation" -----*/
#navigation {
	height: 93px;
	width: 762px;
	margin: 0 auto;
	background: url(images/navigation.png) no-repeat 0 0;
	padding-left: 75px;
	padding-top: 23px;
}
#navigation li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 15px;
	background: url(images/navigation-dot.gif) no-repeat 0 center;
	padding-right: 10px;
}
#navigation li.first {
	padding-left: 0;
	background: none;
}
#navigation li a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 19px;
	line-height: 18px;
	padding-left: 9px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
#navigation li a span {
	padding-right: 9px;
	float: left;
}
#navigation li a:hover,
#navigation li a.active {
	background: url(images/navigation-hover.gif) no-repeat 0 0;
	text-decoration: none;
}
#navigation li a:hover span,
#navigation li a.active span {
	background: url(images/navigation-hover.gif) no-repeat right 0;
}
/*------ End "Navigation" ------*/

/*----- Start "Page Title" -----*/
h2#page-title {
	height: 91px;
	width: 256px;
	margin: -20px auto 14px;
	background: url(images/header.png) no-repeat 0 0;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding-top: 30px;
	padding-left: 20px;
}
/*------ End "Page Title" ------*/

/*----- Start "Footer" -----*/
#footer {
	text-align: center;
	background: url(images/footer-bg.gif) repeat-x 0 bottom;
}
#footer .shell {
	height: 39px;
	padding-top: 310px;
	background: url(images/footer.jpg) no-repeat 0 0;
}
/*------ End "Footer" ------*/

/*----- Start "Box" -----*/
.box {
	width: 932px;
	margin: 0 auto;
	padding-bottom: 6px;
}
.box .top,
.box .bot {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 932px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.box .top {
	height: 18px;
	background-image: url(images/box-top.png);
}
.box .bot {
	height: 21px;
	background-image: url(images/box-bot.png);
}
.box .cnt {
	background: url(images/box-cnt.png) repeat-y 0 0;
	padding: 5px 24px 6px 22px;
	height: 100%;
}
.box .single-cnt {
	min-height: 400px;
}
.box .title {
	color: #fff;
	font-weight: bold;
	padding-bottom: 13px;
}
.box a.title:hover,
.box .title a:hover {
	color: #E65C00;
	text-decoration: none;
}
/*------ End "Box" ------*/

/*----- Start "Paging" -----*/
.position {
	padding: 0 34px 0 34px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.position a {
	color: #000000;
}
.position .back {
	text-align: left;
	float: left;
}
.position .top {
	width: 100px;
	margin: 0 auto;
}
.position .paging {
	float: right;
}
.paging li {
	list-style-type: none;
	display: inline;
}
.paging li a,
.paging li strong {
	float: left;
	display: inline;
	height: 16px;
	line-height: 14px;
	padding: 0 3px;
}
.paging li a:hover,
.paging li a.active {
	background: url(images/current.gif) no-repeat center center;
	color: #fff;
	text-decoration: none;
}
.paging li.prev a,
.paging li.next a {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 9px;
	padding: 0;
	margin: 0;
}
.paging li.prev a,
.paging li.prev a:hover {
	background: url(images/prev.gif) no-repeat 0 5px;
	margin-right: 2px;
}
.paging li.next a,
.paging li.next a:hover {
	background: url(images/next.gif) no-repeat 0 5px;
	margin-left: 2px;
}
/*------ End "Paging" ------*/

/*----- Start "Simple Post" -----*/
.simple-post .entry {
	width: 670px;
}
.simple-post .title a {
	color: #fff;
}
.simple-post .entry p {
	padding-bottom: 13px;
}
/*------ End "Simple Post" ------*/

/*----- Start "News" -----*/
.news .image {
	width: 194px;
	height: 150px;
	padding: 5px 0 0 0;
	background: url(images/media-image.gif) no-repeat 0 0;
	margin-right: 20px;
	position: relative;
	text-align: center;
}
.news .image .button-play {
	position: absolute;
	top: 39px;
	left: 63px;
	font-size: 0;
	line-height: 0;
	display: block;
	background: url(images/button-play.png) no-repeat 0 0;
	display: block;
	width: 63px;
	height: 63px;
}
.news .image .button-play:hover {
	background: url(images/button-play-hover.png) no-repeat 0 0;
}
.news .entry {
	width: 670px;
}
.news .date,
.news .date a {
	color: #e65c00;
}
.short-news .entry {
	height: 150px;
	position: relative;
}
.short-news .date {
	position: absolute;
	bottom: 0;
}
/*------ End "News" ------*/

/*----- Start "Events" -----*/
table.events td {
	text-align: left;
	padding: 8px 10px 8px 5px !important;
	font-weight: bold;
	color: #fff;
}
table.events td a:hover {
	color: #E65C00;
	text-decoration: none;
}
table.events td.date {
	width: 10%;
}
table.events td.hour {
	width: 8%;
}
table.events td.title {
	width: 50%;
}
table.events td.city {
	width: 15%;
}
/*------ End "Events" ------*/

/*----- Start "Links" -----*/
.links {
	padding: 10px 0;
}
.links .col {
	width: 200px;
	padding: 10px;
	float: left;
}
.links .col ul li {
	list-style-type: none;
	background: url(images/links-arrow.gif) no-repeat 0 7px;
	padding: 2px 0 2px 9px;
    margin-bottom: 8px;
}
.links .col ul li a {
	color: #939393;
}
/*------ End "Links" ------*/

/*----- Start "Projects" -----*/
.project {
	position: relative;
	height: 100%;
	padding-right: 95px;
	min-height: 145px;
}
#project-deep-zone { padding-right: 150px; }
.more {
	padding-left: 11px;
	background: url(images/link-more.gif) no-repeat 0 5px;
	color: #e65c00;
}
.project .entry {
	padding-bottom: 15px;
}
.project .profile {
	position: absolute;
	top: -30px;
	right: 0;
}
#project-deep-zone .video {
	margin-right: -150px;
	margin-top: 200px;
}
.project .video {
	margin-left: 20px;
	margin-right: -90px;
	margin-top: 160px;
	margin-bottom: 20px;
}
/*------ End "Projects" ------*/

/*----- Start "Gallery" -----*/
.gallery a {
	float: left;
	width: 190px;
	height: 150px;
	padding: 4px 0 0 4px;
	background: url(images/media-image.gif) no-repeat 0 0;
	margin-right: 36px;
	margin-bottom: 20px;
	text-align: center;
}
.gallery a.last {
	margin-right: 0;
}
.gallery .title {
	padding: 10px 0 20px;
}
/*------ End "Gallery" ------*/

.video-post .video {
	margin-right: 20px;
}
.contactbox .rte {
    margin-bottom: 15px;
}
.contactbox form {
    margin: 15px 0;
}
.contactbox label {
    float: left;
    width: 120px;
    text-align: right;
    padding: 0 10px 0px 0;
    font-weight: bold;
}
.contactbox .field {
    margin-bottom: 15px;
    background: #fff;
    border: 0;
}
.contactbox textarea {
    width: 360px;
    height: 160px;
}
.contactbox .btnp {
    padding-left: 130px;
}
.msg {
    width: 460px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    background: #222;
    padding: 15px;
    border: outset 2px #000;
}
.plhold object {
    width: 180px;
    height: 20px;
}
.rte a {
    color: #fff !important;
    text-decoration: underline;
}
.rte a:hover {
    text-decoration: none;
}
.rte p {
    padding-bottom: 15px;
}
.music-player {
	padding: 0 10px 10px 0;
}
.music-player p {
	color: #fff;
	padding-bottom: 5px;
}
.danceenergy h4 {
    color: #fff;
    text-align: center;
}


#socials { padding-left: 31px; margin-top: -56px; padding-bottom: 10px; }
#socials a { display: inline; float: left; margin-right: 10px; height: 21px; width: 21px; text-decoration: none !important; }
#socials .social-facebook { background: url(images/social/facebook.gif) no-repeat 0 0; width: 21px; }
#socials .social-twitter { background: url(images/social/twitter.gif) no-repeat 0 0; width: 21px; }
#socials .social-itunes { background: url(images/social/itunes.gif) no-repeat 0 0; width: 69px; }
#socials .social-soundcloud { background: url(images/social/soundcloud.gif) no-repeat 0 0; width: 30px; }
#socials .social-myspace { background: url(images/social/myspace.gif) no-repeat 0 0; width: 30px; }
