@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 */



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

body {
	font-size: 100%;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
}

#main {

}

#header {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid rgb(0,0,0);
	text-align:center;
}

#top-join {
	float: right;
	margin: 0 10% 0 0;
	border: 1px solid rgb(128, 109, 79);
	color: rgb(128, 109, 79);
	font-weight: 500;
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	line-height: 1em;
	padding: 5px;
	text-align: center;
	display: block;
	width:200px;
}

#top-join a{
	text-decoration: none;
	color: rgb(128, 109, 79);
}

#top-join:hover, #top-join a:hover {
	text-decoration: underline;
}

#piuma-logo {
	margin: 0 auto 20px auto;
	max-width: 100%;
	width: 150px;
}

#main-nav {
	margin: 20px auto 0 auto;
	width: 100%;
	text-align:center;
}

#main-nav ul {
	margin: 0 auto; 
	padding: 0;
	list-style: none;
	text-align:center;
}

#main-nav ul li{
	font-family: merriweather, serif;
	font-weight: 500;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1em;
	padding-right: 20px;
	display:inline;
}

#main-nav-sep {
	color: rgb(0,0,0);
	padding-right: 20px;
	text-align: center;
	line-height: 1em;
	font-size: 1.4em;
	font-family: merriweather, serif;
	display: inline;
}

#main-nav ul li a{
	text-decoration: none;
	color: rgb(0,0,0);
}

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

#main-nav ul li a.current {
	text-decoration: underline;
}

#about .about, #client-account .client-account, #press .press, #epk .epk {
	text-decoration: underline;
}

#content {
	clear: both;
	float: left;
	border-top: 1px solid rgb(128, 109, 79);
	border-bottom: 1px solid rgb(128, 109, 79);
	margin: 5px auto 5px;
	width: 100%;
	padding: 40px 0;
}

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

#text-section-width {
	width: 40%;
	margin: 0 auto;
}

#blurb {
	margin: 0 auto 40px auto;
}

h1 {
	color: rgb(0,0,0);
	font-size: 2em;
	font-family: merriweather, serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	margin: 0 auto;
}

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

h3 {
	font-size: 1.4em;	
}

/* Gold
color: rgb(128, 109, 79);
*/

a h2 {
	text-decoration: none;	
}

a h2:visited {
	color: rgb(128, 109, 79);
	border: 0px;
}

a h2:hover {
	text-decoration: underline;
}

p {
	color: rgb(0,0,0);
	font-size: 1.1em;
	font-family: merriweather, serif;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin: 0px auto 1.4em auto;
	text-align: left;
	padding: 0;
}

#piuma_productions p, #piuma_publishing p, #shininglightrecords p {
	padding: 0 2em;
	margin-bottom: 20px;
}

#piuma_productions h2, #piuma_publishing h2, #shininglightrecords h2 {
	padding: 0 2em;
	text-align:center;
}

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

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

.date {
	color: rgb(0,0,0);
	font-weight: 700;
	font-size: 1em;
	font-family: source-sans-pro, sans-serif;
	line-height: 1em;
}

#form-section {
	clear: both;
	border: 1px solid rgb(0,0,0);
	border-radius: 0 20px 0;
	margin: 0 auto 40px auto;
	padding: 20px 0;
	text-align: center;
}

.form-header {
	color: rgb(128, 109, 79);
	font-size: 2.5em;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1em;
	margin: 0 auto 20px;
	text-align: center;
}

form {
	margin: 20px auto 0 auto;
}

#account_email, #account_password, #request_email, #request_message, #input_field {
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0 auto 20px auto;
	width: 50%;
	background: rgb(255, 255, 255);
}

input:focus {
	border: 1px solid rgb(60,121,219);
	background: rgb(255,255,255);
}

#submit {
	color: rgb(255,255,255);
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	background: rgba(255,255,255, 0);
	margin: 0 auto;
	padding: 10px;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	clear: both;
	text-transform:uppercase;
	background: rgb(0,0,0);
}

#link-btn, #link-btn2  {
	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, #link-btn2 {
	color: white;
	text-decoration:none;	
}

.center {
	text-align:center;
}

.center-margin {
	margin: 0 auto;	
}

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

img {
	margin-bottom: 10px;
}

#client-heading {
	color: rgb(128, 109, 79);
	font-size: 2em;
	font-family: merriweather, serif;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	margin: 0 auto 20px auto;
	text-align: center;
}

#piuma-white-text {
	max-width: 100%;
	width: 250px;
	margin: 0 auto 20px auto;
}

