/*
Theme Name: El Anillo Único
Theme URI: http://ximosoft.com
Description: BAsed on Starkers by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 1.0
Author: Ximosoft
Author URI: http://ximosoft.com
Tags:  html5, naked, clean, basic
*/

@import "css/reset.css";
@import "css/layout.css";
@import "css/fonts.css";

/* @group Basic elements */

body {
	background: url("./images/header-bg-plain.png") repeat-x 0 0 #f4f2ee;
	color: #171717;
	font-family: 'Carrois Gothic',Helvetica;
	font-size:10pt;
	//padding:0em 2em;
}

h1 {	font-size: 1.6em;}
h2 { 	font-size: 1.3em; margin-bottom: 0.5em; margin-top: 0.2em;}
h3 { 	font-size: 1.2em;}
h4 { 	font-size: 1.1em;}
h5 { 	font-size: 1.0em;}
h6 { 	font-size: 1.0em;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Bree Serif',Tahoma;
}

a {
	color: #aa5e06;
	text-decoration: none;
}

hr {
	background: url("./images/line-break-light-brown.png") no-repeat scroll center top transparent;
	border: 0px;
	height: 0.5em;
   	margin-bottom: 1em;
}

select {
  border: 1px solid #F4F3F2;
  box-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #F2F1F0, 1px 1px 2px #E0DFDE inset;
  color: #888888;
  font-family: 'Carrois Gothic',Helvetica;
  font-size: 0.9em;
  padding: 0.5em;
  width: 95%;
}
input, textarea {
  border: 1px solid #F4F3F2;
  box-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #F2F1F0, 1px 1px 2px #E0DFDE inset;
  color: #888888;
  font-family: 'Carrois Gothic',Helvetica;
  font-size: 0.9em;
  padding: 0.5em;
}


#hosting {
  //background: url("./images/hosting.png") no-repeat scroll center top transparent;
  display: block;
  height: 2em;
  //left: 92%;
  position: absolute;
  text-align: right;
  top: 7.5em;
  padding-right:0.5em;
  width: 1245px;
}

#hosting img {
  margin-right: 0.5em;
}
/* @group Article */

article p {
    line-height: 1.25em;
    margin-bottom: 1em;
    text-align: justify;
}

article h1, article h2, article h3, article h4 {
  margin-bottom: 0.5em;
}

article p strong {
    font-weight: bold;
}


article p br {
  margin-bottom: 1em;
}

article > ul li {
	line-height: 1.25em;
	list-style: disc outside none;
	margin-bottom: 0.25em;
	margin-left: 1.5em;
}

article img {
    max-width: 100%;
}

/* @end */

/* @group Forms */

label {
    display: inline;
}
 
.regular-checkbox {
    display: none;
}
 
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
 
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
 
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
 
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
 
 
.big-checkbox + label {
    padding: 18px;
}
 
.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}
 
.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
 
.radio-1 {
    width: 193px;
}
 
.button-holder {
    float: left;
}
 
/* RADIO */
 
form input[type="radio"] {
    display: none;
}
 
input[type="radio"] + label {
    -webkit-appearance: none;
    background: url("./images/radio-off.png") no-repeat scroll left center transparent;
    padding: 0.2em 1.5em;
    display: inline-block;
    position: relative;
    line-height: 1.5em;
}
 
input[type="radio"]:checked + label {
    background: url("./images/radio-on.png") no-repeat scroll left center transparent;
}
 

/* @end */

/* @end */

#wrapper {
	width:1245px;
	margin:0 auto;
	padding-bottom: 1em;
	padding-top: 1em;
}

#wrapper ul {
	display: inline-block;
	vertical-align: top;
}


#main {
	width:33%;	
}



#main h1 , #sidebar h3 {
  background: url("./images/leaf-break-light-brown.png") no-repeat scroll left bottom transparent;
  color: #C59151;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 3.2em;
  margin-bottom: 1em;
  text-transform: uppercase; 
  font-family: 'Carrois Gothic',Helvetica;
}

#main header h2 {
  color: #a8640c;
}


#main  .ngg-related-gallery {
	display:none;
}

#main  #related-images .ngg-related-gallery  {
	display:block;
	background: transparent;
	border: 0px;
	padding:0em;
	margin:0em;
}

#sidebar {
	width:66%;
}


#sidebar > li {
	display:inline-block;
	margin-right: 1.7%;
	width: 48%;
}
#sidebar > li > ul  {
	width:100%;
}
#sidebar > li > ul > li {
	width:100%;
}


