@import url('fonts/fonts.css');
/* @import url('./css/boots-bones.css');  */
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}


/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #000;
  font-family: "pop", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

::-moz-selection { /* Code for Firefox */
    color: #333;
    background: #fff;
}

::selection {
    color: #333;
    background: #fff;
}

/* typography
-------------------------------------------------------------- */
.outlined2 {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;		
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "pop", Helvetica, sans-serif;
}
h1 {
/*  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem; */
  font-weight: 900;
  text-transform: uppercase;  
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  text-transform: uppercase;  
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;  
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;  
}
hr {
    background-color: #333;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 1.5em 0 3em;
    width: 100%;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;  
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
h1.site-title{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2 !important;
    margin: 0 15%;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
}
h1.site-title a{
    color: #36cad8;
}
h1.site-title .subtitle{
    color: #FC93A6;
}
.site-title a:hover{
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header nav {
  font-family: "pop", Helvetica, sans-serif;
  font-weight:900;
  position: relative;
  text-transform:uppercase;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
/*  float: left;
	margin: 2px 10px 0 0;
*/
    display: inline-block;
    line-height: 6px;
    margin: 2px 5px 0 0;
    padding: 0;
    vertical-align: top;
} /*
header nav ul li:after {
	content:" | ";
} */

	header nav ul li a {
	  color: #666;
	  font-size: 14px;
	}
	

footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

 
/* FULLPAGE STYLES */  
/* --------------------------------------- */  
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}  

#fullpage {
	background-color:#fff;
}

.section{
	text-align:center;
}
  
#header, #footer{
/*	background: #333; */
	background-color: rgba(0, 0, 0, 0.5);
    color: #f2f2f2;
    display: block;
    padding: 5px 0 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
}

body.home #header, body.home #footer{
	background: #333;
}

#header{
	top:0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
 
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
 
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;	
}

#header.hide {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

#footer.hide {
    -webkit-transform: translateY( 100% );
    -ms-transform: translateY( 100% );
    transform: translateY( 100% );
}

body.home #header.hide,
body.home #footer.hide {
	-webkit-transform: translateY( 0 );
	-ms-transform: translateY( 0 );
	transform: translateY( 0 );
}

.nav-trigger {
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
}

label[for="nav-trigger"] {
    background: url("./img/menu_icon.png") no-repeat top center transparent;
    bottom: -40px;
    cursor: pointer;
	display:none;
    height: 30px;
    left: 10px;
    position: absolute;
    width: 30px;
    z-index: 2;
}

body.home label[for="nav-trigger"] {
	display:none !important;
}


/* MENU */
/***********************************/

h2.artist_name {
	display:inline-block;
	font-size:30px;
	line-height:1;
	margin: 5px 0;
	vertical-align:middle;
}

	h2.artist_name a {
		color:#fff;
	}


#header ul#menu {
	display:inline-block;
	list-style:none;
	margin:0;
}

	#header ul#menu li{
		display:inline-block;
		font-size:13px;
		font-weight:900;
		line-height:40px;
		text-transform:uppercase;
		margin:0 5px;
	}

		#header ul#menu li a{
			border-radius: 15px;
			color: #333333;
			padding: 5px 10px;
		}
	
		ul#menu li.firstPage a {
			background-color: #ffde45;
		}
		
		ul#menu li.firstPage.active a,
		ul#menu li.firstPage a:hover {
			background-color:#333;
			border: 2px solid #ffde45;
			color: #ffde45 !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.secondPage a {
			background-color: #fc93a6;
		}
		
		ul#menu li.secondPage.active a,
		ul#menu li.secondPage a:hover {
			background-color: #333;
			border: 2px solid #fc93a6;
			color: #fc93a6 !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.thirdPage a {
			background-color: #d664bd;
		}
		
		ul#menu li.thirdPage.active a,
		ul#menu li.thirdPage a:hover {
			background-color: #333;
			border: 2px solid #d664bd;
			color: #d664bd !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.fourthPage a {
			background-color: #96dcaf;
		}
		
		ul#menu li.fourthPage.active a,
		ul#menu li.fourthPage a:hover {
			background-color: #333;
			border: 2px solid #96dcaf;
			color: #96dcaf !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.fifthPage a {
			background-color: #36cad8;
		}
		
		ul#menu li.fifthPage.active a,
		ul#menu li.fifthPage a:hover {
			background-color: #333;
			border: 2px solid #36cad8;
			color: #36cad8 !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.sixthPage a {
			background-color: #d83636;
		}

		ul#menu li.sixthPage.active a,
		ul#menu li.sixthPage a:hover {
			background-color: #333;
			border: 2px solid #d83636;
			color: #d83636 !important;
			padding: 3px 8px !important;
		}
		
		ul#menu li.seventhPage a {
			background-color: #d37521;
		}	
		
		ul#menu li.seventhPage.active a,
		ul#menu li.seventhPage a:hover {
			background-color: #333;
			border: 2px solid #d37521;
			color: #d37521 !important;
			padding: 3px 8px !important;
		}
		

	
