/* colours
gold: #898350
Orange: #D9B00C
grey: #B4B5B5

*/

/* @group containers */
body
{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 160%;
	background: #111111 url(http://www.johnmcdermott.com/2010/pix/pageglow2.jpg) no-repeat center 0;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}

#header
{
	width: 1000px;
	height: 200px;
	background: #000 url(../pix/carpet.jpg);
	color: #fff;
}

.divider
{
	width: 3px;
	height: 530px;
	background: url(../pix/stripdk.jpg);
	float: left;
}

#mainnav
{
	width: 1000px;
	height: 40px;
	background: #000 url(../pix/mainnav.jpg);
}

.mainnav
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: .85em;
	text-align: right;
	padding: 10px 20px 0 0;
	font-family: Helvetica, Arial, Geneva, sanserif;
	letter-spacing: 1px;
}
.contentgroup
{
	width: 1000px;
	background: url('../pix/panel2.jpg') ;
	float: left;
}

.contentgroup2
{
	width: 1000px;
	float: left;
		background: url('../pix/panel2.jpg') ;
}


#leftside
{
	width: 503px;
	height: auto;
	float: left;
	padding: 15px;
	z-index:20;	
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
}

#leftsidewide
{
	width: 703px;
	height: auto;
	float: left;
	padding: 15px;
	z-index:20;	
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
}

#leftsidesmall
{
	width: 245px;
	height: auto;
	float: left;
	padding: 15px;
	z-index:20;	
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
}

#middle
{
	width: 461px;
	height: auto;
	float: left;
	padding: 45px 15px 15px 15px;
	z-index:20;	
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
	background-position: -270px 0px;
}

#tour
{
	width: 200px;
	height: auto;
	padding: 15px;
	float: left;
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
}

#store
{
	width: 201px;
	min-height: auto;
	float: left;
	padding: 15px;
	border-left: 3px solid rgba(0,0,0,0.2);
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
}

.hdivider
{
	width: 1000px;
	height: 3px;
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
	
	float: left;
}

#lowerleftcontent
{
	width: 485px;
	float: left;
	padding: 15px;
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

#lowerrightcontent
{
	width: 455px;
	float: left;
	padding: 15px;
	background-image: url(../pix/paneltop.jpg);
	background-repeat: no-repeat;
	background-position: -509px -20px;
}

#footer { width: 1000px; }

.footer
{
	color: #505050;
	font-size: .7em;
	padding: 15px 0 15px 0;
	text-align: right;
	margin: 0;
}

.onehalf
{
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}

.onethird
{
	width: 31%;
	margin-right: 2%;
	float: left;
	
}

.floater
{background-color:#fff;
padding:20px;}

#schedreview
{
}

.reviewexcerpt{font-size:  120% !important; font-style: italic; 

}

.reviewdate
{text-transform: uppercase; color: #000;
	font: 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

.reviewoutlet
{text-transform: uppercase; color: #000;
	font: 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

/* @end */

p
{
	line-height: 160%;
	margin-bottom: 1.35em;
	color: rgb(170,170,170)
}.small { font-size: 75%; }
.pad { padding: 15px; }

/* @group typography */
.copy 
{color: rgb(170,170,170);
font-weight:normal;
text-align: left;
font-size: .9em;
}

#leftsidesmall p {padding-left:30px;}

#leftsidesmall h2 {padding-left:30px;}
#leftsidesmall h3 {padding-left:30px;}
#leftsidesmall li h3 {padding-left:0px;}
#leftsidesmall ul
{
	margin-left: 30px;
	color: #000;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 25px;
}

h3
{
color: #D9B00C;
font-weight:bold;
	text-transform: capitalize;
	font-size:13px;

}

.copy h3
{ margin: 7px 0 3px 0;}


a, a:visited
{
	color: #eee;
	text-decoration: none;
}

a:hover { color: #d9b00c; }



.floater a, .floater a:visited
{
	color: #666;
	text-decoration: none;
}

.floater a:hover { color: #d9b00c; }


.mainnav a
{
	text-decoration: none;
	color: rgb(255,255,255);
	text-shadow:0 1px 0 #000;
	padding-left: 10px;
	
}

.mainnav a:hover { color: #d9b00c; }

.mainnav a:active { position: relative; top: 1px;
 }

.mainnav a { color: rgba(255,255,255,0.65);
 }

#store img { padding-bottom: 15px; }


#lowerleftcontent h2, #lowerleftcontent ul { padding-left: 30px; }

#tour li
{
	padding-bottom: 10px;
	font-size: .9em;
	font-family: Helvetica, Arial, Geneva, sanserif;
}

#tour.tourcity { text-transform: capitalize;}

li.tourdate { font-weight: bold; color: #d9b00c;}

.tourvenue { text-transform: uppercase; color: #fff; }

.contentgroup h2, #lowerleftcontent h2, #lowerrightcontent h2
{
	font-size: 14px;
	padding: 0 0 15px 0;
	color: #898350;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#lowerleftcontent li, #lowerrightcontent li
{
	font-family: Helvetica, Arial, Geneva, sanserif;
	font-size: .8em;
	line-height: 1.4em;
	text-transform: capitalize;
	list-style-type: square;
}

#lowerleftcontent h2 { padding-left: 30px; }


/* @end */
/* @group blog */

#blog p
{
	color: #aaa;
	padding-left: 35px;
}

#blog img
{
	border: 5px solid #ffffff;
	margin: 0 10px 0 0;
}

#blog h2 { padding-left: 35px; }


/* @end */


.calendar
{
	background: #d9b00c;
	width: 50px;
	position: relative;
	float: left;
	left: 20px top: 100px;
}

.pressphotos a
{float:left;margin-bottom:20px;padding:10px 10px 10px 0;}
.pressphotos img
{margin-bottom:7px;}
/* @group gallery */


#gallery img {
	border: 5px solid #ffffff;
	margin-right: 15px;
	margin-bottom: 15px;
}

#gallery img:hover {
	border: 5px solid #d9b00c;
}


/* @end */

/* @group schedule */

#schedule
/*{font-size: 13px;}*/

ul, li {line-height: 140%;
	list-style-type: square;
}

.touryear {
	padding: 7px 5px 5px 7px;
	background-color: rgba(0,0,0,0.3);
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
td.touryear{margin-bottom:20px;}

tr.tourentry {
	border-bottom: 1px dotted #919191;
}
td.description
{padding-bottom:20px;
font-size: 14px;
}


td.date {
	color: #90C;
}

#schedule td.venue {
font-size: 12px;
	color: #d9b00c;
	text-transform: uppercase;
}

#schedule td.description p, #schedule td.venue p {
	
	line-height: 140%;
	color: #b4b5b5;
	margin: 0;
}

.showdate {font-size:  13px; color: #ffffff; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight: bold; text-shadow:0 1px 0 #000;
	
}

/* @end */

.caption {text-transform: uppercase; color: #000;
	font: 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

em {font-style: italic;
	
}

/* @group store */

.pkg {
	padding-bottom: 30px;
	display: block;
	height: 250px;
}

.pkg input {
	padding-top: 5px;
}

.albumentry {
	padding: 7px 5px 5px 7px;
	background-color: rgba(0,0,0,0.3);
	color: white;
	text-transform: capitalize;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.offer {font-weight: bold; font-family: Helvetica, Arial; color: red; text-transform: uppercase;}
.listing {font-family: Helvetica, Arial; font-size: 85%; line-height: 140%}
.featuring {
	font-style: italic;
	font-weight: bold;
}

.pakshot {float: left; padding-right: 10px;
	
}

/* @end */

#tour ul, #tour li {
	list-style-type: none;
}
