/*
 * HTML5 âœ° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; font-size: 1rem; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: yellow highlighter!
 */

::-moz-selection { background: #f8f087; text-shadow: none; }
::selection { background: #f8f087; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: @justinseiter of @heybigname
   ========================================================================== */

/* =============================================================================
   Type
   ========================================================================== */
/*
typography.css
* Sets up some sensible default typography. *
Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/

Pixels 	EMs 	   Percent 	Points
6px 	0.375em    37.5% 	5pt
7px 	0.438em    43.8% 	5pt
8px 	0.5em 	   50% 	    6pt
9px 	0.563em    56.3% 	7pt
10px 	0.625em    62.5% 	8pt
11px 	0.688em    68.8% 	8pt
12px 	0.75em 	   75% 	    9pt
13px 	0.813em    81.3% 	10pt
14px 	0.875em    87.5% 	11pt
15px 	0.938em    93.8% 	11pt
--------------------------------
16px 	1em 	   100% 	12pt
--------------------------------
17px 	1.063em    106.3% 	13pt
18px 	1.125em    112.5% 	14pt
19px 	1.188em    118.8% 	14pt
20px 	1.25em 	   125% 	15pt
21px 	1.313em    131.3% 	16pt
22px 	1.375em    137.5% 	17pt
23px 	1.438em    143.8% 	17pt
24px 	1.5em 	   150% 	18pt
 */

.wf-loading #main,
.wf-loading #access,
.wf-loading #hero,
.wf-loading #home-content {visibility:hidden;}

/* Headings */
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#494949;font-family:ff-tisa-web-pro;}
h1{font-size:28px;font-size:1.75rem;line-height:1;margin-bottom:0.5em;color:#1C8ACC;font-weight:bold;font-weight:700;}
h2{font-size:22px;font-size:1.4rem;margin-bottom:0.75em;}
h3{font-size:18px;font-size:1.1rem;line-height:1;margin-bottom:1em;}
h4{font-size:14px;font-size:0.9rem;line-height:1.25;margin-bottom:1.25em;}
h5{font-size:13px;font-size:0.8rem;font-weight:bold;margin-bottom:1.5em;}
h6{font-size:11px;font-size:0.7rem;font-weight:bold;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}

h1.long {font-size:42px;font-size:2.6rem}

/* =============================================================================
   Layout
   ========================================================================== */
body {
	color: #494949;
	background: #fff;
	font-family: ff-meta-web-pro, Arial, sans-serif;
	border-top: 12px solid #1c8acc;
	width: 100%;
}


/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

#container, header, footer, #hero, #main, .banner {
	width: 896px;
	padding: 0 48px 0;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: auto;
}

header {
	border-bottom: 4px solid #ebebeb;
	padding: 10px 0;
}

footer {
	margin: 30px auto 0;
	padding: 30px 0;
	border-top: 1px solid #ebebeb;
}

	#home footer {
		border: none;
		margin: auto;
	}

img {
	max-width: 100%;
}

/* =============================================================================
   Links
   ========================================================================== */
a:link, a:visited {
	color: #ef4626;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.big-link {
	text-decoration: none;
	/*background: url(/img/icons/arrow-right.png) no-repeat right center;*/
/*	padding: 0 20px 0 0;*/
	padding: 0 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fde8e4;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.big-link:hover {
	background: #ef4626;
    color: #fff;
}

/* =============================================================================
   Header
   ========================================================================== */
#logo { float: left; }


/* =============================================================================
   Nav
   ========================================================================== */
#access {
	float: right;
	display: inline;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 20px 0 0;
	font-family: ff-meta-web-pro, "Helvetica Neue", Arial, Helvetica, sans-serif;
/*	text-transform: uppercase;*/
}

	.no-js #access {
		font-size: 14px;
		font-size: 0.875rem;
	}

#access ul {
	margin: 0;
}

#access li {
	display: inline;
}

#access a:link, #access a:visited {
	color: #1c8acc;
	background: #f0f0f0;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#access a:hover, #access a:active,
#access a.sel {
	color: #fff;
	background: #ef4626;
	/*text-shadow: 0 -1px 0 #b3280d;*/
}

#access li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#access li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/* =============================================================================
   Banners
   ========================================================================== */
.banner {
    margin: auto;
    text-align: center;
}

    .banner-message {
        padding: 20px;
        background: lightgoldenrodyellow;
    }

    .banner h2 {
        font-size: 1.3rem;
        font-weight: bold;
        font-family: ff-meta-web-pro, Arial, sans-serif;
        margin-top: 0;
        padding: 0 20px;
    }

    .banner .btn {
        display: inline-block;
        padding: 10px 25px;
        color: #fff;
        background: #ef4626;
        border-radius: 4px;
        font-size: 0.85rem;
    }