#bottombar {
	background: none repeat scroll 0 0 #EDE6DB;
	margin-top: 2em;
	margin-bottom:1em;
	width: 66%;
}

#bottombar #terciary-widget-area > h3 {
	background: url("./images/home-header.png") repeat-x scroll left bottom transparent;
	color: #FFFFFF;
	line-height: 2.5em;
	text-transform: uppercase;
}

#bottombar #terciary-widget-area .head-begin {
	background: url("./images/head-begin.png") no-repeat scroll left center transparent;
	margin: 0 1em;
	padding: 0 1.5em;
}

#bottombar #terciary-widget-area .head-end {
	background: url("./images/head-end.png") no-repeat scroll right center transparent;
	margin: 0 1em;
	padding: 0 1.5em;
}

#bottombar > li {
	display:inline-block;
	width: 100%;
}

#bottombar > li > ul  {
	width:100%;
	padding: 1.5em;
}

#bottombar > li > ul > li {
	width:30%;
	margin-right: 2%;
	display: inline-block;
 	vertical-align: top;
}

#bottombar > li > ul > li h3 {
  background: url("./images/line-break-dark-brown.png") no-repeat scroll left bottom transparent;
  color: #522101;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  text-transform: uppercase;
}

#bottombar ul li ul li {
   background: url("./images/footer-vignette.png") no-repeat scroll left 0.4em transparent;
   line-height: 1.5em;
   padding-left: 1.2em;
}

#bottombar ul li ul li a {
	color: #522101;  
}

#bottombar ul li ul li.vcard {
   background:none;
   line-height: 1em;
}


#bottomrightbar {
	margin-bottom: 1em;
	margin-left: 1%;
	margin-top: 2em;
	width: 32%;
}

#topper {
	background: url("./images/header-bg.png") repeat-x 0 0;
	height:85px;
	min-width: 1245px;
}

#header-wrapper {
	margin:0 auto;	
	height:85px;
	max-width:1245px;

}

#header-wrapper hgroup img {
	width: 275px;
	height: 65px;
}

#topper hgroup {
	float: left;
	width: 22%;
	padding-top: 1.2em;
}

#topper nav{ 
	display:block; 
	padding:0; 
	margin: 0;
	float: right;
	width: 70%;
	font-family: 'Bree Serif',Helvetica;	
	text-align:right;
} 
#topper nav > ul > li.current-menu-item {
	background: url("./images/menu-hover.png") no-repeat center 4em transparent;
	color: #511f00;
}
#topper nav > ul > li > ul > li.current-menu-item {
	color: #511f00;
}
#topper nav  > ul { 
	list-style:inside none; 
	padding: 0 1em 0 0;
	margin: 0;
} 
#topper nav  > ul > li {
	list-style:inside none; 
	padding:3em 0 0.5em 0; 
	margin:0; 
	display:inline-block; 
	position:relative;
	text-align:left;
	min-width: 5.3em;
} 
#topper nav > ul > li:hover{ background: url("./images/menu-hover.png") no-repeat center 4em transparent; color: #511f00;} 

#topper nav  > ul > li > a {
	background: url("./images/header-menu-divisor.png") no-repeat scroll left center transparent; 
	color: #511F00;
	display: block;
	font-size: 1em;
	margin-bottom: 1.8em;
	outline: medium none;
	padding-left: 1.2em;
	padding-right: 0.4em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
} 

#topper nav ul li:hover > a{  z-index:999; } 
#topper nav ul li:hover > ul, nav ul li:hover > div{display:block;} 

#topper nav ul li ul li:hover { }

#topper nav > ul > li > ul { 
	display:none; 
	width:auto; 
	position:absolute; 
	top: 6.3em; 
	padding:0; 
	z-index:999; 
	width:14em;
} 

#topper nav > ul > li > ul > li > ul { 
	display:none; 
	position:absolute; 
	top: -1px; 
	left: 14em;
	padding:0; 
	z-index:999;
	width:14em;
} 

#topper nav ul li > ul {
	border: 1px solid #F0C06C; 
	border-bottom: 0px;
	background: none repeat scroll 0 0 #ECE4D9; 
} 
#topper nav ul li > ul li{ 
	display:block; 
	list-style:inside none; 
	padding:0; 
	margin:0; 
	position:relative; 
	border:0px;
	border-bottom: 1px solid #F0C06C;
} 
#topper nav ul li > ul li a { 
	outline:none; 
	display:block; 
	position:relative; 
	margin:0; 
	padding:5px 10px; 
	color:#A46C1E; 
	text-decoration:none; 
	text-transform:uppercase;  
	font-size: 0.9em; 
	font-family: 'Carrois Gothic',Helvetica;
} 
#topper nav > ul > li  ul  li a:hover{ color: #F0C06C;  }


