/* Start of CMSMS style sheet 'ceroc_style' */
/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- CEROC -
	
	author: Richard Morris [richard@fueldesign.co.nz] 
	version: - beta -

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Stlyes for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific sty;es

==========================================================================
*/
	@import url("base.css");
	/*@import url("sifr.css");*/
	/*@import url("forms.css");*/
	@import url("affiliate.css");
/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
html, body, form, fieldset, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Georgia, serif;
	color: #797878;
}
body { font-size: 62.5%; }

div#container { font-size: 1.2em;}
p, ul, dl, ol, form, blockquote { margin-bottom: 0.5em; }

/*h1 { font-size: 2em; margin-bottom: 1em; }*/
h2 { font-size: 1.2em; margin-bottom: 1em; font-style: italic; }
h3 { font-size: 1.4em; margin-bottom: 1em; }
h4 { font-size: 1.3em; margin-bottom: 1em; }
h5 { font-size: 1.2em; margin-bottom: 1em; }
/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a	{ font-family: Georgia, serif; font-size: 1em; color: #FF6600; }
a:link, a:visited { border-bottom: none; }
a:hover, a:active { border-bottom: none; }
a:link.external, a:visited.external { background: transparent url(uploads/images/bg/external.gif) top right no-repeat; padding-right: 12px;}

/* list types */
dl dt { font-weight: bold; }
ol li { list-style-type: lower-alpha; list-style-position: inside; }

/* blockquotes */
blockquote { border: 1px solid #ccc; margin: 0 40px 15px 20px; padding: 20px; }
blockquote p { font-family: Georgia, serif; color: #797878; font-size: 1em; margin: 0 !important; line-height: 1.5em; padding: 0 !important; }
blockquote p.cite { color: #999; font-style: italic; font-size: 0.9em; }

/* blockquotes in Sidebar */
#sidebar blockquote { border: none; margin: 0; padding: 0; }
#sidebar blockquote p { font-family: Georgia, serif; color: #797878; font-size: 0.9em; margin: 0 !important; line-height: 1.5em; padding: 0 !important; }
#sidebar blockquote p.cite { color: #999; font-style: italic; font-size: 0.8em; }
#sidebar blockquote p.linkOrange {margin-top: 12px !important;}

/* blockquotes in Article page(s) */
blockquote.article { border: 1px solid #ccc; margin: 0 40px 15px 20px; padding: 20px; }
blockquote.article h2 { padding-left: 0 !important; }
blockquote.article p { font-family: Georgia, serif; color: #797878; font-size: 1em; margin: 0 0 15px 0 !important; line-height: 1.5em; padding: 0 !important; }
blockquote.article p.cite { color: #999; font-style: italic; font-size: 0.9em; }

/* strong */
strong.error { color: #F00; }
p.green, p.green strong { color: green; }

/* em */
em.required { color: #F00; font-weight: bold; font-style: normal; }
/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
html, body {
	height: 100%;
}
body {
	background: #FFF url(uploads/images/cms/global/bgBody.gif) top left repeat-x;
	text-align: center;
	padding-top: 9px;	
}
div#container {
	width: 1013px;
	margin-left: auto; margin-right: auto;
	text-align: left;	
}
/*
==========================================================================
4 - Header styles
==========================================================================
*/

#header	{
	height: 151px;
	width: 1012px;
}

#header2	{
	height: 151px;
	width: 1012px;
}

#header a#logo	{
	position: absolute;
	top: 9px;
}

#header .topNavSwfMainNav img	{
	position: relative;
	left: 224px;
}

ul#topNav	{
	height: 18px;
	text-align: right;
	margin: 0;
	padding: 0 22px 0 0;
}

ul#topNav li	{
	display: inline;
	color: #333;
}

ul#topNav li a	{
	font-size: 0.9em;
}

ul#topNav li a:hover	{
	text-decoration: underline;
}

#flashHeader	{
	width: 788px !important;
	height: 96px !important;
	position: relative;
	left: 224px;
	display: block;
	overflow: hidden;	
}
	
ul#nav	{
	position: relative;
	left: 224px;
	border-top: 1px solid #fff;
	background: #fff url(uploads/images/cms/nav/bgMainNav.gif) top left repeat-x;
	height: 31px;
	width: 788px;
	padding-top: 5px;
	margin: 0;
}

ul#nav li	{
	display: inline;
	padding: 0 9px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

ul#nav li a	{
	color: #ff6600;	
}

ul#nav li a:hover, ul#nav li a.current, ul#nav li a.section	{
	color: #fff;
}

