/*
Theme Name: WordPress Big Pearl Theme

*/



/* Begin Typography & Colors */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
	padding: 100px;
	margin: 0px;
	background: #5C182E;
    background-image: url(  bk here  ); Note: this Double Faces Image code put bk into () to retrieve image: images/main/bkg1.jpg-
	background-repeat: no-repeat;
	background-position: 
	font-size: 12px;
	line-height: 15px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: left;
}

#page {
	text-align: left;
}

#moneyshot {
	width: 530px;
	height: 200px;
	margin: 0 15px 10px 410px;
	overflow: hidden;
}

#content {
	position: relative;
	float: left;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #FFF;
}

h1 {
	font-size: 15px;
	line-height: 1;
	margin-bottom:6px;
	text-align: left;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14px;
	margin-bottom:6px;
	padding: 0 0 16px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #E0CBE1;
}
	
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #FFF;
}

h2.pagetitle {
	padding: 3px 0 3px 0;
	margin: 3px 0 3px 0;
}


#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	
h4 {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E0CBE1;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #A9837D;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #A9837D;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
p {
	padding: 0 0 16px 0;
}

.entry p a:visited {
	color: #A9837D;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
#downloadEPK {
	margin-bottom: 16px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFF;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #BF9490;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto 16px auto;
	padding: 0;
	width: 955px;
	height: auto !important;
	min-height: 926px;
	height: 926px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 420px;
	width: 955px;
	}

#loginBar {
	clear: both;
	margin: 0px;
	width: 955px;
}
#login {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	width: 762px;
	margin: 16px 24px 0 180px;
	position: relative;
}
#login a {
	color: #E3201C;
}
#login #register_submit	{
	background: transparent url(../../../images/main/submit.png) left top no-repeat;
	width: 98px; height: 26px;
	border: none;
	cursor: pointer;
}
#login form	{
	padding: 0px;
	margin: 0px;
}

#bannerPager {
	padding:15px 14px 10px 0;
}

#headerimg {
	margin: 55px 55px 0 477px;
	width: 391px;
	height: 57px;
	background-image: url(images/main/logo.png);
	background-repeat: no-repeat;
	}
	
#headerimg a{
	display:block;
	width: 391px;
	height: 57px;
	text-indent:-9999px;
	text-decoration:none;
}

#headerimg a: hover{
	background-image: url(images/main/logo_f2.png);
	background-repeat: no-repeat;
}

/* Navigation 2.0
-------------------------------------------------------------- */
#nav {
	width: 530px;
	height: 65px;
	margin: 10px 15px 0 410px;
	background-image: url(images/main/nav.jpg);
	position:relative;
}

* html #nav {  /* This is the Tan hack */
	width: 540px; 
	w\idth: 530px;
}

.navdrop {padding:6px 0px 0px 0px; margin: 6px 0 0 15px; list-style:none; height:24px; position:relative; z-index:500;}
.navdrop li.topp {display:block; float:left;}
.navdrop li a.latest_link {display:block; float:left; height:24px; width: 51px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -15px -6px no-repeat;}
.navdrop li:hover > a.latest_link {background: url(images/main/nav.jpg) no-repeat; background-position: -15px -71px;}

.navdrop li a.media_link {display:block; float:left; height:24px; width: 55px; margin-left: 12px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -78px -6px no-repeat;}
.navdrop li:hover > a.media_link {background: url(images/main/nav.jpg) no-repeat; background-position: -78px -71px;}

.navdrop li a.janis_link {display:block; float:left; height:24px; width: 43px; margin-left: 14px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -147px -6px no-repeat;}
.navdrop li:hover > a.janis_link {background: url(images/main/nav.jpg) no-repeat; background-position: -147px -71px;}

.navdrop li a.epk_link {display:block; float:left; height:24px; width: 35px; margin-left: 14px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -204px -6px no-repeat;}
.navdrop li:hover > a.epk_link {background: url(images/main/nav.jpg) no-repeat; background-position: -204px -71px;}

.navdrop li a.credits_link {display:block; float:left; height:24px; width: 64px; margin-left: 12px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -251px -6px no-repeat;}
.navdrop li:hover > a.credits_link {background: url(images/main/nav.jpg) no-repeat; background-position: -251px -71px;}

.navdrop li a.store_link {display:block; float:left; height:24px; width: 47px; margin-left: 13px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -328px -6px no-repeat;}
.navdrop li:hover > a.store_link {background: url(images/main/nav.jpg) no-repeat; background-position: -328px -71px;}

.navdrop li a.blog_link {display:block; float:left; height:24px; width: 41px; margin-left: 13px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -388px -6px no-repeat;}
.navdrop li:hover > a.blog_link {background: url(images/main/nav.jpg) no-repeat; background-position: -388px -71px;}

.navdrop li a.fan_link {display:block; float:left; height:24px; width: 69px; margin-left: 12px; cursor:pointer; text-indent: -999em; background: url(images/main/nav.jpg) -441px -6px no-repeat;}
.navdrop li:hover > a.fan_link {background: url(images/main/nav.jpg) no-repeat; background-position: -441px -71px;}

