@charset "utf-8";
/* CSS Document - style.css */
/*
Author: 		David W Bullock
Company: 		Roller Sports Promotions
Created on:		01-May-2010
Created for:	Downlands Artistic Skating Club

Coypright &copy; Roller Sports Promotions, May 2010

This file holds all the style setting for the site; including - text, classes, and div classes
*/

* {margin: 0; paddng: 0;} /*resets the web page*/

body { /*sets the main body text for the global pages*/
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 115%; text-align: left; text-decoration: none; font-weight: normal; padding: 5px 0px 5px 0px;}
	
/*sets the text style for roll-over links in the body text or for menues*/

a, a:link, a:visited, a:active, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000; font-weight: bold; list-style: none;}

a:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #F00; font-weight: bold; list-style: none;}

/*sets the text size and weights of the sites headers*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left;}

h1	{font-size: 24px; color: #FF3399;}
h2	{font-size: 20px; color: #30CECD;}
h3	{font-size: 18px; color: #000000;}
h4	{font-size: 16px; color: #333;}
h5	{font-size: 14px; color:#F00;}
h6	{font-size: 10px; color:#DDD;}

/* sets the global navigation bar */

#nav a {
	text-decoration: none; font-weight: normal;}

#nav ul {
	list-style: none; margin: 12px 0px 0px 0px; padding: 0px;}

#nav li {
	border-bottom: 1px solid #ffffff;}

#nav ul li a:link, #nav ul li a:visited {
	font-size: 10pt; font-weight: normal; display: block; padding: 3px 0px 3px 3px; background: #ffffff;}

#nav ul li a:hover, #nav ul li a:active {
	font-size: 10pt; font-weight: bold; display: block; padding: 3px 0px 3px 3px; background: #30CECD; color: #ffffff;}

.heading {font-size: 10pt; font-weight:bold; display: block; padding: 3px 0px 3px 3px; background: none; color: #f00;}
.current {font-size: 10pt; font-weight: bold; display: block; padding: 3px 0px 3px 3px; background: #FF3399; color: #ffffff}

.li_indent {text-indent: 10px; font-weight: normal}

.h3
{margin-bottom: 5px;}
.p1 {
	margin-bottom:5px ;}

#news1 img {margin: 5px;}

#news_txt h3 {
	font-size: 20px; font-weight: bold; line-height: 110%; color: #900;}

#news_txt p {
	font-size: 12px; font-weight: normal; line-height: 120%; color: #000; margin: 5px 0px 5px 0px}

#news1 h6 {font-size: 10px; font-weight: bold; color: #333; line-height: 1.3em;}

#text h1 {font-size: 18px; font-weight: bold; color: #900; line-height: 130%;}
#text h2 {font-size: 14px; font-weight: bold; color: #f00; line-height: 130%;}
#text h6 {font-size: 12px; font-weight: bold; color: #666; line-height: 130%;}
#text p {font-size: 12px; font-weight: normal; color: #000; line-height: 170%; margin: 5px 0px 5px 0px;}
#image img {margin: 5px; border: 3px #666;}
#image p {font-size: 10px; font-weight: bold; color: #666;}

#mdl_clm h1 {font-size: 20px; font-weight: bold; line-height: 130%;}
#mdl_clm h4 {font-size: 18px; font-weight: bold; line-height: 130%;}
#mdl_clm h6 {font-size: 10px; font-weight: bold; line-height: 140%; color: #666;}
#mdl_clum p {font-size: 12px; font-weight: normal; line-height: 150%;}