/*
==========================================================================
5 - Main content styles
==========================================================================
*/
#primaryContent	{
	margin: 0 0 0 28px;
	width: 984px;
	background: #fff;
}

#mainContent	{
	margin: 0;
	background: #fff;
	display: block;
	width: 792px;
	_width: 780px;
	float: left;
}

#mainContent h2	{
	padding: 0px 13px 10px 20px;
	margin: 0;
}

#mainContent p	{
	padding: 0 20px 20px 20px;
	margin: 0;
}

#mainContent ul	{
	padding-left: 55px; 
	margin-bottom: 20px;
	list-style-type: disc;
}

/* -----no sidebar ---------- */

#mainContent_clear	{
	margin: 0;
	background: #fff;
}

#mainContent_clear	h1	{
	margin: 0;
}

#mainContent_clear	h2	{
	padding: 0px 13px 0px 20px;
	margin: 0;
}

#mainContent_clear	p	{
	padding: 0 20px 20px 20px;
	margin: 0;
}

table#classesHead	{
	width: 950px;
	margin: 10px 0 0 10px;
	float: left;
	overflow: hidden;
}

table#classesHead thead td	{
	background: #ff6600;	
}

table#classesHead thead td h2 {
	color: #fff;
	font-style: normal;
	margin: 0 0 0 16px;
	padding: 0;
}

table#classesHead td.venue {
	background: #ffd7ce;
	margin: 0;
	padding: 10px 5px 0 0;
}

table#classesHead td.details {
	background: #ffeae5;
	margin: 0;
	padding: 10px 5px 0 0;
}

table#classesHead td.notes {
	background: #e5e5e5;
	margin: 0;
	padding: 10px 5px 0 0;
}

table#classesBody thead	td {
	background: #ff6600;
	color: #fff;
}

table#classesBody thead	td.timeHeader {
	background: #e55c00;
	color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

table#classesBody td.time {
	background: #ccc;
	border-left: 1px solid #999;
	padding-left: 4px;
}

table#classesBody thead td h2 {
	color: #fff;
	font-style: normal;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	margin-left: 0 !important;
	padding: 0 4px 0 4px !important;
	font-size: 0.9em;
}

table#classesBody tbody td {
	background: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 8px 0 8px 0;
	font-size: 0.9em;
}

table#classesBody tbody td p	{
	padding: 0 !important;
	margin: 0 !important;
}

/* ------end no sidebar --------- */

#mainContent p#Remember	{
	padding: 10px 13px 20px 20px;
	margin: 0;
}

#mainContent p.Actions	{
	padding: 0 13px 20px 0 !important;
	margin: 0;
}

#mainContent p.Actions input.action	{
	margin: 0 0 0 30px;
}

#mainContent input.checkbox	{
	display: inline;
	vertical-align: bottom;
}

#mainContent label.right	{
	display: inline !important;
	width: 300px;
	float: none;
	vertical-align: bottom;	
}

#mainContent	a	{
	border-bottom: 1px dotted;
        color: #FF6600;
}
#mainContent_clear	a	{
	border-bottom: 1px dotted;
        color: #FF6600;
}

#imgs img	{
	display: inline;
	margin: 0 2px 0 6px;
}

#sidebar	{
	float: left;
	width: 180px;
	padding-left: 12px;
	margin-left: 0px;
	background: #fff;
}

#sidebar ul#buttons	{
	margin: 0;
	padding: 0;
}

#sidebar ul#buttons img	{
	padding: 0;
	margin: 0 0 7px 0;
	display: inline;
}

#sidebar a:hover	{
	text-decoration: underline;
}

#sidebar p.copyright	{
	font-size: 0.75em;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

#testimonial	{
	padding-bottom: 20px;
	text-align: right;
}
#testimonial img	{
	padding: 20px 0 0 42px;
	/*margin:0 auto;
	padding:20px 0 0;*/
}

#dance_movie_feature		{}
#dance_movie_feature a		{color:#797878 !important;}
#dance_movie_feature a img	{}

#dvd-video		{}
#dvd-video a		{}
#dvd-video a img	{padding:0 0 0 24px;}

.colour { color:#ff6600; }

/*
==========================================================================
6 - Footer styles
==========================================================================
*/
ul#footNav li{
	display: inline;
}
ul#footNav a {
	color: #F00;
}
/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
ul#sitemap {
	
}
/*
==========================================================================
added by rory
==========================================================================
*/ 

div#footer p 
{
font-size: 0.8em;
padding-top: 1.5em;
padding-right: 1.5em;
padding-bottom: 1.5em;
padding-left: 1.5em;
text-align: center;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}
/* End of 'ceroc_style' */

