/*   
Theme Name: PACjr
Theme URI: http://paulchasejr.com
Description: Custom theme created for Paul Chase Jr
Author: Bridgett Owen Chase
Author URI: 
Version: 1.0
*/


/* ---------- color guide ---------- 
50% Gray		:  #7F7F7F	:  rgb(127,127,127)
Gray/brown		:  #6A5F57	:  rgb(106,95,87)
Brown			:  #735c4b	:  rgb(115,92,75)
Beige			:  #C7B299	:  rgb(199,178,153)
Cream			:  #E4D6C5 	:  rgb(228,214,197)
Offwhite		:  #f5f3ee 	:  rgb(245,243,238)
Blue			:  #5F7E92	:  rgb(95,126,46)
Orange			:  #C57B26	:  rgb(197,123,38)

*/

* { margin: 0; padding: 0; }


article, aside, figure, footer, header, nav, section { display: block; }

html {
	background-position: top;
	background-attachment: fixed;
	background-image: url(images/pac-wir-background.jpg);
	background-repeat: repeat-x;
}	

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */


body { font: 14px/1.4 Georgia, serif; }

/* ---------- TYPOGRAPHY ---------- */
p {
	color: #6A5F57;
	margin-bottom: 10px;
	line-height:1.5;
}
h1 {
	color: #735C4B;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 24px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #735C4B;
	font-weight: 500;
	margin-bottom: 15px;
}
h2 {
	color: #C7B299;
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	color: #5F7E92;
	font-size: 16px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 18px;
	display: block;
	background-color: #E4D6C5:
	font-weight: normal; 
}
.post_title_link {
	font-size: 18px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	display: block;
	background-color: #f5f3ee;
	line-height: 1; 
	position: relative;
}

.date {
	color: #C7B299;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top:8px;
}
a {
	text-decoration: none;
	color: #5F7E92;
}
a:visited {
	text-decoration: none;
	color: #5F7E92;
}
a:hover {
	color: #C57B26;
	text-decoration: underline;
}
a:active {
	color: #735C4B;
	text-decoration: ;
}
blockquote {
	font-style: italic;
	font-weight: 500;
	color: #735c4b;
	background-color: #f5f3ee;
	display: block;
	padding: 10px 15px 5px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-top-color: #735c4b;
	border-left-color: #735c4b;
	border-bottom-style: double;
	margin: 20px;
}
cite {
	display: block;
	text-align: right;
	padding-top: 10px;
}
img {
	border: none;
}

a img {
	border: 0px;
	border-style:none;
}
ul {
	display: block;
	padding: 0px 0px 20px 20px;
}



/* ---------- PAGE ---------- */
#pageWrap {
	width: 800px;
	display: block;
	padding: 20px 20px 0px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* ---------- HEADER ---------- */

#header {
	width: 780px;
	height: ;
	margin: ;
	padding: 10px;
	position: relative;
}

#identity a {
	margin: 0px;
	padding: 0px;
	width: 251px;
	height: 34px;
	background: url(images/logo.png) no-repeat;
	text-indent: -3000px;
	display: block;
	
}

#header #searchform {
	position: absolute;
	right: 15px;
	top: 15px;
}

.headvideo {
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;
}
/* ---------- MAIN NAVIGATION ---------- */
nav {
	width: 800px;
	position: relative;
	margin: 0 0 20px;
}

nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1.2em;
	display: inline;
}
nav ul li{
	display: inline;
}
nav ul li a,
nav ul li a:visited {
	color: #6A5F57;	
	display: block;
	padding: 10px 30px 10px 5px;
	text-decoration: none;
	float:left;
}
nav ul li a:hover  {
	text-decoration: none;
	color: #C57B26;
}

nav ul li a:active {
	text-decoration: none;
	color: #C57B26;
	text-decoration: underline;	
}

nav ul li.current-menu-item a { 
	color:#5F7E92; 
	font-weight: bold;
}
nav ul li.current_page_item  a { 
	color:#5F7E92;
	font-weight: bold;
}


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


#contentArea {
	min-width: 800px;
	margin: 20px auto 80px;
}

#mainContent {
	width: 496px;
	min-height: 600px;
	margin: 0px 20px 40px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	background-color: #FFFFFF;
	padding: 20px 20px;
		float: left;
}
.entry {
	display: block;
	margin-bottom: 40px;
	padding: 0 5px;
}
.meta {
	color: #998675;
	font-size: 10px;
	margin: 0px 0px 15px 0px;
}
.video {
	margin: 15px 0px;
	
}
.postphoto {
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 6px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 10px 0px 15px 0px;
}
.discography {
	float: left;
	border: 1px solid #735C4B;
	margin: 0px 20px 20px 0px;
}
.archive_news_page {
	list-style: none;
	position: relative;
}
.archive_news_page a {
	font-size: 18px;
	display: block;
	background-color: #f5f3ee;
	line-height: 1.3;
	padding: 10px 10px;
	margin: 0 0 20px 0;
	position: relative; 
}
.the_day {
	color: #C7B299;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top:8px;
}
.recentdate {
	color: #6A5F57;
	margin: 0px 400px 0px 0px;
	font-size: 1em;
	display: block;	
	background-color: #f5f3ee; 
	padding: 10px 10px 0px 10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#purchaseoptions {
	clear: both;
}
#purchaseoptions h3 {
	margin-bottom: 5px;
}

