/* CSS Document */
/* EAST BAY DANCE CENTER */
/* JANUARY 28, 2007 */

/* NOTE: Links (including navigation) in separate stylesheet */


/********* ELEMENTS *********/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #000 url(../images/backgrounds/bkgBody.gif) no-repeat left 150px;
}

h1 {
/*see below */
}

h2, h3, h4, h5, h6{
	margin-top: 1.5em;
	color: #333;
	display: block;
}

h2 { 
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px;
	background:  url(../images/misc/h2Bullet.gif) no-repeat left center;
 }
h3 { 
	font-size: 14px;
}
h4 { 
	font-size: 14px;
	color: #666;
 }

p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}
li, dd { 
	margin: .5em 0 0 5%; 
}
fieldset { 
	padding: .5em; 
}
p, ul, li {
	line-height: 1.4em;
}


/********* MAIN IDs *********/

#container {
	margin: 6px 100px;/*auto;*/
	background: #FFF;
	width: 780px;
	border-right: 2px solid #EB4799;
	border-left: 2px solid #FFF;
}

#columnLeft {
	float: left;
	width: 200px;
	position:relative;
	overflow: hidden;
}
#columnRight {
	float:right;
	width: 565px;
	position:relative;
	overflow: hidden;
}
#footer {
	clear: both;
	padding: 6px 24px 6px 24px;
	font-size: 10px;
	color: #999;
	background: #FFF;
	text-align: center;
	border-top: 1px solid #CCC;	
}


/********* INTERIOR IDs *********/

#logo {
	margin: 0;
	width: 200px;
	background: #F5D6E6;
	border-bottom: 1px solid #EB4799;
}

#nav {
	margin-top: 2px;
	padding: 50px 0;
	width: 200px;
	height: 430px;
	background: #F5D6E6 url(../images/backgrounds/bkgNav1.jpg) no-repeat;
	border-top: 1px solid #EB4799;
}

#banner {
	width: 565px;
	height: 156px;
	background: #FFF url(../images/backgrounds/bkgBannerLine.gif) repeat-x left bottom;
}

#printlink {
	float: left;
	padding-left: 24px;
	text-align: left;
}
#quicklink {
	padding-right: 24px;	
	text-align: right;
}

#title h1 {
	margin-bottom: 6px;
	padding-left: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	color: #666;
	display: block;
	border-bottom: 0px solid #CCC;
}
#content {
	margin-top: 24px;
	padding: 0 24px 24px 24px;
	font-size: .8em;
	min-height: 530px;
}

#boxit {
	margin: 12px;
	padding: 0 12px;
	font-weight: bold;
	background: #F5D6E6 url(../images/backgrounds/bkgBoxIt.jpg) repeat-y right;
	border: 1px solid #EB4799;
}

#boxLeftColumn {
	margin: 24px 3px;
	padding: 6px;
	font-size: .8em;
	background: #FFF;
	border-top: 3px solid #EB4799;
	border-bottom: 3px solid #EB4799;
}

/********* TABLES FOR DATA, (example: SCHEDULES) *********/

.tableData {
	font-size: 12px;
	border: solid 1px #EB4799;
}
.tableData TH {
	padding: 2px 5px;
	background-color: #F5D6E6;
	border-bottom: solid 1px #EB4799;
}
.tableData TD {
	padding: 2px;
	background-color: #FFF;
	border-bottom: solid 1px #F5D6E6;
	vertical-align: top;
}
.tableData TD.subcat {
	font-weight: bold;
	padding-top: 5px;
	border-top: solid 1px #EB4799;
}
/* separator lines */
.tableData TH.lineTH {
	background: #F5D6E6 url(../images/misc/lineTH.gif) repeat-y center top;
}
.tableData TD.lineTD {
	background: url(../images/misc/lineTD.gif)  repeat-y center top;
}


/********* TABLES FOR DATA, (example: SCHEDULES) ********

#tableData {
	font-size: 12px;
	border: solid 1px #EB4799;
}
#tableData TH {
	padding: 2px 5px;
	background-color: #F5D6E6;
	border-bottom: solid 1px #EB4799;
}
#tableData TD {
	padding: 2px;
	background-color: #FFF;
	border-bottom: solid 1px #F5D6E6;
	vertical-align: top;
}
#tableData TD.subcat {
	font-weight: bold;
	padding-top: 5px;
	border-top: solid 1px #EB4799;
}
/* separator lines 
#tableData TH.lineTH {
	background: #F5D6E6 url(../images/misc/lineTH.gif) repeat-y center top;
}
#tableData TD.lineTD {
	background: url(../images/misc/lineTD.gif)  repeat-y center top;
}
*/*/

/********* CLASSES *********/

.strong {
	font-weight: bold;
}
.textLarge {
	font-size: 120%;
}
.textSmall {
	font-size: 90%;
}
.textCenter {
	text-align: center;
}
.borderTop {
	border-top: 1px solid #CCC;
}
}
.marginTop {
	margin-top: 2em;
}

/* next used for highlighting text - usually headers */
.specialHighlight {
	display: block;
	padding: 5px 2px;
	background: #F5D6E6;
}

/* -- -- -- -- -- -- -- -- - - */

/********** UNUSED ***********/

#footerLeft {
	float: left;
	width: 200px;
	height: 50px;
	border-top: 0px solid #EB4799;
	border-right: 0px solid #EB4799;
}
#footerRight {
	margin-left: 215px;
	padding: 6px 24px;
	font-size: 10px;
	color: #666;
	text-transform: lowercase;
	text-align: center;
	border-top: 1px solid #CCC;
}

.divider {
	height: 12px;
	background: url(../images/misc/divider.gif) no-repeat;
	display: block;
}
