/* 
Title:		lynnlurie.com print styles
Author: 	gordon@slickfish.com
Copyright:  ©2013 Lynn Lurie
*/
@charset "UTF-8";
/* CSS Document */


body {
	line-height: normal; 
	color: #3e4549;
    background: none;
	background: #fff;
}


#wrapper {
    width: 100%;
    background: #fff;
    border: none;
}
#logo {
    width: 170px;
	height: 170px;
}
#logo a.logo {
    display: none;
}
#logo img.logo_pin {
	display: block;
	margin-top: 0px;
    width: 175px;
	height: 175px;
}

