/* content -> padding -> border -> margin  -->*/

/* border margin padding content */

/*************************  Pseudo classes *************************/

a:link {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FFFFFF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FFFFFF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FF0000;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FF0000;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Contact Links -------------------------*/

a.contact:link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #C0C0C0;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.contact:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #C0C0C0;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.contact:hover {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #FFFFFF;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.contact:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #FFFF00;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Footer Links -------------------------*/

a.footer:link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #808080;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.footer:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #808080;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.footer:hover {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #C0C0C0;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a.footer:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #C0C0C0;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

/***************** Generic Selectors *********************/

html {
	height:100%
	}

body {
  width: 97%;
  height: 100%;
  background-color: #000000;
  color: #FFFFFF;
  border: 0px solid #FFFFFF;
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size: 12px;
  }

/****************           *********************/

a img {
 border: none;
}

/*************************  ID's *************************/

/*  background-image: url('images/menu_bg_long.gif');*/

#Wrapper {
  background-color: #000000;
  width: 1000px;
  height:100%;
  display: table;
  margin: 0 auto 0 auto;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 0;
  }

#pageHeader {
  background-image: url('images/header.gif');
  background-repeat: no-repeat;
  width: 1000px;
  height: 160px;
  display: table;
  margin: 0 auto 0 auto;
  border: 0px solid #FFFF00;
  padding: 0;
  background-position: left top;
  }

#Content {
  width: 1000px;
  /*height: 100%;*/
  margin: 0px auto 0px auto;
  border: 0px solid #0000FF;
  padding: 0px;
  text-align: justify;
  }

#mainPage {
  height: 100%;
  width: 780px;
  float: right;
  margin: 0px 0px 30px 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

#leftMenu {
  width: 210px;
  height: 456px;
  float: left;
  margin: 0px 0px 30px 0px;
  border: 0px solid #FF00FF;
  padding: 0px;
  }

#homeContent {
  background-image: url('images/home_bg_1024.jpg');
  background-repeat: no-repeat;
  height: 100%;
  width: 780px;
  display: table;
  margin: 10px auto 0px auto;
  border: 0px solid #FFFFFF;
  padding: 0px;
  color: #C0C0C0;
  text-align: left;
  font-family: "Comic Sans MS";
  font-size: 14px;
  font-weight: bold;
  background-position: left top;
  }

#jasonContent {
  height: 100%;
  width: 100%;
  margin: 20px auto 30px auto;
  border: 0px solid #00FF00;
  padding: 0px;
  }

#fullSizeContent {
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #EAF2FF;
	margin: 0 auto 0 auto;
	border: 0px solid #00FF00;
	padding: 0px;
	text-align: center;
	background-position: center center;
	}

/*  display: table;*/

#mainPageHome {
  background-image: url('images/page_bg.jpg');
  background-repeat: no-repeat;
  width: 570px;
  float: left;
  margin: 0px 0px 0px 0px;
  border: 1px solid #FF80FF;
  padding: 70px 20px 20px 20px;
  font-size: 16px;
  background-position: left top;
  }

#contactPage {
  width: 570px;
  height: 150%;
  float: left;
  margin: 150px 0px 0px 0px;
  border: 0px solid #808080;
  padding: 70px 20px 20px 20px;
  text-align: center;
  }

#galleryPage {
  width: 780px;
  height: 150%;
  float: left;
  margin: 150px 0px 0px 0px;
  border: 0px solid #808080;
  padding: 70px 20px 20px 20px;
  text-align: center;
  }

#footer {
  width: 98%;
  clear:both;
  text-align: center;
  color: #808080;
  margin: 0 auto 20px auto;
  border-top: 1px solid #808080;
  padding: 20px 0 20px 0;
  }

/***************** Little Movie *******************/

div.littleMovie {
  width: 246px;
  height: 159px;
  float: right;
  display: inline;
  border: 0px solid #00FF00;
  margin: 5px 5px 0px 0px;
  padding: 0px;
}

/***************** Home 1024 *******************/

.homePic {
  background-image: url('images/home_bg_1024.jpg');
  background-repeat: no-repeat;
  width: 780px;
  height: 460px;
  display: table;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #C0C0C0;
  text-align: left;
  font-family: "Comic Sans MS";
  font-size: 14px;
  font-weight: bold;
  background-position: left top;
  }

.home1024Text1 {
  width: 290px;
  float: left;
  display: inline;
  margin: 30px auto auto 10px;
  border: 0px solid #008000;
  padding: 0;
}

.home1024Text2 {
  width: 220px;
  float: right;
  display: inline;
  margin: 10px 10px auto auto;
  border: 0px solid #008000;
  padding: 0;
}

.home1024Text3 {
  width: 425px;
clear: right;
  float: right;
  display: inline;
  margin: 70px 10px 20px auto;
  border: 0px solid #008000;
  padding: 0;
}

/***************** Page *******************/

div.pageBlock {
  clear: both;
  margin: 0;
  border: 0px solid #FF0000;
  padding: 0;
  text-align: left;
  }

