@import url(../hybrid/library/css/21px.css);
@import url(../hybrid/library/css/2c-l-fixed.css);
@import url(../hybrid/library/css/plugins.css);
@import url(tabs.css);
/*Theme Name: igniteTheme URI: ignitecreative.co.ukDescription: Hybrid theme framework.Author: igniteAuthor URI: http://ignitecreative.co.ukVersion: 0.1.1Tags: FrameworkTemplate: hybrid

*** Import pre-made styles from Hybrid***********************************************Eric Meyer's reset.css@import url('../hybrid/library/css/reset.css');18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these)@import url('../hybrid/library/css/18px.css');@import url('../hybrid/library/css/20px.css');@import url('../hybrid/library/css/22px.css');@import url('../hybrid/library/css/25px.css');Holy Grail@import url('../hybrid/library/css/holy-grail-fluid.css');Plugins CSSHybrid's default CSS

* Body*/
BODY
{
	line-height: 130%;
	font-family: Helvetica, Geneva, arial, sans-serif;
	color: #333;
	background: #FFF;
}
/*BODY
#INVALID-RULE
#INVALID-RULE
#INVALID-RULE
#INVALID-RULE*/ #INVALID-RULE*/
#INVALID-RULE
{
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #000;
}
/*Body container*/
#body-container
{
	margin: 10px auto 21px;
}
.introtext
{
	font-size: 18px;
	/*[disabled]width:750px;*/
	margin-bottom: 5px;
	color: #777;
	line-height: 140%;
}
.introtext.readblewidth
{
	width: 750px;
	margin-bottom: 15px;
}
P.testimonial SPAN STRONG
{
	font-weight: normal;
}
.testimonial SPAN
{
	font-weight: normal !important;
	font-family: Helvetica, Geneva, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	/*[disabled]text-transform:uppercase;*/
}
.breadcrumb.breadcrumbs .breadcrumb-trail
{
	display: none;
}
#team
{
	width: 300px;
	float: left;
	padding-right: 20px;
}
.homehighlightimage
{
	float: left;
	padding: 5px;
}
.home .content, .singlular-page .content
{
	width: 100%;
}
.home #secondary, .singular-page #secondary
{
	display: none;
}
#primary
{
	font-size: 13px;
}
#hybrid-search-3.widget.search.widget-search
{
	float: right;
	margin-left: 15px;
}
INPUT
{
	border: 1px dotted #DDD !important;
	/*[disabled]padding:5px 8px;*/
	font-weight: normal !important;
	/*[disabled]font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;*/
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
}
.widget-inside .textwidget
{
}
.widget-widget_text .widget-inside .textwidget
{
	/*[disabled]margin-top:-12px;*/
	/*[disabled]margin-bottom:15px;*/
}
/*Links*/
A
{
	color: #EE4030;
	text-decoration: none;
}
A:visited
{
	color: #EE4030;
}
A:hover, A:active
{
	text-decoration: none;
	border-bottom: 1px dotted #D54E21;
}
SPAN.back
{
	color: #E56;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
}
#ignite-social A IMG
{
	text-decoration: none !important;
	border: none;
	margin-top: -4px;
}
.byline .author A
{
	color: #000;
}
/*Headers*/
H2, H3, H4, H5, H6
{
	/*[disabled]font-family:Georgia, Times, "Times New Roman", serif;*/
	color: #666;
	font-weight: bold;
}
.entry-content H3
{
}
H2
{
	font-size: 24px;
	color: #EF5266;
	font-weight: normal;
}
H3
{
	font-size: 18px;
	font-weight: normal !important;
	font-family: Helvetica, Geneva, "Lucida Grande", ariel, sans-serif;
}
#ignite-contact #ignite-call H3
{
	/*[disabled]padding-top:1px;*/
}
.entry-content H3
{
	color: #EF5266;
	margin-bottom: 4px;
}
H4
{
	font-size: 17px;
}
H5
{
	font-size: 15px;
}
H6
{
	font-size: 13px;
}
/*Lists*/
UL
{
	list-style: square;
	font-size: 13px;
}
/*Blockquotes*/
BLOCKQUOTE
{
	font-style: italic;
	color: #555;
}
BLOCKQUOTE BLOCKQUOTE
{
	color: #777;
}
BLOCKQUOTE EM
{
	font-style: normal;
}
/*Code*/
PRE
{
	padding: 9px;
	background: #F9F9F9;
	border: 1px solid #CCC;
}
CODE
{
	padding: 0 3px;
	background: #EEE;
}
PRE CODE
{
	background: transparent;
}
/*Tables*/
TABLE
{
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
CAPTION
{
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
TD, TH
{
	padding: 3px 6px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
TH
{
	background: #EEE;
}
/*Drop caps*/
.drop-cap
{
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}
/*Notes*/
.note
{
	padding: 6px 9px;
	background: #EEE;
	border: 1px solid #CCC;
}
/*Warnings/Alerts*/
.warning, .alert
{
	padding: 6px 9px;
	background: #FFFBBC;
	border: 1px solid #E6DB55;
}
/*Errors*/
.error
{
	padding: 6px 9px;
	background: #FFEBE8;
	border: 1px solid #C00;
}
/*Downloads*/
.download
{
	padding: 6px 9px;
	background: #E7F7D3;
	border: 1px solid #6C3;
}
/*Breadcrumb*/
.breadcrumb
{
	margin: 0 0 30px;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}
.breadcrumb A
{
	color: #111;
	text-decoration: none;
}
.breadcrumb A:hover
{
	color: #D54E21;
	text-decoration: underline;
}
/*Images*/
.post IMG
{
	max-width: 568px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
/*hide images on home page*/
.front-page .entry-content.entry IMG
{
	display: none;
}
.thumbnail
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
}
/*Captions [caption]*/
.wp-caption
{
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0;
	border: 1px solid #CCC;
	text-align: center;
}
.wp-caption .wp-caption-text
{
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}
.wp-caption IMG
{
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}
/*Gallery [gallery]*/
.gallery IMG
{
	border: 1px solid #CCC;
}
/*Avatars*/
.avatar
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #CCC;
}
/*Header*/
#header
{
	margin: 0 0 40px;
}
#ignite-contact
{
	width: 458px;
	float: right;
	#width: 454px;
}
#header #ignite-mail
{
	float: right;
	margin-right: 30px;
	/*[disabled]width:33%;*/
}
#header #ignite-social
{
	float: right;
	/*[disabled]margin-left:57px;*/
	/*[disabled]width:33%;*/
}
#header #ignite-call
{
	/*[disabled]float:right;*/
	/*[disabled]width:33%;*/
	margin-right: 30px;
}
#ignite-call SPAN, #ignite-mail SPAN, #ignite-social SPAN
{
	color: #ED4332;
	font-weight: normal !important;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
/*Blog title*/
#site-title
{
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px;
	float: left;
	width: 450px;
	height: 60px;
}
#site-title A
{
	color: #000;
	display: block;
	width: 400px;
	height: 100px;
	background: url(images/ignite-logo2.gif) no-repeat 0 0;
	border: none;
}
#site-title A SPAN
{
	display: none;
}
/*Blog description*/
#site-description
{
	/*[disabled]font:normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;*/
	/*[disabled]margin:0;*/
	/*[disabled]color:#666;*/
	display: none;
}
/*Navigation*/
#navigation
{
	overflow: visible;
	height: 34px;
	margin: 0 0 -20px;
	z-index: 100;
	list-style-type: none;
	/*[disabled]margin-left:-30px;*/
	float: right;
	/*[disabled]width:500px;*/
}
.page-nav
{
	width: 540px;
	margin-top: -30px;
	text-align: right;
	overflow: hidden;
}
#page-nav LI
{
	margin-left: 30px;
	/*[disabled]list-style-type:none;*/
	display: inline;
}
#page-nav LI LI
{
	margin-right: 0;
	list-style-type: none;
}
#page-nav LI A, .widget-inside UL LI
{
	color: #E56;
	background: #FFF;
	font-family: Helvetica, Geneva, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	/*[disabled]text-decoration:none;*/
	text-transform: uppercase;
	/*[disabled]padding-left:10px;*/
	border-bottom: none;
	/*[disabled]border-right:1px dotted #CCC;*/
	font-weight: bold;
}
.widget-inside UL LI
{
	list-style: none;
	margin-left: -30px;
	text-decoration: none;
	border-right: none;
}
#page-nav LI A:hover
{
	color: #E43;
}
.current_page_item A
{
	color: #333 !important;
	/*[disabled]background-color:#EF5266;*/
	/*[disabled]color:#FFF;*/
}
.menu .page_item.page-item-67 A
{
	/*[disabled]display:none;*/
}
/*Drop-downs style*/
#page-nav LI:hover UL, LI.sfHover UL
{
	top: 32px;
}
#page-nav LI LI A
{
	border-top: none;
	margin-right: 0;
}
#page-nav LI UL
{
	background: #FFF;
	border-top: 1px solid #CCC;
}
#page-nav LI LI:hover UL, LI LI.sfHover UL, #page-nav LI LI LI:hover UL, LI LI LI.sfHover UL
{
	top: -1px;
}
#page-nav LI LI LI
{
	margin-left: -1px;
}
/*Container (wraps content, primary, and secondary)*/
#container
{
	margin-bottom: 21px;
}
.controllers .stop
{
	float: left;
	color: #E56;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
}
#mapoxford
{
	float: right;
	width: 450px;
	border-left: 1px dotted #CCC;
	padding-left: 40px;
}
/*Main content*/
.content
{
	width: 600px;
	margin: 0 0 21px;
	/*[disabled]width:100%;*/
}
.singular-post #container #content
{
	/*[disabled]margin-top:-25px;*/
}
.singular.singular-page .content
{
	width: 960px !important;
}
.no-widgets .content, .page-template-no-widgets .content
{
	width: 960px;
}
/*Posts*/
.post
{
	overflow: hidden;
	margin: 0 0 40px;
	border-bottom: 1px dotted #EEE;
}
.single .post, .attachment .post, .page .post
{
	margin: 0;
}
/*Archive information*/
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info
{
	overflow: hidden;
	margin: 0 0 15px;
}
/*Entry title*/
.entry-title
{
	font-size: 24px;
	margin: 0 0 12px;
	font-weight: normal;
	font-style: italic;
}
.entry-title
{
	display: none;
}
.archive .entry-title, .search .entry-title
{
	font-size: 21px;
	margin: 0;
}
.page-title, .attachment-title
{
	margin: 0 0 21px;
}
.entry-title A
{
	color: #000;
}
.home .page-title
{
	display: none;
}
/*Byline*/
.byline
{
	margin: 0 0 21px;
	font-style: italic;
	color: #666;
	/*[disabled]font-size:11px;*/
	line-height: 120%;
}
.byline
{
	display: none;
}
.archive .byline, .search .byline
{
	margin: 0;
}
.byline .byline-prep
{
	text-transform: lowercase;
}
/*Entry content*/
.entry-content
{
	overflow: hidden;
	margin: 0 0 5px;
}
/*Entry metadata*/
.entry-meta
{
	/*[disabled]font-style:italic;*/
	color: #666;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: -10px;
}
.entry-meta.post-meta-data
{
	display: none;
}
/*Page links (multiple-paged posts)*/
P.pages A
{
	margin: 0 3px;
	padding: 3px 9px;
	border: 1px solid #CCC;
}
/*Navigation links*/
.navigation-links
{
	margin-bottom: 21px;
	/*[disabled]font-style:italic;*/
	font-weight: bold;
}
.navigation-links .previous
{
	float: left;
	max-width: 50%;
	color: #E56;
	background: #FFF;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation-links .next
{
	float: right;
	max-width: 50%;
	text-align: right;
	color: #E56;
	background: #FFF;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
/*WP Pagenavi plugin*/
.wp-pagenavi
{
	margin-bottom: 21px;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi A
{
	margin-right: 6px;
	padding: 3px 9px;
	border: 1px solid #CCC;
}
/*Widgets*/
.widget
{
	overflow: hidden;
	margin: 0 0 15px;
	color: #464646;
}
.widget-posts A
{
	color: #464646;
	text-decoration: none;
}
.widget A:hover
{
	color: #D54E21;
	text-decoration: none;
}
.widget-inside UL LI A:active
{
	/*[disabled]background:#EF5266;*/
}
#query-posts-3
{
	margin-top: -25px;
}
/*Widget titles*/
.widget-title
{
	/*[disabled]font-size:18px;*/
	/*[disabled]font-weight:normal;*/
	/*[disabled]font-style:italic;*/
	/*[disabled]color:#E56;*/
	color: #ED4332;
	font-weight: normal !important;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.widget_text.widget-widget_text .widget-title
{
	margin-bottom: 10px;
}
#secondary.sidebar
{
	margin-top: 30px;
	#margin-top: 0px;
}
#hybrid-archives-3.widget.archives.widget-archives
{
	float: left;
}
/*Utility widget areas*/
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single
{
	margin: 0 0 21px;
	padding: 20px 20px 0;
	border: 1px solid #CCC;
}
/*Comments template*/
#comments-template
{
}
#comments-template
{
	display: none;
}
/*Comment headers*/
.comments-header
{
	font-size: 15px;
	font-weight: normal;
	color: #666;
	margin-top: 8px;
	font-style: italic;
}
/*Comments are closed*/
.comments-closed
{
	font-style: italic;
}
/*Comment list*/
#comments-template OL
{
	list-style: none;
	margin: 0 0 21px;
}
#comments LI, #comments LI LI LI, #comments LI LI LI LI LI
{
	overflow: hidden;
	margin: 0 0 15px;
	padding: 15px 15px 0;
	background: #FFF;
	border: 1px dotted #CCC;
}
#comments LI LI, #comments LI LI LI LI
{
	background: #F9F9F9;
}
/*Avatar*/
#comments-template .avatar
{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
}
/*Comment meta data*/
.comment-meta-data
{
	margin: 10px 0 21px;
	font-size: 13px;
	color: #666;
}
.comment-author
{
	font-size: 15px;
	color: #000;
}
.comment-reply-link, .permalink, .comment-edit-link
{
	font-style: italic;
	color: #666;
}
/*Comment text*/
.comment-text
{
	clear: left;
	margin: 0 15px;
}
/*Form*/
.text-input
{
	display: block;
	padding: 3px 6px;
	width: 97%;
	border: 1px solid #CCC;
}
#comments-template LABEL
{
	font-size: 0.9em;
}
/*Respond textarea*/
TEXTAREA
{
	width: 98%;
	border: 1px solid #CCC;
}
/*Submit and rest buttons*/
.button, .submit, .reset
{
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px;
	background: #FFF;
	border: 1px solid #CCC;
}
.button:hover, .submit:hover, .reset:hover
{
	cursor: pointer;
	background: #F9F9F9;
}
/*Footer container*/
#footer-container
{
	margin: 0 0 21px;
}
/*Subsidiary*/
#subsidiary
{
	margin: 0 0 21px;
}
/*Footer*/
#footer
{
	/*[disabled]font-style:italic;*/
	color: #444;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	border-top: 1px dotted #CCC;
}
#footer .copyright
{
	display: inline;
	float: left;
	margin-right: 9px;
	font-size: 9px;
}
.home .stbutton
{
	display: none;
}
.clearer
{
	clear: both;
}
.pagecoloshomelast P
{
	line-height: 110%;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	/*[disabled]letter-spacing:1px;*/
	font-size: 0.786em;
	color: #555;
}
.pagecoloshome
{
	width: 370px;
	float: left;
	/*[disabled]border-left:1px dashed #EEE;*/
	padding: 5px;
	margin-bottom: 20px;
}
.pagecoloumns
{
	width: 30%;
	float: left;
	border-right: 1px dashed #E6E6E6;
	padding: 5px 12px 5px 25px;
	margin-bottom: 20px;
	font-size: 13px;
}
#six.pagecoloumns, #three.pagecoloumns
{
	padding-right: 13px;
	border-right: 1px dashed #EFEFEF;
}
.pagecoloumns SPAN
{
	color: #E12C33;
	font-size: 18px;
	font-weight: normal !important;
	font-family: "Lucida Grande", Helvetica, Geneva, sans-serif;
}
#whoweare P
{
	width: 750px;
}
P
{
	font-size: 13px;
}
#preproductionquestions
{
	width: 750px;
}
#text-4
{
	margin-top: -25px;
}
#mapcov
{
	width: 450px;
	float: left;
}
#clientstext
{
	width: 600px;
	float: left;
}
#one.pagecoloumns, #four.pagecoloumns
{
	padding-left: 5px;
}
#whoweare .pagecoloumns IMG
{
	padding-top: 2px;
}
