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, label,
footer, header, hgroup, menu, nav, section, small {
	display: block;
}

html { overflow-y: scroll; }
body { line-height: 1; font-family: Helvetica Neue, sans-serif; font-size: 62.5%; text-rendering: optimizeLegibility; }

ol, ul { list-style: none; }
a { text-decoration: none; cursor: pointer; }
img { 
	-ms-interpolation-mode: bicubic; 
	display: block; 
	max-width: 100%; 
	max-height: 100%; 
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	zoom: 1;
}

.container:before, .container:after, 
.clearfix:before, .clearfix:after { content: ''; /* display: table; */ }
.container:after, .clearfix:after { display: table; clear: both; }
.banner .container:after { display: none; } /* Do not clearfix .banner */

/********** Font sizes **********/

.content h1 { font-size: 2em; line-height: 1.1em; }

.heading h1, #menu-logo { font-size: 1.8em; }

.content h2, footer h3 { font-size: 1.6em; }

.content p, .content h3, figcaption, label, 
.content ol, .content ul, td, th, pre {
	font-size: 1.4em;
}

h4 { font-size: 1.1em; }

.content p, .content h3, figcaption, td, th, pre {
	line-height: 1.4em;
}

.content ul ul, .content ol ol, 
.content ol ul, .content ul ol,
#search-results p, input, textarea {
	font-size: 1em;
}

nav, p, footer ul, footer span, .button, #search, #search-results { 
	font-size: 1.3em; 
	line-height: 1.1em; 
}

/********** Menu Bar **********/

.menu {
	background-size: 100% 44px; /* Notice: Limit background gradient to 44px in height */
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f5f5f5));
}

nav, #menu-logo {
	color: #666;
	font-weight: 600;
	text-shadow: 0 1px #fff;
}

#menu-logo { float: left; }

#menu-logo span { 
	display: block;
	color: #839972;
	padding: 12px 35px;
}

#menu-logo a:hover span { color: #698751; }
#menu-logo a:active span { color: #9fba8b; }

/********** Navigation **********/

