/*
Theme Name: Congresos
Theme URI: http://climantica.org
Description: Tema para el congreso de climántica.
Author: Jorge Ramón Queiruga Triñanes
Template: climantica_congreso
Version: 0.1
*/

@import url('css/screen.css');
/*@import url('css/lightview.css');*/

body {
  background: #B9C910 url(images/side-bar-bg.gif) no-repeat bottom left;
  background-attachment: fixed;
}

a {
  color: #A9C437;
}

.path {
  border-top: 1px solid #B9C910;
  color: #B9C910;
}

#sidebar {
  position: absolute;
  width: 230px;
  text-align: right;
  left: 0pt;
}

#content-wrapper {
  margin-left: 230px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
}

#content-header {
  height: 200px;
  border-bottom: 1px solid #B9C910;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 15px;
}

#content-header h1 {
  display: none;
}

#container {
  float: left;
  width: 66%;
}

#content-sidebar {
  float: right;
  width: 29%;
}

#footer {
  display: none;
}

/*sidebar, menu*/

#sidebar .menu .children, #sidebar .menu .empty {
  display: none;
}

#sidebar .menu ul {
  margin: 30px 0pt 0pt 0pt;
  padding: 0pt;
  width: 100%;
}

#sidebar .menu li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0pt 0pt 10px 0pt;
  margin: 0pt;
  text-align: right;
}

#sidebar .menu li a {
  background: transparent url('images/bg-menu-item-green.gif') no-repeat right center;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 0pt 15px;
  line-height: 33px;
  text-decoration: none;
}

#sidebar .menu li.current_page_item a {
  background-image: url('images/bg-menu-item-current.gif');
  color: #57A000;
}

/*posts*/

.post {
  border-bottom: 1px solid #B9C910;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 35px;
  position: relative;
  clear: right;
}

.post .entry-title {
  font-size: 2em;
  color: #D30E13;
  display: block;
  margin-bottom: 0pt;
  font-weight: bold;
  color: #6D953F;
}

.post .entry-meta {
  margin-bottom: 5px;
}

.post .votes-wrapper {
  margin-bottom: 4px;
}

.single-post .post .votes-wrapper {
  margin-bottom: 15px;
}

.post .entry-title a, .page .entry-title {
  color: #6D953F;
}

.post h2 a {
  text-decoration: none;
}

#home-thumbnails {
  border-bottom: 1px solid #B9C910;
  margin-bottom: 20px;
  height: 216px;
  overflow: hidden;
  position: relative; /* ie6, ie7*/
}

#home-thumbnails, .entry-thumbnails {
  height: 216px;
}

.entry-thumbnails  {
  display: block;
  float: left;
  width: 150px;
  position: relative;
  margin: 0 15px 10px 0;
}

.entry-thumbnails-link {
  display: block;
  height: 150px;
  width: 140px;
  border: 1px solid #A9C437;
  padding: 4px;
}

:hover.entry-thumbnails-link {
  border-color: #C12026;
}

.entry-thumbnails-link img {
  height: 100%;
  width: 100%;
}

.entry-thumbnails .entry-meta {
  background-color: #000000;
  display: block;
  position: absolute;
  width: 140px;
  left: 0pt;
  top: 129px;
  color: #CCCCCC;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  opacity: 0.7;
  margin: 0pt 5px;
}

.entry-thumbnails h3 {
  font-size: 100%;
  padding: 4px;
  text-align: center;
}

.entry-thumbnails .entry-rating {
  padding-left: 4px;
}

.entry-summary-wrapper {
  position: relative;
}

.entry-summary-wrapper .post {
  padding-left: 150px;
  padding-top: 0pt;
  padding-bottom: 5px;
  border: none;
}

.entry-summary-wrapper .post-thumbnail {
  position: absolute;
  top: 0pt;
  left: 0pt;
  width: 120px;
  height: 120px;
  padding: 4px;
  background: #F3F3F3;
  border: 1px solid #B9C910;
}

.entry-summary-wrapper .entry-summary {
  height: 55px;
  overflow: hidden;
  cursor: pointer;
}

.entry-summary-wrapper .post-thumbnail img {
  width: 100%;
  height: 100%;
}

.entry-summary-wrapper .post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.post-ratings {
  float: left;
  width: auto !important;
  margin-right: 5px;
}

.no-rating {
  color: red;
}

.facebook-wrapper {
  float: left;
  height: 20px;
  width: 120px;
}

.facebook-wrapper iframe {
  float: left;
  height: 20px;
  width: 120px;
}

/*comments*/

#comments {
  clear: both;
  margin-top: 35px;
}

#comments-title, #reply-title {
  clear: both;
  border-bottom: 1px solid #B9C910;
  color: #576EB2;
  padding: 15px 0;
  margin-top: 1em;
}

#comments-title, .nocomments {
  display: none;
}

#commentform input, #commentform textarea {
  display: block;
}

#commentform span.required {
  color: red;
  font-weight: bold;
  color: #D00F0A;
}

.form-allowed-tags {
  display: none;
}

.commentlist {
  border-bottom: 1px solid #B9C910;
  margin-right: 0pt;
}

.commentlist p {
  margin-bottom: 5px;
}

.commentlist, .commentlist ul {
  list-style: none;
  padding: 0pt;
}

.commentlist li {
  padding-left: 50px;
  position: relative;
}

