/*
Theme Name: Dance Machine Productions
Description: Coded by <a href="http://designtowp.com">Design to WordPress</a> for Dance Machine Productions
Version: 1.0.0
Author: Design to WordPresss
Author URI: http://designtowp.com
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #000 url('imgs/new-background.jpg') repeat top center;
  color: #fff;
  font-family: Helvetica, Arial, Sans-Serif;
  text-align: center;
}

#container {
  background: #000;
  border: 1px solid #333333;
  margin: 0 auto; 
  margin-top: 30px;
  margin-bottom:30px;
  text-align: left;
  width: 962px;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #fff;
}


/* Image Alignment in Posts */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/* Header */

#header {
  height: 142px;
  overflow: hidden;
  background:url(imgs/header_background_main.jpg) 0 0 no-repeat;
  
}

#header h1 a {
  background: #000 url('imgs/dancemachine_logo.jpg') no-repeat top left;
  display: block;
  float: left;
  height: 141px;
  text-indent: -10000px;
  width: 651px;
}

#header .season {
  float: right;
}

#navigation, #navigation ul {
  list-style: none;
}

#navigation {
  background: #751d3a;
  font-size: 16px;
  margin-bottom: 28px;
  width: 100%;
  height: 44px;
}

#navigation li {
  float: left;
  position: relative;
  z-index: 5;
}

#navigation li a {
  background: #751d3a;
  color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  text-decoration: none;
}

#navigation li a:hover, #navigation li.current_page_item a, #navigation li.sfHover a, #navigation li.current_page_parent a {
  background: #5d1532;
  color: #ffffff;
}

#navigation li ul {
  background: transparent url('imgs/dropdown_bg.png') repeat top left;
  display: none;
  position: absolute; left: 0; top: 44px;
  width: 200px;
  z-index: 4;
}

#navigation li.sfHover ul {
  display: block;
}

#navigation li ul li {
  border-top: 1px solid #858585;
}

#navigation li ul li a {
  background: transparent;
  width: 170px;
}

#navigation li ul li a:hover, #navigation li ul li.current_page_item a {
  background: #751d3a;
  color: #fff;
}

/* Slideshow */

#slideshow {
  margin-bottom: 46px;
  overflow: hidden;
  width: 962px;
}

#slideshow .feel-the-power {
  float: left;
  margin-top: 25px; margin-left: 53px;
}

#slideshow .jcarousel-skin-slideshow {
  display: inline;
  float: right;
  margin-right: 26px;
}

#slideshow .jcarousel-skin-slideshow .jcarousel-container {
  background: #fff;
  width: 429px;
  height: 285px;
  padding: 18px;
}

#slideshow .jcarousel-skin-slideshow .jcarousel-prev {
  background: transparent url('imgs/arrow_left.png') no-repeat top left;
  width: 33px;
  height: 32px;
  position: absolute; top: 144px; left: -15px;
}

#slideshow .jcarousel-skin-slideshow .jcarousel-next {
  background: transparent url('imgs/arrow_right.png') no-repeat top left;
  width: 32px;
  height: 32px;
  position: absolute; top: 144px; right: -14px;
}

/* Widgetized */

.widgetized {
  list-style-type: none;
}

.widgetized li h3 {
  background: #614a7b;
  font-weight: bold; font-size: 16px;
  height: 33px;
  line-height: 33px;
  margin-bottom: 15px;
  padding: 0 15px;
}

.home .widgetized {
  margin-left: 25px; margin-right: 25px; margin-bottom: 20px;
  overflow: hidden;
  width: 900px;
}

.home .widgetized li {
  border-right: 1px solid #505050;
  color: #FFFFFF;
  font-size: 15px;
  float: left;
  line-height: 18px;
  width: 265px;
  margin-right: 36px;
  padding-right: 44px;
}

.home .widgetized li.widget-3 {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  width: 200px;
}

.widget_newsletter p {
  margin-bottom: 15px;
  position: relative;
}

.widget_newsletter p input.text {
  background: #fff url('imgs/input_bg.png') repeat-x top left;
  border: 0;
  font-size: 11px;
  width: 201px;
  height: 13px;
  padding: 4px 5px;
  position: absolute; left: 50px;
}

.widget_newsletter .checkboxes span.msg {
  float: left;
  display: block;
  width: 50px;
}

.widget_newsletter .checkboxes span {
  display: block;
  float: left;
  width: 120px;
}

.widget_newsletter .submit {
  background: #614a7b;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  float: right;
  padding: 3px 0px;
  width: 65px;
}

.widget_social p {
  margin-bottom: 20px;
}

/* Content */

#content {
  overflow: hidden;
  padding-bottom: 20px;
  width: 962px;
}

/* Col-1 */

#content #col-1 {
  display: inline;
  float: left;
  margin-left: 25px;
  width: 605px;
}

#content #col-1 {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 19px;
}

#content #col-1 h1.headline {
  font-size: 28px; font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  color: #5c8b00;
}

#content #col-1 p {
  margin-bottom: 15px;
}

#content #col-1 h2 {
  font-weight: 18px; font-weight: bold;
  margin-bottom: 15px;
  color: #5C8B00;
}

#content #col-1 h3 {
  font-weight: 16px; font-weight: bold;
  margin-bottom: 10px;
  color: #5C8B00;
}

#content #col-1 h4 {
  font-weight: 15px; font-weight: bold;
  margin-bottom: 2px;
  color: #cc99ff;
}


#content #col-1 ul {
  margin-left: 20px; margin-bottom: 20px;
}

#content #col-1 ol {
  margin-left: 30px; margin-bottom: 20px;
}

#content #col-1 li {
  margin-bottom: 5px;
}

/* Col-2 */

#content #col-2 {
  border-left: 1px solid #4d4d4d;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  list-style: none;
  margin-left: 20px; margin-right: 24px;
  padding-left: 20px;
  float: right;
  width: 267px;
}

#col-2 li {
  width: 267px;
  float: left;
  line-height: 16px;
  margin-bottom: 60px;
}

#col-2 li {
  overflow: hidden;
}

#col-2 li h3 {
  background: #614a7b;
  font-weight: bold; font-size: 16px;
  height: 33px;
  line-height: 33px;
  margin-bottom: 15px;
  padding: 0 15px;
}


/* Copyright */

#footer .textwidget {
  background: #751d3a;
  border-bottom: 1px solid #333333;
  color: #fff;
  font-size: 15px;
  height: 58px;
  line-height: 58px;
  text-align: center;
}

p#copyright a {
  color: #b885eb;
}

.designer-tag {
  display: block;
  text-align: right;
}