﻿                /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	background: transparent;
}
body {
	background-size: cover 1200px;
	line-height: 1;
	color: #FFFFFF;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/Black-wood-background.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0px;
	bottom: 0px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


/*change colours to suit your needs*/
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

 /*change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;

}

/*change border colour to suit your needs*/
hr {
	display: block;
	margin-before: 0.5em;
	margin-after: 0.5em;
	margin-start: auto;
	margin-end: auto;
	border-style: outset;
	border-width: 3px;
	border-color:#FFBB2D;
}

hr.ruld2 {
	display: block;
	margin-before: 1.1em;
	margin-after: 1.1em;
	margin-start: auto;
	margin-end: auto;
	border-style: outset;
	border-width: 3px;
	border-color:#66FF99;
	width: 50%;
}
.update {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	text-transform: uppercase;
	color: #66FFFF;
	text-decoration: none;
}

input, select {
    vertical-align:middle;
}
.clear {
	clear: both;
}


/* Clearfix Rules */
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
a {
	margin:0;
	padding:0;
	font-size:1.2em;
	vertical-align:baseline;
	background:transparent;
}
               a {
	color: #3CF;
}
               
		 	 a:link {
	color: #3CF;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3cf;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #F93;
}
header img#FbLogo {
	float: right;
	margin-right: 40px;
	margin-top: 60px;

}
.BldTxtColrd {
	font-weight: bold;
	color: #CCFF00;
}
p {
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.ColrBlue {
	color: #006;
}
