@import url("style.css");
body {
	font-family: Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #A29472;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat;
	background-color: #000000;
}

img {
	border: none;
}

img.thumb {
   margin-right: 2px; 
   display:inline; 
   border: 1px solid #444;
}

img.enlarged {
	margin-right: 5px;
	display: inline;
	border: 2px solid #444;
	left: 50px;
}

img.callout {
	margin: 0px 30px 10px 0px;
	float: left;
	border: 1px solid #444;
	background-image: url(pix/starlightdance.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 81px;
}

img.rcallout {
   margin: 0px 0px 10px 30px;
   float: right;
   border: 1px solid #444;
}

div#holder {
	width: 700px;
	background-image: url(pix/trim.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

div#content {
    padding-top: 15px;
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 5px;
   text-align: left;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#title h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 700px;
	height: 182px;
	background-color: transparent;
	background-image: url(pix/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#title h1 span {
	display: none
}

#title h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 700px;
	height: 15px;
	background-color: transparent;
	background-image: url(pix/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#title h2 span {
	display: none;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #010166;
}
.h3 {
	font-size: 16px;
	font-weight: bold;
	color: #A29472;
}



#contentBottom {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	height: 15px;
	background-color: transparent;
	background-image: url(images/content_bottom_g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div.spacer {
  clear: both;
}

div.hr {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702426;
}

div#callouts {
}
.trim {
	background-image: url(images/trim17.gif);
	background-repeat: repeat-y;
	height: 1px;
	width: 800px;
}


div.rcallout {
   float: left;
   text-align: center;
   padding: 1em;
   width: 100%;
}

div.callout {
	float: none;
	padding: 0.8em;
	width: 100%;
	text-align: center;
	border-bottom-color: #010166;
}

div#shows {
	font-size: 1.1em;
	text-align: right;
	font-weight: 400;
	padding-bottom: 1em;
}

div.show {
	padding-bottom: 1em;
}

div.pshow {
   font-size: .8em;
}

div#news {
	padding-top: 1.5em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #92CCFE;
	background-color: #000000;
}

div.entry {
	padding-bottom: 1em;
}

div#music {
	text-align: center;
	padding: 1em;
}

div#bio {
	padding-bottom: 1em;
}

div#pix {
	padding-bottom: 1em;
}

div.shoot {
	text-align: right;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #92C9FF;
	background-color: #000000;
}

div#contact {
	padding-bottom: 1em;
}

div.email {
	font-size: .75em;
    line-height: 1.33em;
	text-align: center;
	padding-top: 2em;
}

div.more {
	font-size: x-large;
	line-height: 1.33em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}

div#footer {
	font-size: .75em;
	padding-top: 5em;
	padding-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(pix/starlightdance.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 77px;
	width: 81px;
}

fieldset {
   border: 0px;
}

p.album {
   background: url(/pix/accent.gif) left no-repeat;
   color: #F8E5BB;
   font-size: 1.25em;
   padding: 15px 0px 15px 50px;
}

p.date {
   background: url(/pix/date.gif) left no-repeat;
   color: #F8E5BB;
   font-size: 1.25em;
   padding: 15px 0px 15px 50px;
}

p.photocredit {
	font-size: .75em;
   color: #665544;
	text-align: right;
	padding-bottom: 1em;
}

p.section {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.33em;
	color: #FFFFCC;
	text-align: left;
}

a {
	font-family: Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}

a:visited {
	color: #998877;
}

a:hover {
	text-decoration: underline;
}

a.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	color: #FFFFCC;
	float: left;
}

a.section:visited {
	color: #FFFFCC;
}

a.section:hover {
	text-decoration: overline;
}

a.music {
   background: url(/pix/headphones.gif) left no-repeat;
   padding: 1px 0px 1px 20px;
}

input.textbox {
   border: #665544 solid 1px; 
   font-family: Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif; 
   width: 200px; 
   color: #000000; 
   font-size: 1.1em; 
   background-color: #FFFFFF;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
   
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
   
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/pix/overlay.png); }

* html #overlay{
	background-color: transparent;
	back\ground-color: transparent;
	background-image: url(pix/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/pix/overlay.png", sizingMethod="scale");
}

