/* Site specific stylesheet for The Mini Shrine */
/* Copyright (C) 2010 Skye Nott - http://www.miataworld.net/ */

/* Site branding */
#header {
	background: #333 url(/theme/mini/black-leather.jpg) repeat-x;	
}
#header h1 {
	margin: 0;
}
#header #header-image {
	background-image: url(/theme/mini/new_original_mini_white.png);	
	width: 408px;
	height: 175px;
	/* Bump down to clear #header title for visitors with 1024x768 */
	margin: 0 4px 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: #0f3262;
	text-decoration: none;
}
a:hover {
	color: #e00;
	text-decoration: none;
}
/* Box styles */
.leftmenu .col2 .marque-logo {
	padding-top: 0;
}
.leftmenu .col2 {
}
.leftmenu .col2 .navigation .selected {
}
.pin-left-small {
}
/* Content styles */
.leftmenu .col1 .header-image-box {
	/* Adjust size to prevent text slipping under car wheels... */
	float: right;
	clear: left;
	height: 70px;
	width: 360px;
	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: #feff8e url(/images/tile/button_bg_yellow.png) repeat-x left top;
}
table.quickform td {
	background: #fcfee6;
}

