/*
Theme Name: wp_yoghourt
Theme URI: http://web-kreation.com/wp_yoghourt/
Description: A 2 columns layout.
Version: 2.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/index.php/blog/
Tags: fixed width, widget ready, 2 columns, left sidebar, mootools, gravatars, brown, red

Date: Aug 17, 2008

    Copyright 2005-2008 Web-kreation. Some rights reserved. Leave footer statement intact please.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {border: 0; margin: 0; padding: 0;}

body {
  /*font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,Arial,sans-serif;*/
  /*font-size: 14px;*/
  background:#000000 none repeat scroll 0 0;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:100%;
  min-width:970px;
  width:100%;
}
/***** Common Formatting *****/

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

h1 {
	font-size: 14px;
	background:transparent url(images/bg_h1.png) no-repeat scroll 17px top;
	clear:both;
	color:white;
	float:left;
	margin-bottom:10px;
	margin-left:21px;
	min-height:45px;
	padding-left:13px;
	width:750px;
}

h1 a {color: white; text-decoration: none;}

h1 a:hover {
  color: white;
  text-decoration: none;
  border: none;
}

h1 span {
	color: black;
	font-size: 14px;
	padding-left: 10px;
}

h2 {
  padding: 15px 0 7px 0;
  color: #FFFFFF;
  background-color: transparent;
  letter-spacing: -1px;
  font: 1.4em bold arial, helvetica, sans-serif;
  font-weight: bold;
}

h3 {
  padding: 7px 0 ;
  font: 1.1em arial, helvetica, sans-serif;
  font-weight: bold;
  color: #6C574F;
}

p {margin: 0; padding: 0 0 18px 0;}

p.notfound{padding: 15px 0 100px;}

ul, ol {margin: 0; padding: 0 0 20px 40px;}

ul {list-style: none;}

blockquote {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
}

code {
  background-color:transparent;
  color:#666666;
  display:block;
  float:right;
  margin:10px 0;
  padding:3px 5px;
  width:70%;
}

pre {
  padding: 1em;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

small {font-size: 0.85em;}

img {border: none;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
  display: block;
  clear: both;
  border-top: 1px dotted #E7E1DE;
  border-bottom: 1px dotted white;
  margin: 5px 20px 0;
}
/***** Links *****/

a {
  text-decoration: none;
  color: graytext;
  border-bottom: 1px;
}

a:hover {text-decoration: none; color: white;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/***** Main Layout ****/

#head {
  background: url(images/bg_head.png) repeat-x top left;
  width: 100%;
  min-height: 44px;
}

#container {
  background: url(images/bg_top.png) repeat top left;
  /*background-attachment: fixed;*/
  width: 100%;
  height: 100%;
}

#wrapper {
  background: transparent none repeat scroll 0 0;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}

/**** sideshoppingcart ****/

#sideshoppingcart {
  background:transparent url(images/shopping_cart_bg_2.png) no-repeat scroll 50% 0;
  color:#A8948A;
  cursor:pointer;
  display:block;
  min-height:355px;
  padding:270px 15px;
  text-align:center;
}

#shoppingcartcontents {
  color:white;
  background:transparent url(images/div_intro_bg.png) repeat scroll 0 center;

}

#shoppingcartcontents a {
  color:white;
}

#shoppingcartcontents a:hover {
  color:red;
}

div#sideshoppingcart div {
  height:100%;
  min-height:195px;
  padding:4px 6px 6px;
  text-align:left;
  width:90%;
}

/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  clear: left;
  width: 22%;
  margin-left: 0px;
  text-align: left;
  color: white;
}

/* Logo and Slogan */

#sidebar #sb_top {
  width: 260px;
  height: 278px;
  padding: 0 15px;
  background: url(images/sb_top.png) no-repeat left top;
  color: #A8948A;
  text-align: center;
  cursor: pointer;
}

#sidebar #sb_top a {
  display: block;
  width: 260px;
  text-decoration: none;
  color: #FFFF99;
}

#sidebar #sb_top a:hover {
  text-decoration: none;
  color: #FFFFBB;
  border:none;
}

#sidebar #sb_top img {
  border:none;
  border: none;
  padding:0;
}

#sidebar #sb_top .sb_logo {
	padding-top: 1px;
	margin-left: 6%;
	margin-right: 22%;
	}

/* End logo and Slogan */

#sidebar p {
  margin: 10px 0;
}  

#sidebar ul {list-style: none; margin: 0; padding: 0;}

#sidebar ul li {
  text-align: left;
  width: 100%;
  list-style: none;
  display: block;
  padding-top: 15px;
}

#sidebar ul ul {margin-bottom: 20px;}

