/*
Theme Name: Pixilink
Theme URI: http://pixilink.com
Author: the Pixilink team
Author URI: http://pixilink.com
Description: Pixilinks Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: groovy 
Text Domain: pixilink

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.
*/
html, body {
	height: 100%;
}

body {
	font-family: "Helvetica Neue LT Com", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

h1, h2, h3 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

h1 {
	color: #0169b2;
	font-size: 34px;
	text-transform: uppercase;
	margin: 0 0 25px;
}

h2 {
	font-family: "Oswald", sans-serif;
	color: #2089d3;
	font-size: 26px;
	text-transform: uppercase;
	margin: 10px 0 8px;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 20px;
}

h1#site-title {
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0 25px;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #303335;
	font-weight: 300;
	margin: 0;
}

h1#site-title .tagline {
color: #a6b1b7;
margin-left: 26px;
}

.comma {
	font-family: Oswald;
}

#sitewrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -422px;
}

#push {
	height: 422px;
}

#footer {
   width: 100%;
	height: 422px;
	padding: 74px 0 0;
	margin: 20px 0 0;
	background: url(images/footer-gradient.jpg) top center repeat-x;
}

#footer ul.sitemap li {
	border-bottom: 1px #292f32 solid;
	padding: 3px 0;
}

#footer h1 {
	margin-bottom: 20px;
}

#footer-area {
	width: 100%;
	border-top: 2px #fff solid;
	background: #353c3f url(images/bg-footer.gif) top center repeat-x;
	padding: 40px 0 0;
	color: #c6d0d5;
	font-size: .9em;
	line-height: 1.5em;
}

#socials {
	width: 100%;
	background-color: #292f32;
	padding: 20px 0;
	margin: 20px 0 0;
}

#socials h1 {
	color: #1282c2;
	font-size: 32px;
	text-transform: uppercase;
	display: inline;
	margin-right: 24px;
	float: left;
}

#socials .social-icon {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

#header {
	height: 120px;
	width: 100%;
	background: #0073c7; /* Old browsers */
	background: -moz-linear-gradient(top, #0073c7 0%, #004877 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073c7), color-stop(100%,#004877)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0073c7 0%,#004877 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0073c7 0%,#004877 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0073c7 0%,#004877 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0073c7 0%,#004877 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073c7', endColorstr='#004877',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #555;
}

#header .span12 {
	position: relative;
	height: 120px;
}

#subheader {
	padding-top: 55px;
	background: url(img/little-grey-squares.png);
	border-bottom: 1px solid #EEE;
}

#breadcrumbs {
	border-bottom: 1px solid #EEE;
	margin-bottom: 35px;
}

#breadcrumbs .breadcrumb {
	margin: 0;
	background: transparent;
}

.article_meta {
  padding: 15px 0;
}

.subnavigation {
	padding: 15px 0;
}

.article, .articles {
	margin-right: 20px;
}

.sidebar {
	background: #FAFAFA;
	padding: 20px;
}

.articles article {
	border-top: 1px solid #EEE;
	padding: 20px 0;
	margin-bottom: 20px;
}

.articles header {
	
}

.articles .time {
	font-weight: bold;
	margin-bottom: 10px;
}

.articles .excerpt {
	float: right;
	width: 410px;
}

.articles header .thumbnail {
	float: right;
	margin-right: 20px;
}

.subnavigation a:link,
.subnavigation a:active,
.subnavigation a:visited {
	display: inline-block;
	margin-right: 24px;
	text-decoration: none;
	font-size: 15px;
	color: #444;
}
.subnavigation a:hover {
	text-decoration: none;
	color: #0169b2;
}
.subnavigation a.selected:link,
.subnavigation a.selected:active,
.subnavigation a.selected:visited
 {
	text-decoration: none;
	//color: #64abde;
	color: #748288;
	
}
.subnavigation a.selected:hover {
	text-decoration: none;
	color: #0169b2;
	
}


#nav.container, .navbar .nav > li > a, .navbar .nav > li > a:hover, .navbar-inner, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
   background: transparent;
   text-shadow: none;
   color: #FFF;
   filter: none;
	border: none;
	box-shadow: none;
}

