/* Alberta Dancesport Screen CSS */
/* Author: Eric Gooden, Hype Media | http://www.hypemedia.ca */

/* layout divs */
body {
	margin: 0;
	padding: 0;
	background-image:url(../images/interface/main_bkg.gif);
	text-align: center;
}
#container {
	width: 770px;
	text-align: left;
	background:url(../images/interface/container_bkg.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	min-height: 465px;
}
#sidebar {
	width: 166px;
	float: left;
	padding: 0 0 0 5px;
	font: bold 14px/10px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: fff;
	/* height: 339px; */
}
#splash {
	width: 589px; /* normally 589, works fine on mac, causes overflow on pc until go down to 586 */
	margin: 0 5px 0 5px;
	overflow: hidden;
}
#content {
	margin: 0 5px 0 176px;
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
}
#contenthome {
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
	clear: both;
	background-color: #fff;
}
#footer {
	clear: both;
	height: 50px;
	font: 9px/15px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	width: 770px;
	border-top: 5px solid #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer p {
	color: #ccc;
}
#footer a:link {
	color:#ccc;
	text-decoration: none;
}
#footer a:visited {
	color:#ccc;
	text-decoration: none;
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
}
#footer a:active {
	color:#fff;
	text-decoration: underline;
}
#header h6 {
	padding: 0; margin: 0 5px 0 5px;
	background-image:url(../images/interface/header.gif);
	background-repeat: no-repeat;
	height: 111px;
}
#header h6 span {
	display: none;
}

/* header menu layout */
#header ul, #header li, #header a {
	font: bold 12px/12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 0;
	text-decoration: none;
	position: relative;
	top: 29px;
	left: 3px;
}

/* formatting */
h1 {
	font: 36px/48px Georgia, Times, "Times New Roman", serif;
	color: #304654;
	height: 36px;
}
h2 {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-transform: uppercase;
}
/* #sidebar ul {
	list-style: none;
	margin: 0; padding: 0;
	max-width: 182px;
} */

/* sidebar formatting */
.sidebar_sectionbreak {
	border-top: 5px solid #fff;
	margin-top: -8px;
}
.padding10px {
	padding: 0 0 0 10px;
}

/* sidebar main menu link formatting */
#sidebar_mainmenu a:link {
	font: bold 14px/27px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar_mainmenu a:visited {
	font: bold 14px/27px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar_mainmenu a:hover {
	font: bold 14px/27px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar_mainmenu a:active {
	font: bold 14px/27px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/* content link styling */
#content a:link, #contenthome a:link {
	color: #099;
	text-decoration: none;
}
#content a:visited, #contenthome a:visited {
	color: #099;
	text-decoration: none;
}
#content a:hover, #contenthome a:hover {
	color: #099;
	text-decoration: underline;
}
#content a:active, #contenthome a:active {
	color: #099;
	text-decoration: underline;
}

/* sidebar slideshow links formatting */
#sidebar_slideshow a:link {
	font: bold 14px/14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#sidebar_slideshow a:visited {
	font: bold 14px/14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#sidebar_slideshow a:hover {
	font: bold 14px/14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
}
#sidebar_slideshow a:active {
	font: bold 14px/14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#sidebar_slideshow li {
	margin-bottom: 5px;
}
#sidebar_slideshow ul {
	margin-top: -8px;
	color: #fff;
}
#sidebar_slideshow_p {
	margin-top: 8px;
	color: #fff;
}

/* persistent page indicator - top level */
body#classes_page1 a#classes, 
body#classes_page2 a#classes, 
body#classes_page3 a#classes, 

body#workshops_page1 a#workshops, 

body#parties_page1 a#parties, 

body#instructors_page1 a#instructors,
body#instructors_page2 a#instructors,
body#instructors_page3 a#instructors, 

body#faq_page1 a#faq, 

body#links_page1 a#links, 

body#contact_page1 a#contact,

body#location_page a#location
{
	color: #333;
}

/* secondary nav */

#secondNav {
	font: bold 12px/24px Verdana, Helvetica, Arial, sans-serif;
	/* padding-bottom: 12px; */	
}
#secondNav a:link {
	text-decoration: none;
	color: #099;
}
#secondNav a:visited {
	text-decoration: none;
	color: #099;
}
#secondNav a:hover {
	text-decoration: underline;
	color: #099;
}
#secondNav a:active {
	text-decoration: underline;
	color: #099;
}

/* persistent page indicator - secondary nav */
body#classes_page1 a#schedule, 
body#classes_page2 a#class_descriptions,
body#classes_page3 a#which_class,

body#faq_page1 a#faq,
body#faq_page2 a#what_to_wear,

body#instructors_page1 a#david,
body#instructors_page2 a#kelly,
body#instructors_page3 a#eric
{
	color:#333;
	text-decoration: none;
}

/* general table formatting */
.tableGeneral {
	padding: 2px;
}

