/*
Theme Name: ark8
Theme URI: http://underscores.me/
Author: DigitalPieces
Author URI: http://digitalpieces.com.au
Description: Theme for our client.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ark8
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ark8 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
	font-family: "Letter Gothic Bold";
 	src: url("fonts/81870a78f42f68b9feafb9598fa76826.eot"); /* IE9*/
  	src: url("fonts/81870a78f42f68b9feafb9598fa76826.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  	url("fonts/81870a78f42f68b9feafb9598fa76826.woff2") format("woff2"), /* chrome、firefox */
  	url("fonts/81870a78f42f68b9feafb9598fa76826.woff") format("woff"), /* chrome、firefox */
  	url("fonts/81870a78f42f68b9feafb9598fa76826.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  	url("fonts/81870a78f42f68b9feafb9598fa76826.svg#Letter Gothic Bold") format("svg"); /* iOS 4.1- */
}

@font-face {
  	font-family: "Letter Gothic";
  	src: url("fonts/abd7d7445e73816fd573006732e5a316.eot"); /* IE9*/
  	src: url("fonts/abd7d7445e73816fd573006732e5a316.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  	url("fonts/abd7d7445e73816fd573006732e5a316.woff2") format("woff2"), /* chrome、firefox */
  	url("fonts/abd7d7445e73816fd573006732e5a316.woff") format("woff"), /* chrome、firefox */
  	url("fonts/abd7d7445e73816fd573006732e5a316.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  	url("fonts/abd7d7445e73816fd573006732e5a316.svg#Letter Gothic") format("svg"); /* iOS 4.1- */
}

/*

font-family:"Letter Gothic Bold" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
*/



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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%; vertical-align:baseline; background:transparent; }
body { line-height:1em; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; color:#000000;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

::selection {
	background: #fff;
	color:#000; /* Safari */
	}
::-moz-selection {
	background: #fff; 
	color:#000;/* Firefox */
}

::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
:-moz-placeholder { color: #000; opacity: 1; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; }
.hide { opacity: 0; }
a:active,a:focus { outline: none; }

html, body {
    text-rendering: optimizeLegibility;
}


body { background: #fff; color: #000; font-family: "Letter Gothic", sans-serif; font-size: 16px; }