/*
	File:			blue.css
	Description:	Theme based off of Blogussion.com for the Thesis Framework
*/

/* Custom Body Background */

body.custom {
    background: white url('http://www.gracepotter.com/images/background_paris.jpg') fixed;
}

/* Get rid of Title but, for SEO purposes, just move it away */
.calendar .headline_area {
 position:absolute; top:-1500px; left:-1500px;
}

/* remove "Comments Closed" on posts and pages */
.custom .comments_closed p { display: none; }


.custom a {
	outline: 0;
	color:yellow;
}
.custom a:hover {
	color: #d2c000;
	text-decoration:underline
}

.custom #page {
	background: black;
}

/*---:[ nudge post title position in main content area ]:---*/
.custom .post_box { margin-top: 0px; }

/*--- Custom Background for "Shows" Page ---*/
.custom #post-10 {
background: url('http://www.gracepotter.com/cms/site/shows_bgimage_transparent.gif') no-repeat;
}

.custom #post-20 {
background: url('http://www.gracepotter.com/cms/site/shows_bgimage_transparent.gif') no-repeat;
}

/*--- Custom Background for "Press" Page ---*/
.custom #post-16 {
background: url('http://www.gracepotter.com/cms/site/press_bgimage_transparent.gif') no-repeat;
}


.custom #footer {
background: url('http://www.gracepotter.com/cms/site/footer.gif') no-repeat;
	padding: 0;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 2.2em;
	margin-bottom: -2.2em;
	margin-left: -2.2em;
	margin-right: -2.2em;
	color: black;
	text-align: center;
}

.custom #myGallery {
margin-left: 9px;
}

/* Widgets*/
.custom .li.widget {
font-size:1.3em;
line-height:1.385em;
margin-bottom:.5em;
}
	

.custom #header #logo a {
	display: block;
	height: 277px;
	outline: none;
	margin-top: -.64em;
	margin-left: -.2em;

}
.custom #header #logo, .custom #header #tagline {
	
}
.custom #header #tagline {
	height: 0;
}
.custom #header {
	padding: 0;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.press #header #logo a  {
	display: block;
	height: 277px;
	outline: none;
	margin-top: -.64em;
	margin-left: -.2em;
}
.photos #header #logo a  {
	display: block;
	height: 277px;
	outline: none;
	margin-top: -.64em;
	margin-left: -.2em;
}
.video #header #logo a  {
	display: block;
	height: 277px;
	outline: none;
	margin-top: -.64em;
	margin-left: -.2em;
}

.band #header #logo a  {
	display: block;
	height: 277px;
	outline: none;
	margin-top: -.64em;
	margin-left: -.2em;
}


/* featured styles */
	#header_featured {
	float: left;
	width: 50%;
}
#header_featured .sidebar_list {
	padding-top: 1.5em;
}
#header_featured li {
	margin-bottom: 0;
}
/* default / gray widget */
		#header_featured .widget_box {
	background: #E4E4E4;
	border: 1px solid #F0F0F0;
	height: 125px;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.featured_default {
	padding: 15px;
}
.featured_default p {
	color: #8C8C8C;
	font-size: 1.1em;
	line-height: 1.4em;
}
.featured_default h3 {
	color: #575757;
	font-size: 1.2em;
}
/* featured articles widget */
		.widget_bu_featured {
	background: #E7E7E7 url(../images/default/bg-featured.png) repeat-x;
	border: 1px solid #D7D7D7;
	height: 123px;
	overflow: hidden;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebars .widget_bu_featured {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: auto !important;
	padding-top: 1em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#sidebars .widget_bu_featured h2 {
	padding: 0.5em 0 0.3em 0;
}
.featured_articles {
	padding: 15px;
}
.featured_articles p {
	color: #777;
	font-size: 0.75em;
	text-transform: uppercase;
}
.featured_articles .image_link {
	border: 1px solid #000;
	float: left;
	height: 90px;
	margin-right: 20px;
	width: 210px;
}
#sidebars .featured_articles .image_link {
	border: 0;
	float: none;
	margin-left: 3em;
}
.featured_articles .title_link {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
/*---:[ CONTENT ELEMENTS ]:---*/
#breadcrumb {
	color: #F0F0F0;
	font-size: 1.1em;
	position: absolute;
	text-transform: uppercase;
	top: 283px;
}
#breadcrumb a {
	border-bottom: 1px solid #747474;
	color: #B5B5B5;
}
#breadcrumb a:hover {
	border: 0;
}
/*build		
.custom #content_box { background: #FFF url(../images/default/content_box.gif) repeat-y 69.5em 0; border: 1px solid #000; margin-top: 4em; }
*/
.custom #content_box {
/*
	background: black url(../images/default/content_box.gif) repeat-y 69.5em 0;
	*/
	background: black;
	border: 1px solid black;
	margin-top: 4em;
}
.custom #content {
/*
	background: #FFF url(../images/default/blueGrad.gif) repeat-x;
	*/
	background: black;
}
.custom .prev_next {
	background: black;
	border-color: black;
	color:#d2c000;
}
.custom .prev_next a {
	color: #d2c000;
	letter-spacing: 0.3px;
}
/* headlines */
	.custom h1, .custom h2, .custom h3, .custom h4, .custom h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.custom .headline_area h1, .custom .headline_area h2, .custom .headline_area h2 a {
	letter-spacing: -0.8px;
	line-height: 1.2em;
	color: #d2c000;
}
.custom #content h3 {
	color: #d2c000;
	font-size: 1.6em;
	letter-spacing: -0.5px;
}
.custom #content h4 {
	color: #d2c000;
	font-size: 1.2em;
}
.custom .teaserz h2 a {
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	margin-left: 140px;
	color: black;
	font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
}
.custom .teaser h2 {
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	margin-left: 140px;
	color: black;
	font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
}