#sidebar ul li h2 {
  color: black;
  background: url(images/bg_h2.png) no-repeat;
  min-height: 30px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

/*links*/
#sidebar ul li a {color: #FFFF99;}

#sidebar ul li a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#sidebar ul li img {
  padding: 1px;
  Margin: 0;
}

#sidebar ul li img a {
  border: none;/*remove border for linked images*/
}

#sidebar ul li img a:hover {border: none;}

#sidebar ul li img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}

/***** Widgets *****/
#sidebar ul li.widget {
  padding: 0 15px 15px;
  width: 93%;
  text-align: left;
  list-style: none;
  display: block;
}


#sidebar ul li.widget_yo {
  padding: 0 15px 15px;
  width: 93%;
  text-align: left;
  list-style: none;
  display: block;
  background: url(images/sidebar_background.png) no-repeat 0px 318px;
}


#sidebar ul li.widget h2 {
	margin: 0 -15px;
}

#sidebar ul li.widget ul li {
  margin: 0;
  padding: 0;
  width: 228px;
  list-style: none;
}

/**** Main Menu ****/

#sidebar ul.navlist {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-size: 14px;
}

#sidebar ul.navlist li {
  display: inline;
  line-height: 0px;/* fix the unwanted gap between li elements in FF */
}

#sidebar ul.navlist li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 2px 2px 2px 24px;
  text-decoration: none; 
}

#sidebar ul.navlist a:hover {
  color: gray;
  background-color: transparent;
  border-bottom: 0px solid gray;
}

#sidebar ul.navlist li a.noborder, #sidebar ul.navlist li a:hover.noborder {
  border-bottom: none;
}

#sidebar ul.navlist .current_page_item a, #sidebar ul.navlist .current_page_item a:hover {
  background: #443833 url(images/menu_arrow_active.jpg) no-repeat center left;
  cursor: default;
  color: #877065;
}
/*Copyright*/

#sidebar .copyright {
  display: block;
  margin: 60px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: center;
  background-color: #302723;
  border: 1px solid black;
  color: #877065;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/*feed*/

#sidebar ul.feed li {
  background: url(images/rss.jpg) no-repeat 20px 0;
  margin-bottom: 20px;
  padding-left: 45px;
  width: 180px;
}
/**** Header ****/

#top {
  background: transparent;
  display: block;
  float: left;
  clear: right;
  width: 19%;
  height: 28px;
  color: white;
  text-align: right;
  padding-top: 8px;
}

#top_1 {
  background:transparent url(images/cristinadeniz.png) no-repeat scroll 6px 7px;
  display: block;
  float: left;
  clear: right;
  width: 19%;
  height: 28px;
  color: white;
  text-align: right;
  padding-top: 8px;
}

#top a {color: white;}

#top a:hover {
  border-bottom: 1px dotted white;
}

#top_menu {
  background:transparent url(images/top_menu_bg.png) repeat-y scroll 0 0;
  float:left;
  height:36px;
  padding-left:4px;
  padding-right:1px;
  padding-top:8px;
  text-align:center;
}
#top_menu:hover {
  background:transparent url(images/top_menu_bg_hover.png) repeat-y scroll 0 0;
}

#top_menu_sect {
  background:transparent url(images/top_menu_bg_hover.png) repeat-y scroll 0 0;
  float:left;
  height:36px;
  padding-left:5px;
  padding-right:1px;
  padding-top:8px;
  text-align:center;
}

#top_menu_shop {
  background:transparent url(images/top_menu_bg.png) repeat-y scroll 0 0;
  float:right;
  height:25px;
  padding-left:10px;
  padding-right:10px;
  padding-top:8px;
  text-align:center;
}
#top_menu_shop:hover {
  background:transparent url(images/top_menu_bg_hover.png) repeat-y scroll 0 0;
}

#top_menu_sect_shop {
  background:transparent url(images/top_menu_bg_hover.png) repeat-y scroll 0 0;
  float:left;
  height:36px;
  padding-left:5px;
  padding-right:1px;
  padding-top:8px;
  text-align:center;
}

/**** Marca de agua ****/

#marca_agua {
 width: 88px;
 height: 80px;
 background: transparent url(images/marca_agua.png) no-repeat;
 float: right;
}

/**** Docencia ****/

#docencia_top {
  display: block;
  float: left;
  width: 93%;
  margin-left: 3%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: #660000 thin;
  padding: 3px;
  background: transparent;  
}

#docencia_container {
  display: block;
  clear: both;
  float: left;
  width: 100%;    
  border: #660000 thin;  
  background: transparent url(images/expl_bg.png) repeat scroll -3px 0;  
}