#menu-top-menu > li > a{
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 300;
}

#menu-top-menu > li > a:hover {
	color: #02304d;
}

.navbar .nav .dropdown-toggle .caret {
   margin-top: 11px;
}

.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown > .dropdown-toggle .caret {
   border-top-color: #FFF;
   border-bottom-color: #FFF;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#nav {
	position: absolute;
	bottom: 7px;
	right: -23px;
}

#utilities {
	width: 65%;
	background: url(images/bg-utilities.gif) bottom center repeat-x;
	text-align: right;
	padding: 20px 0;
	margin-bottom: 10px;
	color: #00406a;
	font-size: .9em;
}

#utilities span {
	margin-right: 20px;
}

#utilities a:link, #utilities a:active, #utilities a:visited, #utilities strong {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

a #call-to-action,
a:link #call-to-action,
a:visited #call-to-action,
a:active #call-to-action {
	position: fixed;
	right: 0;
	top: 40%;
	width: 80px;
	height: 221px;
	background: url(images/CTA-order-now.png) right center no-repeat;
	margin: 0 0 0 470px;
	z-index: 9999;
}
a:hover #call-to-action {
	background: url(images/CTA-order-now-over.png) right center no-repeat;
}
* html a #call-to-action { 
	position: absolute;
}

.clear {
	clear: both;
}

.lead {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 17px;
	line-height: 1.5em;
}

.divider {
	height: 35px;
	margin-bottom: 35px;
	clear: both;
	width: 100%;
	border-bottom: 1px #bbbfc1 dotted;
}
.scroll-to-top {
	width: 100%;
	clear: both;
	margin-bottom: 60px;
	margin-top: 30px;
	position: relative;
}
.scroll-to-top a {
	padding: 0 0 0 7px;
	position: absolute;
	right: 0;
	z-index: 5;
}
.scroll-to-top .inline-icon-top {
	background: url(images/arrows-tiny.png) no-repeat;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin: 0 6px 0 0;
}
.scroll-to-top a:hover .inline-icon-top {
	background: url(images/arrows-tiny.png) no-repeat;
	background-position: -9px 0;
}
.scroll-to-top .line {
  border-top: 1px #cbcfd1 solid;
  float: left;
  height: 1px;
  margin-top: 9px;
  width: 90%;
}
.scroll-to-top .line-sub {
  border-top: 1px #ebeff1 dashed;
  float: left;
  height: 1px;
  margin-top: 9px;
  width: 90%;
}


/* HOME */
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

img.pull-right {
	margin: 0 0 20px 30px;
}

#home1 {
	background: #333 url(img/low_contrast_linen.png);
	padding: 50px 0 10px 0;
}

.slider-area {
	clear: both;
	height: 380px;
	position: relative;
}

.carousel-control.right {
	right: -75px;
}

.carousel-control.left {
	left: -75px;
}

.call-to-action-btns {
	position: absolute;
	bottom: 30px;
	left: 0px;
}

#home2 {
	background: #EEE;
	padding: 20px 0 20px 0;
}

#tagline a.btn {
	float: right;
	margin: 10px 0 0 30px;
	font-size: 34px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.05em;
}

#tagline .tagline-text {
	color: #2a2c2e;
	font-family: "Droid Serif", serif;
	font-size: 26px;
	line-height: 1.3em;
	font-style: italic;
}

#tagline a.btn small {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	clear: both;
}

#home3 {
	margin-top: 40px;
}

/********** SERVICE TABS **********/

.service-tabs ul {
	margin-bottom: 0;
}

.service-tabs ul.nav-tabs > li > a {
	line-height: 1.2em;
	padding: 10px 20px;
	color: #2a2c2e;
}

.service-tabs ul.nav-tabs > li  {
	margin-bottom: -2px;
}

.service-tabs .nav-tabs {
	border: none;
}

.service-tabs ul.nav-tabs > li > a:hover {
	background: transparent;
	color: #678;
}
.service-tabs ul.nav-tabs > li.active > a,
.service-tabs ul.nav-tabs > li.active > a:hover {
	border-left: 1px #dbe2e6 solid;
	border-right: 1px #dbe2e6 solid;
	background: #eceff2;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.service-tabs .tab-content {
	border-top: 1px #dbe2e6 solid;
	border-bottom: 1px #dbe2e6 solid;
	background: #eceff2;
	padding: 36px 0;
	margin-bottom: 70px;
}
.service-tabs .tab-pane {
	width: 940px;
	margin: 0 auto;
	color: #505b61;
}
.service-tabs .tab-pane h1 {
	color: #2a2c2e;
	font-size: 26px;
	text-transform: none;
}
.service-tabs .tab-pane h1 strong {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	font-family: "Droid Serif", serif;
}
.service-tabs .tab-pane img.img-polaroid {
	width: 350px;
	height: 200px;
}

/*------------------ WHY PIXILINK ------------------*/
/*--------------------------------------------------*/

.team-member {
	margin:  0 0 30px;
	clear: both;
}
.team-member img {
	float: left;
	margin:  0 20px 10px 0;
}
.team-member strong {
	display: block;
	margin: 0 0 5px;
}


.testimonial {
	display: block;
	margin: 0 0 40px;
	clear: both;
}
img.testimonials-thumb {
	width: 75px;
	height: 90px;
	margin: 0 20px 16px 50px;	
	background: url(images/testimonials-portrait-dummy.jpg) center no-repeat;
}
.testimonial-text {
	display: block;
}
.testimonial-text a {
	display: block;
}
.test-name {
	text-transform: none;
	margin:  0 0 0 10px;
	font-size: 22px;
	color: #0169b2;
}

/*-------------------- SLIDER --------------------*/
/*------------------------------------------------*/

#preview_wrap {
	margin: 0 auto;
	padding: 22px;
	width: 550px;
	height: 400px;
	background: url(images/thumb-images/bg_preview.gif) top left no-repeat;
}
  
#preview_outer {
	overflow: hidden;
	width: 550px;
	height: 400px;
	position: relative;
}
  
#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}
         
#preview_inner div {
	float: left;
	width: 550px;
	height: 400px;
	position: relative;
}


#preview_inner div b {
	position: absolute;
	bottom: 0;
	left: 0;   
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 10px 0;
	color: #fff;
	background: url(images/thumb-images/bg_trans2.png);
	text-decoration: none;
	font-size: 18px;
}

  
#thumbs {
	padding-top: 30px;
	margin-left: -65px;
	position: relative;
	width: 750px;
	text-align: center;
}
  
#thumbs span {
	padding: 12px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url(images/thumb-images/bg_thumb.gif) top left no-repeat;
	display: inline-block;
}
  
#arrow {
	position: absolute;
	top: -13px;
	background: url(images/thumb-images/bg_arrow.gif) top center no-repeat;
	width: 104px;
	height: 39px;
	display: none;
}

/*------------------ SERVICES ------------------*/
/*----------------------------------------------*/

ul.featured-list {
	margin: 0 0 30px;
}
ul.featured-list li {
	list-style: none;
	margin: 0;
	padding: 6px 4px 6px 30px;
	//color: #647789;
	//background: #f7f8f9 url(images/arrow-grey-circle.png) left center no-repeat;
	//border-bottom: 2px #fff solid;
	//background: #f3f4f5 url(images/arrow-grey-circle.png) left center no-repeat;
	//border-bottom: 1px #ccc dotted;	
	background: url(images/arrow-grey-circle.png) left center no-repeat;
	border-bottom: 1px #ddd solid;
	background-position: 8px 50%;
}

table.services {
	border-bottom: 1px #ddd solid;
}
.member {
	font-weight: bold;
}

