/* @override 
	http://localhost/klemmconcert/wp-content/themes/klemm-concert/style.css
	http://www.klemm-concert.hu/newsite/wp-content/themes/klemm-concert/style.css
	http://www.klemm-concert.hu/wp-content/themes/klemm-concert/style.css */

@import url(http://fonts.googleapis.com/css?family=Magra:700,400&subset=latin,latin-ext);

@import url(css/fonts.css);

/*
	Theme Name: Klemm Concert
	Theme URI: http://aarontgrogg.com/boilerplate/
	Description: A merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>), Boilerplate: Starkers provides developers with an ideal, bleeding-edge, clean-start theme.  Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in (thanks Paul, Divya and a large cast of supporting characters)!  Boilerplate themes are designed to serve as a Parent theme to whatever Child (<a href="http://codex.wordpress.org/Child_Themes">http://codex.wordpress.org/Child_Themes</a>) you care to add, but you could just as easily use this as a starting point and alter the PHP as your design needs.  More about this theme can be found at <a href="http://aarontgrogg.com/boilerplate/">http://aarontgrogg.com/boilerplate/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, Elliot Jay Stocks, and Peter Furst
	Author URI: http://aarontgrogg.com/
	Version: 3.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #67B4DF; }
a:hover { color: #000000; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #424242;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
	font-family: Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/*::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
::selection { background:#fe57a1; color:#fff; text-shadow: none; }*/

/**
 * Primary styles
 *
 * Author: Peter Furst
 */


html {
	background: url(images/bg-new.jpg) no-repeat center top #000;
}

body {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Header */

body > header {
	height: 131px;
	background: url(images/bg-header.png) 0 0;
	overflow: hidden;
	position: relative;
}

body > header > h1 > a {
	width: 170px;
	height: 97px;
	background-image: url(images/logo.png);
	text-indent: -99em;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 17px;
}
body > header > h1 {
	width: 170px;
	height: 97px;
	display: block;
}

body > header > h2 {
	position: absolute;
	top: 15px;
	left: 200px;
	right: 200px;
	text-align: center;
	color: #8f888f;
	font-size: 15px;
}

body > header > h2 > span:first-child {
	left: 0;
	margin-right: 2px;
}

body > header > h2 > span:last-child {
	right: 0;
	margin-right: 2px;
}

body > header > h2 > span:first-child,
body > header > h2 > span:last-child {
	border-bottom: 1px solid #8f888f;
display: inline-block;
width: 24%;
margin: 4px;
}

a#skip {
	display: none;
}

body > header > nav#access {
	position: absolute;
	left: 100px;
	top: 105px;
	right: 100px;
}

body > header > nav#access > div > ul {
	text-align: center;
	white-space: nowrap;
}

body > header > nav#access > div > ul > li {
	display: inline-block;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

body > header > nav#access > div > ul > li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #67B4DF;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-weight: bold;
}

body > header > nav#access > div > ul a:hover {
	color: #fff;
}

body > header > nav#access > div > ul ul.sub-menu {
	display: none;
}

body > header div.right-block {
	position: absolute;
	right: 25px;
	top: 18px;
	display: block;
	width: 170px;
	height: 97px;
	text-align: right;
	overflow: hidden;
}

body > header div.right-block img {
	margin-top: 12px;
}

ul.lang-sel {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

ul.lang-sel li {
	display: inline-block;
	margin-left: 20px;
} 

ul.lang-sel li > a {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	text-align: left;
}

ul.lang-sel li > a.en {
	background-image: url(images/eng.png);
}

ul.lang-sel li > a.hu {
	background-image: url(images/hun.png);
}

/* @group Menu-Icon */

#access a.icon {
	background: url(images/menu-sprite.png) no-repeat;
	width: 46px;
	height: 47px;
	position: absolute;
	display: none;
	top: -65px;
	overflow: hidden;
	text-indent: -99em;
}

