@import url(../fonts/stylesheet.css);
/* line 17, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 13, ../sass/screen.scss */
html {
  font-family: "Koushiki Sans L";
  letter-spacing: -.1em;
  font-size: 12pt;
  line-height: 1.5em;
}

/* line 20, ../sass/screen.scss */
body {
  width: 600px;
  margin: auto;
}
/* line 24, ../sass/screen.scss */
body a:link, body a:visited {
  color: #ed1c24;
  text-decoration: none;
}
/* line 29, ../sass/screen.scss */
body > header {
  position: fixed;
  top: 75px;
  width: inherit;
}
/* line 33, ../sass/screen.scss */
body > header h1 {
  position: relative;
  text-align: center;
  font-family: "Koushiki Sans R";
  letter-spacing: -.01em;
  font-size: 32pt;
  line-height: normal;
  text-transform: uppercase;
}
/* line 41, ../sass/screen.scss */
body > header h1 a:link, body > header h1 a:visited {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ed1c24;
  -webkit-text-fill-color: transparent;
  color: #ed1c24;
}
/* line 49, ../sass/screen.scss */
body > header nav ul {
  text-align: center;
}
/* line 51, ../sass/screen.scss */
body > header nav ul li {
  display: inline-block;
  line-height: 8pt;
}
/* line 54, ../sass/screen.scss */
body > header nav ul li:before {
  content: '/';
  font-size: 16pt;
  position: relative;
  top: .1em;
  margin-right: 0.3em;
}
/* line 61, ../sass/screen.scss */
body > header nav ul li:first-child:before {
  content: '';
}
/* line 64, ../sass/screen.scss */
body > header nav ul li a {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  text-decoration: none;
}
/* line 68, ../sass/screen.scss */
body > header nav ul li a:link, body > header nav ul li a:visited {
  color: black;
}
/* line 71, ../sass/screen.scss */
body > header nav ul li a:hover {
  border-bottom: solid #ed1c24 2px;
}
/* line 76, ../sass/screen.scss */
body > header nav ul li.current_page_item a:link, body > header nav ul li.current_page_item a:visited {
  color: #ed1c24;
}
/* line 79, ../sass/screen.scss */
body > header nav ul li.current_page_item a:hover {
  border-bottom: solid black 2px;
}
/* line 89, ../sass/screen.scss */
body > section {
  margin-top: 200px;
}
/* line 91, ../sass/screen.scss */
body > section header {
  margin-bottom: 20pt;
  position: relative;
}
/* line 94, ../sass/screen.scss */
body > section header h1 {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  font-size: 18pt;
  letter-spacing: normal;
  color: #ed1c24;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  max-width: 550px;
}
/* line 105, ../sass/screen.scss */
body > section header time {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  font-size: 12pt;
  letter-spacing: normal;
  color: #555555;
}
/* line 111, ../sass/screen.scss */
body > section header time a:link, body > section header time a:visited {
  color: #555555;
}
/* line 115, ../sass/screen.scss */
body > section header p.edit {
  margin-top: .5em;
  font-size: 10pt;
  text-transform: uppercase;
}
/* line 120, ../sass/screen.scss */
body > section header aside.comment {
  margin-top: 0;
}
/* line 122, ../sass/screen.scss */
body > section header aside.comment a {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ed1c24;
  border-radius: 100px;
  padding: 5px 15px 2px;
  transition-property: background, color;
  transition-duration: .25s;
}
/* line 131, ../sass/screen.scss */
body > section header aside.comment a:hover {
  color: white;
  background: #ed1c24;
}
/* line 138, ../sass/screen.scss */
body > section article {
  margin-top: 50pt;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 143, ../sass/screen.scss */
body > section article div a:link, body > section article div a:visited {
  color: #ed1c24;
  text-decoration: none;
}
/* line 147, ../sass/screen.scss */
body > section article div a:hover {
  text-decoration: underline;
}
/* line 150, ../sass/screen.scss */
body > section article div a:after {
  margin-left: 2px;
  content: url(../images/external.svg);
  zoom: 1.25;
}
/* line 160, ../sass/screen.scss */
body > section article div a[href*="tomlynch.loc"]:after, body > section article div a[href*="tomlynch.co.uk"]:after, body > section article div a[href*="unknowndomain.loc"]:after, body > section article div a[href*="unknowndomain.co.uk"]:after, body > section article div a[href*="#"]:after, body > section article div a[href^="/"]:after {
  display: none;
}
/* line 164, ../sass/screen.scss */
body > section article aside {
  margin-top: 20pt;
}
/* line 166, ../sass/screen.scss */
body > section article aside h1 {
  display: inline-block;
  color: #ed1c24;
  text-transform: uppercase;
}
/* line 170, ../sass/screen.scss */
body > section article aside h1:after {
  content: ':';
}
/* line 174, ../sass/screen.scss */
body > section article aside ul {
  display: inline-block;
}
/* line 176, ../sass/screen.scss */
body > section article aside ul li {
  display: inline-block;
}
/* line 178, ../sass/screen.scss */
body > section article aside ul li:before {
  content: ', ';
}
/* line 181, ../sass/screen.scss */
body > section article aside ul li:first-child:before {
  content: none;
}
/* line 184, ../sass/screen.scss */
body > section article aside ul li a {
  text-transform: uppercase;
  text-decoration: none;
}
/* line 188, ../sass/screen.scss */
body > section article aside ul li a:link, body > section article aside ul li a:visited {
  color: black;
}
/* line 191, ../sass/screen.scss */
body > section article aside ul li a:hover {
  border-bottom: solid #ed1c24 2px;
}
/* line 199, ../sass/screen.scss */
body > section article div img {
  max-width: 600px;
  height: auto;
}
/* line 202, ../sass/screen.scss */
body > section article div img.alignleft {
  float: left;
  margin-right: 1em;
}
/* line 206, ../sass/screen.scss */
body > section article div img.alignright {
  float: right;
  margin-left: 1em;
}
/* line 211, ../sass/screen.scss */
body > section article div div.wp-caption {
  border: 1px solid lightGrey;
  margin-top: 1em;
  max-width: 600px;
}
/* line 215, ../sass/screen.scss */
body > section article div div.wp-caption img {
  margin-left: 5px;
  margin-top: 5px;
  max-width: 590px;
}
/* line 220, ../sass/screen.scss */
body > section article div div.wp-caption p {
  margin: 0 5px 5px 5px;
  text-align: center;
  font-size: 10pt;
}
/* line 225, ../sass/screen.scss */
body > section article div div.wp-caption.aligncenter {
  margin: inherit auto;
}
/* line 228, ../sass/screen.scss */
body > section article div div.wp-caption.alignleft {
  float: left;
  margin-right: 1em;
}
/* line 232, ../sass/screen.scss */
body > section article div div.wp-caption.alignright {
  float: right;
  margin-left: 1em;
}
/* line 237, ../sass/screen.scss */
body > section article div blockquote {
  background: #f2f2f2;
  padding: 1em 2.5em;
  position: relative;
  margin-top: .5em;
}
/* line 242, ../sass/screen.scss */
body > section article div blockquote:before {
  content: '\201C';
  color: white;
  font-size: 4em;
  position: absolute;
  top: .4em;
  left: .1em;
}
/* line 250, ../sass/screen.scss */
body > section article div blockquote cite {
  font-size: 10pt;
  display: inline-block;
  margin-top: 1em;
}
/* line 254, ../sass/screen.scss */
body > section article div blockquote cite:before {
  content: '\2014 ';
}
/* line 259, ../sass/screen.scss */
body > section article div ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
/* line 263, ../sass/screen.scss */
body > section article div ul li {
  list-style-position: inside;
  list-style: disc;
  margin-top: .5em;
}
/* line 267, ../sass/screen.scss */
body > section article div ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 271, ../sass/screen.scss */
body > section article div ul li li {
  list-style: circle;
}
/* line 273, ../sass/screen.scss */
body > section article div ul li li li {
  list-style: square;
}
/* line 279, ../sass/screen.scss */
body > section article div ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
/* line 283, ../sass/screen.scss */
body > section article div ol li {
  list-style-position: inside;
  list-style: decimal;
}
/* line 286, ../sass/screen.scss */
body > section article div ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 290, ../sass/screen.scss */
body > section article div ol li li {
  list-style: lower-alpha;
}
/* line 292, ../sass/screen.scss */
body > section article div ol li li li {
  list-style: lower-roman;
}
/* line 298, ../sass/screen.scss */
body > section article div h1, body > section article div h2, body > section article div h3, body > section article div h4, body > section article div h5, body > section article div h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: "Koushiki Sans R";
}
/* line 303, ../sass/screen.scss */
body > section article div h1 {
  font-size: 17pt;
}
/* line 306, ../sass/screen.scss */
body > section article div h2 {
  font-size: 15pt;
}
/* line 309, ../sass/screen.scss */
body > section article div h3 {
  font-size: 13pt;
}
/* line 312, ../sass/screen.scss */
body > section article div strong {
  font-family: "Koushiki Sans R";
}
/* line 320, ../sass/screen.scss */
body #comments,
body #respond {
  margin-top: 0;
  padding-top: 200px;
}
/* line 324, ../sass/screen.scss */
body #comments > h1,
body #respond > h1 {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  font-size: 18pt;
  letter-spacing: normal;
  color: #ed1c24;
  text-align: center;
  margin-bottom: 1em;
}
/* line 333, ../sass/screen.scss */
body #comments li.comment, body #comments form,
body #respond li.comment,
body #respond form {
  margin-top: 0;
  margin-bottom: 2.5em;
}
/* line 337, ../sass/screen.scss */
body #comments li.comment header, body #comments form header,
body #respond li.comment header,
body #respond form header {
  margin-bottom: 0;
}
/* line 339, ../sass/screen.scss */
body #comments li.comment header h1, body #comments form header h1,
body #respond li.comment header h1,
body #respond form header h1 {
  display: inline;
  color: black;
  font-size: 14pt;
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
/* line 347, ../sass/screen.scss */
body #comments li.comment header time, body #comments form header time,
body #respond li.comment header time,
body #respond form header time {
  display: inline;
  float: right;
  text-align: right;
  margin-top: 1em;
}
/* line 353, ../sass/screen.scss */
body #comments li.comment header .avatar, body #comments form header .avatar,
body #respond li.comment header .avatar,
body #respond form header .avatar {
  padding: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: inline-block;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #eaeaea 68%, white 71%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(68%, #eaeaea), color-stop(71%, white));
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 68%, white 71%);
  background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 68%, white 71%);
  background: -ms-radial-gradient(center, ellipse cover, white 0%, #eaeaea 68%, white 71%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #eaeaea 68%, #ffffff 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  vertical-align: middle;
}
/* line 370, ../sass/screen.scss */
body #comments li.comment header .avatar img, body #comments form header .avatar img,
body #respond li.comment header .avatar img,
body #respond form header .avatar img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: inline-block;
}
/* line 378, ../sass/screen.scss */
body #comments li.comment > ul, body #comments form > ul,
body #respond li.comment > ul,
body #respond form > ul {
  margin-left: 6.1em;
  margin-top: 2.5em;
}
/* line 383, ../sass/screen.scss */
body #comments li.comment > ul header h1, body #comments form > ul header h1,
body #respond li.comment > ul header h1,
body #respond form > ul header h1 {
  font-size: 12pt;
}
/* line 386, ../sass/screen.scss */
body #comments li.comment > ul header time, body #comments form > ul header time,
body #respond li.comment > ul header time,
body #respond form > ul header time {
  font-size: 11pt;
  margin-top: .2em;
}
/* line 390, ../sass/screen.scss */
body #comments li.comment > ul header .avatar, body #comments form > ul header .avatar,
body #respond li.comment > ul header .avatar,
body #respond form > ul header .avatar {
  width: 50px;
  height: 50px;
}
/* line 393, ../sass/screen.scss */
body #comments li.comment > ul header .avatar img, body #comments form > ul header .avatar img,
body #respond li.comment > ul header .avatar img,
body #respond form > ul header .avatar img {
  width: 50px;
  height: 50px;
}
/* line 399, ../sass/screen.scss */
body #comments li.comment > ul section, body #comments form > ul section,
body #respond li.comment > ul section,
body #respond form > ul section {
  margin-left: 5em;
}
/* line 404, ../sass/screen.scss */
body #comments li.comment section, body #comments form section,
body #respond li.comment section,
body #respond form section {
  margin-left: 6.1em;
  font-size: 11pt;
}
/* line 411, ../sass/screen.scss */
body #respond {
  padding-top: 0;
}
/* line 415, ../sass/screen.scss */
body #respond form aside {
  margin-left: 6.1em;
}
/* line 416, ../sass/screen.scss */
body #respond form aside input {
  margin-right: 100%;
  margin-top: 1.5em;
  color: #555555;
}
/* line 420, ../sass/screen.scss */
body #respond form aside input:focus {
  color: black;
}
/* line 423, ../sass/screen.scss */
body #respond form aside input:first-child {
  margin-top: 0;
}
/* line 430, ../sass/screen.scss */
body #respond form input {
  font-family: "Koushiki Sans R";
  border: none;
  border-bottom: 1px solid black;
  font-size: 12pt;
  padding-right: 1em;
  width: 300px;
}
/* line 438, ../sass/screen.scss */
body #respond form input:focus {
  outline: none;
  border-bottom: 2px solid #ed1c24;
}
/* line 443, ../sass/screen.scss */
body #respond form input.required {
  background: url(../images/asterisk.png) no-repeat top right;
}
/* line 447, ../sass/screen.scss */
body #respond form input#name {
  display: inline;
  color: black;
  margin-left: 1em;
}
/* line 453, ../sass/screen.scss */
body #respond form input::-webkit-input-placeholder {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  color: #555555;
}
/* line 458, ../sass/screen.scss */
body #respond form input:-moz-placeholder {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  color: #555555;
}
/* line 463, ../sass/screen.scss */
body #respond form input::-moz-placeholder {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  color: #555555;
}
/* line 468, ../sass/screen.scss */
body #respond form input:-ms-input-placeholder {
  font-family: "Koushiki Sans R";
  text-transform: uppercase;
  color: #555555;
}
/* line 475, ../sass/screen.scss */
body #respond form input[type=submit] {
  border: none;
  background: red;
  color: white;
  padding: 5px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 10pt;
  width: auto;
}
/* line 485, ../sass/screen.scss */
body #respond form textarea {
  margin-left: 2px;
  margin-top: 1.5em;
  font-family: "Koushiki Sans R";
  font-size: 12pt;
  line-height: 31px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 100%;
  height: 151px;
  max-height: 151px;
  background: url(../images/background.png) 0px 0px local;
}
/* line 503, ../sass/screen.scss */
body.page-template-page-cv-php > section {
  width: 800px;
  margin-left: -110px;
  margin-bottom: 100px;
}
/* line 508, ../sass/screen.scss */
body.page-template-page-cv-php table {
  font-size: 11pt;
  letter-spacing: -1px;
}
/* line 513, ../sass/screen.scss */
body.page-template-page-cv-php table tr th, body.page-template-page-cv-php table tr td {
  vertical-align: top;
  padding-bottom: .75em;
}
/* line 518, ../sass/screen.scss */
body.page-template-page-cv-php table tr .section {
  color: #ed1c24;
  text-transform: uppercase;
  font-family: "Koushiki Sans R";
  text-align: right;
  width: 100px;
}
/* line 526, ../sass/screen.scss */
body.page-template-page-cv-php table tr .date {
  width: 100px;
  padding-left: 1em;
}
/* line 531, ../sass/screen.scss */
body.page-template-page-cv-php table tr .title {
  width: 300px;
  padding-left: 1em;
}
/* line 536, ../sass/screen.scss */
body.page-template-page-cv-php table tr .subtitle {
  display: block;
  color: #888888;
}
/* line 541, ../sass/screen.scss */
body.page-template-page-cv-php table tr .meta {
  color: #888888;
  width: 250px;
  padding-left: 1em;
}
/* line 552, ../sass/screen.scss */
body.page-template-page-work-php > section article {
  margin-bottom: 7.5em;
}
/* line 555, ../sass/screen.scss */
body.page-template-page-work-php > section article h1 {
  font-family: "Koushiki Sans R";
  font-size: 16pt;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 1em;
  margin-bottom: .5em;
}
/* line 563, ../sass/screen.scss */
body.page-template-page-work-php > section article p {
  font-size: 11pt;
  letter-spacing: -1px;
  line-height: 16pt;
}
/* line 568, ../sass/screen.scss */
body.page-template-page-work-php > section article img {
  max-width: 600px;
  height: auto;
}

