/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Relish Design Studios
	Author Site	: http://relishdesign.ca
	Style Name	: Chill Press
	Style URI	: http://relishdesign.ca
	Version		: 1.0
	Comments	: 
*/

body {
	background: #92C5D8;
	}
h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	text-align: left;
	letter-spacing: 1px;
}


.sidebar-single #page {
	width: 960px;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:10px;
	border: none;
 	}
	
#header {
	height: 38px;
	background: #92C5D8;
	width:960px;
	float: left;
	position:relative;
	z-index: 400;	}
#header img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Main level Nav */

#zero {
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	z-index: 5000;
	height: 38px;

	}
#zero li {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	}
#zero li.left, ul.zero li.right {
	background-color: #8fc4d7;
	padding: 0px;
	margin: 0px;
}
#zero li a {
	display: block;
	color: #004F7E;
	font-size:1.1em;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
#zero li.home a {
	background-color: transparent;
	padding-right: 15px;
	padding-left: 0px;
}
#zero li.home a:hover{
	background-color: transparent;
	color: white !important;
}
#zero li a:hover {
	color: #8ec5d8 !important;
	background-color: white;
}
#zero li.page_item {
	background:#FFFFFF; 
}
#zero li.current_page_item a, ul.menu li.current_page_parent a, ul.menu ul li.current_page_item a {
	color: #d0b02b !important;
	background-color: white !important;
}


/* second level navigation */

#zero li ul {
	background: #fff;!important;
	position: absolute;
	line-height: normal;
	list-style: none;
	padding: 0px 0px 2px;
	left: -999px;
	margin-top: -10px;
}
#zero li:hover ul, #zero li.sfhover ul {
   left: auto;
}
#zero li ul li {
	background: #fff;!important;
	line-height: normal;
	margin: 2px 0px;
	float: left;
	clear: left;
	height: auto;
}
#zero li ul li a {
	background: #fff;!important;
	clear: left;
	display: inline;
}
#zero li ul li.page_item a {
	color: #004F7E !important;
}
#zero li ul li.current_page_item a {
	color: #d0b02b !important;
}
#zero li ul li.page_item a:hover {
	color: #8ec5d8 !important;
	background-color: white !important;
}


/* content section */
#primary {
	/* Contains the main column */
	float: right;
	padding: 0px 15px;
	width: 670px;
	height:540px;
	overflow:auto;
	z-index: 160;
	}
.content { 
	padding: 0px;
	text-align: left;
	height:540px;
	position: relative;
	z-index: 150;
}
#primary .entry-content #location h3 {
	padding: 0px;
	margin: 0px;
}
#current-content {
	padding-right:15px;
	text-align: left;
	font-size: 9px;
	}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	position:relative;
	z-index: 290;	}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left
	}

.secondary {
	/* Contains the sidebar */
	}
.secondary div {
	margin: 0px;
}
#sidebar-main {
	background-image:url(images/left_gradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px;
	text-align:right;
	height: 540px;
	font-size:.8em;
}

#sidebar h4, #sidebar h3, #sidebar h2 {
	padding-right: 10px !important;
 }
#sidebar h4{
	font-size: 4em;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: right;
	color:#003366;
	margin: 0px;
	padding-left: 0px;
	line-height: 1.2em;
}
	
#sidebar h2{
	font-size: 2.1em !important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color:#99cccc;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 1.2em;
}

#sidebar h3{
	font-size: 2.4em;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: right;
	color:#CCCC66;
	margin: 70px 0 0 0;
	padding-left: 0px;
	line-height: 1.2em;
}

a.replay {
	color: #01628e;
	position: absolute;
	z-index: 500; 
	left: 0px;
	bottom:0px;
	padding:5px;
	font-weight: bold;
	text-transform:uppercase;
	}
a.replay:hover {
	text-decoration: none !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff !important;
	}
#foot_panel {
	float: left;
	width: 960px;
	background: #00628E;
	height: 140px;
	padding:0px;
	margin:0px;
}
#foot_panel ul {
	list-style: none;
	margin-left: 20px;
	padding: 0px;
}
#foot_panel {
	float: left;
	clear: left;
}
#foot_panel a {
	float: left;
	clear: left;
	font-weight: bold; 
	text-transform: uppercase; 
	color:#83B4D8;
	background-color: none;
	border: none;
	padding: 0px;
	margin:0px
	padding: 0px;
	}
	
#foot_panel a:hover {background-color: none; color:#fff;border: none; text-transform: uppercase;}
#foot_panel h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
	width: 270px;
	font-size:1.1em;
	padding:10px 20px;
	color: #FFFFFF;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:10px 0px;
	color:#00628E;
	}
#footer a {border: none;  font-weight:bold; color:#239619;}
#footer a.login { float: right;}
#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:none; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
#google { float: right; width:100px;}
#google img, #spirit_way img { padding: 0px 20px; width:60px}
#google a {
	text-align: center;
	display: none;
}
#google a:hover { text-decoration: none; color:#444;}
#foot_panel #weather img {
	width 80px;
	height: 80px;
}

#restaurants td {
        border-bottom: solid 1px #ddd;
}