/* @override 
	http://luhrmann.net/wp-content/themes/luhrmann/style.css
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332004587
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332021233
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332021771
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332023892
/*
Theme Name: Tanya Luhrmann
Theme URI: http://luhrmann.net
Author: Maarten Ottens
Author URI: http://maartenottens.com/
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332093152
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332095969
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332096031
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332096802
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332100810
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332349395
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332522676
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332523603
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332524002
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332525395
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332528994
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1332530689
	http://luhrmann.net/wp-content/themes/luhrmann/style.css?1334285076
Description: 
Version: 1
License: GNU General Public License
License URI: license.txt
Tags: 
*/
/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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

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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 18px; line-height: 1.41; }

body, button, input, select, textarea {  	font-family: "garamond-premier-pro", "Times New Roman", Times, serif;
 color: #222; }
/*.ie7 body, .ie7 button, .ie7 input, .ie7 select, .ie7 textarea {  	font-family: Georgia, "Times New Roman", Times, serif;*/
 color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
	color: #fff; text-shadow: none;
background-color: #7fc2c4;
}
::selection {
	color: #fff; text-shadow: none;
background-color: #7fc2c4;
}


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

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 15px 1em 10px;
	padding-left: 5px;
	text-indent: -5px;
}

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: h5bp.com/j */
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: h5bp.com/k */
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; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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

/*
 * Correct overflow not hidden in IE9 
 */

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


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

figure { margin: 0; }


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

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

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

/* 
 * 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; }

/*
 * 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: 16px; 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; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 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"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

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


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
   
   /* @group imgs */
   
   .home img.attachment-post-thumbnail,
   #icons img.attachment-post-thumbnail,
	.bi img,
   .tri img,
   .attachment img,
   .widget-area img {
   	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
   	height: auto; /* Override height to match resized width for correct aspect ratio. */
   	width: auto;
   }
   .mono img {
   	max-width: 800px;
   	height: auto;
   }
   img.alignleft {
   	margin-right: 1em;
   }
   img.alignright {
   	margin-left: 2em;
   	float: right;
	   margin-right: -300px;
   }
   .wp-caption {
   	padding: 0;
   }
   .wp-caption img {
   	margin: 0;
   }
   .wp-caption .wp-caption-text {
   	margin: .25em;
   	text-align: right;
   	padding-right: 10px;
   	font-size: 0.9em;
   }
	.postthumb img {
		width: auto;
		max-width: 50%;
		height: auto;
		float: right;
		margin-left: 1em;
/*		clear: right;*/
		clear: none;
		margin-bottom: .5em;
	}
	#content .catthumb img {
		width: auto;
		max-width: 30%;
		height: auto;
		float: right;
		margin-left: 1em;
/*		clear: right;*/
		clear: none;
		margin-bottom: .5em;
	}
	
.page-id-72 .wp-image-301 {
	width: 560px;
	float: right;
	margin-right: -200px;
	margin-left: 20px;
}
/* @end */   
   
   
body {
	color: #000;
/*	overflow-x: hidden;
	overflow-y: auto;*/
/*	background-color: #eee;*/
	min-width: 880px;
	background: #000;
}   
body.shadow #main {
	text-shadow: 0 1px 1px #ffffff;	
}   
#black {
	width: 100%;
	height: 100%;
	color: #fff;
	position: fixed;
	z-index: 2;
	background: url(img/noise2.jpg) #000;
	top: 0;
	left: 0;
}
#site-title, #site-description {
	display: inline-block;
	font-weight: 100;
	padding: 4px 10px;
	color: #555;
}
.ie7 #site-title, .ie7 #site-description {
	display: inline;
	float: left;
}

#site-description {
	font-size: 16px;
}
#site-title a {
	color: #555;
}
#site-title a:hover {
	color: #ee4130;
	text-decoration: underline;
}
#site-title {
	font-size: 24px;
	margin-left: 100px;
}
#branding {
	background-color: #fff;
	padding-top: 195px;
	height: 28px;
	margin-bottomtop: 24px;
	position: relative;
	z-index: 3;
}
.ie7 #branding {
	padding-top: 42px;
}
#branding.fixed #navigation{
	position: fixed;
	top: 42px;
}
#branding hgroup {
/*	height: 58px;*/
	 word-spacing: 3px;
	 border-bottom: 1px solid #ee4130;
	 position: fixed;
	 background-color: #fbfbfb;
	 z-index: 2;
	 top: 0;
 }