/* post elements */
	.custom a.more-link {
	background: #0E7AAF;
	color: #FFF;
	padding: 4px 8px 5px 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.custom a:hover.more-link {
	background: #414141;
}
/* teasers 
	.custom .teaser img.frame { padding: 0.3em; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	.custom .teasers_box { background:#FFF url(../images/default/grayShadow.gif) repeat-x; margin: 0; width:100%; }
		.custom .teasers_box .post { padding: 0 1em; }
		*/
		
.custom. teaser .teaser_link {
background: #d2c000;
}
	
/*---:[ SIDEBAR ELEMENTS ]:---*/
.custom #sidebars .sidebar_list {
	border-left: 1px solid black;
	color: #545454;
	padding-top: 20px;
}
.custom #sidebars ul, #sidebars li div, #sidebars p {
	padding: 0 1em;
}
/* headlines */
	#sidebars h2, .custom #sidebars h3, #sidebars h4 {
	padding: 1em 1em 0.2em 0.7em;
}
.custom #sidebars h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-variant: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	color:#d2c000;
}

.custom #sidebars #gigpress-3 h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-variant: normal;
	letter-spacing: normal;
    background:transparent url(http://www.gracepotter.com/cms/site/shows_sb.gif) no-repeat scroll 0 0;
	text-transform: uppercase;
    text-indent:-9999px;
	margin-top: 70px
}

.custom #sidebars #twitter-3 h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-variant: normal;
	letter-spacing: normal;
    background:transparent url(http://www.gracepotter.com/cms/site/twitter_sb.gif) no-repeat scroll 0 0;
	text-transform: uppercase;
    text-indent:-9999px;
	margin-top: 20px
}

.custom #sidebars #text-3 h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-variant: normal;
	letter-spacing: normal;
    background:transparent url(http://www.gracepotter.com/cms/site/endorsements_sb.gif) no-repeat scroll 0 0;
	text-transform: uppercase;
    text-indent:-9999px;
	margin-top: -20px;
	margin-left: 190px;
	padding-bottom: 20px;
}


.custom #sidebars #text-5 {
	margin-left: -12px
}

