@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-num-cols-hires:		12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
	

*/

/* default */


/* GOLD => rgb(133, 112, 64) */


/* STRUCTURE */

.gridContainer {
	min-height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 100%;
	background-image: url(../img/piuma-background.jpg);
	background-repeat: repeat;
	background-position: 50% 0%;
	background-size: cover; 
	background-attachment: fixed;
}

#main {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 40px;
}

/*
#main-fan {
	background-image: url(../img/piuma-ep-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover; 
	background-attachment: fixed;
	margin: 0 auto;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 40px;
}
*/

#header {
	background: rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgb(255, 255, 255);
	margin: 0px auto 20px auto;
	padding: 20px 0;
	width: 100%;
	clear:both;
	float:left;
}


#content {
	width: 100%;
	clear:both;
	float:left;
}

#footer {
	background: rgba(0, 0, 0, 0.50);
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
	padding: 20px 0 40px;
	width: 100%;
	text-align: center;
	clear:both;
}

/*  HEADER */

#piuma-logo-text-wrapper {
	float: left;
	margin: 0px 0 0px 10%;
	width: 350px;	
}


.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#piuma-logo-text img:hover {
	opacity: 50%;
}

#top {
	position: relative;
	float: right;
	margin: 0;
	padding-right: 10px;
	width: 250px;
	text-align:center;
}

#bottom {
	//position: relative;
	//float: right;
	margin: 0 auto;
	//padding-right: 10px;
	width: 250px;
	text-align:center;
}

#top-join {
	width: auto;
	margin: 0 auto 10px auto;
	text-align:center;
	text-align: center;
	color: rgb(255,255,255);
}

#top-text {
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height:none;
	margin-bottom: 10px;
}

#mc-top {
	margin: 10px auto 0 auto;
}

#top-email {
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background: rgba(0,0,0,0);
	color: rgb(255,255,255);
	height: 26px;
	border: 1px solid rgb(255,255,255);
	width: 190px;
	margin: 0;
	float:left;
}

#top-email:focus {
	background: rgba(0,0,0,0);
	color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
}

#top-go {
	font-family: source-sans-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	text-align: center;
	color: rgb(255,255,255);
	margin: 0;
	width: 50px;
	height: 26px;
	line-height:24px;
	border: 1px solid rgb(255,255,255);
	background: rgba(0,0,0,.25);
	float:left;
}


#top-fan {
	clear: both;
	float:left;
	border: 1px solid rgb(255,255,255);
	font-weight: 500;
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	margin: 10px auto 0px auto;
	text-align: center;	
	height: 30px;
	line-height: 30px;
	width: 240px;
	background: rgba(0,0,0,.25);
}

#top-fan a {
	color: white;
	text-decoration:none;	
}




/*NAVIGATION*/

.js .slicknav_menu {
	display:none;
}

#mobile-nav {
	display:none;
}


#nav {
	float:left;	
	clear: both;
	margin: 0 auto 0 10%;
	padding-top: 20px;
	text-align:left;
	font-size: 1.2em;
	font-family: merriweather, serif;
	text-decoration: none;
	line-height: 1em;
}

#nav ul {
	margin: 0; 
	padding: 0;
}

#nav ul li {
	margin-right: 25px;
	width: 120px;
	display: inline;
	position: relative;
	list-style: none; 
	list-style-image: none;
}

#nav ul ul {
    position: absolute;
    display: none;
	left: 0;
	top: 100%;
}

#nav li+li { 
	border-left: 1px solid rgb(255,255,255);
	padding-left: 25px;
}

#nav ul li+li.mobile-li { 
	display: none;
}

#nav ul li a{
	text-decoration: none;
	color: #FFF;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#about .about, #activism .activism, #live .live, #articles .articles, #music .music, #news .news {
	text-decoration: underline;
	font-weight: 600;
}



/* CONTENT */

#text-section {
	margin: 0 auto 40px;
	padding: 20px 0px;
	width: 100%;
	float:left;
	clear:both;
}

#text-section-width {
	width: 45%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgb(255, 255, 255);
	border-top: 1px solid rgb(255, 255, 255);
	border-radius: 0 30px;
	padding: 20px 100px;
}