.admin-bar #branding.fixed #navigation{
	top: 66px;
}
.admin-bar #branding hgroup {
	top: 24px;
}

h1,h2,h3,h4 {
	margin: 0;
	font-weight: normal;
/*	padding: 10px;*/
}
h1.entry-title {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
}
#content a {
	text-decoration: underline;
}
#content .wb_fb_bottom a {
	text-decoration: none;
}
nav {
	font-size: 17px;
	font-weight: 300;
/*	text-align: center;*/
/*	margin-top: 10px;*/
}

a:hover {
	color: #ee4130;
}
#loader {
	width: 100%;
	height: 100%;
	background: url(img/loader.gif) no-repeat center center;
}
.follow {
	z-index: -1;
	display: none;
}
.oldie .follow {
	width: 0;
	height: 0;
}
hgroup {
	display: block;
	width: 100%;
}
#navigation {
/*	float: left;*/
/*	background-color: #ee4130;*/
		
	text-align: center;	
/*	border-left: 12px solid #ee4130;*/
/*	padding-top: 12px;*/
	background-color: #666;
	height: 28px;
	line-height: 22px;
	width: 100%;
	-moz-box-shadow: 0 1px 1px #666666;
	-webkit-box-shadow: 0 1px 1px #666666;
	box-shadow: 0 1px 1px #666666;
	z-index: 1;
}
ul.menu li li a {
	display: block;
	color: #222;
/*	color: #ee4130;*/
/*	border-left: 1px solid #ee4130;*/
/*	margin-left: -1px;*/
}
ul.menu li a:hover {
/*	color: #ee4130;*/
	text-decoration: underline;
}
ul.menu li li > a {
	padding-top: 0;
	margin-top: 0;
}
ul.menu li > a {
	background: no-repeat center -10px;
	padding-top: 130px;
	margin-top: -130px;
}
ul.menu li:hover > a {
	background: no-repeat center -150px;
}
ul.menu li.menu-item-51 > a {
	background-image: url(img/menu/menu_01.jpg);
}
ul.menu li.menu-item-52 > a {
	background-image: url(img/menu/menu_02.jpg);
}
ul.menu li.menu-item-44 > a {
	background-image: url(img/menu/menu_03.jpg);
}
ul.menu li.menu-item-45 > a {
	background-image: url(img/menu/menu_04.jpg);
}
ul.menu li.menu-item-42 > a {
	background-image: url(img/menu/menu_05.jpg);
}
ul.menu a span {
	padding: 4px 24px;
	display: block;
	height: 20px;
}
ul.menu li li a {
/*	padding: 6px 12px;*/
	display: block;
/*	height: 20px;*/
}
ul.menu > li > a span {
	background-color: #666;
}
ul.menu a {
	display: block;
		
/*	width: 190px;*/
	color: #fff;
	padding: 0;
}
ul.menu > li.current_page_parent > a span, ul.menu > li.current-menu-item > a span, ul.menu li.current-menu-ancestor > a span {
	background-color: #ee4130;
	padding-bottom: 20px;
	margin-bottom: -20px;
	-moz-box-shadow: 0 2px 2px #666666;
	-webkit-box-shadow: 0 2px 2px #666666;
	box-shadow: 0 2px 2px #666666;
	padding-top: 5px;
	margin-top: -1px;
}
ul.menu li li.current-menu-item a {
	color: #ee4130;
}
ul.menu li li:hover {
	padding-bottom: 0px;
}
ul.menu li:hover {
	padding-bottom: 10px;
}
ul.menu > li {
	display: inline-block;
/*	margin: 0 20px 4px;*/
	position: relative;
	height: 28px;
}
.ie7 ul.menu > li {
	display: inline;
	float: left;
}
ul.menu li li {
	display: block;
	white-space: nowrap;
	font-weight: 100;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #ee4130;
	border-right: 1px solid #ee4130;
/*-moz-box-shadow: 0 2px 2px #666666;
-webkit-box-shadow: 0 2px 2px #666666;
box-shadow: 0 2px 2px #666666;*/
}
ul.menu li ul {
	display: none;
	position: absolute;
/*	width: 260px;*/
	left: 0;
/*	margin-left: -130px;*/
	padding-top: 12px;
/*	width: 100%;*/
	font-size: 1em;
/*	left: 0px;*/
	top: 28px;
/*	margin-right: 50%;*/
	border-bottom: 1px solid #ee4130;
/*	-moz-box-shadow: 0 2px 2px #666666;
	-webkit-box-shadow: 0 2px 2px #666666;
	box-shadow: 0 2px 2px #666666;*/
	background: url(img/menutop.png) no-repeat -120px top;
	z-index: 3;
}
ul.menu li:hover a span{
/*	background-color: #ee4130;*/
}
ul.menu li:hover ul {
	display: block;
}
#secondary {
	float: left;
	list-style-type: none;
	padding: 0;
	width: 120px;
	margin: 60px 0 0 10px;
}
#sub-page-menu.fixed {
	position: fixed;
	top: 26px;	
}
#sub-page-menu h4 {
/*	display: none;*/
	margin-bottom: 6px;
	line-height: 1.2;
	padding-left: 5px;
	text-indent: -5px;
}
#sub-page-menu .current_page_item{
}
#sub-page-menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#secondary ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
#sub-page-menu li{
	margin-bottom: 6px;
	line-height: 1.2;
	padding-left: 5px;
	text-indent: -5px;
}
#sub-page-menu a{
	color: #555;
	border-bottom: 1px dotted #555;
}
#sub-page-menu a:hover, #sub-page-menu .current_page_item a {
color: #ee4130;
border-bottom: 1px solid #ee4130;
}
#primary {
	margin-left: 40px;
	margin-right: 20px;
}
#primary.withmenu {
	margin-left: 150px;
