/*  
Theme Name: MindFields
Theme URI: http://wordpress.org/
Description: MindFields style
Version: 1.0
Author: Michael Henderson
Author URI: http://www.simplexfilms.net/

	MindFields 1.0
	 http://www.mindfields.com.au/

	Created by 
	Michael Henderson
	michael@simplexfilms.net

*/

/*

Until I can work out how to centre the DIV automatically... 
change this when you add/remove pages:
.menubar { width: X }

*/

/**
*
*  MINDFIELDS SPECIFIC STYLES
*
**/

BODY {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;

  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
  font: "HelveticaNeueLight",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: white;

}

.tabContent2 {
  background-color: black;
  color: white;
  border-left: 20px solid black;
  padding-right: 20px;
  width: 710px;
  height: 330px;
  overflow: auto;
  text-align: justify;
  text-justify: newspaper;
}

.tabContent3 {
  background-color: black;
  color: white;
  border-left: 20px solid black;
  padding-right: 20px;
  width: 710px;
  height: 330px;
  overflow: auto;
}

.tabContent4 {
}

LI {
  margin-bottom: 5px;
}

TABLE {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-color: gray gray gray gray;
  border-collapse: separate;
  color: white;
  background-color: black;
}

TD {
  vertical-align: top;
}

TD.centered {
  text-align: center;
}

TR {
  font-size: 80%;
  border-width: 1px 1px 1px 1px;
  color: black;
  padding: 5px 5px 5px 5px;
  border-color: black black black black;
  background-color: black;
  -moz-border-radius: 0px 0px 0px ;
}

STRONG {
  color: white;
}

TH {
  background-color: gray;
  color: white;
}

TD.biography_photo {
  border: 20px solid black;
  color: white;
  vertical-align: top;
  width: 160px;
}

TD.biography {
  border: 20px solid black;
  color: white;
  vertical-align: top;
  text-align: justify;
  text-justify: newspaper;
}

TD.biography2 {
  border: 20px solid black;
  color: white;
  vertical-align: top;
}


TD {
  color: white;
}