/* =============================================================================
   Hero
   ========================================================================== */
#hero {
	margin: 35px auto 10px;
	padding: 0 48px 0;
}

	#hero h1 {
		color: #1c8acc;
		font-weight: bold;
		font-size: 35px;
		font-size: 2.25rem;
		font-style: italic;
	}

	#hero h3 {
		line-height: 1.333;
		margin-bottom: 0;
		font-size: 26px;
		font-size: 1.6rem;
	}

	#hero img {
		/*margin: 10px -10px 0 10px;*/
	}

	#hero .large {
		margin-bottom: 40px;
		line-height: 1.333;
	}

/*
	Slideshow
*/

#slides {
	float: right;
	background: url(/img/slides-bg.png) no-repeat;
	height: 320px;
	width: 440px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	margin: 10px -10px 0 10px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides-container {
	width:402px;
	overflow:hidden;
	position:relative;
	display:none;
	margin: 18px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides-container div.slide {
    width:402px;
    height:282px;
    display:block;
}

.pagination {display:none}

#mobile-hero {display: none}


/* =============================================================================
   Home Main Content
   ========================================================================== */
#home-content {
	width: 100%;
	background: #f4f4f4;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

	#home-content img {
		margin: 0 10px 10px 0;
	}

	#home-content h3 {
		color: #1c8acc;
		margin: 0;
		padding: 5px 0 0;
		font-weight: bold;
	}

	#home-content h4 {
		margin:0 0 5px;
	}

	#home-content p {
		margin: 5px 0;
	}

#home-content-right {
	float: right;
	margin: 0 0 0 10px;
}

	.ie7 #home-content-right {
		width: 416px;
	}

#home-contact {
	border: 5px solid #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 10px 25px;
	margin: 0 10px 20px 0;
	color: #444;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

	#home-contact .left {
		border-right: 1px dotted #999;
		margin: 0 30px 0 0;
		padding: 0 30px 0 0;
	}

	#home-contact h4 {
		color: #1c8acc;
		font-weight: bold;
	}

	#home-contact p {
		line-height: 1.5;
	}

#home-pharmacy {
	max-width: 416px;
	margin: 0 0 20px;
}

	#home-pharmacy h4 {
		color: #1c8acc;
		font-weight: bold;
	}

	#home-pharmacy p {
		font-size: 14px;
		font-size: 0.875rem;
	}

.doc-welcome {
	padding: 0 0 40px;
	clear: left;
	max-width: 410px;
	min-height: 134px;
}


/* =============================================================================
   Inner Pages
   ========================================================================== */
.ie7 #main {margin: 32px auto 0;}

#sidebar {
	float: left;
	margin: 0 30px 0 0;
	width: 252px;
}

#sidebar ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
	#sidebar ul ul {
		margin: 0;
		padding: 0 0 0 0;
		font-size: 12px;
		font-size: 0.75rem;
		border-bottom: 1px solid #ddd;
	}

	#sidebar li {
		margin: 0;
	}

		#sidebar ul li {
			border-bottom: none;
		}

	#sidebar ul a:link, #sidebar ul a:visited {
		display: block;
		padding: 7px;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
	}

		#sidebar ul ul a:link, #sidebar ul ul a:visited {
			padding: 5px 5px 5px 20px;
			border-bottom: 1px dashed #ddd;
			color: #c32b0e;
		}

			#sidebar ul ul li:last-child a {
				border-bottom: none;
			}

		#sidebar ul ul a:hover, #sidebar ul ul a:active {
			background: #f9f9f9;
		}


	#sidebar ul a:hover, #sidebar ul a:active {
		background: #f9f9f9;
	}

	#sidebar .selected a {
		background: #eee;
	}

		#sidebar .selected ul a {
			background: none;
		}

.widget {
	margin: 0 0 40px;
}

.ad-pharmacy {
	width: 250px;
	height: 143px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background-size: contain;
	border: 1px solid #ddd;
	background: transparent url(../img/ad-covertus-250x143-dog.png) no-repeat center;
}

.ad-001 {
	background: transparent url(../img/ad-covertus-250x143-puppy.png) no-repeat center;
}

.ad-002 {
	background: transparent url(../img/ad-covertus-250x143-cat.png) no-repeat center;
}

#content {
	margin: 0 0 0 282px;
}

	#content img {
		border: 1px solid #ddd;
		padding: 4px;
		background: #f6f6f6;
		float: right;
		margin: 0 0 15px 15px;
		max-width: 242px;
	}

	#content .profile {
		float: left;
		margin: 0 15px 15px 0;
		width: 120px;
	}

