/* Typography style sheet for gallerymikefenton.co.uk home page--------
version 5.0
author: Mike Fenton
email: mikethebarn@yahoo.co.uk
website: gallerymikefenton.co.uk
			ToC

	1. Defaults		14
	2. Paragraphs	26
	3. Links	  	69
	4. Lists		89
*/
/*-------------------DEFAULTS-----*/
html{
	font-size:100%;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#c2c8ba;
	}
input, select, th, td{
	font-size:1em;
	}
	/*----------------PARAGRAPHS AND HEADERS----*/
h1, h2, h3, h4, h5, h6, p{
	margin:0px 10px 10px 10px;
	padding:0px;
	}
h1, h2, h3, h4{
	font: Arial, Verdana, Helvetica, sans-serif;
	}
h1, h2, h3{
	font-weight:bold;
	}	
h1 {
	font-size:2em;
	}
#introduction h1{
	padding-top:75px;
	font-family:"Courier New", Courier, monospace;
	font-size:1.5em;
	color:#999;
	text-transform:uppercase;
	}
h2{
	font-size:1.7em;
	}
h3{
	font-size:1.5em;
	}
h4{
	font-size:1em;
	}
p {
	font-size:1.2em;
	line-height:1.5em;
	}
#introduction p{
	font-family:"Courier New", Courier, monospace;
	color:#999;
	font-weight:bold;
	line-height:2em;
	}
.smaller{
	font-size:1em;
	}
.italic{
	font-style:italic;
	}
.hidden{
	display:none;
	}
.strong{
	font-weight:bold;
	}
	/*----------------------------------LINKS---------*/
a {
	text-decoration:none;
	color:#c2c8ba;
	font-weight:bold;
	}
a:hover{
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	}
.halfContent a{
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
	padding:5px;
	}
.oneHalf a{
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
	padding:5px;
	}
.centreText{
	text-align:center;
	}
.topAlign{
	position:top;
	}
	/*--------------------------------LISTS----*/
dl {
	font-size:1.2em;
	line-height:1.5em;
	}
dl dt{
	padding:5px 10px 0px 10px;
	font-weight:bold;
	}
dl dd{
	padding-left:30px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:normal;
	}
.alignRight{
	text-align:right;
	}