#social {
  float: right;
  margin-top: 2.7em;
  vertical-align: middle;
  width: 7%;
  height:3.5em;   
  padding-left: 0.3em;
}

#social > li {
	display:inline-block;
	list-style: none;
	margin-right: 0.2em;
}

#social > li a {
	display: block;
	height: 1.65em;
	width: 1.65em;
}

#social .twitter { background: url("./images/twitter-icon.png") no-repeat scroll left bottom transparent;}
#social .twitter:hover { background-color: #31bef9;}
#social .facebook { background: url("./images/facebook-icon.png") no-repeat scroll left bottom transparent;}
#social .facebook:hover { background-color: #3f5ad0;}
#social .rss { background: url("./images/rss-icon.png") no-repeat scroll left bottom transparent;}
#social .rss:hover { background-color: #ff8a00;}

/* @group Footer */

#footer-space {
	background: url("./images/footer-bg.png") repeat 0 0;
	width:100%;
	min-width: 1245px;
	min-height:44em;
}

#footer-space h3 {
  	background: url("./images/footer-head-break.png") no-repeat scroll left bottom transparent;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 10.5em;
	font-family: 'Carrois Gothic',Helvetica;
}

#footer-feed {
	padding-bottom:3em;
}

#footer-feed ul li ul li {
   background: url("./images/footer-vignette.png") no-repeat scroll left 0.4em transparent;
   line-height: 1.5em;
   padding-left: 1.2em;
}

#footer-feed ul li ul li a ~ div {
   display:none;
}

#footer-sitemap nav ul li a {
	color: #4f2100;
	
} 


#footer-sitemap {
	background: url("./images/footer-bg-sitemap.png") repeat-x bottom center #eee6db;
	width:100%;
	height:5.1em;
}

#footer-wrapper {
	max-width:1245px;
	margin:0 auto;	
}

#footer-wrapper > div > ul {
	display: inline-block;
	margin-left: 2%;
	margin-right: 0;
	vertical-align: top;
	width: 17.5%;
}

#footer-wrapper > div > ul#sponsors {
	width: 98%;
	margin-top: 1em;
}

#footer-wrapper div > ul h3 {
	color: #f5c468;
}
#footer-wrapper  div > ul li ul li a {
	color: #fff;
	font-size: 0.9em;
}

#footer-sitemap .menu li{
	display:inline;
} 

#footer-sitemap .menu li:first-child {
  background: url("./images/footer-sitemap-start.png") no-repeat scroll left center transparent;
  padding-left:5em;	
}

#footer-sitemap .menu li:last-child {
	background: url("./images/footer-sitemap-end.png") no-repeat scroll right center transparent;	
	padding-right:5em;	
}  

#footer-sitemap .menu li:after{
	content: " ·";
} 

#footer-sitemap .menu li:last-child:after{
	content: "";
} 

#footer-sitemap nav {
	padding-top: 1.7em;
	text-align: center;
	text-transform: uppercase;
} 

#footer-sitemap nav ul li a {
	color: #4f2100;
	font-family: 'Bree Serif',Helvetica;
}

/* @end */

/* @group Posts */


#main.single {
	margin-right: 2%;
	width: 62%;	
}

#main.single h1 {
  background: url("./images/leaf-break-dark-brown-large.png") no-repeat scroll left bottom transparent;
  color: #522101;
}


#main.single header h2 {
  color: #a8640c;
  font-size: 1.6em;
}

#sidebar.single {
	width:32%;
}
#sidebar.single > li{
	width:100%;
	margin-left: 1%;
	margin-right: 2%;
}

.posted a {
	color: #522101;
}

article {
   padding: 0 1em;
}

