@charset "utf-8";
/* CSS Document */
/* Contents of which format the main text properties of Michael Gablraith's website.


	Main Colour pallate:
		Use						Colour Code		Web Safe Ver	
		======================= ===============	===============
		Main Page BG			#2C120C			#330000
		Menu and Alt BG			#471B0D			#333300
		Menu Current Page BG	#643112			#663300
		Text - Titles			#CE8E66			#CC9966
		Text - Main				#C8AB84			#CC9999
		Text - Darkened			#9B5927			#996633
		Alternate Light Color	#FCB979			#FFCC66
		Link Colour				#5288A6
		Link Hover				#F37348
*/

body { 	font-size: 100%;} /* Sets main font size */

p {		font-size: 1em; margin: 1em 0; line-height:1.2em;}

h1 {	font-size: 1.5em; margin: .5em 0; font-weight: bold; }

h2 {	font-size: 1.3em; margin: 1.2em 0; font-weight: bold; }

h3 {	font-size: 1em; margin: .5em 0; font-weight: bold; }

h4 {	font-size: .8em; margin: 0.8em 0; font-weight: bold; }

h5 {	font-size: 1em; margin: .2em 0; font-weight: bold; font-style: italic; }

h6 {	font-size: 1.2em; margin: .2em 0; font-weight: normal; }

a, a:visited { 	color: #5288A6; text-decoration: none; }

a:hover {		color: #F37348; }

ol {
	list-style: decimal;
	margin: 1em 0 1em 3em;
}

ol li {
	margin: 0.3em 0;
}

ul {
	list-style: circle;
	margin: 1em 0 1em 3em;
	font-size: 0.9em;
}

ul li{
	margin: 0.3em 0;
}

strong { font-weight: bold; }

em { font-style:italic }

table {margin: 0;}
table td {padding: .2em 1em;}
table th {padding: 0em 0.3em; text-align: right; font-weight: bold;}

.smallHilite {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}

.floatRight {float: right;}

.question { color: #CE8E66;}

.qaLeader { color: #9B5927; font-size: 1.1em; line-height: 1em;}