/* balboa dance
   CSS Collection - Media: all
   Compiled by J. Valatka, Valatka.com
*/

html {
  height: 100%;
}

body {
  background: #000 url('../images/balboadance_boys.jpeg') no-repeat fixed top left;
  color: #fff;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  clear: both;
}

p {
  font-family: Georgia;
  background-color: transparent;
  color: #bbb;
  text-decoration: none;
  word-spacing: normal;
  text-align: justify;
  letter-spacing: 1px;
  text-indent: 20px;
  line-height: 1.4em;
  font-size: 1.3em;
}

/* padding-bottom should be 1.5em larger than */
/* absolute value of footer's top margin      */
#main_content {
  margin: 100px;
  padding-bottom: 4.3em;
} 

#main_content a:link, #main_content a:visited {
  border-bottom: 1px solid #EFBD17;
  color: #EFBD17;
  text-decoration: none;
}

#main_content a.imagelink:link, #main_content a.imagelink:visited {
  border: 0;
  color: #fff;
  text-decoration: none;
}

#main_content p.paralert {
  background-color: #555;
  border: 1px solid #aaa;
  font-size: 1.0em;
  padding: 10px 20px;
  text-align: left;
  text-indent: 0;
}

#nonFooter
{
  position: relative;
  min-height: 100%;
}

* html #nonFooter
{
  height: 100%;
}

/* Absolute value of footer's top margin should */
/* be 1.5em less than the padding_bottom of     */
/* main_content                                 */
#footer {
  padding: 10px 0 0 32px; 
  margin: -2.8em 0 0 0; 
  height: 25px; 
  background: #fff url("../images/footer_bg.gif") repeat-x; 
  position: relative; 
  border: 1px solid #000; 
  border-width: 0 1px; 
  border-bottom: 1px solid #444;
}

#footer a:link, #footer a:visited {
  border-bottom: 1px solid #EFBD17;
  color: #EFBD17;
  text-decoration: none;
}

.insetpic {
  background-color: white;
  border: 1px solid black;
  float: left;
  margin: 5px 10px;
  padding: 5px;
}

.linkimage {
  border: 0;
}

/* Horizontal menu across the top */ 
/* Credits: CSSpplay              */
/* URL: http://www.cssplay.co.uk/menus/pro_one */
/* Specially modified for this site by J. Valatka */

.menu1 {
  padding: 0 0 0 32px; 
  margin: 0; 
  list-style: none; 
  height: 35px; 
  background: #fff url("../images/button1.gif"); 
  position: relative; 
  border: 1px solid #000; 
  border-width: 0 1px; 
  border-bottom: 1px solid #444;
}

.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer; outline: none;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(../images/button3.gif);}
.menu1 li.current a b {background:url(../images/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(../images/button2.gif);}
.menu1 li a:hover b {background:url(../images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../images/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(../images/button3.gif) no-repeat right top;}

/* End Horizontal menu across the top */

.showblock {
  clear: both;
}