/* Endorsements */
.custom #sidebars #text-3 {
	text-align: right;
}
/* widgets */
	/*build .custom #sidebars .widget { background: #E7E7E7 url(../images/default/dkGrayGrad.gif) repeat-x; border-top: 1px solid #C9C9C9; } */
	.custom #sidebars .widget {
	background: black;
    border-top 1px solid black;
	color: white;
	margin-bottom: .5em;
}
.custom #sidebars .widget:first-child {
	border: 0;
}
/*---:[ FOOTER ELEMENTS ]:---*/
.custom #footer_area, .rsswidget img {
	display: none;
}
#foot {
	background: #363636 url(../images/default/footer.gif) repeat-x;
	color: #EEE;
	margin-top: 3em;
	overflow: hidden;
}
#foot a, #copyright a {
	color: #E1F5FF;
	text-decoration: none;
}
#foot a:hover, #copyright a:hover {
	text-decoration: underline;
}
#foot ul.sidebar_list {
	padding: 2em 1em;
}
#foot .widget {
	margin: 0;
}
#foot .col {
	float: left;
	width: 33.3%;
}
#copyright {
	border-top: 1px dashed #4D4D4D;
	clear: both;
	padding: 1.3em 0;
}
#copyright ul.sidebar_list {
	padding: 0 1em;
}
#copyright p {
	margin-bottom: 0.1em;
}
/* headings */
	#foot h3 {
	color: #C3EBFF;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 0.6em;
}
#foot h3 a {
	color: #C3EBFF;
}
/*---:[ COMMENTS ELEMENTS ]:---*/
.custom #comments {
	margin: 0;
}
.custom #comments dt {
	background: url(../images/default/grayShadow.gif) repeat-x;
}
.custom #comments dl.children dt {
	background: none;
	border: 0;
}
.custom dl#comment_list .bypostauthor {
	background: #FFF;
}
.custom dl#comment_list dt.bypostauthor {
	background: #FFF url(../images/default/blueGrad.gif) repeat-x;
	border-top: 1px solid #9BD1E3;
}
.custom dl#comment_list, .custom dl#comment_list dd {
	border: 0;
}
.custom dl#comment_list dl dt.bypostauthor {
	padding-top: 1.8em;
}
.custom dl#comment_list dl dd.bypostauthor {
	padding-top: 1em;
}
.custom dl#comment_list dl dt.bypostauthor, .custom dl#comment_list dl dd.bypostauthor > .format_text {
	border-left: 0;
}
/*---:[ PERSONAL STUFF ]:---*/
#subscriptions img {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
#get-recent-comments li {
	border-bottom: 1px solid #4D4D4D;
	margin-bottom: 0.9em;
	padding-bottom: 0.9em;
}
#get-recent-comments li:last-child {
	border: 0;
}
#get-recent-comments img {
	border: 0.2em solid #1f1f1f;
	float: left;
	margin: 0 0.5em 0.3em 0;
}
.custom .teaser {
	width: 100%;
	font-size: 1.2em;
	padding-top: 1em;
	border-top: 1px dotted #bbb;
	text-align: justify;
	color: black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	background: white;
}

.custom .teaser .format_teaser {
   margin-bottom:4px; 
   margin-top:4px;
   margin-left: 10px;
   margin-right: 10px;
   line-height: 1.4em;
}

.custom .teaser .format_teaser .post_image_link img.alignleft  {
margin-bottom:0.75em;
margin-right:0.75em;
margin-top: -1.25em
}


.custom .teasers_box {
	padding-top: 0;
	padding-bottom:0;
	border-top: 0;
	background: black;
}
.custom .teasers_box a {
color: black;

}

.custom .teaser_right {
	float: left;
}
/* Page Navigation */
.custom .full_width #content_box .wp-pagenavi .page {
	margin: 2px;
	padding: 2px 4px;
}
/* Photo PAGE CLASSES */

/* Main image and h1 */

.custom div.floatmain {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 1116px;
	background:#68ad4f;
}
/* Captions */	
.custom div.float {
	float: left;
	padding: 0 0 3px 0;
	margin: 10px 20px 0 0;
	border: 0;
	width: 300px;
}
.custom div.floatright {
	float: left;
	padding: 0 0 3px 0;
	margin: 10px 0 0 0;
	border: 0;
	width: 200px;
}
.custom div.float p {
	text-align: left;
	background: gray;
	color:#ffffff;
	float: left;
	font-size:16px;
	font-style:normal;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 3px;
	margin: -5px 0 0 0;
	border: 0;
	width: 197px;
}
.custom div.float a {
	text-decoration: none;
	color:#ffffff;
}
.custom div.floatright p {
	text-align: left;
	background: gray;
	color:#ffffff;
	float: left;
	font-size:16px;
	font-style:normal;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 3px;
	margin: -5px 0 0 0;
	border: 0;
	width: 197px;
}
.custom div.floatright a {
	text-decoration: none;
	color:#ffffff;
}



/* Music Player */
.custom div.floatplayermain {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 1116px;
	background: black;
}

/* Captions */	
.custom div.floatplayer {
	float: left;
	padding: 0 0 3px 0;
	margin: 10px 60px 0 0;
	border: 0;
	width: 370px;
}


/* Image Navigation */
	
.custom #imagenav {
	background: transparent;
	width: 1116px;
	float:left;
	display: block;
}
.custom #imagenav a { display: block; text-indent: -9999px; height: 60px; outline: none; width : 124px; float: left;}

.custom #imagenav #home {background: url('http://www.gracepotter.com/cms/site/stacked_home.gif') no-repeat 0 0;}
.custom #imagenav #home:hover {background-position: 0 -57px;}
.custom #imagenav #homecurrent {background: url('http://www.gracepotter.com/cms/site/selected_home.gif') no-repeat 0 0;}

