/*
  Theme Name: Illapu 2012
  Theme URI: http://www.illapu.cl
  Description: 
  Author: David Vega Regollo
  Version: 0.1
  License: Copyright
  Tags: 
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|PT+Sans+Narrow:400,700|Roboto:400,700|PT+Sans:400,700);
@import "css/reset.css";


* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: rgba(250,250,250,.95);
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 5px 10px;
    text-align: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
    color: #333;
    text-align: center;
}

html {
  background: #080808 url('img/page-bg.png') repeat-x;
}
body {
  
  color: #FFF;
  font-family: 'Droid Sans', Arial, Sans-serif;
  font-size: 14px;
}

a, a:link, a:visited, a:active {
  color: #FFF;
  text-decoration: none;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#bg {
  width: 900px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.home #bg {
  height: 800px;
  overflow: hidden;
}

#content {
  width: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('img/page-in-bg.png') repeat-x 0px 323px;
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, .5);
}

body.home #content {
  background-position: 0px 800px ;
}


.left-col {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}

.right-col {
  width: 255px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  padding: 50px 0 0 0;
}


#header {
  width: 900px;
  height: 112px;
  margin: 19px 0 0 0;
  display: block;
  position: relative;
}

#logo {
  width: 209px;
  height: 112px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 345px;
}

#menu {
  width: 900px;
  height: 40px;
  background: rgba(0,0,0,.7);
  position: absolute;
  top: 35px;
  font-family: 'Roboto', Arial, Sans-serif;
  font-size: 15px;
  letter-spacing: -1px;
}

#menu-left {
  width: 330px;
  height: 40px;
  position: absolute;
  left: 15px;
}

#menu-right {
  width: 330px;
  height: 40px;
  position: absolute;
  right: 15px;
  text-align: right;
}

#menu ul li{
  list-style-type: none;
  display: inline;
}

#menu a {
  padding: 12px 8px;
  display: inline-block;
  color: #ffcc66;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#menu a:hover {
  text-shadow: 0px 0px 10px #444444;
  filter: dropshadow(color=#444444, offx=0, offy=0);
  color: #cc0000;
}

#content-content {
  width: 870px;
  display: block;
  padding: 0 15px 15px 15px;
  z-index: 3;
}
body.home #content-content {
  padding: 0 15px;
}

#home { 
  display: block;
  margin: 350px 0 0 0;
  position: relative;
}

#home .right-col {
  padding: 0;
}

#home-eventos {
  display: inline-block;
  vertical-align: top;
  width: 459px;
  height: 220px;
  background: rgba(0,0,0,.7);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  font-family: 'Roboto', Arial, sans-serif;
}
#home-eventos h2 {
  background: #000;
  padding: 8px 10px;
  font-family: 'PT Sans Narrow', Arial, Sans-serif;
  font-size: 18px;
  margin: 0 0 0px 0;
}
#home-eventos ul {
  margin: 0px 0px;
  padding: 0 10px;
}
#home-eventos ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
#home-eventos li a {
  font-size: 15px;
  line-height: 16px;
  display: block;
  padding: 8px 0;
}
#home-eventos li a:hover {
  background: rgba(0,0,0,.4);
}
#home-eventos li a span {
  /*display: block;*/
  font-size: 12px;
  color: #ffcc66;
  margin: 0 0 0 5px;
}
#home-eventos .more {
  text-align: right;
  font-size: 13px;
}

#home-social {
  width: 33px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  background: rgba(0,0,0,.7);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  padding: 10px;
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-size: 19px;
}

#home-social p {
  clear: both;
  padding: 10px 0 0 0;
}

#home-social p img {
  float: left;
  margin: 6px 10px 0 0;
}

#home-social p span {
  font-size: 22px;
}

#home-player {
  width: 300px;
  height: 200px;
  padding: 10px;
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
  background: rgba(0,0,0,.7);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
}

#home-sponsors {
  
}

#home-sponsors p {
  text-align: center;
  line-height: 22px;
  color: #999;
  font-size: 12px;
}

#home-sponsors img {
  opacity:.6;
  filter:alpha(opacity=60);
  filter: "alpha(opacity=60)";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#home-sponsors img:hover {
  opacity:1;
  filter:alpha(opacity=100);
  filter: "alpha(opacity=100)";
}

#home-footer {
  width: 840px;
  padding: 15px;
  margin: 35px 0 20px 0;
  background: rgba(0,0,0,.7);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
}

#home-footer h2 {
  font-weight: normal;
  margin: 0 0 10px 0;
}

#home-footer p {
  margin: 0 0 15px 0;
  color: #999;
}

#home-footer a {
  color: #ccc;
}
#home-footer a:hover {
  color: #fff;
  border-bottom: 1px solid #ccc;
}

#home-content {
  width: 840px;
  height: 125px;
  margin: 15px auto;
  padding: 15px;
  background: rgba(0,0,0,.7);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#home-content p {
  font-size: 12px;
  line-height: 14px;
}
#home-content .right-col {
  padding: 0;
}
#home-content h2 {
  margin: 0 0 5px 0;
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
#home-content .hentry {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
#home-content .hentry h3 {
  margin: 0;
  font-size: 13px;
}

