/* style.css - developed by Alex Voerman for skate-land.com*/
/*Divs*/

body {
background: #333;
font-weight: normal;
background-image: url(./newbg.png);
background-repeat: no-repeat;
font-size:13px;
font-family: verdana,helvetica,arial,sans-serif;
}

div.wrapper {
text-align: left;
margin: 0 auto;
padding: 0;
width: 80%;
color: #eee;
background: #242424;
border: 1px solid #111;
margin-top: 0px;
}

div.header {
text-align: center;
width: 100%;
height: 106px;
color: #e8e8e8;
margin: 0;
padding: 0;
margin-bottom: 0px;
padding-bottom: 0px;
background-image: url(./pics/headfade.png);
background-repeat: repeat-x;
background-color: #eee;
}

div.footer {
background-image: url(./footfade.png);
background-repeat: repeat-x;
background-color: #222;
color: #bbb;
height: 45px;
margin: 0px;
padding: 0px;
margin-bottom: 6px;
padding-bottom: 2px;
}

div.main {
color: #000;
background-image: url(./bodyfade.jpg);
background-repeat: repeat-x;
background-color: #E6E6E6;
margin: 0;
padding: 0;
margin-top: 0px;
padding-top: 0px;
}

div.map {
float: right;
padding: 7px;
margin: 7px;
border: 1px solid #111;
background-color: #333;
}

/*Navigation Bar thing */

#navcontainer ul
{
margin-top: 0px;
padding-top: 0px;
padding-left: 0;
margin-left: 0;
background-color: #333;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
margin-top: 0px;
padding-top: 0px;
}

#navcontainer ul li {
display: inline;
margin-top: 0px;
padding-top: 0px;
 }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #254117s; 
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
margin-top: 0px;
padding-top: 2px;
}

#navcontainer ul li a:hover
{
background-color: #199b04;
background-image: url(./hoverbg.png);
background-repeat: repeat-x;
color: #fff;
}

/*Images and other important things*/

img.floatLeft {
    float: left;
    margin: 4px;
width: 300px;

}
img.floatRight {
    float: right;
    margin: 6px;
    width: 300px;

}

img.balloon {
    float: right;
    margin: 6px;
    width: 100px;
}

img.skates {
    float: right;
    margin-right: 30px;
    width: 200px;
}

p {
    margin-left: 10px;
    padding-left: 20px;
}

p.centerize {
  text-align: center;
}

A:link {
  text-decoration: underline;
  font-weight: bold;
  color:#5BC236;
}
A:visited {text-decoration: underline;  font-weight: bold; color:#5BC236;}
A:active {text-decoration: underline;  font-weight: bold; color:#5BC236;}
A:hover {text-decoration: none;  font-weight: bold; color: #fff;}

/*For Schedule Table or schedule/scheduletable.php */
table
{ 
margin-left: auto;
margin-right: auto;
padding: 0;
border: 1px solid #000;
width: 85%;
}

tr {
padding: 10px;
margin: 10px;
}

td {
padding: 6px 6px 6px 12px;

}

tr.s1 {
background: #202020;
}

td.bold {
font-weight: bold;
}

td.th {
font-weight: bold;
font-size:+2;
text-align: center;
background: #333;
color: #ddd;
}

/* Headers and maybe less important things */
h2 {
font-weight: bold;
font-size: 18px;
text-align: center;
}

h3 {
font-weight: bold;
font-size: 15px;
text-align: center;
font-style: italic;
}

h4 {
font-weight: bold;
font-size: 14px;
text-align: left;
text-decoration: underline;
text-indent: 10px;
}

h5 {
font-weight: bold;
font-size: 14px;
text-align: left;
font-style: italic;
text-indent: 10px;
}
