/* this screen stylesheet was used for The Music Cottage - August 2012 */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-top: 30px;
	background-image: url(images/background-canvas.jpg);
	background-color: #FFF;
	background-repeat: repeat;
	text-align:left;

}


/* wrapper information to centre page on web browsers */

#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border: none;
	
}



/* minimal #header info as image inserted on page*/

#header {
	width: 920px;
	background-color:transparent;
	
}

#content {
	width: 700px;
	text-align: left;
	padding-left: 0px;
}

#content p {
	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
}

#content h1 {
	
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}


#info {
	width: 920px;
	text-align:left;
	font-size:14px;

}

#info p {
	padding-left: 20px;
	padding-right: 20px;
}



/* horizontal navigation bar styling */

#navcontainer1 {
	width: 840px;
	margin: 20px 0px 20px 0px;
}

#navcontainer1 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;	
}

#navcontainer1 li  {
	display: inline;
	margin: 2px 2px 2px 0px;
	font-size: 18px;
}


#navcontainer1 a {
	padding: 10px 20px 10px 0px;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight:normal;
	
}

#navcontainer1 a#current {
	color: #6D6E70;
	font-weight:bold;
}


#navcontainer1 a:link {
	color: #6D6E70;
}

#navcontainer1 a:visited {
	color: #6D6E70;
}

#navcontainer1 a:hover {
	color: #F93; 
}

#navcontainer1 a:active {
	color: #6D6E70;
}




/* vertical navigation bar styling */	
	
#navcontainer {
	width: 175px;
	text-align:right;
	float: right;
	
}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;	
}

#navcontainer li  {
	display: inline;
	margin: 2px;
	font-size: 16px;
}



#slideshow1 {
	width: 840px;
	float: left;
	font-size: 12px;
	color: #69C; 
	font-weight: bold;	
	text-align: center;
}

#slideshow1 h1 {
	font-size: 16px;
	color: #000; 
	font-weight: bold;	
	text-align: center;
}


#toggle {
	width: 840px;
	margin: 0px 30px 0px 30px;
	padding: 20px 20px 20px 20px;
	float: left;
	font-size: 12px;
	color: #000; 
	font-weight: bold;	
	text-align: left;
	
}

#toggleMe img {
	padding: 30px 30px 30px 30px;
	float: left;
	
	
}

/* vertical navigation-left bar styling */	
	
#navcontainer-left {
	width: 175px;
	text-align:left;
	float: left;
	
}

#navcontainer-left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;	
}

#navcontainer-left li  {
	display: inline;
	margin: 2px;
	font-size: 16px;
}



	
/* general image formatting */

img.floatleft {
	float: left;
	margin: 9px;
	
}

img.floatright {
	float: right;
	margin: 9px 0px 0px 9px;
	padding: 9px;
	border: 1px solid #A6AEA4;
}


/* general link formatting*/

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #F93;
	font-weight: bold;
}

a:active {
	color: #333;
}


/*pre-registration form*/

#registration {
	width: 840px;
	height: 800px;
	float: left;
	clear: both;
	margin: 0;
}

/*footer layout with navigation bar*/

#footer {
	width: 980px;
	clear: both;
	color: #999;
	text-align: left;
	margin: 60px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	font-size: 12px;
}

#footer p {
	margin: 0 auto;
	color: #333;
	font-weight: bold;
	
}

#footer a:link {
	color: #333;
}

#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #F93;
	font-weight: bold;
}

#footer a:active {
	color: #333;

}