article h1, h3.related_post_title {
  background: url("./images/leaf-break-light-brown.png") no-repeat scroll left bottom transparent;
  color: #C59151;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 3.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}


article header {
	margin-bottom: 0.5em;
}

article header .post-title {
	display:inline-block;
	width:76%;
	vertical-align: top;
	padding-left: 1%;
}

article header .post-thumbnail {
	background: none repeat scroll 0 0 #E3DCD5;
	border: 1px solid #DED6CE;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8em;
	height: 80px;
	margin: 0;
	padding: 0;
	width: 80px;
}
article header .post-thumbnail img{ 
	height: 80px;
	margin: 0;
	padding: 0;
	width: 80px;
}
article .body .post-thumbnail {
	float: right;
	width: 50%;
	vertical-align:top;
	text-align: center;
}


article header .image-thumbnail {
	width:400px;
	height:300px;
	overflow: hidden;
}

article .body .featured {
	text-align:left;	
}

article .body .post-thumbnail .featured {
	margin-bottom:0.5em;	
}

article .body .post-content {
	display: inline-block;
	width: 100%;
	margin-right:2%;
	text-align: justify;
}

article .body .post-content  img{
	max-width: 100%;
	margin-bottom: 1em;
}

article.featured ul {
  padding: 0.5em 0.2em;
	
}

article.featured ul li {
	color:#a8640c;
	font-family: 'Carrois Gothic',Helvetica;
	margin-bottom:0.5em;	
} 

article.featured ul li span {
	color:#522101;
    font-family: 'Bree Serif',Helvetica;
    text-transform: uppercase;
}

#main .featured {
	vertical-align: top;
	margin-bottom: 1em;
}

#main .featured article {
	padding:0em;
}

#main .featured header{
	background: url("./images/post-sticky-header.png") no-repeat scroll top left transparent;
	margin: 0;
    padding: 0.3em 2.2em 0 1em;
}
#main .featured .content {
	background: url("./images/post-sticky-body.png")  repeat-y scroll top left transparent;
	padding: 0 1em 0 1.5em;	
}

#main .featured footer {
	background: url("./images/post-sticky-footer.png") no-repeat scroll bottom left transparent;
	padding: 0 1.2em 0.6em;
}

#main .featured .content {
    padding: 1em 1.6em 1em 1em;
}

#main .post-thumbnail .featured  .content {
    padding: 1em 1em 1em 1em;
}

article .body .pedia {
	text-align:left;	
}

article .body .post-thumbnail .pedia {
	margin-bottom:0.5em;	
}

article.pedia ul {
  padding: 0.5em 0.2em;
	
}

article.pedia ul li {
	color:#a8640c;
	font-family: 'Carrois Gothic',Helvetica;
	margin-bottom:0.5em;	
} 

article.pedia ul li span {
	color:#522101;
    font-family: 'Bree Serif',Helvetica;
    text-transform: uppercase;
}

#main .pedia {
	vertical-align: top;
	margin-bottom: 1em;
}

#main .pedia article {
	padding:0em;
}

#main .pedia header{
	background: url("./images/post-pedia-header.png") no-repeat scroll top left transparent;
	margin: 0;
    padding: 0.3em 2.2em 0 1em;
}
#main .pedia .content {
	background: url("./images/post-pedia-body.png")  repeat-y scroll top left transparent;
	padding: 0 1em 0 1.5em;	
}

#main .pedia footer {
	background: url("./images/post-pedia-footer.png") no-repeat scroll bottom left transparent;
	padding: 0 1.2em 0.6em;
}

#main .pedia .content {
    padding: 1em 1.6em 1em 1em;
}

#main .post-thumbnail .pedia  .content {
    padding: 1em 1em 1em 1em;
}
article #reply-title {
	background: url("./images/post-sticky-large-header.png") no-repeat scroll top left transparent;
	margin: 0;
    padding: 0.3em 2.2em 0 1em;
}
article #commentform, article .must-log-in {
	background: url("./images/post-sticky-large-body.png")  repeat-y scroll top left transparent;
	padding: 0 1em 0 1.5em;	
	 margin: 0;
}

article #comment-footer{
	background: url("./images/post-sticky-large-footer.png") no-repeat scroll bottom left transparent;
	padding: 0 1.2em 0.6em;
}




#main .featured h1 {
  background: url("./images/leaf-break-dark-brown.png") no-repeat scroll left bottom transparent;
  color: #522101;
  margin-bottom: 0.2em;
}

#main .featured  header .post-thumbnail {
	width:80px;
	height:80px;
}
#main .featured header .post-title {
	width:65%;
}

#main .featured header h2 {
  line-height: 1.15em;
}

#main .image-thumbnail {
	margin-bottom: 1em;
	padding:0em 1.2em;
}

.posted {
	font-size: 0.8em;
}


.post-nav {
	text-align: center;
}

.post-nav ul {
	
}

.post-nav ul li {
	background-color: #f7c469;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 2.1em;
	display: table-cell;
}

.post-nav ul li a {
	color:#522101;
}

.post-nav ul li:first-child {
	background: url("./images/button-deco.png") no-repeat scroll center center #F7C469;	
	width:2em;
}

.post-nav ul li:last-child {
	background: url("./images/button-deco.png") no-repeat scroll center center #F7C469;
	width:2em;	
}