#docencia_login {
  float: left;
  width: 40%;  
  border: #660000 thin;  
  padding: 8px;  
  background: transparent url(images/expl_bg.png) repeat scroll -3px 0;  
}

#docencia_expl {
  float: left;
  width: 50%;  
  border: #660000 thin;  
  padding: 8px;    
}

/**** Content ****/

#content {
  display: block;
  float: left;
  width: 64%;  
  background: transparent url(images/content_bg.png) repeat scroll -3px 0;  
  text-align: left;
  padding: 0;
  color: white;
  min-height: 955px;
}

#content ul li {list-style: url(images/bullet.jpg);}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  border: 1px solid #D0C5BF;
  padding: 3px;
  background-color: #E7E1DE;
  display: block;
}

#content img.alignleft {
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.aligncenter {
  margin: 10px auto;
  clear: both;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  background:transparent url(images/header_bg_blog.jpg) no-repeat scroll 0 center;
  color:white;
  height:325px;
  padding:0;
}

#content #intro_doc {
  background:transparent url(images/header_bg_docencia.jpg) no-repeat scroll 0 center;
  color:white;
  height:325px;
  padding:0;
}

#content #intro_tienda {
  background:transparent url(images/header_bg_tienda.jpg) no-repeat scroll 0 center;
  color:white;
  height:325px;
  padding:0;
}

#content #intro_gal {
  background:transparent url(images/header_bg_galerias.jpg) no-repeat scroll 0 center;
  color:white;
  height:325px;
  padding:0;
}


#content #intro_01 {
  background:transparent url(images/div_intro_bg.png) repeat scroll 0 center;
  color:white;
  height:200px;
  padding:0 30px 0 40px;
}

#content #intro_02 {
  /*background:transparent url(images/div_intro_bg.jpg) repeat scroll 0 center;*/
  color:white;
  height:24px;
  padding:0 12px 0 0;
  text-align:right;
}

#content #intro_02_inv {
  /*background:transparent url(images/div_intro_bg.jpg) repeat scroll 0 center;*/
  color:white;
  height:24px;
  padding:0 12px 0 0;
  text-align:left;
}

#content #intro_03 {
  background:transparent url(images/div_intro_bg.png) repeat scroll 0 center;
  color:white;
  height:101px;
  padding:0 30px 0 40px;
}

#content #introsep {
  background:transparent url(images/sep_header.png) repeat-x scroll 0 0;
  color:white;
  height:18px;
  padding:0 0 0;
}

#content #sep_post_1 {
  background:transparent url(images/sep_post_1.png) repeat-x scroll 0 0;
  color:white;
  height:18px;
  padding:0 0 0;
}

#content #sep_docencia {
  background:transparent url(images/sep_post_1.png) repeat-x scroll 0 0;
  color:white;
  height:18px;
  padding:0 0 0;
  clear: both;
  float:left;
}


#content #intro h1 {
  margin: 0;
  color: white;
  font-size: 36px;
  border: none;
  padding: 35px 0 0 0;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: white;
  font-size: 18px;
  font-weight: normal !important;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
/* Navigation Next and Previous Post */

#content .navigation {
  display: block;
  clear: both;
  margin: 0 20px;
  margin-top: 3px;
  padding: 3px 10px;
}
/* Navigation Next and Previous Page */

#content .browse{
  display: block;
  clear: both;
  margin: 10px 20px 20px;
  padding: 3px 10px;
  text-align: center;
}
/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(images/calendar.png) no-repeat left top;
  width: 118px;
  min-height: 100px;
  margin-top: 20px;
  margin-left: -43px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 18px;

}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #8B001F;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

#content .post {
  display: block;
  width: 98.5%;
  margin: 15px 0 -38px;
  padding: 0 15px;
}

#content .post .author {
  font-size: 85%;
  display: block;
  height: 15px;
  line-height: 15px;
  clear: both;
  margin-bottom: 15px;
  background: url(images/author.png) no-repeat left top;
  padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links {
  display: block;
  
  clear: both;
  width: 450px;
  height: 65px;
  color: white;
  padding: 82px 0px;
  font-size: 90%;
  background: url(images/bg_link.png) no-repeat left top;
}

#content .post .links a {
  text-decoration: none;
  color: white;
}

#content .post .links a:hover {
  color: white;
  border-bottom: dotted 1px white;
}

#content .post .links .comment {
  background:transparent url(images/comments.png) no-repeat scroll 0 50%;
  float:right;
  height:23px;
  margin-right:89px;
  margin-top:17px;
  padding-left:25px;
  padding-top:4px;
}

