/* Site specific stylesheet for The Triumph Experience. */
/* Copyright (C) 2010 Skye Nott - http://www.autoshrine.com */

/* @override 
	http://local.triumphexperience.com/style/triumph.css
*/

/* Site branding */
#header {
	background: #996d42;
	background-image: url(/theme/triumph/leather-stitch.png);
	background-repeat: repeat;	
}
#header h1 {
	margin: 0;
}
#header #header-image {
	background-image: url(/theme/triumph/Tony_Cheshire_TR4_2.png);
	width: 324px;
	/*
	background-image: url(/theme/triumph/maggie_1972_spitfire.png);
	width: 418px;
	*/
	height: 175px;
	/* Bump down to clear #header title for visitors with 1024x768 */
	margin-top: 7px;
	margin-right: 10px;
}
.leftmenu {
	/* Background for nav column here */
	background: #e7ead2 url(/images/tile/diag2-white-50pc.png) repeat;
}
.leftmenu .colright {
	border-left: 1px solid #ddd;
}
/* Link styles */
a {
	color: #0f3262;
	text-decoration: none;
}
a:hover {
	color: #e00;
	/*
	color: #fff;
	background: #1f528d;
	*/
	text-decoration: none;
}
/* Box styles */
/* Content styles */
.leftmenu .col1 .header-image-box {
	/* Adjust size to prevent text slipping under car wheels... */
	height: 82px;
	width: 310px;
	border: 0;
}
.leftmenu .col1 table.simple th {
	background: #ffef8e url(/images/tile/button_bg_yellow.png) left top repeat-x;
	border-color: #888;
}
.leftmenu .col1 table.simple td {
	background: #fcfcfc;
	border-color: #aaa;
}
.leftmenu .col1 table.calendar-mini {
	border: 1px solid #aaa;
}
.leftmenu .col1 div.event {
}
/* Form styles */
table.quickform td.header {
	background: #ffef8e url(/images/tile/button_bg_yellow.png) left top repeat-x;
}
table.quickform td {
	background: #fcfee6;
}

