/* reset */

body, html, img, div, td, tr, table {
   margin: 0;
   padding: 0;
}

ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

ul li {
   display: inline;
   padding: 0;
   margin: 0;
}

img {
   margin: 0;
}

::selection {
   color: #fff;
   background: #000;
}

::-moz-selection {
   color: #fff;
   background: #000;
}

a img {
   border: 0px;
}

/* general */

@font-face{ 
	font-family: 'ddt';
	src: url('ddt.eot');
	src: url('ddt.eot?#iefix') format('embedded-opentype'),
	     url('ddt.woff') format('woff'),
	     url('ddt.ttf') format('truetype'),
	     url('ddt.svg#webfont') format('svg');
}

body {
   background-color: #ccc;
   font-family: 'Sorts Mill Goudy', serif;
   color: #444;
   font-size: 13px;
   line-height: 25px;
}

.clear {
   clear: both;
}

/* layout */

h1, h2 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'ddt', 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: .08em;
}

h1 {
	margin-top: 120px;
	font-size: 60px;
}

h2 {
	margin: 25px 0;
	font-size: 21px;
	font-style: italic;
}

#container {
   width: 720px;
   margin: 0 auto;
}

#portrait {
   display: block;
   border-radius: 100%;
   width: 410px;
   height: 410px;
   margin: 100px auto;
}

hr {
   border: 0;
   width: 100%;
   color: #444;
   background-color: #444;
   margin: 0 0 1px 0;
}

.single {
   height: 1px;
}

.double {
   height: 2px;
}

.last {
   margin-bottom: 50px;
}

p {
   -moz-column-count: 2;
   -moz-column-gap: 50px;
   -webkit-column-count: 2;
   -webkit-column-gap: 50px;
   column-count: 2;
   column-gap: 50px;
   text-align: justify;
   margin: 0 0 50px 0;
}

p::first-letter {
   display: block;
   float: left;
   font-family: 'ddt', 'Playfair Display', serif;
   font-weight: 400;
   font-size: 50px;
   margin: 13px 8px 0 0;
   width: 51px;
   height: 34px;
}

iframe, .photo {
   display: block;
   margin: 75px auto;
   max-width: 720px;
   border: 0;
}

a {
   color: #000;
   border-bottom: 1px dotted #000;
   text-decoration: none;
}

a:hover {
   border-bottom: none;
}