/*
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400); 
*/

/*
Theme Name: Matt Gibson Creative
Theme URI: http://mattgibsoncreative.co.uk/
Description: Simple one-page theme for Matt Gibson Creative
Version: 1.0
Author: Matt Gibson, gothick@gothick.org.uk
Author URI: http://gothick.org.uk
Tags: gothick, mattgibsoncreative
*/
/* Matt Gibson Creative; LESS-based stylesheet. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @import url(http://fonts.googleapis.com/css?family=Ubuntu); */
/* @import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic); */
/* @import url(http://fonts.googleapis.com/css?family=Cabin); */
/* @background: #d4940d; */
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {

/*  font-family: "Lato", Helvetica, Arial, sans-serif; */
  font-family: "source-sans-pro",  Helvetica, Arial, sans-serif;
  color: #424344;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  /* height: 100%; */

  /* background: @background @background-image repeat 0 0; */

  background: #bc290b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #741907), color-stop(1, #d42e0c));
  background: -ms-linear-gradient(bottom, #741907, #d42e0c);
  background: -moz-linear-gradient(center bottom, #741907 0%, #d42e0c 100%);
  background: -o-linear-gradient(#d42e0c, #741907);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e0c', endColorstr='#741907', GradientType=0);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "modesto-text", serif;
  font-weight: 300;
}
header {
  height: 186px;
  background: #000000 url(images/matt.jpg) no-repeat 50% 0;
  padding-top: 20px;
  padding-left: 0px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px #000000;
  -moz-box-shadow: 0px 2px 2px #000000;
  box-shadow: 0px 2px 2px #000000;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: white;
  margin-bottom: 0;
}
footer {
  background: white;
  border-style: solid;
  border-color: black;
  border-top-width: 10px;
  border-bottom-width: 10px;
  padding: 4px 30px;
  font-size: 0.8em;
}
footer p {
  margin-bottom: 2px;
}
h1,
h2 {
  background: black;
  color: white;
  padding-right: 20px;
}
h1 {
  display: inline-block;
  font-size: 2.5em;
  margin-top: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2em;
  -webkit-border-top-left-radius: 2em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2em;
  -moz-border-radius-topleft: 2em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -20px;
  padding-left: 10px;
  line-height: 1.4em;
}
h2 {
  display: inline-block;
  position: absolute;
  left: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2em;
  -webkit-border-top-left-radius: 2em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2em;
  -moz-border-radius-topleft: 2em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 10px;
  bottom: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}
#content {
  background-color: #f2f2f2;
  background-image: url(images/linen.png);
  margin-top: 0;
  padding: 10px 0 20px 0;
  overflow: hidden;
}
h3 {
  font-size: 1.2em;
  color: white;
  background: #bc290b;
  /* @background-image repeat 0 0; */

  margin-top: 0;
  margin-left: -30px;
  display: inline-block;
  padding: 2px 10px 2px 8px;
  line-height: 1.2em;
  margin-bottom: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 1.2em;
  -webkit-border-top-left-radius: 1.2em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 1.2em;
  -moz-border-radius-topleft: 1.2em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.2em;
  border-top-left-radius: 1.2em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section {
  width: 260px;
  height: 250px;
  padding: 10px;
  margin-top: 12px;
  margin-left: 30px;
  float: left;
  background: white;
  border: 1px solid rgba(188, 41, 11, 0.4);
  -webkit-box-shadow: 2px 2px 4px #666666;
  -moz-box-shadow: 2px 2px 4px #666666;
  box-shadow: 2px 2px 4px #666666;
}
section.welcome {
  float: none;
  width: auto;
  margin-right: 25px;
  height: auto;
}
section a {
  text-decoration: underline;
  color: black;
}
section a:visited {
  color: #808080;
}
section a:hover {
  color: white;
  background-color: #0d0d0d;
}
section a:active {
  color: white;
  background-color: #0d0d0d;
}
section em,
section span.status {
  font-style: normal;
  color: white;
  background-color: #0d0d0d;
}
section.long {
  height: 400px;
}
section p,
section dl,
section ul {
  /*  font-size: 14px; */

  line-height: 1.5em;
  margin-bottom: 8px;
}
section ul {
  list-style-type: disc;
  margin-left: 20px;
}
section ul li {
  margin-bottom: 0.4em;
}
section dt {
  float: left;
  clear: left;
  width: 30px;
  margin: 0 4px 0 0;
  padding: 0;
}
section dd {
  margin: 0;
  padding: 0;
}
p.status {
  border-bottom: 1px solid black;
  padding-bottom: 12px;
}
@media all and (max-width: 960px) {
  h1,
  h2 {
    border-radius: 0;
    margin-left: 0;
    left: 0;
  }
  h1 {
    margin-top: 0;
    font-size: 2em;
  }
  h2 {
    font-size: 1em;
  }
}
@media all and (max-width: 620px) {
  section.infobox {
    float: none;
    width: auto;
    margin-right: 25px;
    height: auto;
  }
  header {
    background-position: 80% 0;
  }
}
