/*
Theme Name: EF Custom Theme
Theme URI: http://www.edgefabrications.co.uk
Author: Jonny Gribben
Author URI: http://jonnygribben.com/
Description: Custom theme for edge fabrications
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: edgefabrications
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
    font-family:calibri, Arial, Helvetica, sans-serif;
    color: #000;
}
a {
    color:#000;
}
a:hover {
    text-decoration:underline;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Structure */
#page {
    width:1000px;
    text-align:center;
    margin:0 auto;
    padding:20px;
}

#header {
    text-align:left;
    margin-bottom:20px;
}

#content {
    text-align:left;
}

#footer {
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    border-top:solid 2px #d8d8d8;
    font-size:12px;
    clear:both;
}

/* header */
#header-inner {
    height:55px;
    font-size:12px;
    line-height:16px;
    padding-bottom:20px;
}
#header-inner-left {
    float:left;
}

#header-inner-right {
    float:right;
    text-align:right;
}

#header-inner-right-inner-left {
    float:left;
    border-right:solid 1px #d8d8d8;
    padding-right:10px;
}
#header-inner-right-inner-right {
    float:left;
    padding-left:10px;
}

#header-inner-right-inner-left p, a {
    color:#6c6c6c;
    text-decoration:none;
    line-height:14px;
}

#header-inner-right-inner-left .top {
    color:#006800;
    font-weight:bold;
}

#nav {
    clear:both;
    border-top:solid 1px #d8d8d8;
    border-bottom:solid 1px #d8d8d8;
    height:20px;
    padding-top:10px;
    padding-bottom:10px;
}

#nav li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    border-right:solid 1px #d8d8d8;
    font-size:18px;
}

#nav a {
    color:#6c6c6c;
    text-decoration:none;
}

#nav a:hover {
    text-decoration:underline;
}

#nav .current a {
    color:#006800;
}

#nav .first {
    padding-left:0;
}

#nav .last {
    border-right:0;
}

h1 {
    color:#006800;
    font-size:28px;
    font-weight:bold;
    padding-bottom:10px;
}

.caption h1 {
    font-size:32px !important;
    line-height:38px !important;
}

h2 {
    color:#006800;
    font-size:18px;
    font-weight:bold;
}

.slider {
    margin-bottom:10px !important;
    color:#000 !important;
    line-height:26px !important;
}

.slider a {
    color:#006800;
}

#content p {
    margin-bottom:10px;
    font-size:15px;
    line-height:18px;
    color:#363636;
}

#content li {
    font-size:15px;
    line-height:18px;
    color:#363636;
}

#content a {
    color:#006800;
}

.left-image {
    float:left;
    padding-right:20px;
}

.portfolio-table p {
    color:#006800 !important;
}

#contact-left {
    float:left;
    width:300px;
}

#contact-left h2 {
    color:#006800;
    font-size:28px;
    font-weight:bold;
    padding-bottom:10px;
}

#contact-left .label {
    width:60px;
    color:#006800;
    float:left;
}

#contact-right {
    float:left;
    padding-left:40px;
    margin-bottom:20px;
    border-left:solid 2px #d8d8d8;
}

#contact-right .text {
    margin-bottom:10px !important;
}