ul#circles {
    list-style: outside none none;
    margin: 25px auto;
    width: 86%;
}

	ul#circles li{
		display:inline-block;
		margin:1%;
	}

		ul#circles li a{
			background-color: #ff3330;
			border: 0 solid #333;
			border-radius: 5em;
			color: #333333;
			display: table-cell;
			font-size: 1.8em;
			font-weight: 900;
			height: 6em;
			line-height: 1;
			padding: 0.5em;
			text-align: center;
			text-transform: uppercase;
			transition: all 0.5s ease-in-out 0s;
			vertical-align: middle;
			width: 6em;
		  -webkit-transition: all 0.5s ease-in-out;
		  -moz-transition: all 0.5s ease-in-out;
		  -o-transition: all 0.5s ease-in-out;
		  -ms-transition: all 0.5s ease-in-out;
		  transition: all 0.5s ease-in-out;
		}
/*		
		ul#circles li a:hover {
		border: 0.5em solid #fff;
		  -webkit-transition: all 0.25s ease-in-out;
		  -moz-transition: all 0.25s ease-in-out;
		  -o-transition: all 0.25s ease-in-out;
		  -ms-transition: all 0.25s ease-in-out;
		  transition: all 0.25s ease-in-out;	
		}
*/		
		ul#circles li.firstPage a {
			background-color: #ffde45;
		}
		
		ul#circles li.secondPage a {
			background-color: #fc93a6;
		}
		
		ul#circles li.thirdPage a {
			background-color: #d664bd;
		}
		
		ul#circles li.fourthPage a {
			background-color: #96dcaf;
		}
		
		ul#circles li.fifthPage a {
			background-color: #36cad8;
		}
		
		ul#circles li.sixthPage a {
			background-color: #d83636;
		}
		
		ul#circles li.seventhPage a {
			background-color: #d37521;
		}
		
/* LIST PAGES MENU */ 
.list_pages {
    list-style: outside none none;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

	.list_pages li {
		background-color: #333333;
		border-radius: 15px;
		display: inline-block;
		margin: 5px 2px;
		padding: 7px 13px;
	}

	.list_pages li a {
		color: #fff;
		font-size:15px;
		font-weight: 900;
		text-transform: uppercase;
	}

		

/* CONTENT */
/* ------------------------------ */


.intro {
    margin: 0 7%;
	padding:15% 0;
/*	padding: 28vh 0 40vh; */
    text-align: left;
    width: 86%;
}



	.intro h1 {
		border: 1px solid #333;
		border-radius: 2em;
		display: table;
		font-size:2em;
		font-style: italic;
		line-height:1;
		margin: -2em auto 1em;
		padding: 0.5em 1em;
		text-align: center;
		width: auto !important;
	}

	.intro h2 {
		font-style: italic;
		text-align: center;
	}

	.intro h3 {
		line-height: 1;
		margin: 0.5em 0;
		text-transform: none;
	}	
	
	.intro p {
	}
	
	.intro img {
		border:3px solid #333;
		height: auto;
		max-width: 100%;
		vertical-align: middle;		
	}
	
.intro a {
    color: #333;
	letter-spacing:0.5px;
    text-decoration: underline;
}
	

.wp-caption-text {
    background-color: #333;
    color: #fff;
	font-size:small;
    margin: 0 4px 0 0;
    padding: 4px 4px 5px;
}


.edit_link_container {
	clear:both;
	display:block;
	float:left;
/*	margin:10% 0 20%; */
}

/* FOOTER */
/* ------------------------------ */	

#footer{
	bottom:0px;
	color: #f2f2f2;
	display:block;
	padding: 20px 0;
	position:fixed;
	text-align:center;
	width: 100%;
	z-index:9;

    -webkit-transition-duration: .5s;
    transition-duration: .5s;
 
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
 
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;	

	
}
	

	#footer .footer_inner{
		height:100%;
		position:relative;
		width:100%;
	}  
	
#qtranslate-chooser	{
	list-style:none;
	margin:0;
	position:absolute;
	right:15px !important;
	top: 25% !important;
}

#qtranslate-chooser	li {
	margin:0;
}

#qtranslate-chooser	a {
    color: #ffde45;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

#qtranslate-chooser	.active a {
	display:none;
}


	
 
 /* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
	  font-size: 18px;
	  font-size: 1.8rem;
	  line-height: 1.25;
  }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
	#qtranslate-chooser	a,
    .menu-main-nav-container a, 
	.side-title, 
	.menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
	

  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
	#header ul#menu li{
		line-height:32px;
	}	
	ul#circles li a {	
		font-size: 1.5em;
	}		
	
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.intro h1 {
		font-size: 2em;
	}	
	
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {

	.intro h1 {
		font-size: 2em;
	}	
	
	ul#circles li a {	
		font-size: 1.3em;
	}	
  
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
	
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-height: 480px) and (max-height: 767px) {
	

	
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }

	#qtranslate-chooser	a,
    .site-title{
      font-size: 1em !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }