html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #CCCCCC;
	background-image: url(../images/bg/dark_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}


/* Headers */
h1, h2, h4, h5, h6 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


h1 {
	color: #FFAD01;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	padding-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #F24F04;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	color: #FFAD01;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #FFAD01;
}

a:hover {
  color: #FF6600;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
	font-weight: normal;
	color: #CCCCCC;
	list-style-type: decimal;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
	padding: 1px;
	color: #333333;
	border: 1px solid #CCC;
	background-color: #CCCCCC;
	font-family: verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	border: 1px solid #888;
	background-color: #FFFFFF;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 5px;
	cursor: pointer;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #888 #8880 #888;
	background-color: #999999;
	font-family: verdana, serif;
	font-size: 0.9em;
	font-weight: 400;
}

input.radio {
  background: none;
  border: 0px;
}

.download {
	font-weight: bold;
	color: #FFAD01;
	padding: 5px;
	border: 2px solid #FFAD01;
}

.download a {
	color: #FFAD01;
	text-decoration: none;
	border: 2px solid #FFAD01;
}

.download a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #FFCC66;
}

.postImage {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