.content ul.related_post li , .post-content ul.related_post li {
	background: url("./images/footer-vignette.png") no-repeat scroll left 0.25em transparent;
	line-height: 1.1em;
	padding-bottom: 0.75em;
	padding-left: 1.2em;
    font-family: 'Bree Serif',Tahoma;
}
.content ul.related_post li a {
	color: #522101;
}

/* @end */

/* @group Comentarios */

#main.single h1#comments-title {
	background: url("./images/line-double-break-light-brown.png") no-repeat scroll left 0.25em transparent;
	color: #522101;
	font-family: 'Bree Serif',Tahoma;
	line-height: 1.9em;
	margin-top: 0.75em;
	text-transform: uppercase;
}

#main.single h3#comments-subtitle {
	color: #522101;
	font-family: 'Bree Serif',Tahoma;
	padding-bottom: 0.75em;
}

.avatar {
	vertical-align:top;
}

.post-comments > article {
  background: url("./images/line-break-dark-brown.png") no-repeat scroll center bottom transparent;
}


article.comment {
	margin-bottom: 1.5em;
   padding-bottom: 1.5em;	
}

article.trackback, article.pingback {
    margin-bottom: 1em;
    padding-bottom: 0.3em;
}

article.comment .comment {
    margin-left: 3em;
    margin-top: 1em;
}
article.comment .comment-thumbnail {
	display: inline-block;
	width:15%;
	vertical-align: top;
}
article.comment .comment-thumbnail img {
	border: 1px solid #d0cfce; 
	border-right-color: #abaaa8;
	border-bottom-color: #abaaa8;
}
article.comment .comment-user{
	margin-bottom: 1em;
}

article.comment .comment-content{
	display: inline-block;
	width:80%;
	margin-left: 3%;
}

article.comment .comment-content a {
	color: #522101;
}

article.comment .comment-content a.comment-reply-link {
	color:#a8640c;
	font-family: 'Bree Serif',Tahoma;
	font-size: 0.8em;
	margin-bottom:2em;
	background:none;
	border:0px;
	padding:0px;
}

article.comment a.comment-edit {
	color: #161616;
	font-size: 0.8em;
}

article p.form-allowed-tags {
	width: 100%;
	font-size: 0.8em;
}
article p.form-allowed-tags code {
	font-size: 0.9em;
}
article p.comment-subscription-form {
	font-size: 0.75em;
	margin-bottom:0em;
}
article #reply-title {
	padding: 1em 0.2em 0.5em 0.5em;	
}
article #commentform {
    padding: 0 1em 0 0.5em;
}
article #comment-footer {
    padding: 0 1em 2em 0.5em;
}
/* @end */

/* @group Section */


#sidebar.section .image-thumbnail {
	margin: 0 0 2em 0em;
	text-align: center; 
}
#sidebar.section #primary-widget-area h3, #sidebar.home #primary-widget-area h3 {
  background: url("./images/leaf-break-dark-brown.png") no-repeat scroll left bottom transparent;
  color: #522101;
}
#sidebar.section .menu li, #sidebar .page_item  {
	background: url("./images/footer-vignette.png") no-repeat scroll left 0.25em transparent;
	line-height: 1.1em;
	padding-bottom: 0.75em;
	padding-left: 1.2em;
    font-family: 'Bree Serif',Tahoma;
}
#sidebar.section #primary-widget-area .menu-el-hobbit-container,
#sidebar.section #primary-widget-area .menu-pelis-hobbit-container,
#sidebar.section #primary-widget-area .menu-pelis-esdla-container {
	text-align: center;
}

#sidebar.section #primary-widget-area .menu {
  text-align: center;
}
#sidebar.section #primary-widget-area .menu li  {
  background:none;
  font-size: 1.2em;
}
#sidebar.section #primary-widget-area .menu li a {
  color: #522101;
}
/* @end */

/* @group Page */

#main.page {
	margin-right: 1%;
	width: 65%;	
}

#main.page h1 {
  background: url("./images/leaf-break-dark-brown-large.png") no-repeat scroll left bottom transparent;
  color: #522101;
}

#main.page h2 {
  color: #a8640c;
  font-size: 1.6em;
}


#main.page  h3 {
	color: #522101;
}

#sidebar.page {
	width:33%;
}

#sidebar.page > li {
    width: 100%;
}

#main.page h3.folder {
  background: url("./images/folder-head-folded.png") repeat-x scroll right bottom transparent;
  color: #FFFFFF;
  height: 3em;
  line-height: 3em;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0.1em;
}

