/* @override http://ignitecommerce.com/wp-content/themes/igniteNew/style.css */

/* @override 
	http://ignite/wp-content/themes/igniteNew/style.css
	http://ignitecommerce.com/wp-content/themes/igniteNew/style.css
*/

/*
Theme Name: IgniteNew
Theme URI: http://ignitecommerce.com/
Description: WordPress theme for Ignite Commerce.
Author: Kevin Kennedy
Author URI: http://strazi.org
Version: 1.0
*/

@import url(css/reset.css);
@import url(css/960.css);

html {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #393939;
	background: url(images/banner-bg.gif);
	text-rendering: optimizeLegibility;
}

.wrap {
	min-width: 100%;
	float: left;
}

.red {
	color: #ae1106;
}

.left {
	float: left;
}

.hr {
	border-top: 1px solid #ccc;
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
}

.hr hr {
	display: none;
}

a {
	color: #ae1106;
}

/* @group menu */

.menu-wrap {
	background: url(images/menu-bg.png) repeat-y center;
	position: relative;
	margin: 20px 0 0 0;
	z-index: 9999;
}

.menu-wrap h1 a {
	display: block;
	text-indent: -9999px;
	width: 230px;
	height: 18px;
	background: url(images/ignite-logo.png) no-repeat left center;
	float: left;
	padding: 10px 0;
}

.header-nav {
	float: right;
}

.header-nav li {
	float: left;
}

.header-nav li a {
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	padding: 13px 10px 0 10px;
	margin: 0 10px 0 0;
}

.header-nav li a:hover {
	color: #fff;
}

.header-nav li.active a, .blog .header-nav li.blog a {
	color: #fff;
	border-top: 2px solid #666;
	padding-top: 11px;
}

/* @end */

/* @group banner */

.banner-wrap {
	color: #fff;
}

.banner-wrap h2 {
	font-size: 24px;
	line-height: 1.3;
	margin: 30px 0 25px 0;
	font-weight: normal;
}

.banner-wrap h2 strong {
	font-weight: bold;
	text-transform: uppercase;
}

.banner-wrap h2 strong, .works-content strong {
	text-transform: uppercase;
}

.banner-wrap .grid_3 img {
	margin: 35px 0 0 0;
	padding: 0;
}

.home .banner-wrap h2 {
	text-indent: -9999px;
	margin: 40px 0 30px 0;
	width: 483px;
	height: 175px;
	background: url(images/world.png) no-repeat left top;
}

img.website {
	position: absolute;
	right: -10px;
	bottom: 0;
}

p.image {
}

.banner-content {
	width: 420px;
	float: left;
	margin: 0 0 50px 0;
}

.banner-content p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 0 40px 0;
}

.banner-content p.buttons {
	margin: 0;
}

.button {
	display: block;
	width: 205px;
	height: 60px;
	text-indent: -9999px;
	background: url(images/buttons.png) no-repeat 0 -120px;
}

.homepage-buttons {
	position: relative;
	float: left;
	width: 500px;
}

.learn-button {
	background-position: -205px 0px;
	margin: 0 0 0 10px;
}

.learn-button:hover {
}

.contact-button:hover {
}

.learn-button, .contact-button {
	float: left;
}

/* @end */

/* @group body */

.body-wrap {
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #000;
	background: #f6f6f6;
}

.content {
	padding: 20px 0 0 0;	
}

.blog-content {
	padding-bottom: 50px;
}

.content h2 {
	color: #ae1106;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	border-top: 1px dotted #ccc;
	padding: 20px 0 0 0;
}

.content h2:first-child {
	border: none;
	padding-top: 0;
}

.content p {
	line-height: 1.45;
	margin: 0 20px 15px 0;
}

.content p a {
	color: #ae1106;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 12px 60px;
	margin: 18px 0 10px 0;
}

.blog-content h3 {
	margin: 0;
	padding: 0;
}

.sidebar h3 {
	padding: 0 0 5px 0;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

.sidebar li a {
	color: #ae1107;
	display: block;
	padding: 5px 0;
}

.sidebar {
	padding: 20px 0 80px 0;
}

.sidebar li#twitter {
	border-top: 1px dotted #ccc;
	margin: 15px 0 0 0;
}
.sidebar li#twitter a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	background: url(http://twitter-badges.s3.amazonaws.com/twitter-c.png) no-repeat left center;
	padding: 5px 0 5px 75px;
	margin: 10px 0 0 0;
	display: block;
}

.sidebar li#twitter a:hover {
	color: #ae1107;
}


