/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Wine Country Giveaway Global
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear
{
		clear:both;
		height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#e9dfcc;
	color:#f1ebdf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#containerBg {
	background:#000000;
	}
	
#containerOuter  {
	background:url(../img/contentBg.gif) repeat-y center;
	}
	
#container {
	background:url(../img/containerBgSub.jpg) top center no-repeat;
	}
	
#containerInner {
	width:900px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	width:740px;
	margin:0 0 15px 0;
	padding:96px 0 0 0;
	}
	
#header p {
	font-size:160%;
	}
	
p.shadow {
	text-shadow: 2px 3px 2px #000;
	}
	
hr {
	margin:0 0 15px 0;
	}
	
.featuredEvents {
	list-style:none;
	}
	
.featuredEvents li {
	border-top:#552d16 solid 1px;
	padding:20px 0 0 0;
	}
	
#kyleBtn {
	background:#8c182d;
	color:#e9d8b5;
	margin:0 20px 0 0;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	border:#e9d8b5 solid 1px;
	width:225px;
	float:left;
	}
	
#kyleBtn a {
	color:#e9d8b5;
	font-weight:bold;
	padding:10px;
	width:205px;
	display:block;
	}

#kyleBtn a:link, #kyleBtn a:visited {
	color:#e9d8b5;
	background:#8c182d;
	text-decoration:none;
	}

#kyleBtn a:hover, #kyleBtn a:active {
	color:#e9d8b5;
	background:#552d16;
	}
	
/* =slide show details
-----------------------------------------------------------------------------*/
.slideShow {
	margin:0;
	width:883px;
	height:182px;
	overflow: hidden;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:883px;
	height:182px;
	z-index:100;
	}

	
/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:200%;
	margin:0 0 0 0;
	color:#ead9b6;
	}

h2 {
	font-size:150%;
	margin:0 0 0 0;
	color:#ead9b6;
	font-weight:normal;
	}
	
h3 {
	font-size:150%;
	margin:0 0 0 0;
	color:#facc65;
	font-weight:normal;
	}	
	
h4 {
	font-size:125%;
	color:#facc65;
	margin:0 0 0 0;
	font-weight:bold;
	}
	
h4 a {
	color:#0f3e52;
	}

h4 a:link, h4 a:visited {
	text-decoration:underline;
	}

h4 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h5 {
	font-size:185%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#552d16;
	font-weight:bold;
	}
	
h6 {
	font-size:115%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	color:#8c182d;
	}
	
#containerInner p {
	margin:0 0 15px 0;
	}
	
/* Links */	
		
#containerInner p a {
	color:#eb6d24;
	padding:1px 1px;
	font-weight:bold;
	}

#containerInner p a:link, #containerInner p a:visited {
	text-decoration:underline;
	}

#containerInner p a:hover, #containerInner p a:active {
	color:#ffffff;
	background:#eb6d24;
	}
	


