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

/* @override http://local.corradoworld.com/style/corrado.css */

/* Site branding */
#header {
	background: #B8E4FD url(/theme/corrado/skyblue-grad.png) repeat;	
}
#header h1 {
	margin: 0 0 0 0;
}

#header #header-image {
	background-image: url(/theme/corrado/lindmark_corrado.png);	
	width: 297px;
	height: 175px;
	/* Bump down to clear #header title for visitors with 1024x768 */
	margin: 4px 30px 0 0;
}
.leftmenu {
	/* Background for nav column here */
	background: #292929 url(/images/tile/diag2-black-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;
}
.leftmenu .col2 a {
	color: #94c2ff; /* #00E4FF for neon cyan */
	text-decoration: none;
}
.leftmenu .col2 a:hover {
	color: #e00;
	text-decoration: none;
}
/* Box styles */
.leftmenu .col2 {
	color: #fff;
}
.leftmenu .col2 .marque-logo {
	width: 145px;
	height: 120px;
	padding: 10px 0 25px 25px;
}
.leftmenu .col2 .navigation .selected {
	color: #f67740;
}
.pin-left-small {
}
.leftmenu .col2 .login .member-nag { 
	color: #000;
}
.leftmenu .col2 .navigation .nav-highlight {
	background: #000;
}
/* Content styles */
.leftmenu .col1 .header-image-box {
	/* Adjust size to prevent text slipping under car wheels... */
	height: 90px;
	width: 350px;
	border: 0;
}
.leftmenu .col2 .login .member-nag a { 
	color: #00b;
}
.leftmenu .col1 table.simple th {
	background: #0C0000 url(/images/tile/button_bg_red.png) repeat-x left top;
	border-color: #444;
	color: #fff;
	font-weight: normal;
}
.leftmenu .col1 table.simple td {
	background: #fcfcfc;
	border-color: #666;
}
.leftmenu .col1 table.calendar-mini {
	border: 1px solid #666;
}
.leftmenu .col1 div.event {
}
/* Form styles */
table.quickform td.header {
	background: #0C0000 url(/images/tile/button_bg_red.png) repeat-x left top;
	color: #fff;
	font-weight: normal;
}
table.quickform td {
	background: #fcfee6;
}