.blog-content h3 a {
	display: block;
	font-size: 30px;
	text-decoration: none;
	color: #ae1106;
	margin: 0 0 10px 0;
	text-transform: none;
	line-height: 1.1;
}

.page-id-370 h3 {
	padding: 15px 0 15px 80px;
}

.home h3 {
	font-size: 22px;
	padding: 10px 0 10px 50px;
	margin: 18px 0 14px 0;
}

h3 em {
	color: #ae1106;
	font-style: normal;
}

h3.customer {
	background: url(images/customer.png) no-repeat left top;
}

h3.profits {
	background: url(images/profits.png) no-repeat left top;
}

h3.tools {
	background: url(images/tools.png) no-repeat left top;
}

h3.retailers {
	background: url(images/retailers.png) no-repeat left top;
}

h3.shoppers {
	background: url(images/shoppers.png) no-repeat left top;
}

h3.sales {
	background: url(images/sales.png) no-repeat left top;
}

h3.iphone {
	background: url(http://thelxgroup.s3.amazonaws.com/images/iphone-headline.gif) no-repeat 2px top;
}


h3.traffic {
	background: url(images/traffic.png) no-repeat left top;
}

h3.order {
	background: url(images/order.png) no-repeat left top;
}

ul.list {
	background: url(images/4-shadow.png) no-repeat center -1px;
	padding: 9px 0;
}

ul.feature-list {
	background: url(images/6-shadow.png) no-repeat center -2px;
}

.list li {
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	padding: 10px 0;
	line-height: 1.3;
}

.feature-list li {
	padding-right: 20px;
	font-size: 14px;
	padding: 10px 0;
}

.list li:last-child {
	border: none;
}

.list li strong {
	font-size: 16px;
	color: #ae1106;
	text-transform: uppercase;
}

div.works {
	background: #333;
	color: #fff;
	padding: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.works-large {
	background: #333 url(images/works-top.gif) no-repeat left top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.works-content {
	background: url(images/6-shadow-dark.png) no-repeat center top;
}

div.works-large .works-content {
	background: url(images/12-shadow-dark.png) no-repeat center top;
}

.works-content p {
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px 25px 20px;
	line-height: 1.35;
	padding: 20px 0 0 0;
}

.works-large .works-content p {
	padding: 10px 0 10px 0;
	margin: 0 30px 0 510px;
}

.works-content img {
	margin: 30px 0 0 20px;
}

.works h3.works {
	background: url(images/works.png) no-repeat 12px 17px;
	padding: 25px 0 10px 65px;
}

.works .example-button {
	width: 420px;
	background-position: -410px 0;
	margin: 0 0 0 20px;
}

.border-left {
	border-left: 1px dotted #ccc;
	margin-left: 9px;
	margin-top: 20px;
	padding: 0;
}

.border-left p {
	margin: 20px 0 20px 20px;
}

.page-id-14 .grid_3 img, .page-id-246 .grid_3 img {
	padding: 40px 0 0 0;
	float: left;
}

.page-id-592 .grid_3 img {
	padding: 0 0 0 30px;
}

.logos a {
	display: block;
	float: left;
	margin: 30px 0 40px 0;
}

.logos .grid_3 img {
	padding: 0;
}

.post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0 ;
	padding: 0 0 20px 0;
	line-height: 1.3;
}

.post code {
	overflow-x: auto;
	width: 95%;
	display: block;
	padding: 10px;
	background: #eee;
}

.post .date {
	font-weight: bold;
	font-size: 13px;
}

.post ul {
	margin: 0 0 0 20px;
}

.post ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 10px 0;
}

.post-nav a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.newer a {
	float: right;
}

.older a {
	float: left;
}

/* @group form */

input, select, textarea {
	font-family: "Helvetica Neue";
	font-size: 13px;
	line-height: 1.3;
}

select {
	padding: 5px;
	border: 1px solid #ccc;
	width: 500px;
}

.text, #s {
	width: 500px;
	border: 1px solid #ccc;
	padding: 5px 0 5px 5px;
	font-size: 14px;
}

#searchform {
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
}

#s {
	width: 200px;
	float: left;
	clear: left;
}

.textarea {
	width: 500px !important;
	border: 1px solid #ccc;
	padding: 5px 0 5px 5px;
	overflow: auto;
}

.label, .screen-reader-text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.screen-reader-text {
	text-indent: -9999px;
	display: none;
	line-height: 0;
}

.required {
	color: #ae1106;
}

.wpcf7-form p {
	margin: 0 0 8px 0;
}

.sendmailbutton, #searchsubmit {
	background: #ae1005 url(images/featured-bottom.png) no-repeat center bottom;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#searchsubmit {
	float: right;
	padding: 6px 0;
	font-size: 12px;