nav#access li.current-menu-item a.icon {
	display: block;
	top: -50px;
}

#access a.about-icon { 
    background-position: 0 0; 
 } 
 
#access a.cont-icon { 
    background-position: -46px -0px; 
 } 
 
#access a.eq-icon { 
    background-position: -92px -0px; 
 } 
 
#access a.home-icon { 
    background-position: -138px -0px;
 } 
 
#access a.references-icon { 
    background-position: -184px -0px;
 } 
 
#access a.services-icon {
	background-position: -230px -0px;
}
 

/* @end */

body > header + div div#slideShow {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 220px;
	overflow: hidden;
	position: relative;
}

body > header + div div#slideShow > div#slideShowItems {
	position: absolute;
	top: -65px;
}

body.home > header + div div#slideShow {
	height: 350px;
}

body.home > header + div div#slideShow > div#slideShowItems {
	position: static;
	top: 0;
}

body > header + div {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

body > div #slideShowCount,
body > div #slideShowCount > li.slide {
	background: none !important;
}

body > div #slideShowCount {
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: auto;
	text-align: right;
	padding-right: 5px;
}

body > div #slideShowCount > li.slide > span {
	overflow: hidden;
	text-indent: -99em;
	display: inline-block;
}

body > div #slideShowCount > li.slide {
	width: 0;
	margin-left: 7px;
	margin-right: 7px;
	float: none;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: inline-block;
}

body > div #slideShowCount > li.slide:before {
	content:'\2022';
	font-weight: bold;
	font-size: 26px;
}

body > div #slideShowCount > li.slide.selectedTab:before{
	color: #fff;
}

#slideShowNav {
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: auto;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	z-index: 99;
}

#slideShowNav a {
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}

div#slogan {
	height: 58px;
	background: url(images/bg-motive-list.jpg) left bottom;
	padding-left: 25px;
	padding-right: 25px;
	color: #67B4DF;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 24px/58px 'Myriad Pro', Arial, sans-serif;
}

a#fb-btn {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-image: url(images/f-logo-30.png);
	background-image: -webkit-image-set(url(images/f-logo-30.png) 1x, url(images/f-logo-60.png) 2x);
	text-indent: -99em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-top: 11px;
}


/* @end */

/* @group Main */

body > section#content {
	border-top: 4px solid #ffffff;
	background: url(images/bg-main.png) repeat-x #fff;
	padding-top: 20px;
	padding-left: 25px;
	vertical-align: top;
}


body > section#content h1.entry-title,
.home div#middle ul.xoxo h3.widget-title,
.single #content > article > h1,
.page #content > article > h1.entry-title,
.category section#content h1 {
	color: #67B4DF;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 27px 'Myriad Pro', Arial, sans-serif;
}

body > section#content h1.entry-title + hr,
.home div#middle ul.xoxo h3.widget-title + hr {
	padding-bottom: 30px;
	background: url(images/separator.png) no-repeat right top;
	border: 0;
	margin-left: -25px;
	margin-top: 0;
	height: 0;
}

body > section#content h2.entry-title > a {
	color: #67B4DF;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 27px 'Myriad Pro', Arial, sans-serif;
}

body > section#content h2.entry-title > a:hover {
	color: #000;
}

#content > #middle {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	padding-bottom: 20px;
}

.page #content > article {
	padding-top: 20px;
	display: inline-block;
	width: 600px;
	vertical-align: top;
	padding-bottom: 20px;
}

#content > ul.xoxo {
	display: inline-block;
	vertical-align: top;
	width: 304px;
	margin: 1px 0 0 25px;
	list-style: none;
	padding: 0 0 20px;
}

#content > ul.xoxo h3.widget-title {
	color: #67B4DF;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 19px 'Myriad Pro', Arial, sans-serif;	
}

#content > ul.xoxo > li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.featured-events table {
	width: 292px !important;
}