.custom #imagenav #band {background: url('http://www.gracepotter.com/cms/site/stacked_band.gif') no-repeat 0 0;}
.custom #imagenav #band:hover {background-position: 0 -56px;}
.custom #imagenav #bandcurrent {background: url('http://www.gracepotter.com/cms/site/selected_band.gif') no-repeat 0 0;}

.custom #imagenav #shows {background: url('http://www.gracepotter.com/cms/site/stacked_shows.gif') no-repeat 0 0;}
.custom #imagenav #shows:hover {background-position: 0 -56px;}
.custom #imagenav #showscurrent {background: url('http://www.gracepotter.com/cms/site/selected_shows.gif') no-repeat 0 0;}

.custom #imagenav #press {background: url('http://www.gracepotter.com/cms/site/stacked_press.gif') no-repeat 0 0;}
.custom #imagenav #press:hover {background-position: 0 -56px;}
.custom #imagenav #presscurrent {background: url('http://www.gracepotter.com/cms/site/selected_press.gif') no-repeat 0 0;}

.custom #imagenav #photos {background: url('http://www.gracepotter.com/cms/site/stacked_photos.gif') no-repeat 0 0;}
.custom #imagenav #photos:hover {background-position: 0 -56px;}
.custom #imagenav #photoscurrent {background: url('http://www.gracepotter.com/cms/site/selected_photos.gif') no-repeat 0 0;}

.custom #imagenav #video {background: url('http://www.gracepotter.com/cms/site/stacked_video.gif') no-repeat 0 0;}
.custom #imagenav #video:hover {background-position: 0 -56px;}
.custom #imagenav #videocurrent {background: url('http://www.gracepotter.com/cms/site/selected_video.gif') no-repeat 0 0;}

.custom #imagenav #forums {background: url('http://www.gracepotter.com/cms/site/stacked_fans.gif') no-repeat 0 0;}
.custom #imagenav #forums:hover {background-position: 0 -56px;}

.custom #imagenav #merch {background: url('http://www.gracepotter.com/cms/site/stacked_merch.gif') no-repeat 0 0;}
.custom #imagenav #merch:hover {background-position: 0 -56px;}

.custom #imagenav #music {background: url('http://www.gracepotter.com/cms/site/stacked_music.gif') no-repeat 0 0;}
.custom #imagenav #music:hover {background-position: 0 -56px;}
.custom #imagenav #musiccurrent {background: url('http://www.gracepotter.com/cms/site/selected_music.gif') no-repeat 0 0;}

/* Social Networking Nav */

	
.custom #socialnav {
	background: transparent;
	width: 360px;
	float:left;
	display: block;

}
	
.custom #socialnav a { display: block; text-indent: -9999px; height: 50px; width: 70px; outline: none;  float: left;}	
	
.custom #socialnav #facebook {background: url('http://www.gracepotter.com/cms/site/facebook.gif') no-repeat 0 0;}
.custom #socialnav #facebook:hover {background-position: 0 -52px;}

.custom #socialnav #flickr {background: url('http://www.gracepotter.com/cms/site/flickr.gif') no-repeat 0 0;}
.custom #socialnav #flickr:hover {background-position: 0 -50px;}

.custom #socialnav #twitter {background: url('http://www.gracepotter.com/cms/site/twitter.gif') no-repeat 0 0;}
.custom #socialnav #twitter:hover {background-position: 0 -52px;}

.custom #socialnav #myspace {background: url('http://www.gracepotter.com/cms/site/myspace.gif') no-repeat 0 0;}
.custom #socialnav #myspace:hover {background-position: 0 -52px;}

.custom #socialnav #youtube {background: url('http://www.gracepotter.com/cms/site/youtube.gif') no-repeat 0 0;}
.custom #socialnav #youtube:hover {background-position: 0 -52px;}

/* Image BandNavigation */
	
.custom #bandnav {
	background: transparent;
	width: 160px;
	float:left;
	display: block;
}
.custom #bandnav a { display: block; text-indent: -9999px; height: 96px; outline: none; width : 144px; float: left;}

.custom #bandnav #bandgrace {background: url('http://www.gracepotter.com/cms/site/band_grace_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandgrace:hover {background-position: -144px 0;}
.custom #bandnav #bandgraceon {background: url('http://www.gracepotter.com/cms/site/band_grace_on.gif') no-repeat 0 0;}

