/* @override 
	http://aking.ca/x/style.css
	http://aking.ca/style.css */

	* { padding: 0; margin: 0; }
	body { background-color: #DBDBDB; }
	h1 { color: #34382A; font-family: "english", Garamond, serif; font-style: italic; font-weight: normal;
	 font-size: 25px; line-height: 30px; margin-bottom: 22px; -webkit-font-smoothing: antialiased; }
	p { color: #34382A;
		font: 28px "english", Garamond, serif;
		font-style: italic;
		line-height: 28px; margin-bottom: 16px; -webkit-font-smoothing: antialiased; }
	
	a { color: #990000; text-decoration: none;
		opacity: 1; transition: color .4s;
	}
	a:hover { color: #004f99; transition: color .8s; }
	#monogram { width: 10em; padding: 50px 0 0 0; margin: 0 auto 0 30px;	}
/*	#monogram { width: 50px; margin: 0; position: absolute; right: 150px; top: 50px;}*/
/*	#about { width: 200px; padding: 30px 0 0 30px; margin: 0 auto 0 0px !important;}*/
	.oolig {
		letter-spacing:-0.4em;
		margin-right:0.4em; 
		
	}
	
	ul {
		color: #34382A;
		font: 20px "english", Garamond, serif;
		text-transform: uppercase;
		line-height: 34px; margin-bottom: 22px; -webkit-font-smoothing: antialiased;
		margin-left: 10px;
		list-style: none;
		line-height: 1.2em;
		
	}
	
	#about { width: 175px; padding: 30px; margin: -140px 10px 0 auto !important; 
	}
	/*#shelf { width: 360px; padding: 30px; margin: -35px 30px 0 auto !important;  height: 500px;
	-webkit-filter: blur(50px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(50px);	
	}*/
	@media (max-width: 767px) {
		#monogram { position: relative; width: 8em; height: 8em;
			padding: 60px 30px 0 20px; margin: 0;
		}
		#about { position: relative; width: auto;
			padding: 0px 100px 90px 30px;
			margin: 0 !important; }
	}