.featured-events table td,
.featured-events table th {
	border-bottom: 1px solid #C6C8C9;
	padding: 8px 5px;
}

.featured-events table td:first-of-type,
.featured-events table th:first-of-type {
	border-right: 1px solid #C1C1C1;
	white-space: nowrap;
}

/* @end */

/* @group Home Loop */

.home #main article,
.category #content article {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	margin-left: 9px;
	margin-right: 8px;
}

.home #main article > h2.entry-title > a,
.category #content article > h2.entry-title > a {
	text-decoration: underline;
	text-transform: none;
	font: bold 16px Arial, sans-serif;
}

.home #main article > h2.entry-title,
.category #content article > h2.entry-title {
	padding-bottom: 3px;
	margin: 0;
	font: bold 16px Arial, sans-serif;
}

.home #main article > div.entry-content,
.category #content article > div.entry-content {
	padding: 0;
	font-size: 84%;
}

/* @end */

/* @group Brands */

#brands {
	margin-top: 2em;
}

#brands ul.xoxo {
	margin: 0;
	padding: 0;
	list-style: none;
}

#brands ul.xoxo table td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#brands ul.xoxo table img {
	display: inline-block;
	padding: 4px;
	line-height: 1;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* @end */

/* @group Single */

.single #content,
.page #content {
	width: auto;
	padding-right: 25px;
	padding-bottom: 20px;
}

.page #content article {
	width: 100%;
	padding: 0;
}

.single #content nav div {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
}

.breadcrumbs {
	display: block;
	width: 100%;
	font-size: 11px;
	cursor: default;
	margin-bottom: 10px;
}

.breadcrumbs .sep {
	width: 10px;
	height: 5px;
	display: inline-block;
	text-align: left;
	text-indent: -99em;
	overflow: hidden;
	background: url(images/bullet-default.png) no-repeat center center;
}

.single #content nav div.nav-next {
	text-align: right;
}

article {
	font-size: 14px;
	color: #000;
	margin-top: 16px;
}

.single section#content nav#nav-below {
	margin-top: 16px;
}

article h1 {
	margin-top: 16px;
	margin-bottom: 12px;
}

article p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

#content article div.entry-content {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#content article div.entry-content ul {
	list-style-type: square;
	margin-top: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

article img.alignright {
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 7px;
}

article img.alignleft {
	margin-top: 5px;
	margin-bottom: 7px;
	margin-right: 7px;
}

#content article img {
	display: inline-block;
	padding: 4px;
	line-height: 1;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

article blockquote {
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: italic;
	border-left: 5px solid #67B4DF;
	padding-left: 1em;
}

div.entry-content div.gallery {
	margin: 20px auto;
}

div.entry-content div.gallery.gallery-columns-3 {
	margin-left: auto;
	margin-right: auto;
	width: 541px;
	text-align: center;
}

div.entry-content div.gallery > dl {
	display: inline-block;
	margin: 10px;
	text-align: center;
}

article h2,
article h3,
article h4
article h5 {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 24px 'Myriad Pro', Arial, sans-serif;
	margin-top: 12pt;
	margin-bottom: 6pt;
}

article h3 {
	font-size: 22px;
	text-transform: none;
}

article h4 {
	text-transform: none;
	font-size: 19px;
}

article h5 {
	font-size: 16px;
	text-transform: none;
}



/* @end */

/* @group Footer */

body > footer {
	height: 34px;
	padding: 5px 25px;
	line-height: 34px;
	margin-top: 7px;
	background: url(images/bg-footer-top.png) no-repeat center center;
	margin-bottom: 7px;
	position: relative;
}

body > footer a:link,
body > footer
{
	color: #C5C5C5;
	text-decoration: none;
}

body > footer > .footer-right {
	display: block;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 5px;
	bottom: 5px;
}

/* @end */

/* @group Page Specific */

