/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
address {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background-color: black;
}
body.home {
  overflow-x: hidden;
  background-color: #F2F2F2;
}
/*Opera Sticky Footer Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/
/*::-moz-selection { 
    background: #fe57a1; color: #fff; 
                 text-shadow: none; }
::selection { 
    background: #fe57a1; color: #fff; 
    text-shadow: none; }*/
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #B3B3B3;
  text-decoration: none;
}
a:visited {
  color: #B3B3B3;
}
a:hover {
  color: white;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/*a:hover, a:active { outline: 0; }*/
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  font-style: italic;
  margin: 0;
  padding: 0 0 0 40px;
  display: block;
  background: url('../img/global/blockquote_top.png') top left no-repeat transparent;
  background: url('../img/global/blockquote_top.png') top left no-repeat, url('../img/global/blockquote_bottom.png') bottom right no-repeat;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #B1B1B1;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: James Brennan
   ========================================================================== */
h1 {
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
address {
  font-style: normal;
}
.icon {
  border: 0;
  background: url('../img/global/icon_sprite.png') top left no-repeat;
}
.icon.submit {
  margin: 0 0 5px 0;
  width: 23px;
  height: 23px;
  background-position: 0px 0px;
}
.icon.submit:hover {
  background-position: -23px 0px;
}
.icon.facebook {
  margin-top: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 0px -23px;
}
.icon.facebook:hover {
  background-position: -23px -23px;
}
.icon.donate {
  margin-top: 8px;
  width: 48px;
  height: 20px;
  background-position: 0px -44px;
}
.icon.donate:hover {
  background-position: -48px -44px;
}
.icon.vimeo {
  margin-top: 8px;
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 0px -65px;
}
.icon.vimeo:hover {
  background-position: -23px -65px;
}
a.square,
ul.square a,
li.square {
  padding-left: 10px;
  background: url('../img/global/list_square_white.png') center left no-repeat transparent;
}
ul.trans {
  padding-left: 0;
}
ul.trans li {
  padding-right: 10px;
  list-style: none;
}
#wrapper {
  min-height: 100%;
}
#wrapper-inner {
  overflow: auto;
  padding-bottom: 224px;
  /* must be same height as the footer */

  background: url('../img/global/bg_content_area.jpg') 50% 410px no-repeat #f2f2f2;
}
body.home #wrapper-inner {
  background-position: 50% 520px;
}
header {
  height: 410px;
  color: #b3b3b3;
  background-color: black;
  position: relative;
  z-index: 10;
  margin: 0;
}
header #header-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 960px;
}
header #header-bar-inner {
  padding: 14px;
  height: 62px;
  text-align: left;
}
header #header-bar {
  background: url('../img/header/header_bar.png') top left no-repeat transparent;
  height: 133px;
}
header #damelahamid-logo {
  background: url('../img/header/damelahamid_logo.png') top left no-repeat transparent;
  width: 256px;
  height: 41px;
  float: left;
}
header #utility-nav {
  font-size: 12px;
  width: 410px;
  float: right;
}
header #utility-nav .item {
  border-left: 1px solid #434343;
  float: left;
  height: 63px;
  padding: 0 15px 0 15px;
}
header #utility-nav .trans {
  margin: 5px 0 15px 0;
}
header #utility-nav .trans li {
  float: left;
}
header #utility-nav input[type="text"] {
  margin: 0 5px 0 10px;
  padding: 5px 7px;
}
header nav {
  margin: 0 14px 7px 14px;
  border-top: solid 1px #434343;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
header nav li {
  float: left;
  padding-top: 11px;
}
header nav li a {
  padding: 11px 8px 8px 8px;
}
header nav li a:hover {
  padding-top: 5px;
}
header nav li:nth-child(even) {
  padding: 11px 2px 8px 2px;
}
header nav li:nth-child(odd):hover {
  padding-top: 5px;
  border-top: 6px solid #4D4D4D;
}
body.home header {
  background-color: transparent;
  height: 520px;
}
body.company header {
  background: url('../img/banners/DD_Company.jpg') 50% 0 no-repeat #000000;
}
body.our-work header {
  background: url('../img/banners/DD_OurWork.jpg') 50% 0 no-repeat #000000;
}
body.book-a-performance header {
  background: url('../img/banners/DD_BookPerformance.jpg') 50% 0 no-repeat #000000;
}
body.coastal-dance-festival header {
  background: url('../img/banners/DD_CFNDF.jpg') 50% 0 no-repeat #000000;
}
body.gallery header {
  background: url('../img/banners/DD_Gallery.jpg') 50% 0 no-repeat #000000;
}
body.media header {
  background: url('../img/banners/DD_Media.jpg') 50% 0 no-repeat #000000;
}
body.contact-us header {
  background: url('../img/banners/DD_ContactUs.jpg') 50% 0 no-repeat #000000;
}
body.site-map header {
  background: url('../img/banners/DD_SiteMap.jpg') 50% 0 no-repeat #000000;
}
body.home nav li.home,
body.company nav li.company,
body.our-work nav li.our-work,
body.book-a-performance nav li.book-a-performance,
body.coastal-dance-festival nav li.coastal-dance-festival,
body.gallery nav li.gallery,
body.media nav li.media,
body.contact-us nav li.contact-us {
  padding-top: 5px;
  border-top: 6px solid #D22026;
}
body.home nav li.home a,
body.company nav li.company a,
body.our-work nav li.our-work a,
body.book-a-performance nav li.book-a-performance a,
body.coastal-dance-festival nav li.coastal-dance-festival a,
body.gallery nav li.gallery a,
body.media nav li.media a,
body.contact-us nav li.contact-us a {
  color: white;
}
#banner-bg-wrapper {
  position: relative;
}
#banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 3000px;
  height: 520px;
  /*    overflow: hidden;*/

  background-color: black;
}
#banner-wrapper {
  position: relative;
}
#banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1450px;
  height: 520px;
  overflow: hidden;
  left: 50%;
  margin-left: -725px;
}
#content-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 960px;
  margin-bottom: 15px;
  margin-top: 0;
  /*    border-top: 1px solid #707070;*/

}
body.home #content-wrapper {
  margin-bottom: 0;
}
#content-inner {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #1a1a1a;
  min-height: 270px;
  text-align: left;
}
#content-inner + table {
  margin: 0 0 15px 0;
}
#sub-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 960px;
}
#sub-title,
#sub-nav {
  background: url('../img/global/bg_transparent_black.png') top left repeat transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#sub-title {
  text-align: left;
  width: 198px;
  padding: 0 22px;
  color: white;
  float: left;
  position: absolute;
  bottom: 0;
}
#sub-title #sub-title-inner {
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px solid #707070;
}
#sub-nav {
  width: 180px;
  padding: 22px 40px 40px 22px;
  font-size: 14px;
  color: white;
}
#sub-nav li {
  padding-bottom: 15px;
}
#sub-nav li a:hover {
  color: #4D4D4D;
  background-image: url('../img/global/list_square_grey.png');
}
#sub-nav a.active {
  color: #DA2128;
  background-image: url('../img/global/list_square_red.png');
}
#sub-nav a.active:hover {
  color: #DA2128;
  background-image: url('../img/global/list_square_red.png');
}
#content {
  color: #333;
  background-color: #F2F2F2;
  padding: 32px 40px;
}
#content h1:first-child {
  margin-top: 0;
}
#content table.styled th {
  font-weight: bold;
  background: #C4C4C4;
}
#content table.styled th,
#content table.styled td {
  border: 1px solid black;
  padding: 5px;
  width: 33%;
}
#content a {
  color: black;
  text-decoration: underline;
}
#content a:hover {
  color: #333;
}
#content a:visited {
  color: #333;
}
body.home #content a {
  color: #333;
  text-decoration: none;
}
body.home #content a:hover {
  color: white;
}
body.home #content a:visited {
  color: #333;
}
tr #content {
  width: 643px;
}
body.home #content {
  padding: 10px 0 10px 0;
  margin: 0;
  height: 250px;
}
footer {
  height: 224px;
  background-color: #1A1A1A;
  color: #b3b3b3;
  font-size: 12px;
  position: relative;
  margin-top: -224px;
  clear: both;
}
footer #footer-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer #footer-inner {
  text-align: left;
}
footer #copy {
  font-size: 11px;
  width: 960px;
  clear: both;
  float: left;
  border-top: 1px solid #464646;
  margin: 15px 10px 0 10px;
  /*        padding-top: 18px;*/

}
footer #copy ul {
  list-style: none;
  padding-left: 5px;
  margin-top: 15px;
}
footer #copy li {
  float: left;
  /*            padding-top: 11px;*/

  padding: 0 6px;
}
footer #copy .icons {
  margin-right: 10px;
  float: right;
}
footer #copy .icons .icon {
  margin-top: 0;
}
.col3 {
  padding: 0 20px;
  margin: 10px 0 0 0;
  height: 143px;
  width: 279px;
  border-left: 1px solid #464646;
  float: left;
}
.col3.first {
  border-color: transparent;
}
.col3.big-three {
  background-color: #F2F2F2;
  border-color: #8D8D8D;
  padding: 0 10px;
  margin: 0;
  width: 299px;
  height: 250px;
}
.col3.big-three a {
  background: transparent;
}
.col3.big-three:first-child {
  border-color: transparent;
}
.col3.big-three div.item {
  padding: 10px 10px 10px 10px;
  background-image: url('../img/home/big3_sprite.png');
  background-repeat: no-repeat;
  background-position: 10px 20px;
  height: 230px;
}
.col3.big-three div.item:hover {
  background-color: #DA2128;
  color: white;
  background-position: -290px 20px;
}
.col3.big-three div.item:hover h1 {
  color: white;
}
.col3.big-three .more {
  text-transform: uppercase;
}
.col3.slideshow-link {
  background: url('../img/global/footer_slideshow_link.png') no-repeat 15px 0;
  width: 210px;
  height: 138px;
  padding: 5px 0 0 30px;
}
.col3.slideshow-link:hover {
  color: white;
  background-position: -210px 0;
}
.col3.sponsors {
  width: 350px;
  background: url('../img/global/footer_sponsors.png') 20px 0 no-repeat transparent;
}
.more {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}
.more:after {
  content: ' ►';
}
.more a {
  text-decoration: none !important;
}
body.coastal-dance-festival td:first-child {
  width: 75px;
}
#gallery .album {
  float: left;
  width: 163px;
  min-height: 170px;
  padding: 12px 8px;
  margin-right: 20px;
  margin-bottom: 23px;
  border: 1px solid #A6A6A6;
  background-color: white;
}
#gallery .album:nth-child(3) {
  margin-right: 0;
}
#gallery .thumb {
  width: 163px;
  height: 100px;
  background-color: #878787;
}
#gallery .title {
  font-style: italic;
  padding: 9px 0 13px 0;
}
#gallery a.view {
  color: white;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: #333333;
  padding: 7px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#gallery a.view:hover {
  color: white;
  background: #DA2128;
}
#gallery .transformation .thumb {
  background-image: url("../img/gallery/DD_TransformationThumb_V1.jpg");
}
#gallery .stories .thumb {
  background-image: url("../img/gallery/DD_StoriesThumb_V1.jpg");
}
#gallery .spirit .thumb {
  background-image: url("../img/gallery/DD_SpiritThumb_V1.jpg");
}
#gallery .tour .thumb {
  background-image: url("../img/gallery/DD_TourThumb_V1.jpg");
}
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/*@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }  Black prints faster: h5bp.com/s 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }   Don't show links for images, or javascript/internal links 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }  h5bp.com/t 
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}*/