
body{
    font-family: verdana, arial, helvetica, sans-serif;	
    background-color: #222;
    }

.container {  background-color:#FFF; border:1px solid #111; }

#header { margin: 0; padding: 0;
          background-image:url(../img/logo.png);
          height: 230px;
     }
#footer { height: 230px;
          color: #FFF;          
		  border-bottom: 2px solid #525252;
          background-image: url(../img/footer.png);
		  }
h1 { font-family:Georgia; color: #d9352f; font-size: 2em; padding-top: 1em; padding-bottom: 0.2em; border-bottom: 1px #d9352f dotted; font-weight: bold;}
h2, h3, h4 { font-family:Georgia; color:#d9352f; font-size: 1.5em;}

a { color: #334455;}

.colborders{ border-right:1px solid #eee; border-left:1px solid #eee;}

.infoh2 { color: #000; font-size: 1.5em; text-align: center;}

.boxgrid{ 
        width: 140px; 
        height: 210px; 
        margin:10px; 
        float:left; 
        background:#161613; 
        border: solid 2px #000; 
        overflow: hidden; 
        position: relative; 
		}
.boxcaption{ 
        float: left; 
        position: absolute; 
        background: #000; 
        height: 30px; 
        width: 100%; 
        opacity: .7; 
        /* For IE 5-7 */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        /* For IE 8 */
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        left: 0;
        top:180px;
        text-align: center;
        color:#FFF;
        font-weight: bold;
        padding-top: 5px;
    }  
/*  News entries*/
.newsdate {;
font: bold 82% arial;
color: #888;
display:block;
letter-spacing: 1px
}

/* Navigation */
#nav {
	margin-top: 165px;
	padding: 0.5em 0 0.5em 0;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
    font-size: 1.5em;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color:#000000;
	}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color:#FFF;
	}
/* footer navigation*/ 
#navfooter
    {
  margin-top: 100px;
  margin-left: 200px;
  }
#navfooter li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#navfooter a:link, #navfooter a:visited {
    font-size: 1.4em;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color:#ccc;
	}
#navfooter a:link.active, #navfooter a:visited.active, #navfooter a:hover {
	color:#FFF;
	}
/*info pages*/
#info
{
padding-left: 1.5em;
padding-top: 1.5em;
width: 500px;
}
#info ul
{
list-style-type: square;
}

/* Tables */
.calendar
	{
	border-collapse:collapse;
	width:300px;
	text-align:center;
	}
th
	{
	font-style:bold;
	border-bottom: 2px solid #000;
	}
 .greyrow
    {
  background-color: #eee;
  }
  
.box { background-color: #fff; }

/*playerlist*/
.playerlist
    {
    list-style-type: none;
    display: inline-block;
    margin: 1em;
    padding: 1/2 em;
    }
#playerdetails
    {
  font-size: 1.5em;
  list-style-type: square;
  }
/* gallery*/
#photos {
    text-align:center;
	}

#photos li {
    margin: 1em;
    padding: 1/2em;
	display: inline-block;
	list-style-type: none;
	}
#photos img
    {  
  padding: 7px; 
  border: 2px solid #ccc;
  background-color:#fff;
  }
