﻿/* CSS set for Machaneh Dance Arts */

html, body {
	margin: 0px; padding: 0px;
}
*, div, table, tr, td, .gecko {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	background: rgb(242, 219, 234);
	background-image: url(content_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	
	font-family:
	"Century Gothic",		/* Windows (HP printer) */
	"Avant Garde Gothic",	/* HP font name */
	"Avant Garde",			/* MacOS */
	"URW Gothic L",			/* Unix+X+FontConfig */
	/* Fallback options */
	helvetica,				/* Unix+X, MacOS */
    sans-serif;

	font-size: 10pt;
	/* line-height: 1em; */
	margin: 0;
}
h1, h2 {
	margin-top: .25e;
	margin-bottom: .25em;
	font-family: Verdana;
	font-size: 12pt;
}
p {
	margin-top: .5em;
	margin-bottom: .25em;
}
a:link, a:visited, a:active {
	color: rgb(0, 0, 40);
}
a:hover {
	color: rgb(50,50,95);
}
p.title:first-line {
	font-size: 125%;
	font-weight: bold;
}
p.title:first-letter, table#topMenu td:first-letter, .firstUpper:first-letter, .u, h1:first-letter, h2:first-letter {
	font-family:
		"Monotype Corsiva",
		"Century Gothic",		/* Windows (HP printer) */
		"Avant Garde Gothic",	/* HP font name */
		"Avant Garde",			/* MacOS */
		"URW Gothic L",			/* Unix+X+FontConfig */
		/* Fallback options */
		helvetica,				/* Unix+X, MacOS */
		sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 200%;
	padding-right: .05em;
	line-height: 1em;
}

/* navBlockContainer acts as fixed under IE8+/FF, and as absolute under quirksmode */
#navBlockContainer {
	position: static;
	left: 0px; top: 0px;
	width: 100%; height: 126px;
	text-align: center;
	z-index: 100;
}
/* navBlock centers and sizes */
#navBlock {
	position: relative;
	width: 850px; height: 126px;
	margin: auto;
	background: rgb(0,0,40);	
	border: 0px;
}
#navLeftCorner {
	position: absolute;
	left: 0px; top: 116px;		/* bottom position does NOT work (1 pixel off base) in quirksmode */
	width: 20px; height: 10px;
	font-size: 0px;				/* make sure div remains small under quirksmode */
	padding: 0px;
	background: url(nav_left_corner.png);
}
#navRightCorner {
	position: absolute;
	right: 0px; top: 116px;
	width: 20px; height: 10px;
	font-size: 0px;
	padding: 0px;
	background: url(nav_right_corner.png);
}
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 320px;
	height: 115px;
	background-image: url(gold_logo.png);
	background-repeat: no-repeat;
}

#headerPhoto {
	position: absolute;
	left: 350px;
	top: -8px;
	width: 480px;
	height: 106px;
	background-image: url(header_photo.jpg);
}

#menuPane {
	position: absolute;
	bottom: 0px;
	left: 350px;
	width: 480px;
	height: 26px;
}

table#topMenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	border-collapse: collapse;
}
table#topMenu td {
	border: 1px solid rgb(205,217,241);
	padding: 0px;
	text-align: center;
	height: 26px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	
	color: rgb(247,238,176);
	/* background: yellow; */
}
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color: rgb(247,238,176);
	text-decoration: none;
	margin: 0px;
}
#topMenu a:hover {
	color: white;
}

/* contentBlockContainer provides block at correct top and centers content block */
#contentBlockContainer {
	position: absolute;
	left: 0px; top: 125px;
	width: 100%;
	text-align: center;
}
/* contentBlock sizes, centers and provides padding and alignment for main body content */
#contentBlock {
	position: relative;
	width: 850px;
	margin: auto;
	border: 0px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	text-align: left;
}
/* textBlock provides spatious left padding to allow for section sub-menu in upper-left corner */
#textBlock {
	padding-left: 150px;
}

/* container for Flash video content */
.videoContainer {
	position: relative;
	z-index: 10;
	margin-top: 1em;
	text-align: center;
}
.errorMessage {
	border: 1px solid black;
	padding: 10px;
	background: rgb(242, 219, 234);
}
.xBP {
	padding-bottom: 1em;
}