#piuma-portrait {
	max-width: 100%;
	margin: 3em auto;
	text-align: center;
}

#album-art-wrapper {
	max-width: 100%;
	margin: 0 20px 20px 0;
	width: 200px;
	float:left;
}

#press-photo {
	max-width: 100%;
	margin: 0 20px 20px 0;
	width: 200px;
	float: left;
}

.clear-both {
	clear:both;
}

#player {
	width: 100%;
	margin: 0 auto 40px auto;
}

#vid-player {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.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%;
}






#footer {
	clear: both;
	float: left;
	border-top: 1px solid rgb(0,0,0);
	margin: 0px auto 50px;
	padding: 20px 0;
	min-height: 50px;
	width: 100%;
	color: rgb(0,0,0);
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
	line-height: 160%;
}

#footer-address {
	margin: 0px auto 20px auto;
	text-align: center;
	width: 100%;
}

#footer-notice {
	margin: 0px auto 20px auto;
	text-align: center;
	width: 100%;
}

#social-media {
	width: 292px;
	margin: 0 auto;
}

#social-media-wrapper {
	margin: 0px auto 20px;
	width: 100%;
	float: left;
	clear:both;
}

#email-holder {
	clear: both;
	height: 32px;
	width: 32px;
	margin: 0 auto;
}

#email {
	height: 32px;
	width: 32px;
	background-image: url(../img/piuma-social-media-sprite.png);
	background-position: -128px 0px;
	float: left;
	clear: both;
}

#email:hover {
	background-image: url(../img/piuma-social-media-sprite.png);
	background-position: -128px -32px;
}
#email:active {
	background-image: url(../img/piuma-social-media-sprite.png);
	background-position: -128px -64px;
}

#bottom-join {
	display: none;
}


/* SLR Music Group */
#piuma_productions {
    float: left;
    height: 150px;
    margin: 0px;
    clear: none;
    width: 33.34%;
}

#piuma_publishing {
    float: left;
    height: 150px;
    margin: 0px;
    clear: none;
    width: 33.33%;
}

#shininglightrecords {
    float: left;
    height: 150px;
    margin: 0px;
    clear: none;
    width: 33.33%;
}

#shininglightrecords a, #piuma_productions a, #piuma_publishing a {
	text-decoration: none;	
}

/* Piuma Productions */

/* Piuma Publishing */

/* Shining Light Records */
#one-album {
	width: 200px;
	clear:both;
	margin: 20px auto;	
}

#two-albums {
	width: 440px;
	clear:both;
	text-align:center;	
	margin: 20px auto;
}

#press-release-album-art {
	max-width: 100%;
	margin-bottom: 20px;
	width: 200px;
	float:left;
}

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

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

#text-section-width {
	width: 65%;	
}

body {
	font-size: 90%;
}

#piuma_productions, #piuma_publishing, #shininglightrecords {
	height: auto;
	margin: 3em auto;
}


}


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

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

#SMALLDESKTOP {
}

body {
	font-size: 80%;
}

#text-section-width {
	width: 80%;	
}


#main-nav ul li, #main-nav-sep {
	padding: 0 10px 0 0;
}

#top-join {
	display: none;	
}

#shininglightrecords, #piuma_publishing, #piuma_productions {
	float: none;
	clear: both;
	margin: 20px auto;
	width: 80%;	
}

#bottom-join {
	border: 1px solid rgb(128,109,79);
	color: rgb(128, 109, 79);
	font-weight: 500;
	font-size: 1.2em;
	font-family: source-sans-pro, sans-serif;
	line-height: 1em;
	margin: 40px auto 25px auto;
	padding: 5px;
	width: 200px;
	text-align: center;
	display: block;
	clear: both;
}

#bottom-join a {
	text-decoration: none;
	color: rgb(128, 109, 79);
}

#bottom-join:hover, #bottom-join a:hover {
	text-decoration: underline;
}







}

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

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

#TABLET {
}



#text-section-width {
	width: 90%;	
}

p, ul, ol {
	font-weight: 400;	
}

#footer-notice {
	text-align: left;
	width: 80%;
	clear:both;
	float: none;
}

#link-btn  {
	width: 300px;
}

}

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

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

#MOBILE {
}

body {
	font-size: 70%;
}

#text-section-width {
	width: 95%;	
}

#shininglightrecords, #piuma_publishing, #piuma_productions {
	width: 90%;	
}

#form-section, #player {
	width: 95%;
}

#account_email, #account_password, #request_email, #request_message {
	width: 80%;
}

}
