@charset "utf-8";

body {
	font-family: sans-serif;
	margin: 0;
}

h1 {
	margin: 0 0 0.7em;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
}

h2 {
	margin: 0 0 0.5em;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
}

p {
	margin: 0 0 1em;
	font-size: 0.9em;
	line-height: 1.7em;
}

a, a:visited {
  color: #03c;
}

a:hover, a:active {
	color: #09e;
}

hr {
  margin: 23px 0;
}

img {
	border: none;
}

li {
	margin: 0 0 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}

/*****************************************/

#wrap {
	width: 750px;
	margin: 10px auto;
}

#header {
	height: 120px;
	margin-bottom: 10px;
  background: url(images/header.png) no-repeat;
	text-indent: -5000px;
}

#nav {
	float: left;
	width: 140px;
	margin-bottom: 20px;
}

#nav a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#nav a:hover {
	background-position: -140px 0;
}

#main {
	float: right;
	width: 600px;
	margin-bottom: 30px;
}

#footer {
	font-size: 0.8em;
	color: #666;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}

#footer a {
	margin-left: 20px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*****************************************/

#nav-index {
	height: 35px;
	background-image: url(images/nav/index.png);
}

#nav-new-beginnings {
	height: 35px;
	background-image: url(images/nav/new-beginnings.png);
}

#nav-relationships {
	height: 35px;
	background-image: url(images/nav/relationships.png);
}

#nav-creative-market {
	height: 35px;
	background-image: url(images/nav/creative-market.png);
}

#nav-courses {
	height: 35px;
	background-image: url(images/nav/courses.png);
}

#nav-early-prevention-of-problems {
	height: 55px;
	background-image: url(images/nav/early-prevention-of-problems.png);
}

#nav-natural-purposeful-mentors {
	height: 75px;
	background-image: url(images/nav/natural-purposeful-mentors.png);
}

#nav-stories {
	height: 35px;
	background-image: url(images/nav/stories.png);
}

#nav-background {
	height: 35px;
	background-image: url(images/nav/background.png);
}

#nav-business-consultancy {
	height: 55px;
	background-image: url(images/nav/business-consultancy.png);
}

#nav-bringing-good-power-into-your-relationship {
	height: 75px;
	background-image: url(images/nav/bringing-good-power-into-your-relationship.png);
}

#nav-contact {
	height: 35px;
	background-image: url(images/nav/contact.png);
}

#nav-tree-care {
	height: 35px;
	background-image: url(images/nav/tree-care.png);
}

#nav-healing-through-natural-approaches {
	height: 75px;
	background-image: url(images/nav/healing-through-natural-approaches.png);
}

/*****************************************/

.event {
	margin-bottom: 35px;
	padding: 10px;
	background: #ffc;
	text-align: center;
}

.event h1 {
	margin: 3px;
	font-size: 1.2em;
}

.event h2 {
	margin: 3px;
	font-size: 1.1em;
}

.event p {
	margin: 0;
}

.event .smaller {
	font-size: 0.8em;
}

#splash {
	text-align: center;
	margin-bottom: 50px;
}

#splash a {
	display: block;
	clear: both;
	width: 240px;
	height: 27px;
	margin: 30px auto;
	background-repeat: no-repeat;
	background-image: url(images/contact-link.png);
	text-indent: -5000px;
}

#splash a:hover {
	background-position: 0 -30px;
}

.right-floated-image {
	float: right;
	margin: 5px 0 20px 20px;
}

#painting {
	display: none;
	text-align: center;
}

#painting-thumbnails {
	margin-top: 30px;
}

#painting-thumbnails p {
	padding: 0 50px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}

#painting-thumbnails div a {
	float: left;
	position: relative;
	width: 135px;
	height: 135px;
	margin-right: 19px;
	background-repeat: no-repeat;
	box-shadow:         3px 3px 8px #ccc;
	-moz-box-shadow:    3px 3px 8px #ccc;
	-webkit-box-shadow: 3px 3px 8px #ccc;
}

#painting-thumbnails div a:hover {
	left: -2px;
	top: -2px;
	box-shadow:         5px 5px 8px #bbb;
	-moz-box-shadow:    5px 5px 8px #bbb;
	-webkit-box-shadow: 5px 5px 8px #bbb;
}

#painting-thumbnails div a:active {
	left: 1px;
	top: 1px;
	box-shadow:         1px 1px 5px #999;
	-moz-box-shadow:    1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
}

.course {
	text-align: center;
}

.course .no-space-after {
	margin-bottom: 0;
}

/*****************************************/

label {
	font-size: 0.9em;
}

input, textarea {
	margin-bottom: 15px;
	padding: 5px;
	font-family: sans-serif;
	font-size: 0.9em;
}

textarea, .field {
	display: block;
	width: 488px;
}

input#trap {
	display: none;
}

p.error {
	width: 470px;
	padding: 8px 15px;
	background: #fcc;
	font-weight: bold;
	color: #900;
}