#contact-loc {
	float: left;
	margin: 0 40px 0 0;
	width: 252px;
}

#contact-hours {
	float: left;
}

.gallery {
	margin: 20px 0 0;
}

	.gallery h1 {
		display:none;
	}

/* =============================================================================
   Photos
   ========================================================================== */
#album-display {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#album-display li {
		width: 252px;
		height: 340px;
		float: left;
		margin: 0 50px 0 0;
	}

	#album-display li:nth-child(even) {margin: 0}

	#album-display img {
		float: none;
		margin: 0;
		width: 242px;
		height: 242px;
	}

#image-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#image-listing li {
		width: 126px;
		float: left;
		margin: 0 20px 20px 0;
	}

	#image-listing img {
		width: 116px;
		height: 116px;
		float: none;
		margin: 0;
	}

/* =============================================================================
   Footer
   ========================================================================== */
footer {
	font-size: 12px;
	font-size: 0.75rem;
	color: #494949;
}
	footer ul {
		list-style: none;
		margin: 0 0 20px;
		padding: 0;
		float: left;
	}

	footer li {
		float: left;
		margin: 0 15px 0 0;
	}

	footer a:link, footer a:visited {
		color: #494949;
	}

#copyright {
	float: right;
	text-align: right;
}









/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.left { float:left; }
.right { float:right; }
.center { text-align:center; margin:0 auto; display:block; }
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide{display:none;}
.quiet{color:#666;}
.loud{color:#000;}
.highlight{background:#ff0;}
.added{background:#060;color:#fff;}
.removed{background:#900;color:#fff;}
.first{margin-left:0;padding-left:0;}
.last{margin-right:0;padding-right:0;}
.top{margin-top:0;padding-top:0;}
.bottom{margin-bottom:0;padding-bottom:0;}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#container, header, footer, #hero, #main, .banner {
		width: 712px;
		padding: 0 28px 0;
	}

	header {padding: 10px 0;}
	footer {padding: 30px 0;}

	#home-content-right {
		float: right;
		margin: 0 0 90px 24px;
		max-width: 340px;
	}

		#home-content-right img {
			display: none;
		}

	#home-contact {
		border: 2px solid #dbdbdb;
		background: #fff;
		padding: 5px;
		margin: 0 0 20px 0;
	}

	#home-contact .left {
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
	}

}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

	#container, header, footer, #hero, #main, .banner {
		width: 252px;
		padding: 0 34px 0;
	}

	header {
		border-bottom: none;
		padding: 10px 0;
	}

	footer {padding: 30px 0;}

    .banner h2 {
        font-size: 1rem;
    }

	#hero h1, h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	#hero h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	#logo {
		text-align: center;
		margin: 0 auto 20px;
		display: block;
		clear: both;
		float: none;
	}

	#access {
		float: none;
		text-align: center;
	}

	#access a:link, #access a:visited {
		float: none;
		border-right: none;
		border: 1px solid #fff;
		padding: 10px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#hero img {
		margin: 0 auto;
	}

	#slides {display:none}

	#mobile-hero {display:block}

	#home-content img {
		display:none;
	}

	#home-contact {
		margin: 0 0 20px 0;
	}

	#home-contact .left {
		border-right: none;
		border-bottom: 1px dotted;
		margin: 0 0 5px;
		padding: 0 0 5px;
		float: none;
	}

	#home-contact .right {
		float: none;
	}

	#home-content-right {
		float: none;
		margin: 0 0 40px;
	}

	.doc-welcome {
		padding: 0 0 20px;
		min-height: 0;
	}

	#copyright {
		float: left;
		text-align: left;
	}

	#sidebar {
		float: none;
		margin: 0;
		width: 100%;
	}

	#content { margin: 0; }

	#sidebar ul {
		text-align: center;
		font-size: 12px;
		font-size: 0.75rem;
		border-bottom: 1px solid #eee;
	}

		#sidebar ul ul {display: none;}

		#sidebar li {
			margin: 0;
			display: inline;
		}


		#sidebar ul a:link, #sidebar ul a:visited {
			display: inline-block;
			padding: 5px;
			border-bottom: none;
			text-decoration: underline;
		}

		#sidebar ul a:hover, #sidebar ul a:active {
			background: none;
		}

	.widget {display:none;}


	#contact-loc {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}

	a.big-link {
		font-size: 16px;
		font-size: 1rem;
	}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	#container, header, footer, #hero, #main, .banner {
		width: 436px;
		padding: 0 22px 0;
	}

	header {padding: 10px 0}
	footer {padding: 30px 0;}


}



/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