#transparent-width {
	width: 45%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0);
	padding: 0px 100px;
	color: rgb(255,255,255);
}

#title {
	background: none;
	float: left;
	clear:both;
	width: 100%;
	margin: 20px auto;
}



h1 {
	color: rgb(0,0,0);
	font-weight: 500;
	font-size: 2.5em;
	font-family: merriweather, serif;
	line-height: 1.4em;
	margin: 20px auto;
	text-align: center;
}

h2 {
	color: rgb(0,0,0);
	font-weight: 500;
	font-size: 1.6em;
	font-family: merriweather, serif;
	font-style: normal;
	line-height: 1.4em;
	margin: 40px 0 20px 0;
	text-align: left;
}

h3 {
	color: rgb(0,0,0);
	font-weight:500;
	font-size: 1.4em;
	font-family: merriweather, serif;
	font-style: normal;
	line-height: 1.4em;
	margin: 40px 0 20px 0;
	text-align: left;
}

h3 a {
	font-style: normal;	
	line-height: 140%;
}

h4 {
	color: rgb(0,0,0);
	font-weight:600;
	font-size: 1.2em;
	font-family: merriweather, serif;
	line-height: 1.4em;
	margin: 20px 0 20px 0;
	text-align: left;
}

h5 {
	color: rgb(0,0,0);
	font-weight:400;
	font-size: 1.2em;
	font-family: merriweather, serif;
	line-height: 1.4em;
	font-style:italic;
	margin: 20px 0 20px 0;
	text-align: left;
}

p, #content ul, #content ol {
	color: rgb(0, 0, 0);
	font-weight: 300;
	font-family: merriweather, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 160%;
	text-align: left;
	margin: 0px auto 1.4em auto;
}

ol li, ul li, ol ol li, ul ul li {
	font-size: .8;	
}

#transparent-width p, #transparent-width h2, #transparent-width h3, #transparent-width a {
	color: rgb(255,255,255);
}

#piuma-ep .piuma-ep, #universoul .universoul, #born .born, #beyond .beyond, #as-far .as-far, #no-hesitation .no-hesitation, #born-lp .born-lp, #nymph .nymph, #never-let .never-let, #live-laugh .live-laugh {
	font-weight: 500;
	font-style:italic;
	color:black;
	text-decoration:none;	
}

#section-image {
	width: 200px;
	margin: 20px auto;
}

.float-left {
	float:left;
}

.float-right {
	float: right;
}

#inner-left {
	float: left;
	width: 20%;
	margin-right: 10%;
}

#inner-right {
	float: right;
	width: 70%;
}

#offers {
	width: 100%;
	margin: 0 auto 20px auto;
	float: left;
	clear: both;
	text-align: center;
}

#offer-title {
	color: rgb(0,0,0);
	font-weight: 300;
	font-size: 1.4em;
	font-family: merriweather, serif;
	line-height: 1em;
	margin: 0px 0 20px 0;
	text-align: center;
	
}

#offers a {
	color: rgb(39, 96, 188));
	font-style: italic;
	font-weight: 400;
	font-size: 1.3em;
	font-family: merriweather, serif;
	line-height: 2em;
	margin-bottom: 20px;
}

#offers a:hover {
	color: rgb(14, 102, 244);
}

#offers a:active {
	color: rgb(14, 102, 244);
}

#lyrics {
	text-align: center;
}

#divider {
	background: center url(../img/divider-gold.png);
	background-repeat: no-repeat;	
	margin: 20px auto;
	height: 25px;
	width: 100%;
}

#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight:400;
	text-align:center;
}

.center {
	text-align: center;	
}

.landing {
	text-align:left;
	margin-left: 20%;
	margin-right: 20%;
}

#player {
	margin: 0 auto 20px auto;
	text-align: center;
}

#vid_player {
	width: 80%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.highlight {
	background: rgb(250, 255, 196);
	font-weight: 400;
	color: rgb(0,0,0);
	font-style: italic;
}

.red {
	color: red;
}