.custom #bandnav #bandscott {background: url('http://www.gracepotter.com/cms/site/band_scott_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandscott:hover {background-position: -144px 0;}
.custom #bandnav #bandscotton {background: url('http://www.gracepotter.com/cms/site/band_scott_on.gif') no-repeat 0 0;}

.custom #bandnav #bandbenny {background: url('http://www.gracepotter.com/cms/site/band_benny_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandbenny:hover {background-position: -144px 0;}
.custom #bandnav #bandbennyon {background: url('http://www.gracepotter.com/cms/site/band_benny_on.gif') no-repeat 0 0;}

.custom #bandnav #bandmatt {background: url('http://www.gracepotter.com/cms/site/band_matt_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandmatt:hover {background-position: -144px 0;}
.custom #bandnav #bandmatton {background: url('http://www.gracepotter.com/cms/site/band_matt_on.gif') no-repeat 0 0;}

.custom #bandnav #bandcat {background: url('http://www.gracepotter.com/cms/site/band_cat_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandcat:hover {background-position: -144px 0;}
.custom #bandnav #bandcaton {background: url('http://www.gracepotter.com/cms/site/band_cat_on.gif') no-repeat 0 0;}

.custom #bandnav #bandmgmt {background: url('http://www.gracepotter.com/cms/site/band_mgmt_nav.gif') no-repeat 0 0;}
.custom #bandnav #bandmgmt:hover {background-position:-144px 0;}
.custom #bandnav #bandmgmton {background: url('http://www.gracepotter.com/cms/site/band_mgmt_on.gif') no-repeat 0 0;}

.custom #bandwords {
	background: transparent;
	width: 450px;
    margin:10px 0 10px 180px;
    min-height:500px;
    background-color: white;
	color: black;
	padding-left:40px;
	margin-top: -50px;
}

.custom #bandwords h2 {
	color: #d2c000;
    padding-top: 20px;
}

.custom #bandwordsfull {
background:white none repeat scroll 0 0;
color:black;
float:left;
margin:0 0 10px 50px;
min-height:500px;
padding-left:40px;
width:560px;
padding-right:40px;
}

.custom #bandwordsfull h2 {
	color: #d2c000;
}

.custom #bandendorse {
	background: transparent;
	width: 180px;
    min-height:500px;
	color: black;
	float: right;

}

/* Record Nav */

.custom #recordnav {
	background: transparent;
	width: 150px;
	float:right;
	display: block;
	border: thin solid;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	margin-top:10px;
	}
.custom #recordnav a { display: block; text-indent: -9999px; height: 150px; outline: none; width : 150px; float: right;  padding-bottom: 25px;}

.custom #recordnav #recordgpn {background: url('http://www.gracepotter.com/cms/site/record_gpn.gif') no-repeat 0 0;}
.custom #recordnav #recordgpn:hover {background-position: -150px 0;}

.custom #recordnav #recordtis {background: url('http://www.gracepotter.com/cms/site/record_tis.gif') no-repeat 0 0;}
.custom #recordnav #recordtis:hover {background-position: -150px 0;}

.custom #recordnav #recordnbtw {background: url('http://www.gracepotter.com/cms/site/record_nbtw.gif') no-repeat 0 0;}
.custom #recordnav #recordnbtw:hover {background-position: -150px 0;}

.custom #recordnav #recordlfs {background: url('http://www.gracepotter.com/cms/site/record_lfs.gif') no-repeat 0 0;}
.custom #recordnav #recordlfs:hover {background-position: -150px 0;}

.custom #recordnav #recordos {background: url('http://www.gracepotter.com/cms/site/record_os.gif') no-repeat 0 0;}
.custom #recordnav #recordos:hover {background-position: -150px 0;}

/* GIGPRESS */

/* This is for the main header cells containing the column labels */
.custom tr.gigpress-header th {
	font-weight: bold;
	color: yellow;
	font-size: 18px;
	text-transform: capitalize;
}
/* For the labels for address, admission, etc in the "info" cell */
.custom span.gigpress-info-label {
	color: white;
}
.custom span.gigpress-info-item {
	color: white;
}
/* Applies to the first row of each show listing */
.custom .gigpress-row td {
	border: none;
	color: white;
	background: transparent;
}

.custom .gigpress-soldout {
   background: none repeat scroll 0 0 #111111;
    border: medium none;
    color: red;
    font-weight: bold;
    padding: 1px;
    text-transform: uppercase;
}

.custom .gigpress-subscribe {
margin-bottom: -100px;
}

.custom .gigpress-artist-heading {
margin-top: 160px;
}

.custom .gigpress-table {
margin-top: 20px;
}

.custom .pressimage {
padding-right:10px;
vertical-align:bottom;
}
