/*
Theme Name: Alexanderstone
Theme URI: http://www.alexanderstone.co.uk/
Author: LaunchKey Limited 
Description: A child theme created for the Alexanderstone website, having WordPress's twentyeleven theme as a parent
Template: twentysixteen
Version: 0.1
*/

/* Parent Theme */
@import url("../twentysixteen/style.css");

/* Import Googgle Web Fonts */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display);

#page {
	/* max-width:982px;
	background-color:#fcfbea;
	margin:0 auto;
	border-top:none;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB; */
}

#site-title a {
	font-family:"Playfair Display", cursive, serif;
	font-size:3em;
}
/*
#site-title {
	padding: 2.5em 0 0;
}
#site-description {
	color: #7a7a7a;
	font-size:1em;
	margin: 0 270px 2.5em 0;
}
*/