#home-content .hentry p {
  margin: 0;
  color: #999;
  height: 70px;
  overflow: hidden;
}
#home-content .entry-content img {
  float: left;
  margin: 0 5px 5px 0;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .3);
}

.entry-meta {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  padding: 5px 0 0 0;
}
.entry-meta a {
  margin: 0 0 0 5px;
  color: #666;
}
.entry-meta a:hover {
  color: #999;
  border-bottom: 1px solid #999;
}

#inner-page {
  width: 830px;
  min-height: 300px;
  margin: 140px auto 15px;
  background: rgba(0,0,0,.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .1);
  padding: 15px;
}

#inner-page .entry-title {
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 25px 0;
  text-shadow: 0px 2px 3px #111111;
  filter: dropshadow(color=#111111, offx=0, offy=2);
}


#footer {
  /*  position: fixed;
    bottom: 0;*/
  width: 900px;
  height: 30px;
  padding: 8px 0;
  text-align: center;
  background: rgba(0,0,0,.7);
  font-size: 10px;
}


/* ENTRADAS */
.entry-content h1,.entry-content h2,.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 5px 0 10px 0;
  color: #aaa;
  text-shadow: 0px 2px 3px #111111;
  filter: dropshadow(color=#111111, offx=0, offy=2);
}
.entry-content h1 {
  font-size: 20px;
  margin: 5px 0 10px 0;
}
.entry-content h2 {
  font-size: 16px;
}
.entry-content p {
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0 10px 0;
  text-align: justify;
  color: #d9d9d9;
}
.entry-content ol {
  list-style-type: decimal; 
  list-style-position: inside;
  margin: 0 0 0 15px;
}
.entry-content ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 0 15px;
}
.entry-content li {
  margin: 0 0 3px 0;
}

.entry-content table {
  width: 100%;
}

.entry-content table tr td {
  vertical-align: top;
}


.post-list {
  
}
.post-list h2.entry-title {
  font-size: 25px !important;
  margin: 15px 0 5px 0 !important;
}



/* PAGES */
.attachment-page-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  margin: 0 0 10px 0;
}



/* SIDEBAR */
#sidebar {
  background: rgba(0,0,0,.3);
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ccc;
}
#sidebar a {
  color: #999;
}
#sidebar a:hover {
  color: #fff;
}

#sidebar ul li {
  margin: 0 0 20px 0;
}
#sidebar ul h2 {
  background: rgba(0,0,0,.1);
  padding: 5px 0;
  margin: 0 0 3px 0;
  text-shadow: #333 0px 1px 0, #111 0 -1px 0;
  color:#aaa;
  font-size: 20px;
  font-weight: normal;
  font-family: 'PT Sans Narrow', Arial, sans-serif;
}
#sidebar ul ul {
  list-style-type: square;
  list-style-position: inside;
}

#sidebar ul ul li {
  margin: 0;
  padding: 3px 0;
}



/* COMMENTS */
#post-comments {
  background-color: rgba(0, 0, 0, .2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 13px;
  line-height: 1.3em;
  margin: 20px 0 0  0;
}

#post-comments h3#comments, #respond h3 {
  font-family: 'Cabin Condensed', Arial, sans-serif;
  font-size: 24px;
  color: #cdd2db;
  margin: 0 0 15px 0;
}

#post-comments .comment-author, #post-comments .comment-meta {
  font-family: 'Cabin Condensed', Arial, sans-serif;
}

#post-comments .comment-author {
  font-size: 20px;
}

#post-comments .comment-meta {
  text-align: right;
}

#post-comments a:link, #post-comments a:visited {
  color: #b6c3d0;
}

#post-comments #respond {
  background-color: rgba(0, 0, 0, .2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 20px 0 0 0;
}

#post-comments #respond h3 {
  font-family: 'Cabin Condensed', Arial, sans-serif;
  font-size: 18px;
  color: #cdd2db;
  margin: 0 0 15px 0;
}

#post-comments #respond label {
  font-family: 'Cabin Condensed', Arial, sans-serif;
}

#post-comments #respond input[type=text], #post-comments #respond textarea {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.glow(Strength=5, Color='black');
  -ms-filter: "progid:DXImageTransform.Microsoft.glow(Strength=3, Color='black')";
  padding: 5px;
}


/*EVENTS*/
#events-calendar {
  width: 400px;
  margin: 0 auto 15px;
  padding: 15px;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.em-calendar {
  width: 400px;
}
.em-location-map, .em-locations-map { 
  width: 550px !important; height: 250px !important;
}

#events-list {
  
}
#events-list h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
#events-list li {
  padding: 3px 10px;
}



/* FORMS */

input {
    padding: 10px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #444;
    -moz-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 3px #444;
    border: 1px solid #fff;
}

textarea {
    padding: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #444;
    -moz-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 10px #444;
}

input[type="text"]:hover, textarea:hover {
    border: 1px solid #233567;
}

.pp_description {
  color: #000 !important;
}

.pp_description a {
  color: #336699 !important;
}