/* ---------- SIDEBAR ---------- */
aside {
	width: 238px;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	float: right;
}
aside ul {
	margin: 0;
	padding: 0;
}
#callAction h1 a, aside h1 a:visited {
	font-size: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #735C4B;
	color: #ffffff;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
}
#callAction h1 a:hover {
	background: #5F7E92;
	color: #E4D6C5;
}

aside h3 {
	text-align: center;
	margin-top: 20px;
}
#showdate {
	text-align: left;
	margin: 10px 0px 0px;
}
.moreshows {
	text-align: right;
	margin: 0px 15px 15px 0px;
	text-transform: uppercase;
}
.moreshows h3 {
	text-align: right;
	margin: 0px 15px 15px 0px;
	text-transform: uppercase;
}


#callAction {
	width: 236px;
	height: auto;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
	clear:both;
}

#albumCover a {
	margin: 15px auto;
	padding: 0px;
	width: 190px;
	height: 190px;
	border: 1px solid #d8d8d8;
	background: url(images/pacjr-wir-albumcover-sqr.jpg) no-repeat;
	text-indent: -3000px;
	display: block;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

#albumCover a:hover {
	background: url(pacjr-wir-albumcover-sqr-roll.jpg) no-repeat;
}
#albumCover a:active {
	background: url(pacjr-wir-albumcover-sqr-roll.jpg) no-repeat;
}

#mailingList a {
	display:block;
	width: 208px;
	height: auto;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	background-color: #5F7E92;
	padding: 10px 15px;
	margin-bottom: 20px;
	color: #E4D6C5;
	font-size: 18px;
	text-decoration: none;
}

#mailingList a:hover {
	background-color: #735c4b;
		color: #FFFFFF;
}

#freeMusic a {
	display:block;
	width: 208px;
	height: auto;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	background-color: #C57B26;
	padding: 10px 15px;
	margin-bottom: 20px;
	color: #E4D6C5;
	font-size: 18px;
	text-decoration: none;
}