.navdrop table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.navdrop a:hover {visibility:visible; position:relative; z-index:200;}
.navdrop li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.navdrop ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.navdrop :hover ul.sub1 {left:-10px; top:20px; padding: 5px 0; white-space:nowrap; height:auto; z-index:300;}
.navdrop :hover ul.sub2 {left:-30px; top:20px; padding: 5px 0; white-space:nowrap; height:auto; z-index:300;}
.navdrop :hover ul.sub3 {left:-30px; top:20px; padding: 5px 0; white-space:nowrap; height:auto; z-index:300;}
.navdrop :hover ul li {display:inline; height:15px; position:relative; font-weight:bold; width:auto;}
.navdrop :hover ul li a {display:inline; font-size:12px; line-height:15px; color:#fff; width:auto; padding:8px 5px; text-decoration:none; text-transform: uppercase;}
.navdrop :hover ul li a:hover {color:#ccc;}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 16px;
	margin: 80px 0 0 0;
	width: 539px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 16px;
	margin: 50px 0 0 0;
	width: 539px;
	}

.post {
	margin: 10px 0;
	text-align: justify;
	clear: both;
	padding-bottom: 25px;
	background: transparent url(../../../images/bkg/hr.gif) left bottom repeat-x;
}

ul.setList {
	margin-left: 0;
	padding: 3px 0;
}

ul.setList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hrule {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background: transparent url(../../../images/bkg/hr.gif) left bottom repeat-x;
}

img.hr_gray	{
	background: transparent url(../../../images/hr.gif) top left repeat-x;
	height: 5px;
	width: 100%;
	margin:20px 0;
}

.post hr {
	display: block;
	}

#currentAlbum	{
	height: 165px;
	width: 300px;
	text-align: left;
	float: right;
	background-color: transparent;
	background-image: url(../../../images/bkg/hr.gif);
	background-repeat: repeat-x;
	background-position: left 150px;
}
#currentAlbum .album {
	float: left;
	position: relative;
	margin-right: 10px;
}
#currentAlbum ul#links {
	padding:0px;
	margin:10px 0 0 0;
	list-style-type: none;
}
#currentAlbum ul#links li {
	list-style-type: none;
	text-transform: uppercase;
}

.creditsMusic {
	float: left;
	width: 175px;
	text-align: center;
	margin: 0 0 16px 0;
}

.creditsTV {
     float: left;
     text-align: center;
     width: 265px;
}

.creditsTV img {
	padding: 0px 22px;
}

.creditsTV p {
	padding: 0;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	margin: 10px 0 0 0;
	color: #FFF;
	font-size: 10px;
	clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover	{
	text-decoration: underline;
}

a:link, a:visited {
	color: #E0CBE1;
}

a:hover {
	color: #F5E1F5;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.prPhoto {
	float: left;
	width: 269px;
	text-align: center;
}
.prSetList {
	float: left;
	width: 244px;
	margin-right: 16px;
}
.prSetList2 {
	float: left;
	width: 520px;
}
span.gigpress-info-label {
	color: #fff;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 0 0 0 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10px 0;
	padding: 0;
	}
	
#twitter_update_list {
	list-style-type: none;
    margin: 10px 0;
}
span.gigpress-info-label {
	color: #fff;
}
/* End Entry Lists */

/* Begin Janis Jukebox */
.janiscontainer{
	position: relative;
	width: 571px;
	height: 450px;
	margin: 0;
	background-image: url(images/jukebox.png);
	background-repeat: no-repeat;
}

.janisaudio{
	position: absolute;
	width: 206px;
	top: 194px;
	left: 166px;
	background-color: none;
	display: none;
}

.trackSelected {
	position: absolute;
	left: 339px;
	top: 330px;
	border: 0;
	width: 180px;
	height: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.janisinfo{
	position: absolute;
	left: 339px;
	top: 350px;
	border: 0;
	width: 180px;
	background-color: #96C;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

.janismenu{
	top:35px;
	left:40px;
	position: absolute;
	padding:0px;
	list-style: none;
	width: 282px;
	height: 335px;
	font:15px/18px 'Arial';
	color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;	
}

li.janisClick {
	padding: 5px;
	width: 280px;
	position: relative;
	margin: -1px 0 0 0;
	background-color: none;
}

li.janisClick:hover {
	cursor: pointer;
    background-color: #C9F;
	margin: 0 0 0 -30px;
	padding: 5px 5px 5px 45px;
}

.doubleFacesCD {
	float: left;
	width: 201px;
	height: 177px;
}
.doubleFacesTracks {
	float: left;
	width: 137px;
	height: 177px;
}
/* End Janis Jukebox */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 171px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	position: relative;
	padding: 0 0 10px 0;
	margin: 80px 0 0 635px;
	width: 300px;
	text-align: left;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
