@charset "utf-8";
/* CSS Document for styling Musical Tots Main pages*/
/* Created by Lindsay Adams */
/* Last Updated on Feb 4 2013 */

* { margin:0; }

body {
	/* background-color:#D7DF23;	Green */
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	top:-5px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#582E91;
	margin:0px 30px 20px 10px;
}
h3,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#582E91;
	margin:0px 30px 20px 10px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:26px;

	font-weight:normal;
	color:#582E91;
	margin:10px 0;
}

p {
	font-size:13px;
	line-height:22px;
	color:#333;
	margin:5px 0;
	padding-left:10px;
	padding-right:10px;
}

li {
	font-size:13px;
	line-height:15px;
	color:#333;
	margin:5px 0;
	padding-left:10px;
	padding-right:10px;
}


.whitecaption {
	font-size:13px;
	line-height:18px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
}

.rightAlign{
	text-align:right;
	margin-bottom:10px;
	margin-top:0px;
	padding:0px;
	font-weight:bold;
	color:#666;
	}
hr {
		border:1px solid #8BC540;
		border-left:0px;
		border-top:0px;
		margin:0 0 10px 0;
		padding:0;
	}
.contentBox {
	width:1000px;
	padding:0px;
	padding-top:0px;
	margin-left:0px;
	margin-top:50px;
	min-height:1100px;
	z-index:5;
}
#content {
	width:1000px;
	padding:30px;
	margin-left:0px;
	min-height:800px;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#582E91;
	margin-left:0px;
	margin-top:40px;
}

.contentTable, .contentTable tr, .contentTable td, .contentTable th {
	/*border:1px solid #666;*/
	border-top:1px solid #666;
	border-collapse:collapse;
	font-size:12px;
	padding:5px;
}
.contentTable tr:hover {
	background-color:#CCC;
}

.contentTitle {
	margin:5px 0px;
	font-size:18px;
	font-weight:bold;
	color:#582E91;
}

#image1{
	margin-top:50px;
}

#classTL{
	width:390px;
	height:320px;
	float:left;
}
#classTR{
	width:390px;
	height:320px;
	float:left;
	margin-left:40px;
}


#wrapper  {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background-color:#FFF;
	
}
#wrappercolour  {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background-color:#f1f3b8;
	
}

#header {
	width:1000px;
	height:400px;
	z-index:999;
	top:5px;
	position:absolute;
}

img.INDEX_IMG:hover{
	background:url(../../../Applications/MAMP/htdocs/wordpress/sing.png) no-repeat;
}
	
#navBar p a {
	background-color:#582E91;/* Green */
	margin:0;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	text-shadow: 0px 1px 0px rgba(20, 20, 20, 0.5);
	width:16.67%;
	text-align:center;
	padding:15px 0px;
	/* border-right:solid 1px #00FF00;
	/*border-left:solid 1px #75a734;*/
	text-transform:uppercase;
	float:right;
}

#navBar p a:first-child {
	border-left:none;

}

#navBar p a:last-child {
	border-right:none;
}

#navBar p a:hover {
	background-color:#44BEBE;/* Green */
	/*background-image:url(../images/navHover.gif);*/
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFF;
}
#navBar p a:active {
	background-image:url(../images/navHover.gif);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#96C;
}

#navBar p {
	font-size:18px;
	margin:0;
}


.adminBar {
	text-align:center;
	display:inline-block;
	text-decoration:none;
	background-color:#333;
	color:#FFC;
	width:20%;
	padding:7px 0px;
	text-transform:uppercase;
	font-size:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
}



/*Rotating banner */


#slideshow {
	background-color:#D7DF23;
	top:177px;
    position:absolute;
    margin-left:0px;
    height:455px;
    width:1000px;
	z-index:10;
}

#slideshow IMG {
    position:absolute;
    top:20px;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.bannerImage {
	width:1000px;
	height:385px;	
	margin-left:10px;
}
#homeIntro {
		margin-top:630px;
	width:630px;
	position: relative;
	float:left;
	margin-right:0px;
	background-color:#DBEFEE;
}
#leftbox img{
	    display: block;
    margin: 0 auto;
}