#main.page h3.folder.selected {
  background: url("./images/folder-head-unfolded.png") repeat-x scroll right bottom transparent;
}

#main.page h3 ~ .folder-content {
  display: none;
  padding:1em;
  background-color: #ebe4d9;
  color: #171717;
}
/* @end */

/* @group Showcase */

.showcase .poster {
  display: inline-block;
  width: 33%;
  min-height: 350px;
  
}
.showcase .poster img {
  height: 350px;
  margin-bottom: 2em;
  width: 240px;
}
.showcase .title {
  display: inline-block;
  width: 64%;
  margin-left:2%;
  vertical-align: top;
}

#main.showcase .title h2 {
	color: #A8640C;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

#main.showcase .title h3 {
	color: #A8640C;
	margin-bottom:2em;
	font-size: 1.7em;
}

.showcase .title p {
  color: #a8640c;
  font-weight: normal;
  font-size: 1.1em;
}

.showcase .title strong {
  color: #522101;
  font-weight: normal;
  font-family: 'Bree Serif',Tahoma; 
  text-transform: uppercase;
}

/* @end */

/* @group Card */

.card article {
	padding:0em;
	
}

.card .card-info p {
  color: #a8640c;
  font-weight: normal;
  font-size: 1.1em;
}

.card .card-info strong {
  color: #522101;
  font-weight: normal;
  font-family: 'Bree Serif',Tahoma; 
  text-transform: uppercase;
}

/* @end */

/* @group Gallery */

#main.page.gallery h2 {
	background: url("./images/leaf-break-dark-brown-large.png") no-repeat scroll left bottom transparent;
	color: #522101;
	text-transform: uppercase;
	font-family: 'Carrois Gothic',Helvetica;
	font-size: 1.3em;
	line-height:2.5em;	
}


.page article .ngg-album-compact, .gallery article .ngg-album-compact  {
	width: auto;
	height:auto;
    padding-right: 0px !important;
}

.page article .ngg-album-compactbox, .gallery article .ngg-album-compactbox {
	width:auto;
	height:auto;
	background:none;
	margin: 0 0.2em !important;
	padding: 0 !important;
}

.page article .ngg-gallery-thumbnail, .gallery article .ngg-gallery-thumbnail {
    margin-right: 0px;
}

.page article .ngg-album-compactbox .Thumb, .gallery article .ngg-album-compactbox .Thumb {
	 width: 190px;
	 height: 190px;
	 border:0px;
}

.page article .ngg-album-compact h4 , .gallery article .ngg-album-compact h4 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    width: 190px;
}

.page article .ngg-album-compact h4 a, .gallery article .ngg-album-compact h4 a {
    color: #522101;
}

.page article .ngg-albumoverview, .gallery article .ngg-albumoverview {
    clear: both;
    display: block !important;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
}

.page article .ngg-gallery-thumbnail img, .gallery article .ngg-gallery-thumbnail img {
	background-color: #FFFFFF;
	display: block;
	margin: 0.2em;
	padding: 0;
	position: relative;
	border: 0px;
}

.page article .ngg-imagebrowser img, .gallery article .ngg-imagebrowser img {
	border: 0 none;
	display: block !important;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	width: 100%;
}

.page article .ngg-imagebrowser-desc, .gallery article .ngg-imagebrowser-desc , .gallery article .ngg-imagebrowser-desc p {
	color: #522101;
	text-align: center;
 	font-size: 1.1em;
}

.page article .ngg-imagebrowser-nav {
	padding:0em;
	margin:2em 0 0;
}

.page article .ngg-imagebrowser {
    background: none repeat scroll 0 0 #E2CAAC;
    padding: 2em 2em 1em 2em;
    margin-bottom: 1em;
}

.page article .ngg-imagebrowser-nav a {
    color: #F7C469;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
}

.page article .ngg-imagebrowser-nav .back, .page article .ngg-imagebrowser-nav .next  {
  background: none repeat scroll 0 0 #522101;
  border: 0px;
}
.page article .ngg-imagebrowser-nav .counter {
	color: #522101;
 	font-size: 1.2em !important;
}

.page article .ngg-imagebrowser h3 {
    font-size: 1.8em;
    margin-bottom: 1em;
    text-align: center;
}

#main.page.gallery article .ngg-imagebrowser ~ h2 {
	background: none repeat scroll 0 0 #F7C469;
   font-size: 0.9em;
   padding-left: 1em;
  
}
/* @end */

/* @group Search */

#searchform {
	background: url("./images/search-form.png") no-repeat scroll center top transparent;
	margin-top: 2em;
	padding: 0.5em 2em;
}

