@charset "utf-8";
/*
------------------------------------------------------------
Rockford Dance Company CSS Style
Title:	  /assets/css/print.css
Media:    Print
Author:   Stephen J. Withington, Jr. (steve@ignition-studio.com)
Version:  05 November 2007
------------------------------------------------------------ */

body  {
	background: #ffffff;
}

/* ============================================================================================== */
/*		DIV SETTINGS			*/
/* ============================================================================================== */
#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
} 
#header_top {
	display: block;
}
#logo {
	padding: 0 0 0 0;
}
#print_info { /* print path and time for print.css */
	padding: 6px 0 6px 0;
}
#header {
	display: none;
}

/* ============================================================================================== */
/*		TOP NAVIGATION		*/
/* ============================================================================================== */
#topnav {
	display: none;
}
#topnav ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#topnav li {
	list-style-type: none;
	display: inline;
	float: left;
}
#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #666666;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
#topnav a:hover, #topnav a:focus, #topnav a.selected {
	color: #990000;
/*	text-decoration: underline;*/
}
#breadCrumbs {
	display: none;
}
/* ============================================================================================== */
/*		CONTENT AREA			*/
/* ============================================================================================== */
#contentWrapper {
	width: 100%;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}
#sidebar1 {
	display: none;
}
#mainContent {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
#newsContent {
	clear: both;
	padding: 0 0 0 0;
	margin: 0;
	float: none;
}
#upcomingContent {
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
	float: none;
}

/* ============================================================================================== */
/*		FOOTER AREA		*/
/* ============================================================================================== */
#shadow_bottom {
	display: none;
}
#print_footerline hr {
	width: 100%;
	color: #000000;
	height: 1px;
}
#footer {
	clear: both;
	float: none;
	padding: 0 0 0 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_left {
	clear: both;
	float: none;
}
#footer_right {
	display: none;
}
#footer_right a:link, #footer_right a:active, #footer_right a:visited {
	color: #666666;
	text-decoration: none;
}
#footer_right a:hover, #footer_right a:focus {
	color: #990000;
	text-decoration: underline;
}

#footer_right .orange a:link, #footer_right .orange a:active, #footer_right .orange a:visited {
	color: #CC6600;
	text-decoration: none;
}
#footer_right .orange a:hover, #footer_right .orange a:focus {
	color: #CC6600;
	text-decoration: underline;
}

/* ============================================================================================== */
/*		TAG DEFAULTS			*/
/* ============================================================================================== */
h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
h3 {
	color: #000000;
}
h4 {
	color: #000000;
}
p {
	padding: 0 0 0 0;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

/* ============================================================================================== */
/*		CLASSES		*/
/* ============================================================================================== */
.leftimage {
	margin: 0 12px 6px 0;
	float: left;
}
.leftimage_main {
	margin: 0 12px 6px 0;
	float: left;
}
.rightimage {
	margin: 0 0 6px 12px;
	float: right;
}
.fltrt { 
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