.texttitle{
		width:100%;
		background-color:#44BEBE;
	margin-bottom:10px;
	padding-top:5px;
	text-align:left;
	float:left;		
		}

#leftBox, {
	margin-top:630px;
	padding:15px;
	min-height:200px;
	width:630px;
	float:left;
}
#rightBox{
	margin-top:630px;
	background-color:#DBEFEE;
	width:335px;
	float:right;
}

#centerBox{
	margin-right:0;
}

#leftBox {
	margin-left:0;
}
#leftBox ul{
	list-style:none;
	text-indent: -1em;
}

#leftBox ul li:before{
	text-decoration:none;
	font-size:12px;
	color:#582E91;
	margin-top:5px;
	content: "\0BB \020";
}
#leftBox a{
	text-decoration:none;
	font-size:12px;
	color:#582E91;
}
	
#footer {
	width:980px;
	height:20px;
	background-color:#582E91;
	clear:both;
	text-align:left
	;
	color:#FFF;
	font-size:10px;
	padding:10px;
}

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

#footer a:hover {
	color:#8BC540;/* Green */
	text-decoration:none;
}
#footer a:visited {
	color:#999;
	text-decoration:none;
}
.spacer {
	height:0px;
}
/*------------------------------------------------------------------------------*/

/* Party page*/
.theme{
	width:385px;
	min-height:210px;
	padding:5px;
	margin:10px;
	border:1px solid #8BC540;
	border-radius:5px;
	float:left;
}

.theme ul li{
	text-decoration:none;
	font-size:12px;
	color:#582E91;
	margin-top:5px;
}

/*---------------------------------------------------------------------------------------*/

.clear {
clear:both;
}

/*-------------------------------------------------------------------------------------------*/

.toggle-view {
    list-style:none;    
    font-size:12px;
    margin:0;
    padding:0;
    width:100%;

	}

.toggle-view li {
	margin-bottom:0px;
	position:relative;
	color:#333;	
}

.toggle-view h3 {
	margin:0;
	font-size:16px;
	cursor:pointer;
    padding: 7px 10px 12px 20px;
	color:#582E91;
	font-weight:400;
}

.toggle-view h3:hover, #toggle-view h3:active {
	color:#444;
}

.toggle-view span {
	position:absolute;
	left:0; top:0;
}

.toggle-view .panel {
	display:none;
	overflow:hidden;
	/*padding:10px 0 20px 0;*/
	padding:0;
	width:200px;
}  
.displayPanel{
	display:none;
	background:#fff;
	overflow:hidden;
	padding:20px;
	width:1000px;
}

.toggle-view .panel p:last-child {
	margin-bottom:10px;
}
.toggle-view a {
	color:#333;
}
.toggle-view a:hover {
	color:#333;
}

.toggle-plus-small{
	background:#582E91 url(../images/plus.png) no-repeat scroll 0 0;
	max-height:40%;
	max-width:40%;
	background-position:center;
	width:13px;
	height:13px;
	z-index:20;
	margin-top:9px;
}
.toggle-minus-small {
	background:#96F url(../images/minus.png) no-repeat scroll 0 0;
	background-position:center;
	max-height:40%;
	max-width:40%;
	width:13px;
	height:13px;
	z-index:20;
	margin-top:9px;
}

#toggle-view li.activated h3 {
	color:#bd3d20;
}

/*-----------------------------------------------------------------------------*/

/* ABOUT US PAGE*/

#NatPic {
	margin:300px 10px 0px 25px;
	width:300px;
	height:auto;
	background-color:#582E91;
		float:left;

}
#rightcolumn{
	margin:300px 25px 0px 25px;
	width:610px;
	min-height:600px;
	background-color:#FFFFFF;
	float:right;

}

#centrecolumn{
	margin:300px 25px 0px 25px;
	width:900px;
	min-height:600px;
	background-color:#FFFFFF;
	float:right;
}
#centrecolumn{
	margin:300px 25px 0px 25px;
	width:900px;
	min-height:600px;
	background-color:#f1f3b8;
	float:right;
}
.poster {
width:900px;

}
