/**
 *	Project		: SeeChicagoDance.com
 *	Title		: TBD
 *	Author		: Joshua Kendall, Senior Web Developer
 *	Company		: Inovat Design, http://www.inovat.com/
 *	Created		: February 26, 2009
 *	Revision	: 0
 */

/**
 *	Import our CSS Reset file. Hosted on Google's CDN which
 *	makes it load quicker for the user as it uses the closest
 *	server as opposed to our own. We can also change reset styles
 *	whenever we want without having to download/upload new files.
 */
@import 'http://www.css-reset.com/css/meyer.css';

/**
 *	With our Reset stylesheet in place we need to load our other
 *	stylesheets. We have a stylesheet for every section of the
 *	application so that we can have smaller stylesheets and so
 *	we know where any given style should be.
 */
@import '/assets/css/all.css';
@import '/assets/css/form.css';
@import '/assets/css/extension.css';
@import '/assets/theme/ui.all.css';


.noscript
{
	background	: #911;
	color: #fff;
	width: 940px;
	padding: 10px;
	z-index: 15000!important;
	display: block;
	position: relative;
	line-height: 1.8em;
}

.noscript a
{
	font-weight: bold;
	color: #fff;
}

.content-holder.widest
{
background:#EBF8FF url(/assets/images/content_widest.jpg) repeat-x scroll left top;
width:960px;
}

#inner-nojs
{
height:auto;
padding:30px 12px 12px;
position:relative;
width:600px;
}

#inner-nojs h2
{
	font-size: 1.6em;
}

#inner-nojs p
{
	padding: 20px 0 0;
	font-weight: bold;
}

#inner-nojs ol
{
	padding: 10px 0;
	margin: 0 0 0 20px;
	list-style-type: decimal!important;
}

	#inner-nojs ol li
	{
		padding: 2px 0;
	}
