/* Theme Name: Niko Valiente
 * Theme URI: 
 * Description: 
 * Version: 1.0
 * Author: Alex Bendiken
 * Author URI: http://www.minimaltwist.com/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1;
  color: #000;
  background: #fff; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

a img {
  border: none; }

/* END RESET */

body {
  font: 14px/20px Helvetica, Arial, sans-serif;
  color: #E3D1CF;
  background: #1C0B04 url(img/bg.jpg) no-repeat center top; }
  
#wrapper {
  width: 940px;
  min-height: 500px;
  margin: 0 auto;
  padding: 150px 30px 20px 30px;
  background: url(img/header.png) no-repeat -32px 20px; }
  #content {
    float: left;
    width: 550px; }
  #sidebar {
    
    float: right;
    width: 300px;
    padding-top: 200px; }
    #sidebar h4 {
      margin: 15px 0 0 0;
      font-weight: bold;
      text-transform: uppercase; }
    #sidebar ul {
      margin-left: 15px; }
      #sidebar a {
        color: #DEC8C6; }
  
#nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  #nav li {
    float: left;
    margin-right: 5px; }
    #nav li a {
      display: block;
      padding: 3px 8px;
      color: #BEA8A6;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      text-decoration: none;
      background: #7A221A; }
      #nav li a:hover,
      .page-id-2 #nav li a#nav-home,
      .page-id-30 #nav li a#nav-classes,
      .page-id-37 #nav li a#nav-events,
      .page-id-31 #nav li a#nav-parties,
      .page-id-3 #nav li a#nav-about,
      .page-id-7 #nav li a#nav-photos,
      .page-id-41 #nav li a#nav-videos,
      .page-id-11 #nav li a#nav-contact {
        color: #fff;
        background: #9A423A; }

#footer {
  width: 580px;
  padding-top: 20px;
  color: #BEA8A6;
  font-size: 12px;
  border-top: 2px solid #7A221A; }
  #footer p {
    float: left; }
  #footer ul {
    float: right;
    list-style: none;
    margin: 0; }
    #footer ul li {
      float: left;
      margin-left: 10px; }
      .en #footer ul li.en a {
        font-weight: bold;
        text-decoration: none; }
      .es #footer ul li.es a {
        font-weight: bold;
        text-decoration: none; }


#main {
  padding: 20px 0; }
  #content {}
    #content h2.page-title {}
      .home #content h2.page-title {
        display: none; }
    #content .entry {}
      #content .entry ul,
      #content .entry ol {
        margin: 0 0 15px 15px; }