/*	float: right;*/
/*	width: 400px;
	padding-right: 400px;*/
}
.withmenu article {
	padding-left: 20px;
	border-left: 1px dotted #fff;
}
#main {
	width: 990px;	
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.wrap {
	width: 990px;
	margin: 0 auto;
}
/*.entry-content p {
	text-indent: -1em;
}
/*.entry-content p:first-letter {
/*	color: red;*!/
	font-size: 300%;
	float: left;
	width: 0.9em;
	line-height: 1;
}*/



#content {
	padding-bottom: 20px;
}
p, #content ul {
	margin: 15px 0;
}
.bi {
/*	width: 360px;*/
	width: 46%;
	float: left;
}
.bi.onecol {
	margin-right: 60px;
}
.tri.onecol, .tri.twocol  {
	margin-right: 27px;
}

.tri {
	width: 240px;
	width: 31%;
	float: left;
}
.mono {
	width: 600px;
}
.entry-content {
	text-shadow: 0 1px 1px #ffffff;
	position: relative;
}
.quote {
	margin-right: 20px;
	margin-left: 20px;
	text-indent: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.from {
	text-align: right;
	font-size: 15px;
	margin-right: 20px;
	margin-top: 0;
}   
img.wp-image-67 {
	border: 5px solid #ee4130;
	-moz-box-shadow: 2px 2px 10px #6d5a5a;
	-webkit-box-shadow: 2px 2px 10px #6d5a5a;
	box-shadow: 2px 2px 10px #6d5a5a;
	max-width: 170px;
	height: auto;
}
#content .onlycol img {
	max-width: 800px;
}
.feat-img img {
	max-width: 100%;
	height: auto;
}
/*books*/

.parent-pageid-14 .onecol h2 {
	position: absolute;
	font-size: 20px;
	top: -30px;
	left: 240px;
}
.parent-pageid-14.page-id-374 .onecol h2 {
	left: 370px;
}  
/*comments*/   
   