width: 83px;
}

/* @end */

/* @group featured */

.featured {
	background: #ae1005 url(images/featured-bottom.png) no-repeat left bottom;
	float: left;
	width: 940px;
	margin: 10px 0 20px 0;
}

.page-id-11 .featured {
	margin: 30px 0 20px 0;
}

.featured-netsuite {
	margin-top: 0;
	padding: 0 0 25px 0;
}

.featured h3 {
	font-size: 30px;
	color: #000;
	margin: 0;
	padding: 15px 0 5px 230px;
	text-shadow: 0 1px 0 #cb6866;
	background: url(images/featured-top.png) no-repeat left top;
}

.featured-netsuite h3 {
	background: none;
}

.featured img.thumbnail {
	float: left;
	margin: 15px 0 15px 15px;
}

.featured blockquote {
	margin: 0 0 0 230px;
}

.featured blockquote p.quote {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin: 0 0 8px 0;
	padding: 0 0 0 30px;
	line-height: 1.2;
	width: 650px;
	position: relative;
}

.left-quote {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 17px;
	height: 13px;
	background: url(images/quote-left.png) no-repeat left top;
}

.right-quote {
	display: inline-block;
	padding: 0 0 0 10px;
	width: 17px;
	height: 13px;
	background: url(images/quote-right.png) no-repeat right top;
}

.featured blockquote cite {
	color: #000;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 30px;
}

/* @end */



/* @end */

.footer-wrap {
	clear: both;
	margin-top: 20px;
}

.footer-wrap .twitter {
	float: left;
}

.footer-wrap .twitter a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background: url(http://twitter-badges.s3.amazonaws.com/t_small-c.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	display: block;
float: left;
}

.copyright a {
	text-decoration: none;
	display: block;
	float: right;
	text-transform: uppercase;
	color: #eee;
	font-size: 10px;
	padding: 5px 0 30px 0;
}

.grid_7 .wpcf7-not-valid-tip {
	border: none;
	background: #ae1106;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 5px 0 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.grid_7 .wpcf7-validation-errors {
	background: #f3ea52;
	font-weight: bold;
	width: 490px;
	font-size: 13px;
	margin: 10px 0 15px 0;
	padding: 5px 0 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}





/* @group mobile page */

.mobile-home {
	float: left;
	margin-bottom: 5px;	
	position: relative;
}

.mobile-home a {
	background: url(http://thelxgroup.s3.amazonaws.com/images/mobile.gif) no-repeat right top;
	width: 940px;
	height: 94px;
	display: block;
	text-indent: -9999px;
}

.mobile-home p {
bottom:12px;
color:#FFFFFF;
font-size:16px;
left:175px;
line-height:1.5;
position:absolute;
z-index:99;
}


.page-id-600 h4 {
	font-size: 16px;
	color: #ae1106;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
float:left;
clear:both;
}

.page-id-600 .hr { width:470px; margin-top:0;}
#tab-holder {
	background: url(http://thelxgroup.s3.amazonaws.com/images/iphone-8.png) no-repeat right top;
	width: 376px;
	height: 745px;
	float: right;
	margin: -140px 0 20px 0;
	position: relative;
}

#tab-holder a {
position: absolute;
right: 93px;
bottom: -90px;
}
.ui-tabs-nav {
	width: 470px;
	float: left;
margin: 0 0 20px 0;
}

.ui-tabs-nav-item {
	border-bottom: 1px dotted #ddd;
	float: left;
width: 100%;

}

.ui-tabs-nav-item a {
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
	display: block;
	background: url(http://thelxgroup.s3.amazonaws.com/images/star.gif) no-repeat 0 -55px;
	margin: 5px 0 5px 0;
	overflow: hidden;
	padding: 5px 0 5px 30px;
}

.ui-tabs-selected a {
	background-position: 0 2px;
	color: #ae1106;
}

.ui-tabs-nav-item a:hover {
	color: #ae1106;
}

.ui-tabs-panel {
	color: #fff;
	position: absolute;
	bsorder: 1px solid #fff;
	width: 320px;
	height: 460px;
	left: 28px;
	top: 152px;
}

.ui-tabs-hide {
	display: none;
}

/* @end */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(http://thelxgroup.s3.amazonaws.com/images/colorbox/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(http://thelxgroup.s3.amazonaws.com/images/colorbox/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(http://thelxgroup.s3.amazonaws.com/images/colorbox/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(http://thelxgroup.s3.amazonaws.com/images/colorbox/images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}