#content .post .links .feed {
  background:transparent url(images/feed.png) no-repeat scroll left center;
  float:left;
  margin-left:65px;
  margin-top:21px;
  padding-left:20px;
  padding-top:0;
}
#content .post .links .cat {
  background: url(images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .tags {
  background: url(images/tags.jpg) no-repeat left center;
  padding-left: 20px;
}
/* Comments Template */

#comments-template{
  display: block;
  clear: both;
  margin: 0px 25px;
}

#comments-template p{line-height: 24px;}

#comments-template p.nocomments{padding: 0 15px;}

#comments-template h2, #comments-template h3 {
  -x-system-font:none;
  border-bottom:1px dotted #190000;
  border-top:1px dotted #190000;
  clear:both;
  color:white;
  display:block;
  font-size:120%;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:normal;
  margin-bottom:10px;
  margin-top:35px;
  padding-bottom:3px;
}

h3 #comments, h3 #respond{padding: 0 0 0 15px;}

h3 #respond{padding: 30px 0 0 15px;}

#comments-template #commentlist {
  background:transparent url(images/comment_bg_alt.png) repeat scroll left top;
  border:1px solid #930022;
  clear:both;
  display:block;
  margin:15px 0;
  padding:0;
}

#comments-template #commentlist img, #comments-template #commentlist a img {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

#comments-template #commentlist .commentmetadata {
  display: block;
  float: left;
  clear: left;
  width: 118px;
  padding: 5px 10px;
  font-size: 11px;
  text-align: center;
}

#comments-template #commentlist .avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 7px;
}

#comments-template #commentlist .commenttext {
  display: block;
  float: left;
  clear: right;
  width: 420px;
  padding: 5px 10px 5px 25px;
}
/* alternate comments */

#comments-template #commentlist.alt {
  background:transparent url(images/comment_bg_alt.png) repeat scroll left top;
  border:1px dotted #190000;
  clear:both;
  display:block;
  margin:15px 0;
  padding:0;
}

#comments-template #commentlist.alt .commentmetadata {
  display: block;
  float: left;
  clear: left;
  width: 118px;
  padding: 5px 10px;
  font-size: 11px;
}

#comments-template #commentlist.alt .commenttext {
  display: block;
  float: left;
  clear: right;
  width: 420px;
  padding: 5px 10px 5px 25px;
}
/* End Comments Template */
/* wp-calendar */

#wp-calendar {
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  color: #302723;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  color: #FFFF99;
}

#wp-calendar a:hover {
  background: #433732;
  color: #FFFF99;
  border-bottom: none;
}

#wp-calendar caption {
  font-size: 14px;
  text-align: center;
  margin-left: 15px;
}

#wp-calendar td {
  color: black;
  background: transparent;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {background: #433732;}

#wp-calendar td:hover, #wp-calendar #today {
  background: #433732;
  border: none;
  color: #FFFF99;
  border: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 40px;
  font-size: 80%;
  color: white;
  background: transparent url(images/sb_bottom.png) repeat-x left top;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 100%;
  height: 30px;
  padding: 5px 0;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
  background: url(images/backtotop.jpg) no-repeat left top;
  float: right;
  clear: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#footer .backtotop a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
  -x-system-font:none;
  background-color: #460014;
  border:1px solid #DDDDDD;
  color:#DDDDDD;
  font-family:arial,helvetica,sans-serif;
  font-size:1em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.25em;
  padding:0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
  border:1px solid #FFFFFF;
  background-color: #930022;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background:#930022;
  border:1px solid #555555;
  color:white;
  cursor:pointer;
  height:23px;
  padding:0 7px;
}
/*Search input*/

input.search {
  background: transparent url(images/search.png) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}

/*Galerķa de fotos*/

#gallerypost {
  background: transparent url(images/gallery_bg.png) repeat scroll 0 0;
  float: left;
  width: 96%;
  margin: 0 10px 10px;
  padding: 10px 10px 10px 10px;
}

/*Desplegable para enlaces*/
 
#top-panel{
  background:transparent none repeat scroll 0 0;
  border-bottom:3px solid black;
  text-align:center;
}

#sub-panel{
  text-align:center;
}

#sub-panel a{
  background:transparent url(images/expl_bg.png) repeat scroll 0 0;
  color:#FFFFFF;
  float:right;
  font-weight:bold;
  text-decoration:none;
  width:14%;
}

#sub-panel a span{
  padding:6px;
  background:url(img/sub-right.png) right bottom no-repeat;
  display:block;
}

#enlaces_subpanel{
  background:transparent url(images/expl_bg.png) repeat scroll 0 0;
  border-bottom:1px solid #111111;
  width:100%;
} 