.date {
	color: rgb(0,0,0);
	font-weight: 300;
	font-size: 1em;
	font-family: source-sans-pro, sans-serif;
	line-height: 1em;
	font-style:normal;
}
	
#keepreading {
	clear:both;
	text-align: right;	
	width: 100%;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 40px;
}

.blurb {
	margin: 0 auto;
}

#live-table {
	margin: 0 auto 40px;
}

table {
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;	
	color: rgb(0,0,0);
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1em;
	border: solid 1px rgb(0,0,0);
	width: 100%;
	vertical-align:middle;
}

th {
	padding: 10px;
	font-weight: 400;
	border: solid 1px rgb(0,0,0);
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
}

td {
	padding: 10px;
	border: solid 1px rgb(0,0,0);
	vertical-align:middle;
}

#portrait-wrapper {
	margin: 0 auto 40px auto;
	max-width: 100%;
	text-align:center;
}

#caption {
	font-family: source-sans-pro, sans-serif;
	font-style: italic;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6em;
	width: 80%;
	margin-top: 10px;	
}

#album-art-wrapper {
	margin: 0 auto 40px;
	width: 25%;
}

#piuma-art-wrapper {
	margin: 0px auto 20px auto;
	width: 250px;
	box-shadow: rgb(0, 0, 0) 3px 3px 3px 0px;

}

#nonprofit-logos {
	text-align: center;
	margin: 20px auto;
	width: 100%;
	display:table;
	clear:both;
}

#nonprofit-wrapper {
	display: table-cell;
	padding: 0 25px;
	width: 150px;
	max-width:150px;
}

#news-entry {
	margin-bottom: 20px;
	width: 100%;
	clear:both;
	display:table;
	text-align:left;
}

#news-image {
	width: 250px;
	margin-right: 10px;
	display: table-cell;
	//float:left;
	padding-right: 20px;
}

#news-text {
	display: table-cell;
	vertical-align:middle;	
	text-align: left;
	//padding-right:180px;
}

#account {
	text-align:center;
	margin: 0 auto 20px auto;
	width: 500px;
}

#link-btn, .link-btn  {
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	color: rgb(255,255,255);
	margin: 20px auto;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 500px;
	height: 43px;
	line-height: 43px;
	background: rgb(0,0,0);
	text-decoration: none;
	display:block;
}

#link-btn a, #buy-btn a, a #link-btn, a #buy-btn, .link-btn a, a .link-btn {
	color:white;
	text-decoration:none;
}

#buy-btn  {
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	color: white;
	margin: 20px auto;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 500px;
	height: 43px;
	line-height: 43px;
	background: rgb(0, 170, 243);
	text-decoration: none;
	display:block;
}




#account-border {
	width: 100%;
	border-bottom: 1px solid rgb(0,0,0);
}


#account-email, #account-password {
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 15px auto;
	text-align:center;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	height: 45px;
	border: 1px solid rgb(0,0,0);
	width: 100%;
}

#account-email:focus, #account-password:focus {
	border: 1px solid rgb(60,121,219);
	background: rgb(255,255,255);
}

#forgot, #account #forgot  {
	text-align: center;
	font-size: 1em;	
	color: rgb(0,0,0);
}

#account-btn {
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	color: rgb(255,255,255);
	margin: 0 auto 20px auto;
	padding-top: 6px;
	padding-bottom: 5px;
	height: 50px;
	background: rgb(0,0,0);
	border: 0;
	width: 100%;
	letter-spacing: .1em;
	clear:both;
}



#forgot a {
	color: rgb(0,0,0);	
}




#subscribe-notice {
	color: rgb(0,0,0);
	font-size: 1em;
	font-family: source-sans-pro, sans-serif;
	font-style:normal;
	font-weight: 400;
	line-height: 1em;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

#contact-sep-left h2, #contact-sep-left p, #contact-sep-right h2, #contact-sep-right p {
	text-align: center;	
}

#share {
	width: 100%;
	clear:both;
	margin: 0px auto 40px auto;
	text-align:center;	
}

#social-follows {
	width: 100%;
	margin: 40px auto o auto;	
	text-align: center;
}

#follow {
 margin: 0 auto;	
}