div.rightBlock {
  clear: both;
width: 100%;
display: table;
  margin: 5px 0 5px 0;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  padding: 10px 0 10px 0;
  text-align: left;
  }

div.centreText {
margin: 0;
padding: 0;
text-align: center;
}

/***************** Contact *******************/

div.contactBox {
clear: left;
width: 350px;
display: table;
margin: 0px auto 0px auto;
border: 0px solid #8C0000;
padding: 0px;
color: #C0C0C0;
font-size: 16px;
text-align: center;
}

div.contactRow {
  clear:both;
  width: 360px;
  padding: 10px 0 10px 0;
  border: 0px solid #008000;
  margin: 0px auto 0px auto;
  }

div.contactRow span.leftBox {
  float: left;
  width: 110px;
  text-align: right;
  border: 0px solid #008000;
  }

div.contactRow span.rightBox {
  float: right;
  width: 240px;
  text-align: left;
  font-weight: bold;
  border: 0px solid #008000;
  }

/**************** Show *********************/

div.leftContent {
  height: 100%;
  width: 385px;
  float: left;
  margin: 0px auto 30px auto;
  border: 0px solid #FF0080;
  padding: 0px;
  }

div.rightContent {
  height: 100%;
  width: 385px;
  float: right;
  margin: 0;
  border: 0px solid #0000FF;
  padding: 0px;
  }

.boardShow1 {
  background-image: url('images/show_1_board.jpg');
  background-repeat: no-repeat;
  width: 780px;
  height: 1720px;
  display: table;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000000;
  text-align: left;
  font-family: "Comic Sans MS";
  font-size: 14px;
  font-weight: bold;
  background-position: left top;
  }

.paperShow2 {
  background-image: url('images/show_1_board.jpg');
  background-repeat: no-repeat;
  width: 220px;
  height: 580px;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 200px 490px 0px 70px;
  color: #000000;
  text-align: left;
  font-family: "Comic Sans MS";
  font-size: 14px;
  font-weight: bold;
  background-position: left top;
  }

.showText1 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 130px auto auto 80px;
  border: 0px solid #008000;
  padding: 0;
}

.showText2 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 45px auto auto 110px;
  border: 0px solid #008000;
  padding: 0;
}

.showText3 {
  width: 240px;
  clear: right;
  float: right;
  display: inline;
  margin: 15px 80px auto auto;
  border: 0px solid #008000;
  padding: 0;
}

.showText4 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 290px auto auto 90px;
  border: 0px solid #008000;
  padding: 0;
}

.showText5 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 60px auto auto 80px;
  border: 0px solid #008000;
  padding: 0;
}

.showText6 {
  width: 250px;
  clear: right;
  float: right;
  display: inline;
  margin: 265px 115px auto auto;
  border: 0px solid #008000;
  padding: 0;
}


.infoButton {
width: 322px;
height: 32px;
clear: right;
float: right;
display: inline;
  margin: 580px 55px auto auto;
  border: 0px solid #FFFFFF;
  padding: 0;
  }

.commentsButton {
width: 322px;
height: 32px;
clear: right;
float: right;
display: inline;
  margin: 2px 40px auto auto;
  border: 0px solid #FFFFFF;
  padding: 0;
  }


/**************** Show INFO *********************/

.boardShowInfo1 {
  background-image: url('images/showinfo_1_board.jpg');
  background-repeat: no-repeat;
  width: 780px;
  height: 150px;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 0;
  background-position: left top;
  }

.showInfoText1 {
  width: 600px;
  margin: 0px auto 0 auto;
  border: 0px solid #008000;
  padding: 0px 0px 0px 0px;
  color: #C0C0C0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

div.infoTable {
  width: 200px;
  display: table;
  margin: 20px auto 0 auto;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  padding: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
  color: #C0C0C0;
  text-align: left;
  font-size: 14px;
}

div.infoTableRow {
  display: block;
  clear: both;
  margin: 0;
  border-top: 1px solid #808080;
  padding: 0;
}

div.infoTableRow span.rowLeft {
  width: 100px;
  float: left;
  margin: 0;
  border: 0px solid #FF8000;
  padding: 4px;
  text-align: right;
  }

div.infoTableRow span.rowRight {
  width: 55px;
  float: right;
  margin: 0 20px 0 0;
  border: 0px solid #008000;
  padding: 4px;
  text-align: right;
  }

/**************** Jason *********************/

.boardJason1 {
  background-image: url('images/jason_1_board.jpg');
  background-repeat: no-repeat;
  width: 780px;
  height: 1720px;
  display: table;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000000;
  text-align: left;
  font-family: "Comic Sans MS";
  font-size: 14px;
  font-weight: bold;
  background-position: left top;
  }

.jasonText1 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 140px auto auto 80px;
  border: 0px solid #008000;
  padding: 0;
}

.jasonText2 {
  width: 240px;
  clear: right;
  float: right;
  display: inline;
  margin: 545px 90px auto auto;
  border: 0px solid #008000;
  padding: 0;
}

.jasonText3 {
  width: 240px;
  clear: right;
  float: right;
  display: inline;
  margin: 40px 90px auto auto;
  border: 0px solid #008000;
  padding: 0;
}