#freeMusic a:hover {
	background-color: #735c4b;
		color: #FFFFFF;
}
/* ---------- SOCIAL MEDIA ---------- */
#socialLinks {
	display:block;
	width: 238px;
	height: auto;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#socialLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#socialLinks li {
	display: inline;
}
.facebook {
	text-indent: -3000px;
	background-image: url(images/social-facebook.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.facebook:hover {
	background-position: top right;
}

.twitter {
	text-indent: -3000px;
	background-image: url(images/social-twitter.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.twitter:hover {
	background-position: top right;
}
.google {
	text-indent: -3000px;
	background-image: url(images/social-google.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.google:hover {
	background-position: top right;
}
.myspace {
	text-indent: -3000px;
	background-image: url(images/social-myspace.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.myspace:hover {
	background-position: top right;
}
.youtube {
	text-indent: -3000px;
	background-image: url(images/social-youtube.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.youtube:hover {
	background-position: top right;
}
.instagram {
	text-indent: -3000px;
	background-image: url(images/social-Instagram.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 7px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.instagram:hover {
	background-position: top right;
}
.rss {
	text-indent: -3000px;
	background-image: url(images/social-rss.png);
	background-repeat: no-repeat;
	display: block;	
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px 0px 20px 0px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.rss:hover {
	background-position: top right;
}



/* ---------- FOOTER ---------- */
footer {
	clear: both;
	padding: 20px;
	margin: 40px 0px 0px 0px;
	display: block;
	background-color: #f5f3ee;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	position: relative;

}
footer ul {
	margin: 0px;
	padding: 0px;
}
.copyright {
	text-align: center;
	font-size: .85em;
	line-height: 1.5;
	margin: 20px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #E1E1E1;
	padding: 10px 0px;
}
#footercolumn2 {
	float: right;
}
#footercolumn2 p {
	padding: 20px 0 0px 0;
	display: block;
	border-top: solid 1px #C7B299;
	margin: 10px 0 0 0;
}	
	
#callAction2 {
	width: 236px;
	height: 248px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 30px;
}
.presslink a {
	margin: 0 0 20px 0;
	display: block;
	color: #C57B26;
	font-size: 18px;
}
.s19button {
	display: block;
	width: 236px;
	height: 246px;
	background-image: url(images/s19-button.png);
}
.s19button:hover {
	background-image: url(images/s19-button-roll.png);
}
.s19button:active {
	background-image: url(images/s19-button-click.png);
}


#footerform{
	float: left;
}
#contact{
	list-style:none;
	margin:0 20px 0 0;
}
#contact li{
    height: 60px;
	margin:0 20px 10px 0;
    position: relative;
    width: 480px;
}
#contact li .text{
	color: #6A5F57;
	font-size: .9em;
	padding:5px;
	position:absolute;
	z-index:100;
	min-width:85px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:20px;
	top:10px;
	z-index:100;
	color: #6A5F57;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border: solid 1px #E1E1E1;
	padding:15px 10px 25px;
	width: 450px;
	text-indent:95px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    padding: 10px;
	height:200px;
}
#contact li#message{
	min-height:220px;
}
#contact li#captcha{
	height:90px;
}
#contact li#submit input{
	color:#fff;
	text-decoration:none;
	margin:0px 30px 0 10px;
	background:#5F7E92;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#C57B26;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}

/* ---------- SONG LYRICS ---------- */

.song_list {
	width: 480px;
	margin: 20px 0px 0px 0px;
}

.song {
	display: block;
	width: 480px;
	background: #EBE7E2;
	padding: 10px;
	margin: 5px 0px;
	position: relative;
	cursor: pointer; 
}
.song p {
	font-size: .90em;
	color: #735C4B;
	margin: 0px;
}
.lyricTrigger {
	font-size: 1em;
	color: #5F7E92;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	float: right;
	display: block;
}
.lyricTrigger:hover {
	color: #C57B26;
}
.playMusic {
  display: inline-block;
 margin: 0px 0px 0px 20px;
 padding: 0px;
	vertical-align: top;
 float: right;
}
.song p a:hover {
	color: #C57B26;	
}
.song p a:active {
	color: #C57B26;	
}


.lyric {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.lyric p {
	font-size: .9em;
	color: #735C4B;
	margin: 20px 20px 20px 20px;
	padding: 0px;
}

/* ---------- MAILCHIMP FORM ---------- */

#mc_embed_signup {
	color: #6A5F57; 
	
}
.input-group input {
	margin-right: 5px;
	margin-left: 20px;
}
.mc-field-group li {
	float: left;
	display: block;
}


#mce-LNAME {margin-bottom: 10px;}

#mce-MMERGE3-4 {margin-bottom: 20px;}

#mce-MMERGE4-2 {margin-bottom: 30px;}

#mce-MMERGE5 {margin-bottom: 10px; width: 200px;}

#mce-EMAILTYPE-2 {margin-bottom: 40px;}

/* ---------- MARQUEE ---------- */

.marquee_panels {
	display: none;
}
#marquee_container {
	width: 536px;
	height: 300px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;

}
.marquee_container {
	overflow: hidden;
	position: relative;
	width: 536px;
	height: 300px;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.marquee_photos {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 536px;
	height: 300px;
	padding: 0;
	margin: 0;
	}

.marquee_caption {
	width: 536px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 250px;
	left: 0px;

}
.marquee_caption_content {
	width: 536px;
	height: 300px;
}	

.marquee_caption_content p a {
	color: #ffffff;
	font-size: 2em;
	display: block;
	padding: 40px;
	margin: 0px;
	width:446px;
	height: 195px;
	text-transform: uppercase;
	text-indent: -3000px;
	
}	
.marquee_nav {
	text-align: right;
	position: absolute;
	width: 64px;
	height: 10px;
	top: 275px;
	right: 15px;
	cursor:pointer;
}
.marquee_nav a {
	background: url(images/nav_buttons.png) no-repeat 0px 0px;
	display: inline-block;
	height: 10px;
	width: 11px;
	margin-left: 10px;
}
.marquee_nav a:hover {
	background: url(images/nav_buttons.png) center 0px;
}
.marquee_nav a.selected {
	background: url(images/nav_buttons.png) -30px 0px;
}

.marquee_container.autoplay .marquee_nav a {
	opacity: .6;
	filter: alpha(opacity=60);
}
.marquee_container.autoplay .marquee_nav a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ---------- STORE PAGE ---------- */

#store {
	position: relative;
}
.storeBlocks {
	width: 183px;
	padding: 10px;
	margin: 0 20px 20px 0;
	display: block;
	-pie-box-shadow: 0px 4px 8px #E0E0E0;
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	float: left;
}
.storeBlocks img {
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
}
.buyAlbum {
	margin-bottom: 15px;
}
.buyAlbum input {
	margin: 5px 0 5px 0;
}



.table p {
	color: #6A5F57;
	line-height:1.7;
}
td {
	color: #6A5F57;
	margin-bottom: 10px;
	line-height:1.7;
	padding: 10px 0px;
}