/* line 577, ../sass/screen.scss */
p {
  margin-top: 1em;
}
/* line 580, ../sass/screen.scss */
p:first-child {
  margin-top: 0;
}

/* line 585, ../sass/screen.scss */
.pagination {
  font-family: "Koushiki Sans R";
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 5em;
}
/* line 591, ../sass/screen.scss */
.pagination a {
  text-transform: uppercase;
  text-decoration: none;
}
/* line 595, ../sass/screen.scss */
.pagination a:link, .pagination a:visited {
  color: black;
}
/* line 599, ../sass/screen.scss */
.pagination a:hover {
  border-bottom: solid #ed1c24 2px;
}
/* line 603, ../sass/screen.scss */
.pagination .previous {
  float: left;
}
/* line 606, ../sass/screen.scss */
.pagination .previous:before {
  content: '<';
  color: #ed1c24;
}
/* line 611, ../sass/screen.scss */
.pagination .next {
  float: right;
}
/* line 614, ../sass/screen.scss */
.pagination .next:after {
  content: '>';
  color: #ed1c24;
}

/* line 621, ../sass/screen.scss */
.pages {
  font-family: "Koushiki Sans R";
  position: fixed;
  top: 50%;
  left: 10px;
  right: 10px;
}
/* line 627, ../sass/screen.scss */
.pages a {
  text-transform: uppercase;
  text-decoration: none;
}
/* line 630, ../sass/screen.scss */
.pages a:link, .pages a:visited {
  font-size: 18pt;
  color: #ed1c24;
}
/* line 633, ../sass/screen.scss */
.pages a:link span, .pages a:visited span {
  font-size: 12pt;
  opacity: 0;
  color: black;
  transition-property: opacity;
  transition-duration: .2s;
  vertical-align: top;
  margin: 0 .5em;
}
/* line 643, ../sass/screen.scss */
.pages a:hover span {
  opacity: 1;
}
/* line 647, ../sass/screen.scss */
.pages .previous {
  float: left;
}
/* line 650, ../sass/screen.scss */
.pages .next {
  float: right;
}