.commentlist {
	list-style-type: none;
/*	margin: 0;*/
	padding: 0;
}
.commentlist .odd {
/*	background-color: rgba(255, 255, 255, .5);*/
}
.commentlist li {
	clear: both;
}
.comment-body p {
	margin: 7px 0;
}
.comment-body {
	background-color: #fff;
	padding: 1px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
}
.comment-author cite {
	display: block;
	float: left;
	padding-top: 13px;
	background: url(img/comments.png) -150px -269px;
	margin-top: -1px;
	margin-left: 10px;
	min-width: 100px;
	font-weight: normal;
	font-style: normal;
}
.comment-author-tanya-luhrmann > article .comment-body {
	border: 1px solid #ed4130;
}
.comment-author-tanya-luhrmann > article .comment-author cite {
	background-position: -150px -121px;
}
.comment-author {
	height: 50px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.forum-title {
	text-align: center;
	margin-bottom: 20px;
}
.blog .twocol article {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 50px;
	margin-bottom: 20px;
	clear: both;
}
.blog .bi.onecol {
	margin-right: 30px;
}
.blog .type-post h1 {
	font-size: 1em;
}
.blog .bi.twocol {
	padding-left: 30px;
	border-left: 1px solid #fff;	
}
.blog .twocol article .wb_fb_comment {
/*	display: none;*/
	height: 0;
}
time, .comment-author .comment-reply-link, .comments-link, .edit-link {
	display: block;
	float: right;
	margin-top: 12px;
	color: gray;
	margin-right: 10px;
	margin-left: 10px;
}
.comment-author .comment-reply-link {
}
#commentform {
	position: relative;
	padding-bottom: 0;
	z-index: 0;
}
.bubble {
	background: url(img/comments.png) no-repeat center -269px;
	height: 15px;
	margin-top: -1px;
}
.nameemail, .logged-in-as{
	position: absolute;
	bottom: 69px;
	left: 10px;
	width: 407px;
	height: 87px;
}
.logged-in-as {
	height: 50px;
}
.nameemail label {
	width: 90px;
	display: inline-block;
	text-transform: lowercase;
}
.nameemail input {
	width: 302px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.required {
	width: 10px;
	display: inline-block;
	color: #ed4130;
	text-align: center;
}
.comment-notes {
	margin-top: 85px;
	margin-left: 10px;
}
.comment-form-comment label {
	color: #888;
}
.comment-form-comment {
	margin: 0;
	background-color: #fff;
	padding: 4px 10px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
}
#comment {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	border-top: 1px dotted #ddd;
}
.form-submit {
}
#submit:hover {
	text-decoration: underline;
}
#submit {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ed4130;
	background-color: #ed4130;
	color: #fff;
}
#reply-title {
	font-size: 1em;
}

#content ul.children {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0;
}
nav .section-heading {
	display: none;
}
#nav-above, #nav-below {
	clear: both;
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 10px 0;
}
#nav-above {
	border-bottom: 1px dotted #aaa;
}
#nav-above a, #nav-below a {
	color: #777;
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 46%;
}
.nav-next {
	margin-left: 54%;
	text-align: right;
}
.onecol article {
	clear: both;
}


/* @group footer always at bottom */
   
html, body {
	height:100%;
}
#container {
	min-height:100%;
	min-width: 990px;
	position:relative;
	z-index: 1;
	overflow: hidden;
	background: url(img/white_sand.png) #eee;
}
#main {
	padding-bottom: 110px;
}
#footer {
	min-height: 90px;
	position:absolute;
	bottom:0;
	width: 100%;
/*	border-top: 1px solid #ee4130;*/
/*	border-top: 1px solid #3b5998;*/
/*	background-color: rgba(0, 0, 0, .75);*/
	
	padding-top: 10px;
	background-image: url(img/dvsleft.png);
	z-index: 3;
}
.ie7 #footer {
	background-color: #333;
	position: relative;
}

/* @end */

#site-generator {
	width: 930px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

#tertiary {
	float: left;
}

.designby {
	float: right;
	margin-top: 6px;
}

.designby a {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

.designby a:hover {
	text-decoration: underline;
	color: #eee;
}
.fb-like-box {
	float: left;
	opacity: 0.8;
	
}


/* photospace controls */
.photospace {
	margin: 15px 0 !important;
	height: auto;
}
.photospace .slideshow img {
	vertical-align: top;
	max-height: 100% !important;
	max-width: auto !important;
}
.controls {
	float: left;
	width: 0px;
	position: absolute;
	top: -5px;
	right: 0;
}
.ss-controls, .nav-controls {
	position: relative;
}
.play, .pause {
	right: 20px;
}
.prev {
	right: 40px;
}
.next {
	right: 0;
}
a.prev, a.play, a.pause, a.next {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
/*	float: left;*/
	text-indent: -9999em;
	position: absolute;
}
a.prev span, a.play span, a.pause span, a.next span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/controls.png) no-repeat 0 0;
}
a.prev span {
	background-position: 0 0;
}
a.play span {
	background-position: -40px 0;
}
a.pause span {
	background-position: -20px 0;
}
a.next span {
	background-position: -60px 0;
}
a.prev:hover span {
	background-position: 0 -20px;
}
a.play:hover span {
	background-position: -40px -20px;
}
a.pause:hover span {
	background-position: -20px -20px;
}

a.next:hover span {
	background-position: -60px -20px;
}

/* contact form */

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-size: 16px !important;
}
.gform_wrapper textarea {
	font-size: 16px !important;
}

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

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 168px) {
  /* Style adjustments for viewports 768px and over go here */


}

@media only screen and (min-width: 1150px) {

nav {
/*	font-size: 20px;*/
}
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  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; }
}