/*
Theme Name: CWT Splash
Theme URI: http://canadianwinetrail.com
Description: Splash page for The Canadian Wine Trail
Version: 1.0 (WP2.8)
Author: Duane Neveu
Author URL's: http://goodeggdesign.com, http://duaneneveu.com
Tags: Black, Fading Pics, Wine Trail 
*/

/*--------------------     PALETTE     --------------------*/
/*
		Off White: #ebebeb
		Off Black: #141414
		Dark Gray: #303030
		Silver: #c0c0c0
*/
/*--------------------     PALETTE     --------------------*/

/*--------------------     SPLASH UTILITIES     --------------------*/

*	{
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	width: 100%;
	}

body {
	background: #141414 url('../images/bg_splash.jpg') top center repeat;
	color: #808080;
	}

a img {
	border: none;
	}

a {
	outline: none;
	text-decoration: none;
	}

a:hover {
	outline: none;
	text-decoration: none;
	}

a:active {
	outline: none;
	text-decoration: none;
	}

a:visited {
	outline: none;
	text-decoration: none;
	}

#header {
	margin: 20px auto;
	width: 367px;
	}

#logo h1 { 
	height: 77px;
	width: 367px;
	}

#main-content {
	font: italic 1em/1.375em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin: 0 auto;
	text-align: justify;
	width: 800px;
	}

#col-left {
	border-right: 1px solid #000;
	float: left;
	min-height: 320px;
	padding: 20px;
	width: 359px;
	}

#col-right {
	border-left: 1px solid #303030;
	float: left;
	min-height: 320px;
	padding: 20px;
	width: 359px;
	}

.clear {
	clear: both;
	}

#menu {
	margin: 0 auto;
	text-align: center;
	width: 1075px;
	}

#menu img {
	padding: 25px 15px 0 15px;
	}

#foot {
	margin: 75px auto 0 auto;
	position: relative;
	}

#goodegg {
	width: 200px;
	height: 25px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin: 0 0 0 -100px;
	}

#goodegg a:hover {
	background: none;
	}
/*--------------------     END OF STYLESHEET     --------------------*/