/*
	Southside Dance version 2.0 by Craig Robertson
 	http://www.southsidedance.co.uk
	
	Contents
	
	1. General Typography
	2. Headers
	3. Navigation
	4. Table

---------------------------------------------------------------
	1. General Typography
------------------------------------------------------------ */
	
	@font-face {
		font-family: 'Lobster13Regular';
		src: url('fonts/Lobster_1.3-webfont.eot');
		src: local('☺'), url('fonts/Lobster_1.3-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	p {
		font-size: 13px;
		font-weight: normal;
		color: #666;
		line-height: 24px;
		margin-bottom: 20px;
		text-align: justify;
	}
	li {
		margin-left: 15px;
		line-height: 24px;
	}
	em {
		font-style: italic;
	}
	strong {
		font-weight: bold;
	}
	a {
		color: #95312D;
		text-decoration: underline;
		outline: none;
		line-height: 18px;
	}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	li {
		font-size: 12px;
		font-weight: normal;
		color: #666;
		margin-bottom: 12px;
	}
	label {
		color: #000;
		font-weight: bold;
		margin-bottom: 10px;
	}

/* ------------------------------------------------------------
	2. Headers
------------------------------------------------------------ */
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #000;
	}
	h2 {
		font-family: 'Lobster13Regular', Arial, Helvetica, sans-serif;
		font-size: 40px;
		margin-bottom: 12px;
		color: #D20F91;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
/* ------------------------------------------------------------
	3. Navigation
------------------------------------------------------------ */

	#primary-navigation li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #000;
		text-decoration: none;
	}
	#secondary-navigation li a {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	.top-link a {
		position: fixed;
		bottom: 0;
		right: 0;
		padding: 3px 10px;
		background-color: #95312D;
		color: #FFF;
		font-size: 12px;
		text-decoration: none;
		text-shadow: #000 0px 1px 1px;
	}
	.top-link a:hover {
		background-color: #F9C;
	}
	
/* ------------------------------------------------------------
	4. Table
------------------------------------------------------------ */
	
	th {
		font-size: 11px;
		font-weight: bold;
	}
	td {
		font-size: 12px;
	}


