/*
Theme Name: LNS One Page
Theme URI: http://www.lanovasingers.co.uk/
Description: Temporary single page theme for La Nova Singers website.
Version: 0.1
Author: HMS
Author URI: http://www.witchcrafty.co.uk
Tags: La Nova Singers
*/

	body {
		background-color: #FFFFFF;
		background-image:url('swirl1.png'); 
		background-repeat:no-repeat; 
		background-position: center 50px;
		font-size: 10pt;
		color: #696969;
		}

	a {
		color: #551d68;
		}

	#top {
		width: 900px;
		height: 175px;
		background-image:url('bg3.gif'); 
		background-repeat:repeat-x; 
		position: relative;
		top: 0px;
		margin-left: auto;
		margin-right: auto;
		}

	#top img {
		float: left; 
		}

	#mid {
		width: 900px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}

	#description {
		width: 445px;
		height: 330px; 
		position: relative;
		top: 0px;
		left: 0px;
		font-size: 1.6em;
		font-family: "Adobe Garamond Pro","Palatino Linotype",Palatino,Garamond,serif;
		}

	#description strong {
		color: #4B0082;
		font-weight: normal;
		}

	#events {
		width: 450px;
		position: absolute;
		top: 0px;
		left: 450px;
		text-align: center;
		border-left: 1px solid #dcdcdc;
		font-family: Verdana,Arial;
		}

	#events h2 {
		font-size: 1.8em;
		font-family: "Adobe Garamond Pro","Palatino Linotype",Palatino,Garamond,serif;
		font-weight: normal;
		}

	#events h3 {
		font-size: 1em;
		line-height: 1em;
		display: inline;
		}

	#events p {
		margin-top: 0px;
		padding-top: 0px;
		font-size: 1em;
		}

	#events strong {
		color: #4B0082;
		}

	#footer {
		width: 900px;
		height: 100px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2em;
		font-size: 1.6em;
		font-family: "Adobe Garamond Pro","Palatino Linotype",Palatino,Garamond,serif;
		text-align: center;
		}

/* Privacy Policy settings */

		#privacy,
		#privacy a {
		text-decoration: none;
		}

	#privacy a span {
		display: none;
		}
	#privacy a:active span,
	#privacy a:hover span,
	#privacy a:focus span {
		display: block;
		position: relative;
		top: 15px;
		padding: 15px;
		text-align: justify;
		font-size: small;
		color: #777777;
		text-decoration: none;
		line-height: 1.4em;
		}