#searchform label {
	display:none;
}

#searchform input[type="text"] {
	border: 1px solid #CACACA;
	box-shadow: 0 0 5px #CCCCCC inset;
	width: 100%;	
	height:1em;
	background: url("./images/search-magnifier.png") no-repeat scroll right top #fff;
}
#searchform input[type="submit"] {
	display:none;
}

/* @end */

/* @group Widget */


#sidebar .widget > ul > li > ul > li {
	background: url("./images/footer-vignette.png") no-repeat scroll left 0.4em transparent;
	line-height: 1.5em;
	padding-left: 1.2em;
	font-family: 'Bree Serif',Tahoma;	
}

#sidebar .widget > ul > li > ul > li a {
	color: #522101;
}

.textwidget > ul  {
	padding-bottom: 1.2em;
}

.textwidget > ul > li {
	background: url("./images/footer-vignette.png") no-repeat scroll left 0.4em transparent;
	line-height: 1.5em;
	padding-left: 1.2em;
	color: 	#A8640C;
}

#sidebar .textwidget > ul > li {
	color: #522101;
	font-family: 'Bree Serif',Tahoma;
}

.textwidget > h5  {
	color: #522101;
	margin-bottom: 0.5em;
	font-family: 'Bree Serif',Tahoma;
}

.textwidget > hr  {
	background: url("./images/line-break-dark-brown.png") no-repeat center 0 transparent;
}


.text_widget_class.video_destacado {
	background: url("./images/video-featured.png") no-repeat scroll left 4em transparent;
}

.text_widget_class.video_destacado > div {
	height: 15em;
	padding: 0.4em 0 1em 0.1em;
	text-align: center;
	width: 29.5em;
}

.text_widget_class.video_destacado iframe {
	height: 14.6em;
	width: 27.5em;
}

.text_widget_class.imagencita {
		
	
}

.text_widget_class.imagencita img {
	opacity: 0.5;	
	
}

.text_widget_class.imagencita img:hover {
	opacity: 1.0;
}

.text_widget_class.el_especial {
	color: #522101;
}

.text_widget_class.el_especial div {
	background: url("./images/el-especial.png") no-repeat scroll left top transparent;
	height:25em;
	padding: 5em 2em 2em 2em;
	text-align: center;
	vertical-align: middle;
}

.text_widget_class.sticky {
	
}

.text_widget_class.sticky header {
	background: url("./images/post-sticky-header.png") no-repeat scroll left top transparent;
}

#sidebar .text_widget_class.sticky header h3,#bottomrightbar .text_widget_class.sticky header h3  {
	background: url("./images/line-break-dark-brown.png") no-repeat scroll 0.5em bottom transparent;
	color: #522101;
	font-family: 'Carrois Gothic',Helvetica;
	line-height: 2em;
	margin: 0;
	padding: 0.7em 0 0.5em 1em;
	width: 92%;
}

.text_widget_class.sticky span { 
	color: #A8640C;
	display: block;
	font-family: 'Bree Serif',Tahoma;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 0 0.1em;
}

.text_widget_class.sticky div {
	background: url("./images/post-sticky-body.png") repeat-y scroll left top transparent;
	padding: 1em 2em 1em 1em;
	text-align: left;
}

.text_widget_class.sticky footer {
	background: url("./images/post-sticky-footer.png") no-repeat scroll left bottom transparent;
	padding: 0.5em;
}

/* @end */

/* @group Plugins Override */

#chat-block-site ~ img {
  display: none;
}

div.sharedaddy div.sd-block {
	border:0px !important;
}

div.sharedaddy h3 {
	display: none;
}
div.sharedaddy .sd-content {
	width:100% !important;
	float:right !important;	
}

#signup_form.standard-form input[type="text"], #signup_form.standard-form textarea, .form-allowed-tags, #commentform input[type="text"], #commentform textarea {
  margin: 1em 0;
  width: 100%;
}


#respond button, #respond a.button, #respond input[type="submit"], #respond input[type="button"], #respond input[type="reset"], #respond ul.button-nav li a, #respond div.generic-button a, #respond .comment-reply-link {
	background: #f7c469;
	border: none;
	cursor: pointer;
	color:#522101;
	font-family: 'Carrois Gothic',Helvetica;
	outline: medium none;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	border-radius:0px;
	text-transform: uppercase;
	margin-bottom:1em;
	
}
#respond #signup_form.standard-form input[type="text"], #respond  #signup_form.standard-form textarea, #respond #commentform input[type="text"], #respond #commentform textarea {
  width: 100%;
  border: 1px solid #CACACA;
  box-shadow: 0 0 5px #CCCCCC inset;
}

