/*
Theme Name: Mountain Water
Theme URI: http://www.mountainwatersretreats.ca/
Description: The default WordPress theme based on the famous <a href="http://www.mountainwatersretreats.ca/">Hubrik</a>.
Version: 1.0
Author: Rik Logtenberg
Author URI: http://yellowseed.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Rik Logtenberg,
	whose blog you will find at http://yellowseed.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Typography */
body {font-size:85%;color:#222;background:#F5F0DC url(images/bg.png) repeat-x;font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;} /*background:#5174b6*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#7f1c1b;}
h1 {font-size:2.25em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.75em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#7F1C1B;text-decoration:underline;} /*#368332*/
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:1px 35px 1px 1px;}
/*th, td, caption {padding:4px 10px 4px 5px;}*/
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* Container */
.container {width:800px;margin:0 auto; position: relative; background-color: #fff; border-right: 3px solid #afaa99}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* Forms */
label {font-weight:bold; display: block; width:170px; float:left; text-align: right; margin-right: 6px}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px !important; padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}




/****************************
MENU
 ****************************/

#header {background-color: #5174b6; height:48px;}
/*#header {background-color: #BDD2FF; height:46px;}*/
.nav {

}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 100;
	position: relative;
	text-transform: capitalize;
	padding-left: 20px
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li li {
}
.nav li a.top, .nav li a.top:link, .nav li a.top:active, .nav li a.top:visited {
  font: 12px/25px Helvetica, Tahoma, arial, sans-serif;
  color: #fff;
  display: block;
  padding: 10px 11px 8px 10px;
  text-transform: uppercase;
  text-decoration: none;
  border:none;
}
.nav li li a, .nav li li a:link, .nav li li a:active, .nav li li a:visited {
  font: 11px/25px Helvetica, Tahoma, arial, sans-serif;
  background: #5174b6 url("./images/menu-over-bg.png") top right repeat-y;
  color: #fff;
  display: block;
  padding: 3px 9px 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  border:2px solid #801414;
  border-right:none;
  border-left:none;    
}

.nav li a:hover {
  /*background: #801414;*/
  background:#6A85B7;
  color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  /*background: #801414;*/
  background:#6A85B7;
  color: #000;
  height:4px;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  /*background: #ccc;*/
  background:#6A85B7;
  border:0px solid #fff;
  border-right:none;
  border-left:none;  
  color: #000;	
  
}

.nav ul {
  background: url("./images/menu-over-bg.png") bottom right repeat-y;
  list-style: none;
  margin: 0;
  padding-right:7px;
  width: 175px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 43px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  width: 155px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
.nav ul li.bottom {
  background: url("./images/menu-bg-bot.png") bottom right repeat-x;
  padding-bottom:7px;  
}


#mountain-waters {position:absolute; top: 250px; left:0; z-index: 2}
#logo {position:absolute; top: 386px; left:661px; z-index: 2}

#sidebar {width:230px; float:left; margin: 0 20px 0 20px}
#main {width:400px; float:left; padding-top:20px}
#main-full {width:640px; padding:40px 0 0 40px}



#footer {padding-top:32px; background: url(mwr/images/bottom.gif) top right no-repeat;position: relative}
#footer .copy {background-color:#7490c5; padding:10px; color: #fff}

.smicons {position: absolute; right:20px; top:5px}



.header1 {
color:#7F1C1B;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica;
font-size:25px;
font-weight:lighter;
line-height:28px;
}

.header1 a {
color:#7F1C1B;
text-decoration:none;
}

.sidequote {
color:#7490C5;
font-family:"trebuchet MS",Verdana,Arial,Helvetica;
font-size:14px;
font-weight:lighter;
line-height:20px;
}

.header3 {
color:#7F1C1B;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica;
font-size:18px;
font-weight:lighter;
line-height:20px;
}

/*td,th,caption{
padding: 1px 1px 1px 1px;
}*/


.alignright {float:right}
.aligncenter {text-align: center; display: block; margin: 0 auto 20px auto}

.wp-caption {padding:4px; background-color: #eee; border: 1px solid #ccc; margin: 0 0 0 10px}
.wp-caption-text { font-size: 11px; margin: 0}

#CalendarLarge-Header td  {font-size: 12px}
#EC_current-month {font-size: 18px}



#registration_form {margin-top: 40px}
#registration_form p {clear: both}

.event-item {border-top: 1px solid #ccc; margin-bottom: 20px; padding-top: 20px; clear: left}
.event-item img {float:left; margin: 0px 10px 10px 0; padding:2px; border:1px solid #aaa}

