/* HTML Tag Redefinition */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#wrapper {
	height: inherit;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 30px;
}
#header {
	height: 181px;
	width: 100%;
	margin: 0 auto;
	background-image: url(http://musicbythesea.com.au/themes/mbts/images/headerbg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#logo {
	height: 181px;
	width: 900px;
	margin: 0 auto;
	background-image: url(http://musicbythesea.com.au/themes/mbts/images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
	text-align: right;
	color: #CCC;
}
#mainContent {
	float: left;
	width: 560px;
	text-align: justify;
	padding: 0 10px 0 0;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer {
	width:760px;
	margin:0 auto;
	padding: 20px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 2px;
}
#sponsors {
	width:760px;
	margin:0 auto;
	background-image: url(http://musicbythesea.com.au/themes/mbts/images/sponsors.jpg);
	height:170px;
}
.footer {
	font-size:11px;
	text-align:center;
        font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	color: #333;
}
.menu{
	width: 100%;
	
	color: #fff;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;erif;
	font-size:14px;
	height: 37px;
	background-image: url(http://musicbythesea.com.au/themes/mbts/images/navbg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: left;
	font-weight:bold;

}
.menu ul{
	width: 800px;
	padding: 11px 0px;
	margin: 0 auto;
}
.menu ul li{
	display: inline;
	margin-right: 30px;
}
.menu ul li a{
	color: #FFF;
	text-decoration: none;
}
.menu ul li a:hover{
	color: #333;
}
/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* customize_miscellaneous */ /* customize_miscellaneous */