#sidebar.page .ngg-widget img {
    border: 0px;
    margin: 0 0.8em 0.8em 0;
    padding: 0;
}

#sidebar .ngg-widget img {
  border: 0px;
  margin: 0 0.2em 0.65em 0.4em;
  padding: 0;
}

form.wp-polls-form label  {
	color:#522101;
    font-family: 'Bree Serif',Tahoma;	
}
form.wp-polls-form p strong {
	color:#522101;
    font-family: 'Bree Serif',Tahoma;	
	font-size: 1.2em;
}

form.wp-polls-form ul {
	display: list-item;
}

.jetpack-image-container {
	overflow: hidden;
}

.jetpack-image-container img {
	opacity: 0.5;	
	margin-bottom:1em;
}

.jetpack-image-container img:hover {
	opacity: 1.0;
}

.quote_rotator_widget_wrapper {
	font-family: 'Bree Serif',Tahoma;
	color: #522101;	
	padding:1em 1.5em;
	background: url("./images/quote-frame.png") no-repeat scroll center top transparent;
	min-height: 9em;
}

.quote_rotator_widget_wrapper .rotated_quote {
	width:100%;
}

.quote_rotator_widget_wrapper .rotated_quote:not(:first-child) {
	display: none;
}

.quote_rotator_widget_wrapper .quote {
	font-size: 1.5em;
}

.quote_rotator_widget_wrapper .author {
	font-size: 0.9em;
	text-align:right;
	position:absolute;
	top: 7em;
	color:#000;
	font-style: italic;
}

#rotated_quotes, #rotated_quotes_2 {
    min-height: 11em;
}

#terciary-widget-area ul li {
  font-family: 'Bree Serif',Tahoma;
}

#terciary-widget-area a.bbp-reply-topic-title ~ div {
  display: inline;
  font-size: 0.8em;
}

.related_post.wp_rp.wp_rp_plain {
	width:100%;	
}


article .body .post-content .ngg-related-gallery img {
  border: 0 none;
  float: left;
  height: 74px;
  margin: 0.3em 0.3em 0 0;
  padding: 0;
  width: 74px;
}

div.sharedaddy .sd-content li.share-twitter { width: 85px;}
div.sharedaddy .sd-content li.share-facebook { width: 110px;}
div.sharedaddy .sd-content li.share-google-plus-1 { width: 70px;}
div.sharedaddy .sd-content li.share-pinterest { width: 70px;}
div.sharedaddy .sd-content li.share-end { width: 5px;}


#secondary-widget-area .bbp-forum-title ~ div, #secondary-widget-area .bbp-reply-topic-title ~ div {
	font-family: 'Carrois Gothic',Helvetica;	
	font-size: 0.8em;
	 text-transform: uppercase;
}

#sidebar .wp-polls ul li, #sidebar .wp-polls-ul li, #sidebar .wp-polls-ans ul li  {
	display: table;
}

#wrapperbutton,.bbp-topic-form  a.button,#wrapper input[type="submit"],#wrapper input[type="button"],#wrapper input[type="reset"],#wrapper ul.button-nav li a,.forums div.generic-button a,#wrapper .comment-reply-link,#wrapper .acomment-reply,#wrapper .bp-secondary-action {
  background: #F7C469;
  border: 0em;
  border-radius: 0px;
  color: #522101;
  cursor: pointer;
  font-family: 'Carrois Gothic',Helvetica;
  outline: medium none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  box-shadow:none;
}

#wrapper button:hover,#wrapper  a.button:hover,#wrapper a.button:focus,#wrapper input[type="submit"]:hover,.#wrapper input[type="button"]:hover,#wrapper input[type="reset"]:hover,#wrapper ul.button-nav li a:hover,#wrapper ul.button-nav li.current a,#wrapper div.generic-button a:hover,#wrapper .comment-reply-link:hover {
  background: #F7C469;
  border: 0px;
  color:  #522101;
  outline: medium none;
  text-decoration: none;
   box-shadow:none;
}

//Fix for shitty cookies for comments ¬_¬
#chat-block-site ~ img {
  display: none;
}

.liveblog img {
margin: 0 20px 20px 0;
text-align: left;
vertical-align: top;
float:none;
}
.liveblog strong {
	color: #AA5E06;
    font-family: 'Bree Serif',Tahoma;
}

.liveblog > div {
margin: 0 20px 20px 0;
text-align: left;
vertical-align: top;
float:none;
}

iframe[src*="assets.pinterest.com"] {
	display:none;
}
/* @end */