/* self-clear floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =image classes */
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-center {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
.img-left-static {
	display: block;
	margin-bottom: 10px;
}

.img-right-static {
	display: block;
	margin: 0 0 10px auto;
	text-align: right;
}

/* =text classes */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-vs {
	margin-bottom: 2em;
}
.text-clear-left {
	clear: left;
}
.text-clear-right {
	clear: right;
}

/* =icons */
.icon {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 20px;
}
.icon-email {
	background-image: url(icons/email.png);
}
.icon-print {
	background-image: url(icons/printer.png);
}
.icon-resize {
	background-image: url(icons/resize.png);
	padding: 3px 3px 3px 40px;
}
.icon-archives {
	background-image: url(icons/folder_page.png);
}
.icon-comment {
	background-image: url(icons/comment.png);
}
.icon-search {
	background-image: url(icons/magnifier.png);
}
.icon-zoom-in {
	background-image: url(icons/zoom_in.png);
}
.icon-zoom-out {
	background-image: url(icons/zoom_out.png);
}
.icon-rss {
	background-image: url(icons/feed-icon-14x14.png);
}
.icon-rss-black {
	background-image: url(icons/rss-black.png);
	padding: 3px 3px 3px 16px;
}
.icon-pdf {
	background-image: url(icons/icon_pdf.gif);
}
.icon-doc {
	background-image: url(icons/icon_doc.gif);
}
.icon-ppt {
	background-image: url(icons/icon_ppt.gif);
}

/* =ads */
body.page-music .ad {
	margin: 0 0 1em;
	position: relative;
	right: -160px;
}

html { height: 100%; }
body {
	background: #fff;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body.page-home {
	height: 100%;
}
body.page-dance {
	background: #F78F8F;
	color: #fff;
}
body.page-video {
	background: #000;
	color: #fff;
}

img { border: none; }

p { margin: 0 0 1em; }

/* =links */
a { color: #000; }
body.page-video a { color: #fff; }

/* =headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body.page-music h1 {
	font-size: 1.188em;
	margin-left: 245px;
	margin-top: 70px;
	width: 395px;
}

/* =table container */
table#container {
	height: 100%;
	width: 100%;
}
table#container td {
	vertical-align: middle;
}

/* =wrap */
#wrap {
	margin: 0 auto 10px;
	width: 470px;
}
body.page-home #wrap {
	margin-bottom: 0;
	width: 695px;
}
body.wide #wrap {
	width: 960px;
}
body.page-music #wrap {
	background: url(images/bg-mbv-music.jpg) no-repeat top left;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	min-height: 1290px;
	position: relative;
}

/* =header */
#header {
	margin: 0 auto;
	padding-top: 10px;
	width: 470px;
}
#header img {
	display: block;
}
body.page-home #header {
	width: 695px;
}

/* =navigation */
#navigation {
	border-collapse: separate;
	display: table;
	border-spacing: 5px;
	width: 100%;
}
#navigation ul {
	display: table-row;
}
#navigation li {
	display: table-cell;
	width: 20%;
	white-space: nowrap;
}
body.nav-5 #navigation li {
	width: 15%;
}
#navigation a {
	background: #000;
	color: #fff;
	display: block;
	font-size: 0.688em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
body.page-video #navigation a {
	background: #57585C;
}
body.page-dance #navigation a {
	color: #F78F8F;
}

/* =main */
#main {
	font-size: 0.875em;
	margin-top: 2em;
}
body.page-music #main {
	font-size: 1em;
	left: 10px;
	position: absolute;
	top: 450px;
	width: 250px;
}
body.page-dance #main-sub-primary {
	float: left;
	width: 340px;
}
body.page-dance #main-sub-secondary {
	float: right;
	width: 590px;
}
body.page-music #main-sub-primary {
	min-height: 450px;
}

/* =pagination */
#pagination {
	margin: 1em 0;
}
#pagination a, #pagination span {
	border: 1px solid #ccc;
	margin-right: 3px;
	padding: 2px 6px;
	text-decoration: none;
}
#pagination a:hover, #currentpage {
	border: 1px solid #000;
	background-color: #666;
	color: #fff;
}
#pagination span.totalpages {
	border: none;
	padding-right: 2em;
}

/* =files */
.files {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

/* =flash objects */
.embed { margin: 1em 0; }

/* =entries */
.entry {
	border-top: 1px solid #ccc;
	padding: 1em 0;
}
.entries .entry:first-child {
	border-top: none;
}

