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

/* Site branding */
#header {
	background: #333 url(/theme/tss/flag-wood-tile.png) repeat-x;	
}
#header h1 {
	margin: 26px 0 0 10px;
}

#header #header-image {
	background-image: url(/theme/tss/header-scooters.png);	
	width: 258px;
	height: 170px;
	margin: 10px 20px 0 0;
}
.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: #0f427d;
	text-decoration: none;
}
a:hover {
	color: #e00;
	text-decoration: none;
}
/* Box styles */
.leftmenu .col2 {
}
.leftmenu .col2 .navigation .selected {
}
.pin-left-small {
}
/* Box styles */
.leftmenu .col2 .marque-logo {
	margin-top: 10px;
	padding-bottom: 20px;
}
/* Content styles */
.leftmenu .col1 .header-image-box {
	/* Adjust size to prevent text slipping under car wheels... */
	float: right;
	clear: left;
	height: 80px;
	width: 300px;
	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 #666;
}
.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;
}

