/************************************************
	Style sheet for Tina Turner 2008 Tour website
	
	version:		1.0
	created by:		Dala Design
	last edited:	2008-04-22
*************************************************/

@import url("layout.css");
@import url("typography.css");


/* Global declarations */
img { border: none; }
a:focus { outline: none; }

.recommend {
	margin: 0;
	padding: 0.5em 1em;
	font-style: italic;
	font-size: 14px;
	color: black;
}

.sig {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #685223;
}

#praise {
	position: relative;
	top: -80px;
}

.shiny {
	background-color: #e4cca0;
	border: 1px white solid;
	padding: 1em;
	font-size: 110%;
}
.nowrap {
	white-space: nowrap;
}
.showme {
	font-weight: bold;
	white-space: nowrap;
}