/* This file contains the general style for the Notre Dame Ballroom
Dance club and Team Website.

Created by John Larson, 8/25/06*/

  a:link {
    color: blue }
  a:visited {
    color: purple }
  /* Removes blue/purple borders around link images*/
  a: link img, a: visited img {border: 0px;} 

#logo {
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    float: left;
    }

#featured
    {
    float: right;
    background-color: black;
    color: white;
    border-style: double;
    text-align: center;
    width: 15%;
    margin-right: 10%
    }

body {
    margin: 0;  /* Needed to make other positioning turn out right.*/
    padding: 0;
    font-family:  Tahoma, Helvetica, Veranda, Arial, sans-serif;
    color: black;
    background-image: url(/templates/competition/35/images/backgrd2.jpg);
    background-color: white;
    min-width: 700px;
    }

#header {
    height: 200px;
    margin-top: 0px;
    background-color: #660033;
    padding:  0  0 0 270px;
    color: black;
    }
#header h1 {
    margin:0;
    padding: .5em 1em 0em 0em;
    }
#header h2 {
    padding: 0 0 0 1em;
    }

#content {
    margin: 0;
    padding: 2em 2em 2em 13em;
    }

#sidebar ul{
    list-style-type: none;
    background-image: url(/templates/competition/35/images/sidebg2.jpg);
    background-color: black;
    background-repeat: repeat-y;
    background-attachment: scroll;
    padding-top: 1em;
    padding-left:1em;
    padding-right:1.5em;
    padding-bottom:40em;
    margin: 0;
    float: left;
    position: absolute;
    top: 200px;
    left: 0;
    width: 9em;
    }
#sidebar li{
    background-color: black;
    color: white;
    margin: .6em 0em;
    padding: 0.3em;
    border-style: double;
    }
#sidebar ul a{
    text-decoration: none;
    }
#sidebar a:link {
    color: blue;
    }
#sidebar a:visited {
    color: purple;
    }    
#sidebar a:hover {
    background:white;
    padding: 0.2em;
    }

#featured
    {
    float: right;
    padding: 0 .5em;
    background-color: black;
    color: white;
    border-style: double;
    width: 25%;
    font-size: larger;
    }