#signature {
	width: 20%;
	margin: 0 auto;	
}





/*  FOOTER  */

#footer a, #footer a:visited {
	color: rgb(246, 237, 248);
	text-decoration: underline;
}



#piuma-logo-wrapper {
	margin: 0px auto 20px;
	width: 150px;
	height: 150px;
}

#social-media1 {
	margin: 0px auto 80px auto;
	width: 136px;
}

#social-media2 {
	margin: 0px auto 120px auto;
	width: 188px;
}

#footer-notice {
	color: rgb(255, 255, 255);
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	clear:both;
}


/*  ways to hide 
	display: none; -->does so removing marging etc
	visibility: hidden;	
	
/* Desktop Layout:1001px to 1400px. Inherits styles from: HiRes Layout. */

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

#DESKTOP {
}

#piuma-logo-text-wrapper {
	width: 350px;
}

#text-section-width, #transparent-width {
	width: 60%;
}

#news-image {
	width: 150px;
}

}


/* Desktop Small Layout: 601px to 1000px. Inherits styles from: desktop Layout. */

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

#SMALLDESKTOP {
}

body {
	font-size: 90%;
}

#piuma-logo-text-wrapper {
	width: 250px;
	margin-top: 20px;
}

#nav ul li {
	margin-right: 10px;	
	font-size: .8em;
}

#nav li+li { 
	padding-left: 10px;
}

#text-section-width {
	padding: 40px;	
	width: 70%;
}

#account, #link-btn, #buy-btn {
	width: 400px;
}

table, th, td {
	padding: 5px;
	font-size: 1.2em;
}

}


/* Tablet Layout: 477px to 600px. Inherits styles from: high res and desktop Layout. */

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

#TABLET {
}

body {
	font-size: 80%;
	background: rgb(255,255,255);
}

#main {
	padding-bottom: 0;
}

p, ul, li {
	font-weight: 500;	
}

h1 {
	text-align: left;
}

#header {
	padding: 10px 0;
	margin: 0;
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0.5), 
      rgba(0,0,0, 0.5)
    ),
    
    url(../img/piuma-background.jpg);

}

table, th, td {
	padding: 5px;
	font-size: 1em;
}

#footer {
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0.5), 
      rgba(0,0,0, 0.5)
    ),
    
    url(../img/piuma-background.jpg);
}

#piuma-logo-text-wrapper {
	width: 150px;
	margin: 5px 0 0 5%;
	padding: 0;  
}

#top {
	display:none;
}


.js #menu {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

#mobile-nav {
	display:block;
}

#nav .music {
	margin-top: 30px;
}

#nav .activism, #nav .store {
	margin-bottom:30px;
}

#nav {
	padding: 0;
	float:right;
	text-align:left;
	clear: none;
	width: auto;
	
	font-size: 1.3em;
	font-family: source-sans-pro, sans-serif;
	text-decoration: none;
	line-height: 1em;

}

#nav ul li, #nav ul ul, #nav ul ul ul {
	clear:both;
	width: auto;
	margin: 0px;
}

#nav li+li { 
	border-left: none;
	padding-left: 0;
}

#nav ul li+li.mobile-li {
	display:block;
}

#nav ul li a:hover {
	text-decoration: none;
}

#text-section-width, #transparent-width {
	width: 80%;	
	padding: 20px;
}


#account, #link-btn, #buy-btn, .link-btn {
	width: 80%;
}

#nonprofit-wrapper {
	display: inline-table;
	padding: 0 20px 50px 20px;
	width: 150px;
}

#news-image {
	width: 100px;
}



#piuma-logo-wrapper {
	width: 100px;
	height: 100px;	
}



}

/* mobile Layout: 0px to a max of 476px.  Inherits styles from: high res, desktop Layout and Tablet Layout. */

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

#MOBILE {
}

body {
	font-size: 75%;
}


#text-section-width, #transparent-width {
	width: 80%;	
	padding: 20px;
}

#lyrics {
	text-align:left;
}

#account, #link-btn, #buy-btn {
	width: 90%;
}

#footer-notice {
	width: 90%;
	text-align:left;
}

}