.pricing-block {
	width: 220px;
	float: left;
}
.pricing-block h1 {
	display: block;
	width: 200px;
	height: 59px;
	background: url(images/pricing-header-bg.png) top center no-repeat;
	padding: 10px 10px 0;
	margin: 0;
	text-align: center;
	color: #fff;
}
.pricing-content {
	width: 180px;
	margin: 0 10px;
	padding: 10px 10px 20px;
	background: #f0f3f5;
	text-align: center;
	clear: both;
}

.set-up strong,
.hosting strong {
	display: block;
	color: #0d7bc7;
	margin: 0 auto;
	line-height: 1.2em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}


.pricing-small h1 {font-size: 20px;}
.pricing-large h1 {font-size: 30px;}

.pricing-small {font-size: 13px; margin-top:31px;}
.pricing-large {font-size: 16px;}

.pricing-small .set-up strong {font-size: 36px;}
.pricing-large .set-up strong {font-size: 46px;}

.pricing-small .hosting strong {font-size: 18px;}
.pricing-large .hosting strong {font-size: 24px;}

.pricing-large .set-up,
.pricing-large .hosting {clear: both; margin: 0 auto 20px;}
.pricing-small .set-up,
.pricing-small .hosting {clear: both; margin: 0 auto 14px;}


#custom-web-banner {
	margin: 60px auto 30px;
	display: block;
	background: #015fa2 url(../img/gradient-blue.png) top center repeat-x;
	border: 1px #00518b solid;
	padding: 14px 20px;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 17px;
}
#custom-web-banner a.btn {margin-left: 20px; font-size:16px;}

table#compare-web {
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
	border-collapse: separate !important;
	border-spacing: 2px !important;
}

table#compare-web th,
table#compare-web td {
	padding: 10px 5px;
	background: #e0e3e5;
}

table#compare-web th {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	color: #3d4144;
	font-size: 22px;
	padding: 20px 5px;
}
table#compare-web th.odd,
table#compare-web td.odd {
	background: #f0f3f6;
}
table#compare-web th.transparent,
table#compare-web td.transparent {
	background: transparent;
}

table#compare-web td strong {
	text-align: left;
	float: left;
}

.disclaimer {
	margin: 25px auto;
	clear: both;
	padding: 20px;
	width: 70%;
	font-size: 12px;
	line-height: 1.6em;
	border: 1px #ddd solid;
	text-align: justify;
}
.disclaimer h2 {
	display: inline-block;
	clear: none;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* clients page */

.addressPrice {
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 20px;
	font-family: "Oswald", sans-serif;
}

.label.label-price {
	padding: 8px 8px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
}

.pdClient, .pdNormal {
	margin-bottom: 25px;
}

.urls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* starter */
.wireframe.active, a.wireframe.active:hover {
	border: 1px solid #FF6600;
}

.thumbnail {
	position: relative;
}

.thumbnail .ribbon {
	position: absolute;
	top: -5px;
	left: -5px;
}

.wireframes .thumbnail{
	margin-bottom: 10px;
	text-decoration: none;
}

.wireframe {
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	color: #000;
}

.table thead th.selected, .table tfoot td.selected, .table tbody td.selected {
	background-color: #dff0d8;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.table.plans  thead th {
	font-size: 32px;
	text-align: center;
	padding-top: 20px;
}

.table.plans  tfoot td {
	font-size: 32px;
	text-align: center;
	padding-bottom: 20px;
}

.table.plans  tbody td{
	text-align: center;
}

ul.clientwebsites {
	column-count: 3;
	column-gap: 10px;
	columns:100px 3;

	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-webkit-columns:100px 3;

	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-columns:100px 3;
}

#province-btn {
	width:60px;
}

#province-anchor {
	color:black !important;
}

#province-menu {
	min-width: 130px;
}

.summary {
	font-size: medium;
	margin-left: 25px;
	vertical-align: middle;
	text-align: right;
	float:right;
	width: 550px;
	line-height: 160%;
	text-transform: none;
}

.summary a.btn.btn-mini {
	font-size:11.5px;
	text-transform:uppercase;
}

.btn-mini {
	font-size: 10px;
}

.btn-more-info {
	position: relative;
	right: 6px;
}

.category-spacer {
	margin-bottom: 5px;
}