﻿/*

  Athletic Intelligence Layout Stylesheet

  (c) 2009 Interphace Ltd.

  Written By: Steve Faulmann, Interphace Ltd.

*/


/* reset styles */

a img {
  border: none;
}

/* layout */

html {
  /* non-standard, but supported by IE, Firefox, Safari & (maybe) Opera */
  overflow-y: scroll;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 10pt;
  text-align: center;
  background: url(/assets/images/chrome/page-bg.gif) center;
}

#page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;
  min-height: 100%;
  position: relative;
}

/*

*/

#header {
  background: url(../../assets/images/chrome/bg-gradient.gif);
}

.mainmenu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  /* increase whitespace between menu and content as requested by Ian */
  padding-bottom: 4px;
  /* move menu up to reduce whitespace after logo */
  margin-top: 5px;
  /* added sdf; 2009-10-31; match logo indent; buggy when on shop */
  margin-right: 10px;
}

.mainmenu li {
  display: inline;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  font-size: 12pt;
  position: relative;
  
  /* added red divider effect */
  padding-right: 10px;
  margin-left: 10px;
  border-right: 2px solid #C82F44;
}

.mainmenu li a, .mainmenu li a:visited {
  color: #000;
  text-decoration: none;  
}

.mainmenu li a:focus {
  /* removed focus rectangle as requested by Ian */
  /* TODO: check browser support (IE8 works) */
  outline: none;
}

.mainmenu li.active {
  top: 25px;
  /* removed bold as requested by Ian */
  -font-weight: 800;

  /* added red divider effect - not visible on active menu item */
  border: none;
  padding-right: 0;
}

.mainmenu li a.active {
  /* changed active colour to grey as requested by Ian */
  color: #C82F44;
  color: gray;
}

/*

*/

#body {
  -overflow: auto;
  -overflow-y: auto;
  z-index: 2;
  position: relative;

  -top: -145px;
}

#left {
  float: left;
  top: 50px;
  width: 260px;
  min-height: 500px;
  margin-right: 8px;
}

#runningman {
  position: absolute;
  top: 50px;
  left: 10px;
}

#main {
  overflow: auto;

  width: 608px;
  min-height: 500px;
  padding-bottom: 20px;

  width: 648px;
  padding-right: 40px;

  width: 600px;
  left: 0px;
  height: auto;

  width: 620px;
}

#mainContent {
  margin-top: 145px;
}

/*

*/

.sidemenu, .sidemenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidemenu {
  margin-left: 45px;
  margin-top: 35px;
}

.sidemenu ul {
  margin-left: 20px;
  padding-left: 0;
  margin-top: 10px;
}

.sidemenu ul, .sidemenu ul ul {
  margin-top: 5px;
}

.sidemenu li {
  margin-bottom: 7px;
}

.sidemenu a, .sidemenu a:visited {
  /* reduced font size as requested by Ian */
  font-size: 11pt;
  /* changed text colour to gray as requested by Ian */
  color: gray;
  text-decoration: none;
  /* reduced font size as requested by Mark & Hilary */
  font-size: 10pt;
}

.sidemenu li a.active {
  /* changed active colour to black & removed bold as requested by Ian */
  -color: #C82F44;
  -font-weight: 800;
  color: #000;
}

/*

*/

#scoop {
  position: absolute;
  top: 280px;
  top: 240px;
  left: 0;
  z-index: 0;
}

/*

*/

#main {
  margin-top: 200px;
  margin-top: 100px;
  margin-top: 150px;
  margin-top: 0;

  overflow: auto;
}

#image {
  width: 300px;
  margin-left: -40px;
  margin-right: 20px;
  float: left;
}

#content {
  float: left;
  width: 350px;
  top: 0;
  left: 310px;
}

#content h1.primary {
  font-size: 38pt;
  color: #C82F44;
  margin-top: 0px;
  line-height: 1;
}

#content p.first {
  -font-size: 16pt;
  margin-top: 0;
}

#main p {
  text-align: justify;
}

/*

*/

#left {
  -border: 1px solid red;
}

#main {
  -border: 1px solid green;
}

#content {
  -height: 1000px;
}



/*

*/

.no-header #header #logo {
  visibility: hidden;
}

.no-header #header #runningman {
  visibility: hidden;
}



/*

*/

#breadcrumb {
  display: none;
}

#breadcrumb a, #breadcrumb a:visited {
  text-decoration: none;
  color: #3A66D5;
}



/*

Page overrides

*/

.staff #main {
  margin-top: 100px;
  overflow: auto;
  padding-bottom: 20px;
}







#content {
  margin-left: 60px;
  width: 320px;
}

#image {
  margin-left: -80px;
}

