@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #333 url(../images/img01.gif);
	/*background: #383c55 url(images/img01.gif); 
	/*background: #222222 url(images/bg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	font: normal small Arial, Helvetica, sans-serif;
	color: #222222;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;

}

h1 {
	color: #f3d497;
}
h2 {
    color: #222222;
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}
  
blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(../images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #222222;
}
ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #666;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(../images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	/* background: url(images/img04.gif) repeat-x left bottom; */
	border-bottom: 2px solid #222222;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #222222;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;

}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
    background: url('../images/paper_bg.gif');
    background-repeat:repeat;
	border: 10px solid #222222;
}

/* Logo */

#logo {
	height: 200px;
	background: url(../images/img02c.jpg);
}

#logo h1 {
	padding: 135px 0 0 580px;
	letter-spacing: -1px;
	font-size: 1.7em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {

}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #222222;
}
.right {
    float:right;
    margin-right:20px;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #222222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8 url('../images/paper_bg2.gif');
	border-top: 1px solid #222222;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #222;
}

#footer a {
	color: #222;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

img.footerimg {
float: left;
margin-right:10px;
}
hr.event {
border-color:#222222 -moz-use-text-color #222222;
border-style:solid none;
border-width:1px 0;
height:1px;
margin:5px auto 0 0;
}

/* Contact Form Styles Begin */

#contactform {
}

#contactform label {
display:block;
}
#contactform input {
width:95%;
}
#contactform hr{
border-color:#222222 -moz-use-text-color #222222;
border-style:solid none;
border-width:1px 0;
height:1px;
margin:5px auto 0 0;
}
#cfpush {
height:29em;
}
#cfright {
  width:25%;
  float:right;
  padding-right:5px;
}
#cfright p {
  margin:0;
  padding:0;
  text-align:right;
  font-size:xx-small;
}  

#name {
width:50%;
float:left;
height:40px;
}
#street {
width:50%;
height:40px;
clear:both;
}
#city {
width:50%;
float:left;
height:40px;
}
#province {
width:20%;
float:left;
height:40px;
}
#postal {
width:20%;
float:left;
height:40px;
}
#phone {
width:41%;
height:40px;
float:left;
}
#email {
width:50%;
float:left;
}
#message {
margin-top:10px;
float:none;
padding-bottom:20px;
clear:both;
}
#maillist{
float:left;
width:30%;
text-align:center;
height:60px;
}
#join{
float:left;
width:31%;
text-align:center;
height:60px;
}
#assist{
float:left;
width:39%;
text-align:center;
height:60px;
clear:right;
}
#valmsg {
width:23%;
float:left;
text-align:left;
clear:left;
margin-right:15px;
}
#valimg {
width:10%;
float:left;
text-align:left;
}
#valnum {
width:20%;
float:left;
padding-top:3px;
margin-left:10px;
}
#submit {
clear:both;
margin:0 auto;
width:100px;
padding-top:5px;
}
.right {
float:right;
}

#contactform h2 {
  margin-bottom:10px;
}
#contactform p {
  padding:0;
  margin:0;
  text-align:left; 
  width:100%;
  margin-bottom:15px;
}
#checkboxcon {
position:relative;
margin-top:10px;
width:100%;
height:60px;
} 
#validation {
position:relative;
margin-top:10px;
width:100%;
height:60px;
} 

input, textarea, select, file
{
color: #000066; 
background: #e9d08a url('../images/paper_bg2.gif');
border: 1px solid #222;
}
select {
width:100px;
}
#submit input {
border: 2px outset #222;
background:#383c55;
color:#fff;
}
/* Contact Form Styles End */

.songtable {
  font-size:10px;
}
#docbar {
font-size:10px;

}
.memhead {
width:100%;
margin-bottom:10px;
}
.memheadh2 {
text-decoration:underline;
margin:0;
}
#midibar, #eventbar, #musicbar {
font-size:10px;
}

#eventform label {
display:block;
}