a {
  -webkit-transition: all .25s;
  color: #F2E9E8; }
  a img {
    -webkit-transition: opacity .25s; }
  a:hover {
    color: #fff; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

big {
  color: #fff;
  font-size: 20px;
  line-height: 26px; }
  big a {
    color: #fff; }

h1, h2, h3, h4 {
  margin: 0 0 15px 0; }

h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px; }

h3 {
  margin: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px; }

p {
  margin: 0 0 15px 0; }

hr {
  margin: 15px 0;
  border-color: #7A221A;
  border-style: solid; }

dl.classes {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7A221A; }
  dl.classes dt {
    float: left;
    width: 120px;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #7A221A; }
    dl.classes dt:first-child {
      margin-top: 0; }
  dl.classes dd {
    margin: 10px 0 0 120px;
    padding-top: 10px;
    border-top: 1px solid #7A221A; }
    dl.classes dd ul {
      margin: 0 !important;
      padding: 0;
      list-style: none; }
      dl.classes dd ul li {}
        dl.classes dd ul li strong {
          float: left;
          width: 100px; }

dl.achievements {}
  dl.achievements dt {
    float: left;
    width: 80px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff; }
  dl.achievements dd {
    margin-left: 80px;
    margin-bottom: 10px; }
    dl.achievements dd ul {
      list-style-type: circle; }

form {}
  form input[type=text],
  form textarea {
    width: 400px;
    padding: 5px;
    color: #fff;
    font: 14px/18px Helvetica, Arial, sans-serif;
    border: none;
    background: #7A221A; }
  form p:last-child {
    margin: 0; }
form.wpcf7-form {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #7A221A; }
       
.alignleft,
.alignright {
  float: left;
  margin: 5px 15px 0 0;
  padding: 2px;
  border: 5px solid #fff; }
.alignright {
  float: right;
  margin: 5px 0 0 15px; }


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie .clearfix {
  zoom: 1; }

#tweets {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  background: #7A221A; }
  #content #tweets p {
    margin: 0; }
  #content #tweets ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #tweets .tweet_time,
  #tweets .tweet_join,
  #tweets .tweet_avatar {
    display: none; }


ul.media {
  position: relative;
  width: 670px;
  list-style: none; }
  ul.media:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    .ie ul.media {
      zoom: 1;
      display: block; }
  ul.media li.album {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #7A221A; }
    ul.media li.album.first {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
  ul.media .title {
    margin-bottom: 15px; }
    ul.media .title a {
      display: block;
      float: left;
      font-weight: normal;
      font-size: 16px;
      text-decoration: none;
      line-height: 1.3; }
    ul.media .title .date {
      display: none; }
    ul.media .title .location {
      display: none; }
    ul.media .title .photo-count {
      float: right;
      display: block; }
  ul.media .photo-container {
    clear: both;
    position: relative;
    overflow: hidden;
    height: 100px;
    margin-left: -25px;
    margin-top: 15px; }
  ul.media .pagination {
    position: absolute;
    top: 0;
    left: 2px;
    width: 12px;
    text-align: center; }
    ul.media .pagination li {
      float: left; }
    ul.media .pagination li a {
      -webkit-transition-property: background;
      display: block;
      width: 12px;
      height: 12px;
      margin-bottom: 5px;
      text-indent: -9999px;
      background: #7A221A; }
      ul.media .pagination li a:hover {
        background: #918888; }
      ul.media .pagination li a.active {
        width: 16px;
        height: 16px;
        margin: 0 -2px 5px -2px;
        background: #fff; }
  ul.media li.album.open .photo-container {}
  ul.media li.album.open .pagination {
    display: none; }
  ul.media .photos {
    position: absolute;
    top: 0;
    left: 25px;
    width: 675px;
    list-style: none; }
    ul.media .photos:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
      .ie ul.media .photos {
        zoom: 1;
        display: block; }
    ul.media .photos li {
      float: left; }
      ul.media .photos li a {
        position: relative;
        display: block;
        overflow: hidden;
        width: 130px;
        height: 100px;
        margin-right: 5px;
        margin-bottom: 5px; }
        ul.media .photos li a img {
          width: 120%;
          opacity: .75; }
        ul.media .photos li a:hover img {
          opacity: 1; }


/* Fancy Box */

div#fancy_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 30; }
div#fancy_loading {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 100; }
  div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('img/fancybox/fancy_progress.png') no-repeat; }
div#fancy_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 20px 20px 40px 20px;
  margin: 0;
  background: transparent;
  display: none; }
div#fancy_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF; }
div#fancy_content {
  margin: 0;
  z-index: 100;
  position: absolute; }
div#fancy_div {
  background: #000;
  color: #FFF;
  height: 100%;
  width: 100%;
  z-index: 100; }

img#fancy_img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

div#fancy_close {
  position: absolute;
  top: -12px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url('img/fancybox/fancy_closebox.png') top left no-repeat;
  cursor: pointer;
  z-index: 181;
  display: none; }

#fancy_frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: none; }

#fancy_ajax {
  width: 100%;
  height: 100%;
  overflow: auto; }

a#fancy_left, a#fancy_right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  z-index: 111;
  display: none;
  background-image: url(data:image/gif;base64,AAAA);
  outline: none;
  overflow: hidden; }
a#fancy_left {
  left: 0px; }
a#fancy_right {
  right: 0px; }

span.fancy_ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 112;
  cursor: pointer;
  display: block; }
span#fancy_left_ico {
  left: -9999px;
  background: transparent url('img/fancybox/fancy_left.png') no-repeat; }
span#fancy_right_ico {
  right: -9999px;
  background: transparent url('img/fancybox/fancy_right.png') no-repeat; }

a#fancy_left:hover, a#fancy_right:hover {
  visibility: visible;
  background-color: transparent; }
a#fancy_left:hover span {
  left: 20px; }
a#fancy_right:hover span {
  right: 20px; }

#fancy_bigIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

div#fancy_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0; }
div.fancy_bg {
  position: absolute;
  display: block;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0; }
div#fancy_bg_n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_n.png') repeat-x; }
div#fancy_bg_ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_ne.png') no-repeat; }
div#fancy_bg_e {
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url('img/fancybox/fancy_shadow_e.png') repeat-y; }
div#fancy_bg_se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_se.png') no-repeat; }
div#fancy_bg_s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_s.png') repeat-x; }
div#fancy_bg_sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_sw.png') no-repeat; }
div#fancy_bg_w {
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url('img/fancybox/fancy_shadow_w.png') repeat-y; }
div#fancy_bg_nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url('img/fancybox/fancy_shadow_nw.png') no-repeat; }
div#fancy_title {
  position: absolute;
  z-index: 100;
  display: none; }
  div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
    white-space: nowrap; }
  div#fancy_title table {
    margin: 0 auto; }
    div#fancy_title table td {
      padding: 0;
      vertical-align: middle; }

td#fancy_title_left {
  height: 32px;
  width: 15px;
  background: transparent url('img/fancybox/fancy_title_left.png') repeat-x; }
td#fancy_title_main {
  height: 32px;
  background: transparent url('img/fancybox/fancy_title_main.png') repeat-x; }
td#fancy_title_right {
  height: 32px;
  width: 15px;
  background: transparent url('img/fancybox/fancy_title_right.png') repeat-x; }

