/*
 Theme Name:   Fujiya & Miyagi 2014
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Singl Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     singl
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  singl-child
*/
@import url("../singl/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Futura-Light webfont (new-bulletproof) */
@font-face {
  font-family: 'Futura-Light';
  src: url("fonts/Futura-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Futura-Light.woff") format("woff"), url("fonts/Futura-Light.ttf") format("truetype"), url("fonts/Futura-Light.svg#webfont") format("svg"); }
/* =Reset
----------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: 'Futura-Light', Futura, Arial, sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* =Basic structure
----------------------------------------------- */
.site-branding {
  display: inline-block;
  padding: 20px 40px;
  margin: 0 auto 40px auto;
  max-width: 720px;
  /*border-top: 3px solid #fff;*/
  /*border-bottom: 3px solid #fff;*/
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =Menu
----------------------------------------------- */
.menu-toggle {
  float: right;
  display: none; }

/* Lists */
.main-navigation ul {
  /*display: none;*/
  position: absolute;
  top: 40px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  width: 100%;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.main-navigation li {
  /*position: relative;*/
  display: inline-block; }

/* Stuff Luke changed */
.page-header, .page-content, .hentry {
  background: none;
  padding-top: 0; }

#header-wrapper {
  background: none; }
  #header-wrapper #site-navigation {
    float: left;
    display: inline-block; }

.main-menu > ul:first-of-type {
  border: none; }

.main-navigation ul {
  background: none;
  top: 0px;
  padding: 0 5px; }

.main-navigation a {
  padding: 2px 5px 0 5px;
  font-size: 14px; }
  .main-navigation a:hover {
    background: none;
    color: #4b4b4b; }

.site-image {
  display: block;
  margin-top: -50px; }
  .site-image .logo {
    color: white;
    font-size: 2em;
    font-weight: 100;
    text-decoration: none;
    border: none; }

.entry-content p, .entry-content h2, .entry-content div {
  color: #747474; }
.entry-content strong {
  color: #4b4b4b; }
.entry-content h2, .entry-content h2 span {
  font-size: 1.2em;
  line-height: 1.5em; }

.itunes {
  color: #4b4b4b;
  text-decoration: none; }
  .itunes:hover {
    color: #000; }

a {
  color: #01abce; }

body.custom-background .page-wrapper {
  background-color: #d1d1d1;
  background-image: url("http://www.fujiya-miyagi.co.uk/wp-content/uploads/2014/04/FujiyaPaint1.jpg");
  background-repeat: repeat-x;
  background-position: 100px left;
  background-attachment: fixed; }

.page-title, .entry-title {
  color: #474747;
  font-weight: 100; }

h1 {
  font-size: 1.8em;
  color: white; }

#social-links-wrapper {
  width: 80px;
  right: 0;
  background: rgba(111, 111, 111, 0.3);
  position: fixed; }
  #social-links-wrapper ul a:hover {
    background: #6f6f6f; }

#colophon {
  background: none;
  padding: 20px 40px 0px; }
