/*  
Theme Name: Atlanta Hot Yoga Orange Lamp Layout
Theme URI: http://www.atlantahotyoga.com
Description: Studio inspired design
Version: 1.0
Author: Alicia Wilkerson
Author URI: http://www.alikat-designs.com
*/


 body {
  background: url("images/bg.gif") repeat-x #FFB13A;
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
 }
 a img {
  border-width: 0px;
 }
 #page {
  width: 890px;
  margin: auto;
 }
 #menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
 }
 #menu li {
  float: left;
  width: 111px;
  height: 122px; 
  display: inline;
 }
 #menu li a {
  text-decoration: none;
 }
 #menu img {
  border-width: 0px;
  width: 111px;
  height: 122px;
 }
 #price {
  background: url("images/prices_off.gif") no-repeat;
 }
 #price:hover {
  background: url("images/prices_on.gif") no-repeat;
 }
 #schedule {
  background: url("images/schedule_off.gif") no-repeat;
 }
 #schedule:hover {
  background: url("images/schedule_on.gif") no-repeat;
 } 
 #locations {
  background: url("images/locations_off.gif") no-repeat;
 }
 #locations:hover {
  background: url("images/locations_on.gif") no-repeat;
 } 
 #first {
  background: url("images/first_off.gif") no-repeat;
 }
 #first:hover {
  background: url("images/first_on.gif") no-repeat;
 } 
 #about {
  background: url("images/about_off.gif") no-repeat;
 }
 #about:hover {
  background: url("images/about_on.gif") no-repeat;
 } 
 #training {
  background: url("images/training_off.gif") no-repeat;
 }
 #training:hover {
  background: url("images/training_on.gif") no-repeat;
 } 
 #bootcamp{
  background: url("images/bootcamp_off.gif") no-repeat;
 }
 #bootcamp:hover {
  background: url("images/bootcamp_on.gif") no-repeat;
 } 
 #contact{
  background: url("images/contact_off.gif") no-repeat;
 }
 #contact:hover {
  background: url("images/contact_on.gif") no-repeat;
 } 
 #header {
  margin: 0px;
  padding: 0px;
  width: 890px;
  height: 122px;
  clear: both;
 }
 #sidebar {
  width: 300px;
  float: left;
 } 
 #content {
  margin-left: 310px;
  padding: 0px 10px 10px 10px;
 }
 #footer {
  clear: both;
  background: #EFC688;
 }
 #foot_text {
  width: 890px;
  margin: auto;
  text-align: center;
  font-size: 75%;
  padding: 20px;
  color: #133541;
 }
 #footer a {
  color: #133541;
  text-decoration: none;
  font-weight: bold;
 }
 #footer a:hover {
  text-decoration: underline;
 }
 .center {
  text-align: center;
 }
 a {
  color: #E25623;
  text-decoration: none;
  font-weight: bold;
 }
 a:hover {
  text-decoration: underline;
 }
 #email .required{
  font-weight: bold;
 }
 #email label {
  width: 200px;
  float: left;
 }
 #email input, #email textarea {
  width: 200px;
 }
 #email br {
  clear: right;
  line-height: 30px;
 }
 #email fix {
  float: right;
 }
 table {
  font-size: 75%;
	text-align: center;
	border-collapse: collapse;
 }
 table p {
  margin: 0px;
 }
 table td, table th {
  width: 75px;
	border: 1px solid #000000;
	padding: 5px;
 }
 table#updates {
 }
 table#updates td{
  border: 0px solid #000000;
	text-align: left;
	vertical-align: top; 
 }
 table#updates td.large {
  width: 300px;
 }
 #social { text-align: center; padding-bottom: 30px;}

