/*
.css merger for http://caninecabinde.com
u!vega/themes/skeleton/css/base.css
u!vega/themes/skeleton/css/skeleton.css
u!vega/lib/css/helpers.css
./content/default.css
./content/layout.css
[filter: merger_csscombine]
*/
/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
		
/* #Basic Styles
================================================== */
	body { 
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		color: #181818; 
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
/* #Images
================================================== */

	img.scale-with-grid { 
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */
	
	a.button, 
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	a.button:hover, 
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }
	  
  a.button:active, 
  button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
	
	.button.full-width, 
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	
	
/* #Tabs (activate in app.js)
================================================== */
	ul.tabs { 
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li { 
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 29px; 
		padding: 0px 20px; 
		line-height: 30px; 
		border: solid 1px #ddd;
		border-width: 1px 0 0 1px; 
		margin: 0;  
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active { 
		background: #fff; 
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a {
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	
	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }
		
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
			
			
/* #Forms
================================================== */

	form { 
		margin-bottom: 20px; }
	fieldset { 
		margin-bottom: 20px; }
	input[type="text"], 
	input[type="password"],
	input[type="email"],
	textarea, 
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select { 
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus, 
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend { 
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select { 
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

		
	
/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid    
    #Tablet (Portrait)
    #Mobile (Portrait) 
    #Mobile (Landscape)
    #Clearing */
    
    

/* #Base 960 Grid 
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    
    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }
    
    /* Base Grid */
    .container .one.column                      { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }
    
    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
    
    /* Offsets */   
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    
    
    
/* #Tablet (Portrait)
================================================== */   

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
    
        .container .one.column                      { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }
        
        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
        
        /* Offsets */   
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 348px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }
    
    
/*  #Mobile (Portrait) 
================================================== */
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .columns, .column { margin: 0; }
        
        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns, 
        .container .one-third.column, 
        .container .two-thirds.column  { width: 300px; }
        
        /* Offsets */   
        .container .offset-by-one,              
        .container .offset-by-two,                  
        .container .offset-by-three,                
        .container .offset-by-four,                     
        .container .offset-by-five,                     
        .container .offset-by-six,                  
        .container .offset-by-seven,                
        .container .offset-by-eight,                
        .container .offset-by-nine,                     
        .container .offset-by-ten,                  
        .container .offset-by-eleven,               
        .container .offset-by-twelve,               
        .container .offset-by-thirteen,             
        .container .offset-by-fourteen,             
        .container .offset-by-fifteen { padding-left: 0; }          
                
    }    
    
    
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .columns, .column { margin: 0; }
        
        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column, 
        .container .two-thirds.column { width: 420px; }
    }
     
    
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
    
    /* Use clearfix class on parent to clear nested columns, 
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row, 
    .clearfix {
      zoom: 1; }
      
    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    
    
    
/***** Global Classes *****/
 
.relative      { position:relative; }

.clear         { clear:both; }
.clear-right   { clear:right; }
.clear-left    { clear:left; }
.float-left, .left    { float:left; }
.float-right, .right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.red           { color:#fe0000; }
.button.red    { color:#fff; }
.faded         { color: #aaa; }
.large         { font-size:120%; }
.small         { font-size:80%; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.nowrap        { white-space: nowrap; }

.odd           { background-color: #fafafa; }
.even          { background-color: #fff; }

.hover         { cursor: pointer; }
.hover_arrow   { cursor: default; }
.hover-highlight:hover, div.hover-highlight:hover, .hovering { background-color: #ffffe0; color: #000; }
.hover-highlight-border:hover, div.hover-highlight-border:hover { border-color: #000 !important; }

.selected { background-color: #ffffcd; }
.select li { background-color: #eee; }
.select li.selected { background-color: #c7ff5a; }

.compact { margin: 2px 0; padding: 0; }
.compact li { list-style: none; margin: 0 0 2px; padding: 0; }
ul.horizontal > li {display:inline-block; padding:0 1em;}
ul.horizontal.tight > li {padding:0;}
ul.horizontal > li a {text-decoration:none;}

.padded          { padding: 20px; }
.paddedtb        { padding-top: 20px; padding-bottom: 20px; }
.paddedlr        { padding-left: 20px; padding-right: 20px; }
.padded-top      { padding-top: 20px; }
.padded-right    { padding-right: 20px; }
.padded-bottom   { padding-bottom: 20px; }
.padded-left     { padding-left: 20px; }
.padded5        { padding: 5px; }
.paddedtb5      { padding-top: 5px; padding-bottom: 5px; }
.paddedlr5      { padding-left: 5px; padding-right: 5px; }
.paddedtl5      { padding-top: 5px; padding-left: 5px; }
.padded5-top   { padding-top:5px; }
.padded5-right  { padding-right:5px; }
.padded5-bottom   { padding-bottom:5px; }
.padded5-left   { padding-left:5px; }
.padded10        { padding: 10px; }
.paddedtb10      { padding-top: 10px; padding-bottom: 10px; }
.paddedlr10      { padding-left: 10px; padding-right: 10px; }
.paddedtl10      { padding-top: 10px; padding-left: 10px; }
.padded10-top   { padding-top:10px; }
.padded10-right  { padding-right:10px; }
.padded10-bottom   { padding-bottom:10px; }
.padded10-left   { padding-left:10px; }
.padded50        { padding:50px; }
.paddedtb50      { padding-top:50px; padding-bottom:50px; }
.paddedlr50      { padding-left:50px; padding-right:50px; }
.padded50-top   { padding-top:50px; }
.padded50-right   { padding-right:50px; }
.padded50-bottom  { padding-bottom:50px; }
.padded50-left   { padding-left:50px; }
.padded100       { padding:100px; }
.paddedtb100     { padding-top:100px; padding-bottom:100px; }
.paddedlr100    { padding-left:100px; padding-right:100px; }
.padded100-top  { padding-top:100px; }
.padded100-right { padding-right:100px; }
.padded100-bottom  { padding-bottom:100px; }
.padded100-left  { padding-left:100px; }
.paddedtb0       { padding-top: 0px; padding-top: 0px; }
.paddedlr0       { padding-left: 0px; padding-right: 0px; }
.padded0-top  { padding-top:0px; }
.padded0-right { padding-right:0px; }
.padded0-bottom  { padding-bottom:0px; }
.padded0-left  { padding-left:0px; }

.border-round-strong {border:1px solid #D1E0E0; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.border-round-weak {border:1px solid #ddd; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.border-round-lite {border:1px solid #BEBF83;/*#e7e8af;*/ border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.borderlr-weak {border-left:1px solid #eee; border-right:1px solid #eee;}
.border-left-weak {border-left:1px solid #eee;}
.border-right-weak {border-right:1px solid #eee;}
.border-left-strong {border-left:1px solid #D1E0E0;}
.border-right-strong {border-right:1px solid #D1E0E0;}
.border-strip-lite {border:1px solid #e7e8af; border-width:1px 0;}
.padded.border-left-strong,
.padded.border-left-weak {padding-left:19px;}
.padded.border-right-strong,
.padded.border-right-weak {padding-right:19px;}
.border-top-weak {border-top:1px solid #eee;}
.border-bottom-weak {border-bottom:1px solid #eee;}
.border-top-strong {border-top:1px solid #D1E0E0;}
.border-bottom-strong {border-bottom:1px solid #D1E0E0;}
.padded.border-top-strong,
.padded.border-top-weak {padding-top:19px;}
.padded.border-bottom-strong,
.padded.border-bottom-weak {padding-bottom:19px;}

.inblock { display:inline-block; }

.circle { border-radius: 1000px; }
body {background:#111;}
h1 {font-family:'Kranky', cursive; text-transform:uppercase; font-size:4em; letter-spacing:0;}
h1 .logo {display:block; text-indent:-9999px; width:390px; height:49px; background:url(http://caninecabinde.com/storage/canine-cabin.png) no-repeat center;}
h1 .tagline {text-transform:none; font-size:0.7em; display:block; font-weight:normal; line-height:1.1em; margin-top:0.3em;}
a {color:blue; text-decoration:none;}
strong {color:inherit;}

.flex img {width:100%;}

.ie7 .horizontal li {display:block; float:left; margin:0 0.5em;}

.wrap {width:auto; margin:0 auto;}
.container {padding:0 40px;}
/*.wrap {width:1040px;}*/
/*.container {padding:0 40px;}*/

.handwriting {font-family:'Kranky', cursive;}

table.offers th {padding-bottom:1em; padding-right:1em; font-weight:bold; text-align:right;}
table.offers td {padding-bottom:1em; padding-right:1em;}

#background-sounds {float:right; padding:4px 4px 0 10px; background:rgba(255,255,255,0.3); border-radius:5px;}
#background-sounds-player {float:right;}
#background-sounds-text {line-height:30px; padding-right:40px; white-space:nowrap;}

#header-nav {background:#000; padding-top:1em; padding-bottom:1em; color:#fff; text-transform:uppercase;}
#header-nav li {padding:0;}
#header-nav li:after {content:" - ";}
#header-nav li:last-child:after {content:"";}
#header-nav a {color:#eee;}
#header-nav strong {color:#fff;}

#showoff {background:#d1b87f url(http://caninecabinde.com/storage/bg_paper-tall.jpg) repeat-y 0 0; padding-top:40px; padding-bottom:40px;}
#showoff h1 {margin:0 0 0.5em;}

#footer-nav {background:url(http://caninecabinde.com/storage/bg_wood.jpg) repeat-x 0 0; height:420px; border-top:1em solid #000;
	text-align:center; overflow:hidden;}
#footer-nav a {display:block; -moz-transition:all 0.1s ease-in-out; -webkit-transition:all 0.1s ease-in-out; transition:all 0.1s ease-in-out;}
#footer-nav a:hover {margin-top:-0.2em;}
#footer-nav a img {margin:1em 0; width:98%;}
#footer-nav .daycare {margin-top:3em;}
#footer-nav .grooming {margin-top:5em;}
#footer-nav .boarding {margin-top:7em;}
#footer-nav .training {margin-top:6em;}
#footer-nav a span {background:#fff; margin:1em auto; padding:0.3em 1em;
	text-transform:uppercase; color:#000; font-size:1.3em;
	box-shadow:6px 6px 10px rgba(0,0,0,0.8);}

#footer {background:#000; padding-top:2em; padding-bottom:2em; color:#ccc;}
#footer h3, #footer h4, #footer strong {color:#fff;}
#footer a {color:#ddd;}
#footer a:hover {color:#fff;}
#location h3 {margin-bottom:0; text-transform:uppercase;}
#location address {margin-bottom:0;}
#map img {border-radius:5px; width:100%;}


/** Home */
#opt- #showoff {}
#opt- #cabin {position:absolute; bottom:0; left:0; z-index:0; width:75%;}


/** Grooming */
/*#opt-grooming #showoff {background-image:url(http://caninecabinde.com/storage/bg_paper_purple.jpg);}*/
#opt-grooming #tub {position:absolute; bottom:0; left:0; z-index:0; width:40%;}


/** Boarding */
#opt-boarding #puppy {position:absolute; bottom:0; left:0; z-index:0; width:35%;}


/** Shuffleshow */
#shuffleshow .details {position:absolute; left:575px; top:0; width:345px; padding:20px;}
#shuffleshow .jquery-cycle-container {height:340px; height:auto; z-index:10;}
#shuffleshow .jquery-cycle-container .jquery-cycle {top:0px; left:10px; z-index:1;}
#shuffleshow.flickr .jquery-cycle-container .jquery-cycle {top:20px;}
#shuffleshow .jquery-cycle-container img {border:1px solid #ccc; padding:10px; background:#fff; /*width:400px; height:300px;*/}
#shuffleshow-caption {display:none; font-style: italic; position:absolute; bottom:50px; left:535px; background:url(http://caninecabinde.com/get/u!vega/lib/images/indicator_black_left.gif) no-repeat 0 6px; padding-left:12px;}
#shuffleshow-thumbnails {position:absolute; left:575px; bottom:70px; width:345px; margin: 0; padding:20px;}
#shuffleshow-thumbnails li {list-style:none; float:left;}
#shuffleshow-thumbnails a {display:block; float:left; margin:0 4px 2px 0;}
#shuffleshow-thumbnails a img {background:#fff; padding:0 0 2px; width:30px; height:22px;}
#shuffleshow-thumbnails a.activeSlide img {background:#9B3350;}
#shuffleshow-thumbnails a:focus {outline:none;}

#shuffleshow .jquery-cycle > img {-webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); box-shadow:2px 2px 3px rgba(0,0,0,0.5);}
#shuffleshow .jquery-cycle > img:nth-child(even) {-webkit-transform: rotate(2deg); -moz-transform: rotate(2deg);}
#shuffleshow .jquery-cycle > img:nth-child(3n) {-webkit-transform: none; -moz-transform: none; position: relative; top: -5px;}

.shuffleshow-left, .shuffleshow-right {height:100%; /*292px;*/}
.shuffleshow-right {background-position:445px 50% !important;}
.shuffleshow-right #shuffleshow .details {right:575px; left:auto;}
.shuffleshow-right #shuffleshow .jquery-cycle-container .jquery-cycle {left:auto; /*left:457px;*/}
.shuffleshow-right #shuffleshow-thumbnails {right:575px; left:auto;}
.shuffleshow-right #shuffleshow-caption {right:535px; left:auto; background:url(http://caninecabinde.com/get/u!vega/lib/images/indicator_black_right.gif) no-repeat 100% 6px; padding-left:0; padding-right:12px;}

.ie #shuffleshow .jquery-cycle-slide,
.ie #shuffleshow .jquery-cycle-slide div {background:transparent !important;}


.vega-widget-controls {display:none;}


/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#showoff h1 {font-size:3em;}
		h2 {font-size:2.5em;}
		.container {padding-left:1em; padding-right:1em;}
		/*#shuffleshow .jquery-cycle > img {width:250px; height:180px;}*/
		#opt- #fb {display:none;}
		#opt- #cabin {width:65%;}
	}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
		#showoff h1 {font-size:2.3em; margin-bottom:1em;}
		#showoff h1 .logo {background:none; width:auto; height:auto; text-indent:0;}
		h2 {font-size:2em;}
		.container {padding-left:1em; padding-right:1em;}
		#header-nav ul.left,
		#header-nav ul.right {float:none; display:inline;}
		#header-nav ul.left li:last-child:after {content:" - ";}
		.shuffleshow-right {left:0.5em;}
		#shuffleshow .jquery-cycle > img {width:250px; height:180px;}
		#background-sounds,
		#fb {display:none;}
		
		.flex {width:100% !important;}
		#opt- #showoff {padding-bottom:150px;}
		#opt-grooming #showoff {padding-bottom:300px;}
		#opt-boarding #showoff {padding-bottom:300px;}
		#opt-training .flex {width:50% !important;}
		
		#footer-nav a:hover {margin-top:0;}
		#footer #location {margin-bottom:1em;}
		#footer-nav {height:auto;}
		#footer-nav .columns {margin:1em auto !important;}
		#footer-nav a > img {display:none;}
		
		#sitemap {display:none;}
		
		#legal .right {float:none; text-align:center;}
	}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#map img {width:50%;}
	}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {
		.container {padding-left:1em; padding-right:1em;}
		
	}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
		#shuffleshow .jquery-cycle > img {width:250px; height:180px;}
	}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url(http://caninecabinde.com/fonts/FontName.eot);
	    src: url(http://caninecabinde.com/fonts/FontName.eot?iefix) format('eot'),
	         url(http://caninecabinde.com/fonts/FontName.woff) format('woff'),
	         url(http://caninecabinde.com/fonts/FontName.ttf) format('truetype'),
	         url(http://caninecabinde.com/fonts/FontName.svg#webfontZam02nTh) format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
