/** Browser reset **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body 		{ line-height: 1;}
ol, ul 		{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
:focus 		{ outline: 0;}	
ins 		{ text-decoration: none;}
del 		{ text-decoration: line-through;}	
table 		{ border-collapse: collapse; border-spacing: 0;}




/* General */

	body 		{	background-color:#fafaf6;
					-webkit-font-smoothing: antialiased;
					text-rendering: optimizeLegibility;
					font: 62.5% Arial, Helvetica, sans-serif normal;
			 		}
		 
		 
		 
 
/* Type */ 

	h1  		{	
					} 
	h2 			{	color:#3f413e;
					display: inline;
					font-family: "museo-1","museo-2", Georgia, Times, serif;
					font-size:3em;
					font-weight:300;
					line-height:1.4em;
					padding:1px;
					}
	h3			{	color:#565752;				
					font-family: "museo-1","museo-2", Georgia, Times, serif;
					font-size:1.6em;
					font-weight:300;
					margin-top:40px;
					padding: 0 0 10px 0;
					}
	p			{	font-size:1.2em;
					line-height:1.8em;
					padding: 0 0 3px 0;
					}
	ul li		{	font-size:1.2em;
					line-height:1.8em;
					padding: 0 0 3px 0;
					}
	a 			{ 	color:#65c6ed;
					text-decoration:none;					
					transition-property: color;
	 				-o-transition: all .3s ease;
	 				-webkit-transition: all .3s ease;
	 				-moz-transition: all .3s ease;
	 				transition: all .3s ease;
					}
	br			{	padding:10px;
					}
	a:hover, a:focus
				{ 	color:#56b8e0;
					text-decoration:underline;
					}
					
/* Layout */ 
					
	#page		{	margin:60px;
					max-width:800px;
					min-width:240px;
					position: relative;
					}
					
	header a	{	opacity: .9;
					-webkit-transition: opacity .3s ease;
					-moz-transition: opacity .3s ease;
					-o-transition: opacity .3s ease;
					transition: opacity .3s ease;
					}
					
	header a:hover{	opacity: 1;
					}

	#content		{	padding-top:60px;
					}
				
	.logo		{	background-image:url(http://www.leightaylor.co.uk/img/leightaylorlogo.png);
					background-repeat:no-repeat;
					padding:60px 0px 0px;
					}