@import "reset.css";

/* @group Layout
---------------------------------------------*/

body {
  background: #fff url(../images/body_background.jpg) repeat-y 50% 0%;
}

body > #container { height: auto; min-height: 100%; }

#main_content { overflow: hidden; position: relative; z-index: 2; padding: 40px 0 90px 0; }  /* must be same height as the footer */
#main_content a { text-decoration: none; }

#footer {
	clear: both;  
  position: relative;
  width: 800px;
	height: 108px;  
	margin: -108px auto 0 auto; /* negative value of footer height */
	background: url(../images/footer_background.gif) no-repeat 100% 100%;
	z-index: 1;
}

div#footer p, div#footer address { display: none; }

html, body, #container { height: 100%; }

div#container {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  background: #fff url(../images/container_background.gif) no-repeat 100% 100%;
}

/* @end Layout */


/* @group Navigation
---------------------------------------------*/

ul#navigation {
  overflow: hidden;
  height: 170px;
  text-align: right;
  background: url(../images/navigation_background.gif) no-repeat;
}

ul#navigation li {
  display: inline;
}

ul#navigation li a {
  padding: 0 15px 0 7px;
  color: #a3a4a8;
  font-family: georgia, serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 324px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/slash.gif) no-repeat 100% 50%;
}

ul#navigation li a:hover {
  color: #ff3500;
}

ul#navigation li a.first {
  padding-left: 0;
}

ul#navigation li a.last {
  padding-right: 48px;
  background: none;
}

ul#navigation li a.current {
  color: #ff3500;
}

/* @end Navigation */

h1 {
  margin-bottom: 15px;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

h1.none_available {
  padding-left: 50px;
}

a {
  color: #999;
}

a:hover {
  color: #ff3500;
}

p, address {
  margin-bottom: 15px;
  color: #999;
  font-size: 11px;
  font-family: arial, sans-serif;
  line-height: 175%;
}

p.intro {
  margin-bottom: 60px;
  padding: 0 48px 0 48px;
  font-family: georgia, serif;
  font-size: 12px;
  line-height: 200%;
}


/* @group Workshop
---------------------------------------------*/

div#workshop {
  float: right;
  width: 480px;
  border-left: 2px solid #ddd;
  padding: 0 48px 0 30px;
  font-family: arial, sans-serif;
}

/* @end Workshop */


/* @group Videos
---------------------------------------------*/

div.video_entry {
  overflow: hidden;
  margin: 0 40px 50px 40px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 50px;
  font-family: arial, sans-serif;  
}

div.video_entry div.description {
  float: right;
  width: 185px;
}

div.video_entry div.video {
  float: left;
  width: 500px;
  height: 250px;
}

div.video_entry div.description h1 {
  margin-bottom: 7px;
}

/* @end Videos */


/* @group Products
---------------------------------------------*/

div.product_entry {
  overflow: hidden;
  margin: 0 40px 50px 40px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 50px;
  font-family: arial, sans-serif;  
}

div.product_entry div.description {
  float: right;
  width: 385px;
}

div.product_entry div.product {
  float: left;
  width: 300px;
  height: 250px;
}

div#workshop p.apply a,
div#main_content div.product_entry div.description p a {
  color: #ff3500;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

div.product_entry div.description h1 {
  margin-bottom: 7px;
}

div.product_entry div.product img {
  width: 300px;
}

/* @end Products */


/* @group Workshop Dates List
---------------------------------------------*/

ul#workshop_dates {
  float: left;
  width: 170px;
  padding-left: 48px;
  font-family: arial, sans-serif;
}

ul#workshop_dates p {
  margin-bottom: 0;
}

ul#workshop_dates li {
  margin-bottom: 30px;
}

ul#workshop_dates a {
  text-decoration: none;
}

ul#workshop_dates a.current {
  color: #ff3500;
}

ul#workshop_dates h1 {
  margin-bottom: 5px;
}

/* @end Workshop Dates List */


/* @group Contact Sidebar
---------------------------------------------*/

div#contact_sidebar {
  float: left;
  width: 250px;
  padding: 0 0 0 48px;
}

div#contact_sidebar a {
  color: #ff3500;
  text-decoration: none;
}

/* @end Contact Sidebar */


/* @group Contact Form
---------------------------------------------*/

form {
  float: right;
  width: 360px;
  border-left: 2px solid #ddd;
  padding: 0 48px 0 40px;
  font-family: arial, sans-serif;
}

form div.field {
  overflow: hidden;
  margin-bottom: 5px;
}

form div.field label {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 26px;
  text-transform: uppercase;
}

form div.field label.error {
  color: #d00;
}

form div.field input,
form div.field textarea {
  width: 99%;
  border: 1px solid #ddd;
  padding: 3px 0;
}

form div.field textarea {
  float: none;
  width: 99%;
  height: 10em;
}

form div.submit input {
  position: relative;
  top: -7px;
  border: 0;
  padding: 6px 30px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background: #999;
}

/* @end Contact Form */