.page-id-60 article table a,
.page-id-58 article table a,
.page-id-2 article table h3,
.page-id-49 article table h3 {
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.page-id-2 article table p,
.page-id-49 article table p  {
	color: #434343;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.page-id-60 article table,
.page-id-58 article table,
.page-id-2 article table,
.page-id-49 article table {
	margin-bottom: 2em;
	margin-top: 2em;
}

.page-id-2 article table td,
.page-id-49 article table td {
	width: 33%;
	height: 180px;
	font-size: 20px;
}

.post-207 table,
.post-253 table {
	margin-left: 50px;
	width: 815px !important;
}

.post-207 table td,
.post-253 table td {
	padding: 25px 5px;
}

.post-207 table td h3,
.post-253 table td h3 {
	margin: 0;
	font: bold 34px/1em Arial, sans-serif;
}

.post-207 table td a,
.post-253 table td a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.post-207 table td a:hover,
.post-253 table td a:hover {
	text-decoration: underline;
}

article div.ngg-gallery-thumbnail {
	width: 221px;
	float: none;
}

article div.ngg-gallery-thumbnail-box {
	text-align: center;
	height: 145px;
	font-size: 12px;
}

/* @end */

/* @group Categories */


/* @end */

/* @group Icons */

[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;background-image:url("images/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;*margin-right:.3em;}[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0;}
.icon-white{background-image:url("images/glyphicons-halflings-white.png");}
.icon-glass{background-position:0 0;}
.icon-music{background-position:-24px 0;}
.icon-search{background-position:-48px 0;}
.icon-envelope{background-position:-72px 0;}
.icon-heart{background-position:-96px 0;}
.icon-star{background-position:-120px 0;}
.icon-star-empty{background-position:-144px 0;}
.icon-user{background-position:-168px 0;}
.icon-film{background-position:-192px 0;}
.icon-th-large{background-position:-216px 0;}
.icon-th{background-position:-240px 0;}
.icon-th-list{background-position:-264px 0;}
.icon-ok{background-position:-288px 0;}
.icon-remove{background-position:-312px 0;}
.icon-zoom-in{background-position:-336px 0;}
.icon-zoom-out{background-position:-360px 0;}
.icon-off{background-position:-384px 0;}
.icon-signal{background-position:-408px 0;}
.icon-cog{background-position:-432px 0;}
.icon-trash{background-position:-456px 0;}
.icon-home{background-position:0 -24px;}
.icon-file{background-position:-24px -24px;}
.icon-time{background-position:-48px -24px;}
.icon-road{background-position:-72px -24px;}
.icon-download-alt{background-position:-96px -24px;}
.icon-download{background-position:-120px -24px;}
.icon-upload{background-position:-144px -24px;}
.icon-inbox{background-position:-168px -24px;}
.icon-play-circle{background-position:-192px -24px;}
.icon-repeat{background-position:-216px -24px;}
.icon-refresh{background-position:-240px -24px;}
.icon-list-alt{background-position:-264px -24px;}
.icon-lock{background-position:-287px -24px;}
.icon-flag{background-position:-312px -24px;}
.icon-headphones{background-position:-336px -24px;}
.icon-volume-off{background-position:-360px -24px;}
.icon-volume-down{background-position:-384px -24px;}
.icon-volume-up{background-position:-408px -24px;}
.icon-qrcode{background-position:-432px -24px;}
.icon-barcode{background-position:-456px -24px;}
.icon-tag{background-position:0 -48px;}
.icon-tags{background-position:-25px -48px;}
.icon-book{background-position:-48px -48px;}
.icon-bookmark{background-position:-72px -48px;}
.icon-print{background-position:-96px -48px;}
.icon-camera{background-position:-120px -48px;}
.icon-font{background-position:-144px -48px;}
.icon-bold{background-position:-167px -48px;}
.icon-italic{background-position:-192px -48px;}
.icon-text-height{background-position:-216px -48px;}
.icon-text-width{background-position:-240px -48px;}
.icon-align-left{background-position:-264px -48px;}
.icon-align-center{background-position:-288px -48px;}
.icon-align-right{background-position:-312px -48px;}
.icon-align-justify{background-position:-336px -48px;}
.icon-list{background-position:-360px -48px;}
.icon-indent-left{background-position:-384px -48px;}
.icon-indent-right{background-position:-408px -48px;}
.icon-facetime-video{background-position:-432px -48px;}
.icon-picture{background-position:-456px -48px;}
.icon-pencil{background-position:0 -72px;}
.icon-map-marker{background-position:-24px -72px;}
.icon-adjust{background-position:-48px -72px;}
.icon-tint{background-position:-72px -72px;}
.icon-edit{background-position:-96px -72px;}
.icon-share{background-position:-120px -72px;}
.icon-check{background-position:-144px -72px;}
.icon-move{background-position:-168px -72px;}
.icon-step-backward{background-position:-192px -72px;}
.icon-fast-backward{background-position:-216px -72px;}
.icon-backward{background-position:-240px -72px;}
.icon-play{background-position:-264px -72px;}
.icon-pause{background-position:-288px -72px;}
.icon-stop{background-position:-312px -72px;}
.icon-forward{background-position:-336px -72px;}
.icon-fast-forward{background-position:-360px -72px;}
.icon-step-forward{background-position:-384px -72px;}
.icon-eject{background-position:-408px -72px;}
.icon-chevron-left{background-position:-432px -72px;}
.icon-chevron-right{background-position:-456px -72px;}
.icon-plus-sign{background-position:0 -96px;}
.icon-minus-sign{background-position:-24px -96px;}
.icon-remove-sign{background-position:-48px -96px;}
.icon-ok-sign{background-position:-72px -96px;}
.icon-question-sign{background-position:-96px -96px;}
.icon-info-sign{background-position:-120px -96px;}
.icon-screenshot{background-position:-144px -96px;}
.icon-remove-circle{background-position:-168px -96px;}
.icon-ok-circle{background-position:-192px -96px;}
.icon-ban-circle{background-position:-216px -96px;}
.icon-arrow-left{background-position:-240px -96px;}
.icon-arrow-right{background-position:-264px -96px;}
.icon-arrow-up{background-position:-289px -96px;}
.icon-arrow-down{background-position:-312px -96px;}
.icon-share-alt{background-position:-336px -96px;}
.icon-resize-full{background-position:-360px -96px;}
.icon-resize-small{background-position:-384px -96px;}
.icon-plus{background-position:-408px -96px;}
.icon-minus{background-position:-433px -96px;}
.icon-asterisk{background-position:-456px -96px;}
.icon-exclamation-sign{background-position:0 -120px;}
.icon-gift{background-position:-24px -120px;}
.icon-leaf{background-position:-48px -120px;}
.icon-fire{background-position:-72px -120px;}
.icon-eye-open{background-position:-96px -120px;}
.icon-eye-close{background-position:-120px -120px;}
.icon-warning-sign{background-position:-144px -120px;}
.icon-plane{background-position:-168px -120px;}
.icon-calendar{background-position:-192px -120px;}
.icon-random{background-position:-216px -120px;}
.icon-comment{background-position:-240px -120px;}
.icon-magnet{background-position:-264px -120px;}
.icon-chevron-up{background-position:-288px -120px;}
.icon-chevron-down{background-position:-313px -119px;}
.icon-retweet{background-position:-336px -120px;}
.icon-shopping-cart{background-position:-360px -120px;}
.icon-folder-close{background-position:-384px -120px;}
.icon-folder-open{background-position:-408px -120px;}
.icon-resize-vertical{background-position:-432px -119px;}
.icon-resize-horizontal{background-position:-456px -118px;}

/* @end */

/**
 * 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; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}/*/mediaquery*/



/**
 * 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; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/
