@font-face {
    font-family: 'ClearfaceFSRegular';
    src: url('http://www.tumblr.com/fonts/clearface/clearface-regular.eot');
    src: url('http://www.tumblr.com/fonts/clearface/clearface-regular.eot?#iefix') format('embedded-opentype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-regular.woff') format('woff'),
         url('http://www.tumblr.com/fonts/clearface/clearface-regular.ttf') format('truetype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-regular.svg#ClearfaceFSRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClearfaceFSItalic';
    src: url('http://tumblr.com/fonts/clearface/clearface-italic.eot');
    src: url('http://www.tumblr.com/fonts/clearface/clearface-italic.eot?#iefix') format('embedded-opentype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-italic.woff') format('woff'),
         url('http://www.tumblr.com/fonts/clearface/clearface-italic.ttf') format('truetype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-italic.svg#ClearfaceFSItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'ClearfaceFSMedium';
    src: url('http://tumblr.com/fonts/clearface/clearface-medium.eot');
    src: url('http://www.tumblr.com/fonts/clearface/clearface-medium.eot?#iefix') format('embedded-opentype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-medium.woff') format('woff'),
         url('http://www.tumblr.com/fonts/clearface/clearface-medium.ttf') format('truetype'),
         url('http://www.tumblr.com/fonts/clearface/clearface-medium.svg#ClearfaceFSItalic') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ClearfaceFSRegular', Georgia;
	font-weight: 400;
	font-size:14px;
	background: url(img/bg-body.jpg) #d76c46;
	-webkit-font-smoothing: antialiased;
}

.ir {
	text-indent: -99999em;
}

h1, h2, h3, p {
	margin: 0;
}

a {
	text-decoration: underline;
	color: black;
	transition: color .15s ease-in-out;
   	-moz-transition: color .15s ease-in-out;
   	-webkit-transition: color .15s ease-in-out;
   	position: relative;
}

a:hover {
	color: #444444;
}

a:active {
	color: black;
	outline: none;
	top: 1px;
}

#header {
	display: block;
	width: 644px;
	height: 214px;
	margin: 0px;
	padding: 0;
	margin: auto;
	padding-top: 50px;
	
}

#header h1 {
	display: block;
	width: 313px;
	height: 158px;
	background-image: url(http://zacksultan.com/thanks/img/thankslogo.png);
	position: relative;
	left: 116px;
	margin: 0px;

}

#page {
	display: block;
	width: 644px;
	background: #ffffff;
	margin: 0px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: url(http://zacksultan.com/thanks/img/bg-paper.jpg);
	overflow: hidden;
	border: 0px solid;
	/**FX**/
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	filter: progid: DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#000000');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#000000')";
}

#top-note {	
	margin: auto;
	margin-bottom: 30px;
	display: block;
	width: 542px;
	overflow: hidden;
}

#top-note h2 {
	text-align: center;
	font-weight: 100;
	color: #888888;
	font-size: 24px;
	line-height: 30px;	
}

.seal {
	background: url(http://zacksultan.com/thanks/img/seal.png);
	display: block;
	margin: auto;
	width: 122px;
	height: 123px;
	margin-bottom: 20px;
}

.post {
	margin: auto;
	margin-bottom: 30px;
	display: block;
	width: 542px;
	border-top: 1px dashed #b9b9b9;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 40px;
}

.post h1 {
	font-family: 'ClearfaceFSMedium', Georgia;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	width: 400px;
	
}

.post p {
	text-align: center;
	font-size: 24px;
	color: #888888;
	margin-bottom: 0px;
}

.byline {
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.byline img {
	margin-top:-3px;
	margin-left: -40px;
	margin-right: 0px;
}

.byline ul {
	margin: auto;
	width: auto;
	display: block;
	text-indent: 0;
	text-align: center;
}

.byline li {
	display: inline;
	float: left;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	text-decoration: underline;
	margin-left: -15px;
}

.photo-block {
	width: 500px;
	height: auto;
	margin: auto;
	padding: 0px;
	display: block; 
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}


.photo-block img {
	padding: 0;
	margin-bottom: -6px;
}