.jasonText4 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 470px auto auto 90px;
  border: 0px solid #008000;
  padding: 0;
}

.jasonText5 {
  width: 240px;
  clear: left;
  float: left;
  display: inline;
  margin: 60px auto auto 80px;
  border: 0px solid #008000;
  padding: 0;
}

.jasonText6 {
  width: 250px;
  clear: right;
  float: right;
  display: inline;
  margin: 265px 115px auto auto;
  border: 0px solid #008000;
  padding: 0;
}

/**************** Contact *********************/

.boardContact1 {
  background-image: url('images/contact_1_board.jpg');
  background-repeat: no-repeat;
  width: 780px;
  height: 780px;
  clear: both;
  border: 0px solid #FF0000;
  margin: 0 auto 0 auto;
  padding: 0;
  background-position: left top;
  }

/*
div.detailsRow {
width: 400px;
clear: both;
display: table;
margin: 0 auto 0 auto;
border: 1px solid #008000;
padding: 5px 0 5px 0;
font-size: 14px;
}

div.detailsRow span.label {
float: left;
display: block;
width: 140px;
margin: 0;
border: 1px solid #FF8000;
padding: 0;
text-align: right;
}

div.detailsRow span.info {
float: right;
display: block;
width: 240px;
margin: 0;
border: 1px solid #0000FF;
padding: 0;
text-align: left;
}
*/

/**************** Gallery *********************/

div.galleryRow {
  width: 650px;
  display: table;
  clear: both;
  border: 0px solid #FF8040;
  margin: 10px auto 10px auto;
  padding: 0;
  }

div.galleryBox {
float: left;
  width: 160px;
  height: 138px;
  border: 0px solid #008000;
  margin: 0px;
  padding: 0;
  text-align: center;
  }

div.fullPic {
background-color: #000000;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
}

.thumbs {
margin: 0;
border-top:3px solid #808080;
border-right:3px solid #C0C0C0;
border-bottom:3px solid #C0C0C0;
border-left:3px solid #808080;
padding: 0;
}

/**************** Endorsements *********************/

div.complimentRow {
  width: 604px;
  display: table;
  clear: both;
  border: 0px solid #FF8040;
  margin: 10px auto 10px auto;
  padding: 0;
  }

div.complimentBox {
float: left;
  width: 300px;
  height: 350px;
  border: 0px solid #008000;
  margin: 0px;
  padding-top: 30px;
  text-align: center;
  }

div.fullPic {
border: 0px solid #000000;
margin: 20px auto 0 auto;
padding: 0;
text-align: center;
}

.thumbs {
margin: 0;
border-top:3px solid #808080;
border-right:3px solid #C0C0C0;
border-bottom:3px solid #C0C0C0;
border-left:3px solid #808080;
padding: 0;
}

/***************************** Bits ******************************/

.alignCentre {
  text-align: center;
  }

.smallFont {
font-size: 12px;
}

.smallerFont {
font-size: 11px;
}

.bigFont {
font-size: 20px;
}

/****************           *********************/

.paperLeft {
  background-image: url('images/ruled_paper_bg.jpg');
  background-repeat: no-repeat;
  width: 256px;
  height: 369px;
  float: left;
  display: inline;
  border: 1px solid #00FF00;
  padding: 20px 15px 10px 10px;
  background-position: left top;
  }

.testBox {
  width: 256px;
  height: 369px;
  float: left;
  display: inline;
  border: 1px solid #00FF00;
  padding: 20px 15px 10px 10px;
  background-position: left top;
  }

.floatRight {
  float: right;
  display: inline;
  border: 0px solid #00FF00;
margin: 0;
  padding: 0px 0px 10px 10px; /*top right bottom left*/
  }

.floatLeft {
  float: left;
  display: inline;
  padding: 0px 10px 10px 0px; /*top right bottom left*/
  }

.redLinePart {
clear: both;
  width: 80%;
  border-bottom: 1px solid #FF0000;
  margin: 10px auto 20px auto;
  padding: 0;
  }

.greyLinePart {
  clear: both;
  width: 80%;
  border-bottom: 1px solid #C0C0C0;
  margin: 10px auto 20px auto;
  padding: 0;
  }

.greyRowLine {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #C0C0C0;
  margin: 0;
  padding: 0;
  }

/*
.redLineNarrow {
clear: both;
  width: 80%;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  margin: 3px auto 3px auto;
  padding: 0;
  }
*/

.redLineNarrow
  {
  clear: both;
display: block;
  border-top: 1px solid #FF0000;
  border-bottom: 0px solid #FF0000;
  margin: 20px auto 10px auto;
  padding: 0;
  }

.redLineFull
{ color: #FF0000;
background: #FF0000;
border: 0;
height: 1px;
margin: 20px 0 20px; }

.alert {
 color: #FF0000;
 font-weight: bold;
}

.smallText {
  font-size: 12px;
  }

.smallTextBold {
  font-size: 12px;
  font-weight: bold;
  }

.alignCentre {
  text-align: center;
  }