/*
 * Styles for specific things ont he homepage
 *
 * I wish I knew website
 *
 * author: by Erik de Bos
 * last changed: 26-02-2009
 *
 * line 13: gig styles
 * line 43 : news styles
 */


/* styles for the Gigs column */
h1.gigs_title {
	color: #6699FF;
	margin-left: 38px;
}
div.gig {
	margin: 2px 0px 4px 0px;
	padding: 4px 0px;
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
}
div.gig .date {
	color: #6699FF;
}
div.gig .time {
	float: right;
	margin-right: 10px;
}
div.gig h2 {
	font-size: 14px;;
}
div.gig .address {
	margin: 2px 6px;
}
div.gig .details {
	font-size: 12px;
	margin: 4px;
}

/* styles for the News column */
h1.news_title {
	color: #669933;
	margin-left: 48px;
}
div.news {
	margin: 2px 6px 4px 6px;
	padding: 4px 0px;
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
}
div.news p {
	margin: 4px 0px;
}
div.news .date {
	float: right;
	color: #669933;
	font-size: 10px;
}

/* this can be deleted, I think
div.news .title {
	font-variant: small-caps;
	text-align: center;
	border-bottom: 1px solid #666666;
}
*/
div.news .image {
	width: 240px;
	margin: 10px auto;
}
div.news .caption {
	font-size: 9px;
	font-weight: normal;
	padding-left: 6px;
}
div.news .details {
	font-size: 11px;
	font-weight: normal;
}
div.news .source {
	text-align: right;
}
/* styles for the slideshow pages */
.author {
	font-size: 10px;
	font-variant: small-caps;
}
#picshow {
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 20px;
}
#picshow .iwikpic {
	float: left;
	width: 140px;
	height: 140px;
	margin: 10px 10px 40px 10px;
	text-align: center;
}
#picshow .iwikpic img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: auto;
}
/* from the slideshow source */
#lightbox {
	color: #CCCCCC;
	background-color: #000000;
	padding: 10px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
}
#lightboxDetails {
}	
#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(overlay.png);
}
/* presskit styles */
#presspics {
	margin-bottom: 20px;
}
#presspics .iwikpresspic {
	float: left;
	width: 140px;
	height: 140px;
	margin: 10px 10px 40px 10px;
	text-align: center;
}
#presspics .iwikpresspic img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: auto;
}
.pressheader {
	margin-top: 20px;
}
.download {
	color: #CC6600;
	margin: 8px 0px 4px 8px;
}
.download a {
	color: #CC9900;
}
h3.pressheader {	
	font-size: 12px;
}
#logolist {
	margin-left: 18px;
}
#logolist li {
	margin: 9px 0px;	
}
#logolist li a {
	color: #CCCCCC;
	text-decoration: none;
}
#logolist li span.blacklogos a {
	color: #000000;
}
span.blacklogos {
	color: #000000;
	padding: 0px 1px;
	background: #CCC;
	font-weight: bold;
}
span.compuquote, 
span.compuquote a {
	color: #999999;
}
table#stageinfo td {
	width: 50%;
	vertical-align: top;
	padding: 0px 8px;
}
/* Contact styles */
table#contact td {
	width: 50%;
	vertical-align: top;
	padding: 0px 8px;
}
table#contact div#contact_bg {
	background-image: url(../pics/bg_light.jpg);
	padding: 26px 0px;
	margin: 0px 20px;
	border: 1px solid #CCCCCC;
}
form#iwik_booking {
	background-image: url(../pics/bg_green.jpg);
	margin: auto;
	padding: 6px;
	width: 270px;
}
form#iwik_booking input, 
form#iwik_booking textarea {
	float: right;
	clear: both;
}
form#iwik_booking .clearit {
	margin: 0px 10px;
}
div#warning {
	color: #CC6600;
	font-weight: bold;
	margin: 10px 20px;
}