@charset "utf-8";
/*
Theme Name: Ubrique.BIZ
Theme URI: http://www.ubrique.biz
Description: Adaptación del theme para Ubrique.BIZ
Version: 1
Author: Ubrique.BIZ
Author URI: http://www.ubrique.biz
Template: pinboard
Tags: blue, gray, silver, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
*/
@import url("../pinboard/style.css");
/*
License: GNU General Public License v2.0
License URI: license.txt
*/


.wp-caption {
	max-width:96%;
	padding:3% 2%;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
}

.wp-caption-text {
	margin:3% 0 0;
	color:#333;
	font-size:13px;
	line-height:1.62em;
	text-align:center;
}

.entry-date {
	background:url(images/time.png) left center no-repeat;
	color:#c1c1c1;
}


#site-title,
#site-description {
	margin:0;
	font-weight:300;
	float:left;
	line-height:0px;
}

#sidebar-header {
	float:right;
	width:728px;
	height:0px;
	margin:0;
	overflow:hidden;
}

/* =SCROLL UP 
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	color: #FFFFFF;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 3px;
	padding: 6px;
}
a#scroll-up:before {
	content: '\f432';
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#masthead {
}
