/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset browser styles */

/* Links: */

:link,:visited,:hover,:active { text-decoration: none; color: inherit; }

a.link:link, a.link:visited { font-family: 'Alegreya SC', serif; font-weight: 400; }
a.link:hover { text-decoration: underline; text-shadow: 1px 1px 2px #999; font-weight: 700; padding: 0 0.25em; }
a.link:active { font-weight: 900; background-color: #FFF; border-radius: 0.5em; }

/* Styles for this page: */

html { background: #BFBFBF url('texture.png') repeat left top; }

body {
	font-family: 'Alegreya', serif; font-weight: 400;
	background: rgba(244, 255, 244, .7) url('ptbg.png') no-repeat top center fixed;
	width: 44em; height: 100%; margin: auto; padding: 1px;
}

h1 { font-family: 'Alegreya SC', serif; font-weight: 900; font-size: 3em; }
h2 { font-family: 'Oregano', cursive; font-weight: 400; font-style: italic; font-size: 2.4em; line-height: 0.75em; padding-bottom: 0.25em; margin-bottom: 0.5em; }
h3 { font-family: 'Alegreya SC', serif; font-weight: 400; font-size: 1.4em; margin-top: 0.25em; }
h4 { font-family: 'Alegreya SC', serif; font-weight: 700; font-size: 1.2em; margin-top: 0.5em; }

p { text-align: justify; margin-bottom: 0.5em; }

.clear { clear: both; }

.for { font-family: 'Alegreya', serif; font-weight: 400; font-style: italic; font-size: 0.8em; margin-left: 0.25em; }

.highlight { font-family: 'Alegreya SC' serif; font-weight: 700; }

.float-right { float: right; }

#PTheader {
	display: block; margin: auto; margin-top: 1em;
	width: 41em; height: 366px;
}

.PTheaderArea { display: inline-table; }

.PTtitles {
	display: table-cell; height: 100%;
	vertical-align: middle; padding-left: 0.5em;
}

#PTabout { margin: auto; width: 40em; padding-top: 1em; }

#PTworks {
	display: block; width: 36em;
	margin: auto; margin-top: 0.75em; margin-bottom: 4em;
	border: 3px solid rgba(0, 0, 0, .3125); border-radius: 2em;
	padding: 1.25em; padding-top: 0.5em; padding-bottom: 1em;
	background-color: rgba(255, 255, 255, .5);
}

#PTworksLeft { float: left; padding-right: 1em; }

#PTworksRight { float: right; padding-left: 1em; }
