/******************************************************************************************************************

Secrets Clubs : Venues Stylesheet

Developed by Matthew Hill, September 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

This stylesheet overrides/adds to some default styles for styling the information sidebar

******************************************************************************************************************/


/******************************************************************************************************************
STAFF MEMBERS
******************************************************************************************************************/

#staff {
	padding:0 0 15px 0;
}

#staff:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;	
}

.staffmember {
	text-align:center;
	width:163px;
	float:left;
	margin-right:3px;
}

.staffmember h3,
.staffmember h4 {
	font-size:1.0em;
	font-style:normal;
	margin:0;
	padding:0;	
}

.staffmember h4 {
	font-weight:normal;
}


/******************************************************************************************************************
THUMBNAILS / ENLARGEMENTS
******************************************************************************************************************/

#imgthumbs {
	margin:0 -5px 0 0;
}

#imgthumbs img {
	display:block;
	border:none;
	padding:0;
}

#imgthumbs a {
	float:left;
	display:block;
	padding:1px;
	margin:0 4px 4px 0;
	background:#8F41A8;
}

#imgthumbs a:hover {
	background:#FFDE00;
}

/******************************************************************************************************************
BROCHURE BUTTON
******************************************************************************************************************/

#brochure {
	float:right;
	width:188px;
	margin:0 0 20px;
	padding:0;
	line-height:normal;
}

#brochure a {
/*	float:left;*/
	display:block;
	color:#FFF;
	padding:15px 8px 0 38px;
	background:url(../images/button_download_top.gif) top left no-repeat;
	text-decoration:none;
	font-size:0.95em;
	text-shadow: #000 3px 3px 3px;	
}

#brochure a span {
	color:#FFDE00;
}

#brochure div {
	width:188px;
	height:17px;
	border:0;
	font-size:0;
	line-height:0;
	background:url(../images/button_download_bottom.gif) 0 0 no-repeat;		
}

/******************************************************************************************************************
SIDEBAR
******************************************************************************************************************/

#sidebar {
	background:url(../images/bg_sidebar_lighter.gif) top left repeat-y;
	height:auto;
	min-height:0;
	width:158px;
	padding:0 10px;
	margin-right:10px;	
}

#sidebar h2 {
	padding-top:12px;
	margin:-3px -10px 5px;
	text-align:center;
	background:url(../images/hrline_yellow_short.gif) 0 0 no-repeat;
}

#sidebar h3 {
	padding:20px 10px 5px;
	margin:0 -10px 5px;	
	font-size:90%;
	font-style:normal;
	background:url(../images/hrline_yellow_short.gif) 0 0 no-repeat;
}

#sidebar p {
	font-size:90%;
	line-height:1.1em;
	margin-top:0;
}

#sidebar address {
	font-size:90%;
	font-style:normal;
	line-height:normal;
	padding:0 0 13px 0;
	margin:0;
}

#sidebar div {
	width:178px;
	height:10px;
	margin:0 -10px -3px;
	border:0;
	font-size:0;
	line-height:0;
	background:url(../images/hrline_yellow_short.gif) 0 0 no-repeat;	
}



