

/* Start with the basic XHTML elements */

body {font: small/2em verdana, tahoma, sans-serif; color: #2d2905; min-width: 600px; text-align: center; background-color: white; }

p, li, dt, dd, td {font: 85% verdana, tahoma, sans-serif; line-height: 1.5em; }
ins {text-decoration: none;}
hr { margin:auto; width:80%; }
img {padding:0px; border:0; }

ul, ol {
  margin-top: 0.5em;
  margin-bottom:0.5em;
}

.placeholder { width: 65px; }
.evimg { margin-left: -40px; width:150px; }

.hidden { display: none; }

.sm {font: 85% verdana, tahoma, sans-serif; line-height: 1.5em; }

blockquote {font-style: normal; line-height: 3ex;}
input, textarea {font: 100%/1.2em verdana, sans-serif;}

h3 {font: 120% 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif; font-weight: normal; letter-spacing: -1px; color: #48618B; margin: 0; margin-top: 1.7em;}

h4 {font-weight: normal; font-size: 75%; font-style: italic; color: #aaa046; padding-top: 0; margin-top: 0; margin-left: 10px; line-height: 1em;}

h5 {font-size: 90%; margin-bottom: 0px;}

h6 {margin: 0px;}

a {font-weight: bold; color: brown; text-decoration:none;}
a:link, a:visited {font-weight: bold; color: green; text-decoration: underline;}
a:hover {color: red; font-weight:bold; text-decoration: underline;}

.sendmail {
  background: url(./images/sendmail.gif) top left no-repeat;
  padding-left:40px;
  padding-bottom:5px;
}

.belt {
  background: url(./capoeira/beltlogo.gif) top left no-repeat;
  padding-left:180px;
  height:175px;
}

.storebg {
   background: #888888 url(./albums/store/storebg.jpg) top left no-repeat;
   color:white;
   border:1px;
   text-align:center;
   width:460px;
   height:300px;
   padding:0px;
   padding-top:150px;
   font-size:16px;
}

.storebg h3 {
   color:white;
}

.storebg a {font-weight: bold; color:white; text-decoration:underline;}
.storebg a:link, .storebg a:visited {font-weight: bold; color: white; text-decoration:underline;}
.storebg a:hover {color: red; font-weight:bold; text-decoration:underline;}

.filler {
   border:1px;
   text-align:center;
   width:460px;
   height:200px;
   padding-top:150px;
   background-color:#b7bcc6;
}

/* Let's set our structural elements next */

#banner {
   margins:0px;
   position:relative;  /* MUST BE RELATIVE FOR SAFARI */
   top:-1px;
   z-index:1;          /* MUST BE 1 FOR SAFARI */
}



/*These three ensure our 720px wide content area centers in both
 IE5 and more capable browsers. margins are for Moz/Op/Saf, text
 align here and in header is for IE 5. */

#container {
    text-align: left; 
    position: relative;
    left: 0;
    top: -24px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    border:0px;
    width: 700px;
    z-index:0;          /* MUST BE 0 FOR SAFARI */

}
#store-container {
    font: 100% Arial, Verdana, sans-serif; 
    font-weight: normal;  
    text-align: left; 
    position: relative;
    left: 0;
    top: -24px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    border:0px;
    width: 720px;
    z-index:0;          /* MUST BE 0 FOR SAFARI */
    color:black;
    line-height: 100%;
}

#store-container p td li {
   font: 100% Arial, Verdana, sans-serif;
   line-height: 100%;
}

#store-container ul {
   padding:0px;
}

.order0 {
  background-color: #ffffff;
}

.order1 {
   background-color: #ddddd;
}

/* this can be used with any of the other container types (contents, mainContent, pageInfo, etc...) */

.boxed {
 border: solid 1px  #b1b987;
 border-top-color:  #d6e0a4;
 border-left-color: #d6e0a4;
 background-color:  #FFFFCC; 
 margin:0px;
 padding:0px;
}



.boxed-white {
 border: solid 1px #b1b987;
 border-top-color:  #d6e0a4;
 border-left-color: #d6e0a4;
 background-color:  white; 
 padding:5px;

}

.boxed-song {
 border: solid 1px #b1b987;
 border-top-color:  #d6e0a4;
 border-left-color: #d6e0a4;
 background-color:  white; 
 padding:5px;
 margin:10px;
}

/* contents: this is where the major text goes when using the one-column layout*/

#contents {
 padding-top: 20px;
 margin: 0;
 float: left;
 width: 700px;

}

#capoeira {
 padding-top: 20px;
 margin: 0;
 float: left;
 width: 700px;
 background-color: #ffff33;

}


/* mainContent: this is where the major text goes when using the two-column layout*/

#mainContent {
 padding-left: 20px;
 padding-right:20px;
 padding-top:20px;
 padding-bottom:10px;
 margin: 0px;
 min-height: 250px;
 width: 460px;
 float: left;

}

/* SAFARI HACK to fix positioning */
#mainContent[hack] {
  width:460px;
}


/* pageInfo: this is where extra information/links go in two-column layout */

#pageInfo {
   position:absolute;
   top: 0;
   left: 0px;
   margin-top:0px;
   margin-right:10px;
   margin-bottom:10px;
   margin-left: 520px; 
   font: 85% 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif; ;
   line-height:1.3em;
   padding-top: 10px;
   padding-right:10px;
   width:175px;
   }



#pageInfo h3 { 
  color: white;
  background-color:#336633;
  padding:2px;
  padding-left:5px;
  padding-right:5px;
 }

#pageInfo h3 a { 
  font:inherit;
  color: white;
  text-decoration:none;
 }

#pageInfo h3 a:hover { 
   color: black;
}



/* Footer */

#footer {
 clear:both;
 padding:20px;
 border: 0px;
 align:center;
 text-align:center;
}


#footer p { margin:0; padding: 0px; }
#footer hr { width:600px; align:center; } /* for safari */

#tabmenu {
    font-size: 12px;
    line-height: 13px;
	font-family: arial, sans-serif;
	color: black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
 }

#tabmenu li {
    font-size: 12px;
    line-height: 13px;
	font-family: arial, sans-serif;
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a {
	background-color: #FF9900;
	color: #FFFF33;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	border-bottom: none;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; 
}

#tabmenu a.active {
	position:relative;
	top:2px;
    background-color: #FFFFFF;
	color: #000000;
	}

#tabmenu a:visited {
	background-color: #FF9900;
	color: #FFFF33;
}

#tabmenu a:hover {
	background-color: green;
	color: #FFFF33; 
}
	
#tabcontent {
	padding: 20px;
	border: 2px solid black;
	z-index: 500;	
}

.header {
    color: brown; /*#FFFF33; */ 
    background:#FF9900; 
    font-family: arial, sans-serif;
    font-weight:bold;
    font-size:12px;
    }

.cell {
    font-family:"Comic Sans MS";
    font-size:12px;
    }
      
.loc_header {
    color: brown; /*#FFFF33; */ 
    background:#FF9900; 
    font-family: arial, sans-serif;
    font-weight:bold;
    font-size:12px;
    padding-left:0.125in;
    padding-right:0.125in;
    }

.loc_cell {
    font-size:12px;
    padding-left:0.125in;
    padding-right:0.125in;
    }
    
.locations {
   padding-top:10px;
}