.commentlist li.depth-1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.commentlist li.depth-1 ul {
  margin-top: 10px;
}

.commentlist li img.avatar {
  position: absolute;
  top: 4px;
  left: 0pt;
}

.commentlist li .comment-meta a {
  text-decoration: none;
}

.comment-author cite {
  color: #000000;
  font-style: normal;
  font-weight: bold;
}

/*navigation*/

.single-post #nav-below {
  display: none;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-previous, .nav-next {
  padding-bottom: 10px;
}

.nav-previous a, .nav-next a {
  color: #E38426;
  text-decoration: none;
}

#sidebar-home-link {
  padding: 0 15px;
  margin-top: 10px;
  display: block;
  color: #6D953F;
  font-size: 120%;
  font-weight: bold;
}

#nav-below {
  clear: both;
}

/*sidebar*/

#content-sidebar h3 {
  margin-bottom: 5px;
  color: #4260A0;
}

#content-sidebar ul, .tags_tab {
  border: 1px solid #B9C910;
  padding: 9px;
  list-style: none;
  background: #f3f3f3;
  margin-right: 0pt;
}

#content-sidebar .fb-ratings {
  padding-bottom: 14px;
}

#content-sidebar .fb-ratings li.category {
  font-weight: bold;
  margin-top: 5px;
  color: #E38426;
}

#content-sidebar .fb-ratings li.post-link a {
  padding-left: 5px;
}

.ui-tabs-hide {
  display: none;
}

#content-sidebar ul.tabs {
  padding: 0pt;
  margin-bottom: -1px;
  border: none;
  background: none;
  width: 100%;
}

.tags_tab {
  margin: 0 1.5em 1.5em 0;
  text-align: center;
}

.tabs {
  margin: 0pt 0pt 10px 0pt;
}

.tabs li {
  display: block;
  float: left;
  border: 1px solid #B9C910;
  border-bottom-width: 0pt;
  padding: 3px 6px;
  list-style: none;
  background: #f3f3f3;
  margin-right: 4px;
  background-color: #A9C437;
}

.tabs li a {
  text-decoration: none;
  color: white;
}

.tabs li.ui-state-active {
  background-color: #f3f3f3;
}

.tabs li.ui-state-active a {
  color: #4260A0;
}

.tabbed a.current-tab-link {
  color: #E38426;
}

/*partner*/

#content-sidebar ul.partner {
  background: white;
  border-color: #c9c9c9;
}

.partner li {
  text-align: center;
  padding: 10px 2px;
  border-bottom: 1px solid #ccc;
}

.partner li.last {
  border: none;
}

.partner img {
  max-width: 65%;
}

/*CAL*/

#calendar_wrap {
  margin: 0 1.5em 1.5em 0;
}

#wp-calendar {
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

#wp-calendar td {
  text-align: center;
}

#wp-calendar caption  {
  color: #333; font-weight: bold;
  margin: 0;
  padding: 5px 9px;
  background: url("images/feed-title-white.jpg") repeat-x top #EFEFEF;
  border: 1px solid #ccc;
  text-align: center;
}

#wp-calendar th, #wp-calendar thead th {
  background: none repeat scroll 0 0 #F0F0F0;
  color: #4260A0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

#wp-calendar td, #wp-calendar tbody td {
  background-color: #F3F3F3;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*switch-locale*/

#switch-locale {
  position: absolute;
  right: 20px;
  top: 15px;
  list-style: none;
  margin: 0pt;
  padding: 0pt;
}

.logged-in #switch-locale {
  top: 35px;
}

#switch-locale li {
  display: inline;
  padding-left: 2px;
  color: #ccc;
}

#switch-locale li.current a {
  color: #4260A0;
}

/*sidebar links*/

.youtube-link, .link-climantica {
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 20px;
  padding: 15px 0pt 15px 60px;
  font-weight: bold;
  background-image: url(images/youtube.png);
}

#content-sidebar #banner-congress {
  text-align: center;
  background-color: white;
}

#banner-congress img {
  max-width: 100%;
}

/*http://flagpedia.net*/

.youtube-link-portugal {
  background-image: url(images/flags/portugal.png);
}

#youtube-link-argentina {
  background-image: url(images/flags/argentina.gif);
}

.youtube-link-madrid {
  background-image: url(images/flags/comunidad-de-madrid.gif);
}

#youtube-link-andalucia {
  background-image: url(images/flags/andalucia.gif);
}

#youtube-link-uruguay {
  background-image: url(images/flags/uruguay.gif);
}

#youtube-link-cantabria {
  background-image: url(images/flags/cantabria.gif);
}

#youtube-link-colombia {
  background-image: url(images/flags/colombia.gif);
}

#youtube-link-valencia {
  background-image: url(images/flags/valencia.gif);
}

#youtube-link-chile {
  background-image: url(images/flags/chile.gif);
}

.youtube-link-argentina2 {
  background-image: url(images/flags/argentina2.gif);
}

.youtube-link-mexico {
  background-image: url(images/flags/mexico.gif);
}

.link-climantica {
  background-image: url(images/flags/climantica.gif);
  min-height: 50px;
  line-height: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid white;
}

.link-climantica:last-child {
  border-bottom-width: 0pt;
}

.link-climantica.current a {
  color: #C12F30;
}

/*Alineación de items*/

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}
.wp-smiley {
  margin:0;
}