nav { color: #999; }

nav ul, nav li {
	border: 0;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#aaa)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, #f9f9f9 0%, #aaa 100%) 1 100%;
	-moz-border-image: -moz-linear-gradient(top, #f9f9f9 0%, #aaa 100%) 1 100%;
	-ms-border-image: -ms-linear-gradient(top, #f9f9f9 0%, #aaa 100%) 1 100%;
	-o-border-image: -o-linear-gradient(top, #f9f9f9 0%, #aaa 100%) 1 100%; 
	border-image: linear-gradient(top, #f9f9f9 0%, #aaa 100%) 1 100%;
}

nav ul {
	margin: 0 14px;
	float: right;
	border-left: 1px solid #ccc;
}

nav li {
	position: relative; /* Notice: Ensures z-index works */
	z-index: 99;
	float: left;
	border-right: 1px solid #ccc;
}

nav .active span {
	background-color: #eee;
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e5e5e5));
}

nav li span {
	display: block;
	padding: 14px 13px;
}
nav li span, #menu-logo span {
	-webkit-transition: color .2s ease, background-color .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease;
	-ms-transition: color .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease;
}

nav li a span { color: #777; }
nav li a span:hover, .active span, .active a:hover span { color: #555; background-color: #fff; }
nav li a span:active { color: #777; }

nav li span:before {
	content: '';
	padding-bottom: 1px;
	padding-left: 16px;
	margin-right: 6px;
	background: url('../images/sprite.png') 0 0 no-repeat;
}

.home span:before, .blog span:before { padding-left: 17px; }
.merch span:before { padding-left: 19px; }

.home a span:before { background-position: 0 -22px; }
.home a:hover span:before, .home.active a:link span:before { background-position: 0 0; }
.home a:active span:before { background-position: 0 -44px; }

.about a span:before { background-position: -22px -22px; }
.about a:hover span:before, .about.active a:link span:before { background-position: -22px 0; }
.about a:active span:before { background-position: -22px -44px; }

.help a span:before { background-position: -65px -22px; }
.help a:hover span:before, .help.active a:link span:before { background-position: -65px 0; }
.help a:active span:before { background-position: -65px -44px; }

.blog a span:before { background-position: -43px -22px; }
.blog a:hover span:before, .blog.active a:link span:before { background-position: -43px 0; }
.blog a:active span:before { background-position: -43px -44px; }

.xtras a span:before { background-position: -130px -22px; }
.xtras a:hover span:before, .xtras.active a:link span:before { background-position: -130px 0; }
.xtras a:active span:before { background-position: -130px -44px; }

.dev a span:before { background-position: -85px -22px; }
.dev a:hover span:before, .dev.active a:link span:before { background-position: -85px 0; }
.dev a:active span:before { background-position: -85px -44px; }

.merch a span:before { background-position: -106px -22px; }
.merch a:hover span:before, .merch.active a:link span:before { background-position: -106px 0; }
.merch a:active span:before { background-position: -106px -44px; }

/********** Sub Navigation Container **********/

.heading {
	background: url('../images/noise.png') #444; /* Notice: IE7-8/outdated browser fallback */
	background: url('../images/shadow.png') repeat-x, url('../images/noise.png') #444;
	border-bottom: 1px solid #555;
}

.heading h1, .heading h2, nav.sub li {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	-webkit-font-smoothing: antialiased;
}

.heading h1 {
	float: left;
	padding: 12px 0 12px 35px;
}

/********** Sub Navigation **********/

nav.sub { float: right; }

nav.sub ul { margin: 0 14px; border: 0; }
nav.sub li { border: 0; }

nav.sub li a {
	display: block;
	padding: 15px 13px 14px;
	color: #ddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

nav.sub li a:hover { color: #fff; }
nav.sub li a:active { color: #bbb; }

nav.sub li.active a {
	margin: 9px 4px 8px;
	padding: 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #444;
	border-top-color: #414141;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), 0 1px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), 0 1px rgba(255, 255, 255, .15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), 0 1px rgba(255, 255, 255, .15);
}

/********** Content **********/

.content {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
	background: url('../images/noise.png') #f3f3f3; /* Notice: IE7-8/outdated browser fallback */
	background: url('../images/content_gradient.png') repeat-x, url('../images/noise.png') #f3f3f3;
}

.content section {
	overflow: hidden;
	margin: 14px 14px 0;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 1px #ddd;
	-moz-box-shadow: 0 1px 1px #ddd;
	box-shadow: 0 1px 1px #ddd;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Notice: Fixes issue of 5-7px padding at the bottom of a <section> */
section p:last-child { padding-bottom: 10px; }

article { padding: 10px 10px 0; }

.left { float: left; }
.right { float: right; }

article.two-column { width: 47%; }
aside.two-column { width: 48.9%; padding: 10px 0 0; }

h1, h2, h3 {
	padding-bottom: 15px;
	font-weight: 500;
	line-height: 1.1em;
	color: #333;
}

h3 { color: #777; font-weight: 600; }

/* Notice: Use padding-fix for titles that are not wrapped inside an <article> */
.padding-fix { padding: 10px 10px 5px; }
div.padding-fix { padding: 10px 0 0 10px; }
section.padding-fix { padding: 20px 20px 10px; }
/* Notice: Fixes overflow (9x2 for padding + 1x2 border radius) */
label.padding-fix { padding: 0 20px 0 0; }

/* Notice: Use margin-fix for tables that are the last content of a <section> */
.margin-fix { margin-bottom: 10px; }

.half { width: 50%; float: left; }

.content p, pre, td, .content ol, .content ul { 
	color: #777; 
	padding-bottom: 1em;
}

.content strong { font-weight: 600; }
.content em { font-style: italic; }
.content a, footer a {
	color: #4083a9; 
	font-weight: 500; 
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.content a:hover, footer a:hover { color: #2c5973; text-decoration: underline; }

.content h1 a { color: #444; }
.content h1 a:hover { color: #111; }

/* Closed tickets */
a:link.closed, span.closed { text-decoration: line-through; }
a:link.closed:hover, span.closed:hover { text-decoration: line-through underline; }

/* Side bar */
aside {
	min-width: 250px;
	width: 250px;
	padding: 0;
	margin: 0;
	float: right;
}

.content aside section {
	margin: 0 14px 14px 0;
	padding: 20px 20px 10px;
}

/* Text above ul/ol */
.list-header { padding-bottom: .8em; }

table {
	border-spacing: 0; /* Notice: Sets cellspacing="0" to the table */
	margin: 2px 0 20px 0;
	border: 1px solid #ededed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.top { border: 0; }

td.side, td.side-two { 
	text-align: right;
	background-color: #fdfdfd;
	background-color: rgba(0, 0, 0, .01);
	font-weight: 600;
	color: #555;
}

td {
	border-top: 1px solid #f5f5f5;
	padding: 7px 13px;
}

th {
	background-color: #fefefe;
	background-color: rgba(0, 0, 0, .02);
	border-bottom: 1px solid #ededed;
	text-align: left;
	padding: 8px 13px;
	font-weight: 600;
	color: #333;
}

th.side, th.side-two, td.side-two, td.side { border-right: 1px solid #ededed; }
th.side-two, td.side-two { border-left: 1px solid #ededed; }
td.blank { background: transparent; border-right: 0; }

pre, code {
	color: #555; 
	font-family: Courier, sans-serif; 
	white-space: pre-wrap;
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap; 
	word-wrap: break-word;
}

/* Text above ul/ol */
p.list-header, p.list-header { padding-bottom: .8em; }

.arrow li a:after { content: ' ▸'; }

.content ol, .content ul { padding: 1px 0 5px 25px; }
.content ol { list-style-type: decimal; }
.content ul { list-style-type: disc; }
.content li { line-height: 1.4em; margin: 0 0 8px; }
.content ol ol, .content ol ul, .content ul ul, .content ul ol { padding: 1px 0 1px 20px; }
.content li ul, .content li ol { padding: 10px 0 0 20px; }
.content ol ul, .content ul ul { list-style-type: circle; }

hr {
	border: 0; 
	width: 120%; /* Notice: Use a higher percentage due to margin */
	height: 1px; 
	background: #e9e9e9; 
	margin: 5px -20px 20px; 
}

hr.one, hr.two, hr.three { display: none; }

/********** Thumbnails / Media **********/

figure {
	width: 100%;
	position: relative;
}

.spacing { margin: 10px 0; }

.center img { margin: 0 auto; }

figure.thumbnail { 
	position: relative;
	float: left;
	max-width: 250px;
	margin: 10px;
	width: 45.5%; 
}

figure.thumbnail img {
	width: 100%;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.overlay { position: relative; }

.overlay span, figure span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .4);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, .4);
	background: #444; /* IE fallback */
	background: rgba(0, 0, 0, .6);
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.overlay span:after, figure span:after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('../../assets/images/sprite.png') -128px -122px no-repeat;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
}

figure.video .overlay span:after {
	background-position: -128px -172px;
}

figure a:hover span { opacity: 1; filter: alpha(opacity=1); cursor: pointer; }

figcaption {
	padding-top: 10px;
	color: #777;
	font-weight: 400;
	-webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

figcaption h4 { color: #444; font-weight: 500; padding-bottom: 6px; }

figure:hover figcaption { color: #444; cursor: pointer; }
figure:hover a:hover { text-decoration: none; } /* Notice: Remove underline from the figcaption on hover */

/********** Inputs **********/

input::-moz-focus-inner { border: 0; }

input, textarea, input.button, a.button {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	max-height: 250px;
	font-family: Helvetica Neue, sans-serif;
	border: 1px solid #b5b5b5;
	font-weight: 500;
	padding: 8px 9px;
	color: #666;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fafafa;
	background-image: linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #fcfcfc));
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
}

input:focus, textarea:focus {
	outline: none;
	color: #555;
	border-color: #aaa;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #fcfcfc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #f9f9f9));
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

input.button, a.button {
	width: auto;
	cursor: pointer;
	padding: 8px 11px;
	float: left;
	text-shadow: 0 1px #fff;
	font-weight: 600;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background-image: -ms-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #f3f3f3));
	-webkit-box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .03);
	-moz-box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .03);
	box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .03);
}

input.button:hover, a.button:hover {
	text-decoration: none;
	color: #555;
	border-color: #a5a5a5;
	background-image: linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
	background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
	background-image: -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #eee));
	-webkit-box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .08);
	box-shadow: inset 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .08);
}

input.button:active, a.button:active {
	color: #666;
	border-color: #999;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	background-color: transparent;
	background-image: linear-gradient(top, #ddd 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(top, #ddd 0%, #e5e5e5 100%);
	background-image: -moz-linear-gradient(top, #ddd 0%, #e5e5e5 100%);
	background-image: -webkit-linear-gradient(top, #ddd 0%, #e5e5e5 100%);
	background-image: -ms-linear-gradient(top, #ddd 0%, #e5e5e5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #e5e5e5));
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
}

label {
	color: #777;
	font-weight: 600;
}

label span {
	display: block;
	padding-bottom: 8px;
}

/********** Search **********/

#search-container {
	position: relative;
	z-index: 999;
	float: right;
	margin: 7px 14px 0 -4px;
}

#search::-webkit-input-placeholder { color: #777; font-weight: 500; }
#search:-moz-placeholder { color: #777; font-weight: 500; }

#search:focus::-moz-placeholder { color: #999; }
#search:focus::-webkit-input-placeholder { color: #999; }

#search {
	margin: 2px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #515151;
	border-top-color: #4b4b4b;
	padding: 4px 12px 4px 23px;
	font-weight: 500;
	width: 130px;
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	color: #666;
	-webkit-font-smoothing: antialiased;
	background: #dcdcdc;
	background: rgba(255, 255, 255, .75);
	box-shadow: 0 1px rgba(255, 255, 255, .15), inset 0 1px 3px rgba(0, 0, 0, .25);
	-webkit-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-ms-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-o-transition: width .3s ease, background-color .3s ease, color .3s ease;
	transition: width .3s ease, background-color .3s ease, color .3s ease;
}

#search:focus {
	width: 200px;
	border: 1px solid #515151;
	border-top-color: #4b4b4b;
	font-weight: 500;
	color: #444;
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	background: #f7f7f7;
	background: rgba(255, 255, 255, .95);
	-webkit-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-moz-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-ms-transition: width .3s ease, background-color .3s ease, color .3s ease;
	-o-transition: width .3s ease, background-color .3s ease, color .3s ease;
	transition: width .3s ease, background-color .3s ease, color .3s ease;
}

#search-icon {
	position: absolute;
	background: url('../../assets/images/sprite.png') no-repeat -97px -145px;
	width: 26px;
	height: 26px;
}

/********** Search Results **********/

#search-results {
	display: block;
	position: absolute;
	width: 245px;
	margin: 0 0 0 -5px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid;
	border-color: #d5d5d5;
	border-color: rgba(0, 0, 0, .17);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

#search-results:before {
	content: '';
	position: absolute;
    top: -7px;
    left: 9px;
	height: 7px;
	width: 18px;
	background: url('../images/sprite.png') -103px -136px no-repeat;
}

#search-results li {
	background: #fff;
	text-shadow: 0 1px #fff;
	color: #555;
	border-bottom: 1px solid #e9e9e9;
}

#search-results li:last-child { border-bottom: 0; }

#search-results li#none { padding: 10px 14px; text-align: center; }
#search-results li#none:hover { background: #fff; }
#search-results li#more a, #search-results li#none { color: #555; font-weight: 500; }

#search-results a {
	display: block;
	padding: 10px 14px;
}

#search-results h4 { 
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 5px;
}

#search-results p { line-height: 1.3em; }
#search-results li a h4, #search-results li#more a { color: #333; }
#search-results li a p { color: #777; }

#search-results li:hover {
	background: #f9f9f9;
	background-image: linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f9f9f9));
}

#search-results li:first-child { 
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
}
#search-results li:last-child { 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 
}

#search-results li:first-child:last-child { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

/********** Footer **********/

footer .container {
	padding: 25px 35px 12px;
	max-width: 930px;
}

footer section { width: 24%; float: left; overflow: hidden; }

.development { width: 18%; }
.hosting { width: 260px; float: right; }
.copyright { width: 100%; padding-top: 15px; }

footer span.divide:after { content: ' - '; }

footer p, footer ul {
	color: #888;
	line-height: 1.8em;
}

/* Notice: Fixes issue with the hosting links being larger than they should be */
footer span { font-size: 13px; }

footer h3 {
	font-weight: 500;
	color: #333;
	padding-bottom: 10px;
}

/* Notice: Fixes full width (inc whitespace) being hyperlinked */
.social a { float: left; margin: 3px 0 10px 0; color: #666; }
a.twitter { clear: both; }

.social a:hover { text-decoration: none; }

.social span:before {
	content: '';
	position: relative;
	top: -1px;
	padding: 0 0 3px 17px;
	margin-right: 7px;
	background: url('../images/sprite.png');
}

a.facebook span:before { background-position: -174px -86px; }
a.twitter span:before { background-position: -174px -42px; }
a:hover.twitter { color: #4697ce; }
a:hover.facebook { color: #3b5996; }
a:hover.facebook span:before { background-position: -174px -108px; }
a:hover.twitter span:before { background-position: -174px -64px; }

#hosting li {
	text-indent: -999em;
	direction: ltr;
	float: left;
	background: url('../images/sprite.png');
}

#hosting span { display: block; height: 45px; }
#hosting li.networkredux span { height: 23px; }

#hosting li.networkredux {
	background-position: 0 -66px;
	width: 132px;
	height: 23px;
	margin: 11px 30px 0 0;
}
#hosting li.networkredux:hover { background-position: 0 -94px; }
#hosting li.cachefly {
	background-position: 0 -122px;
	width: 98px;
	height: 45px;
}
#hosting li.cachefly:hover { background-position: 0 -172px; }

/********** Media Queries **********/

/* Notice: Retina iPad specific images and styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.heading h1, .heading h2, nav.sub li {
		text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
	}
	
	.heading {
		background-size: 1px 3px, 70px 70px;
	}
	
	.content {
		background-size: auto auto, 70px 70px;
	}
	
	nav li span:before, #search-icon, #search-results:before, 
	.social span:before, #hosting li,
	.overlay span:after, figure span:after {
		background-image: url('../images/sprite_2x.png');
		background-size: 191px 217px;
	}
}

/* Notice: Prevent mobile devices from scaling the font-size in landscape mode */
@media (max-device-width: 1000px) and (orientation: landscape) {
	html { 
		-webkit-text-size-adjust: none; 
		-ms-text-size-adjust: none;
	}
}

/* Navigation */
@media (max-width: 860px) {
	nav li span:before, .home span:before, .blog span:before, .merch span:before { 
		padding-left: 0;
		margin-right: 0;
	}
}

/* Footer */
@media (max-width: 950px) { footer section { width: 23%; } }
@media (max-width: 900px) { footer section { width: 22%; } }
@media (max-width: 850px) { footer section { width: 21%; } }
@media (max-width: 800px) { footer section { width: 20%; } }

@media (max-width: 740px) {
	/* Footer */
	#hosting li { clear: both; text-indent: 0; background: 0; }
	#hosting li.networkredux, #hosting li.cachefly { 
		margin: 0; 
		width: auto;
		height: auto;
	}
	#hosting span { display: inline; }
	.hosting { float: right; }
	.hosting, .development, footer section { width: 25%; }
}

@media (max-width: 700px) {
	/* Navigation*/
	#menu-logo { float: none; }
	#menu-logo span { text-align: center; }
	#menu-logo a:hover span { background: #fff; }
	.home { display: none; }
	nav ul, nav li {
		margin: 0;
		-webkit-border-image: none;
		-moz-border-image: none;
		-ms-border-image: none;
		-o-border-image: none; 
		border-image: none;
	}
	nav li span { padding: 14px 30px 14px 15px; }
	nav li span:before, .blog span:before, .merch span:before { padding-left: 19px; margin-right: 6px; }
	nav ul, nav li { border: 0; }
	nav li { float: left; width: 33.19%; border-top: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
	.blog, .merch { border-right: 0; }
	nav li.active a span, 
	nav li.active a:link span { background: #eee; }
}

@media (max-width: 560px) {
	/* Content */
	hr.two { display: block; }
	.two-column.left { width: auto; }
	
	/* Footer */
	footer ul li { float: left; padding-right: 20px; }
	footer ul li:last-child { padding-right: 0; }
	a.twitter { padding-left: 20px; }
	a.twitter, #hosting li.cachefly { clear: none; }
	
	.hosting, .development, footer section { width: 50%; float: left; }
	.support { padding-bottom: 22px; }
}

@media (max-width: 480px) {
	/* Navigation */
	nav li, .blog { width: 49.83%; border-right: 1px solid #d5d5d5; }
	.xtras, .help { border-right: 0; }
	
	/* Footer */
	footer ul li { clear: both; padding-right: 0; }
	a.twitter { padding-left: 0; }
	a.twitter, #hosting li.cachefly { clear: both; }
	footer span.divide { display: block; }
	footer span.divide:after { content: ''; }
}