/*
Theme Name: TwentyTen Five Sheeps and Fishes
Theme URI: http://www.rosapolis.net
Description: Theme for my site based on TwentyTen Five, a HTML5 version of the TwentyTen default theme for WordPress, by Richard Shepherd 
Author: Rosa Gutierrez Escudero
Version: 1.0
Tags: html5, black, grey, white, pink, one-column, fixed-width, custom-background, threaded-comments, sticky-post, microformats, rtl-language-support, editor-style, media-query, mobile, ipad, responsive 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #242424; color: #fff; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display: block; }

/* =Layout (one centered column, no sidebar)
-------------------------------------------------------------- */

#container {
	float: left;
}

#content {
	margin: 0 auto;
	width: 700px;
}

footer, #footer {
	clear: both;
}



/* =Fonts
-------------------------------------------------------------- */

#site-title {
	font-family: "Lobster", Georgia, serif;	
	text-rendering: optimizeLegibility;
}


body,
input,
textarea,
.page-title span,
.pingback a.url,
#content h3,
#content h4,
noscript {
	font-family: 'PT Serif', Georgia, serif;
}


#access .menu,
#access div.menu ul,
.entry-title,
.widget-title {
	font-family: 'Cabin', Helvetica, sans-serif;
	text-transform: uppercase;
}

/* To avoid a bug in some Firefox versions, 
not rendering some entities for some fonts... */
.meta-nav {
	font-family: Arial, sans-serif;
}

.page-title,
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.archive-meta,
.entry-utility,
.navigation,
footer,
#respond label,
.pingback p,
.reply,
.wp-caption-text,
.wp-pagenavi,
input[type=submit],
#content h2,
figcaption {
	font-family: 'Cabin', Helvetica, sans-serif;
}

code, pre {
	font-family: 'Consolas', 'Monaco', 'Courier', 'Andale Mono', monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#main {
	margin: 0 auto;
	width: 800px;
}


#site-info {
	display: block;	
	margin: 10px auto;	
	font-size: 14px;
	width: 900px;
}


#site-generator {
	float: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}

#wrapper {
border-top: 18px solid #242424;	
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 115%;
}
small {
	font-size: 80%;
	line-height: 1.4em;
}

ins {
	background: #f7efef;
	text-decoration: none;
}

blockquote {
	background: url("images/quote.png") no-repeat scroll left top transparent;
	font-style: italic;
	padding: 3px 30px 0 70px;
	font-size: 97%;
	min-height: 47px;
}

.comment-body blockquote {
	background: url("images/quotecomment.png") no-repeat scroll left top transparent;
	padding: 0 30px 0 41px;
	min-height: 27px;
	font-size: 93%;
	line-height: 1.3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.2em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link, a:visited{
	color: #ce8281;
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
	color: #151515;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header, .header {
	padding: 30px 0 0 0;
	text-align: center;
}


#site-title {
	font-size: 60px;
	clear: both;
	background: url(images/oveja.png) no-repeat right top;
	width: 400px;
	display: block;
	margin: 0 auto 30px auto;
	padding: 50px 0 0;
}

#site-title a {
	color: #121212;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	border: 0;
	margin: 0 190px 0 0;
	white-space: nowrap;
}


/* For about page */
.page-template-about-php #site-title {
	background: url(images/sobrerosa.png) no-repeat right top;
	padding: 34px 0 0;
	min-height: 64px;
}

.page-template-about-php #content {
	width: 750px;
}

.page-template-about-php #content .entry-content {
	margin: 0 0 20px 50px;
}

#site-description {
	clear: right;
	float: right;
	margin: 14px 0 18px 0;
	width: 220px;
}

#branding {
	margin-top: 30px;
	display: block;
}



/* =Menu
-------------------------------------------------------------- */

nav#access {
	background: #fff;
	margin: 20px 0 20px 0;
}

nav#access .menu-header {
	font-size: 15px;
	color: #121212;
	display: block;
	margin: 0 auto 20px auto;
	padding: 0 0 25px 35px;
	width: 360px;
	border-bottom: 2px solid #242424;
	text-align: center;
}


nav#access .menu-header ul,
div.menu ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	min-width: 300px;
}

nav#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}


nav#access a {
	display: block;
	padding: 0 10px;
	color: #121212;
	text-decoration: none;
	border: 0;
}

nav#access li:hover > a {
	color: #656565;
	border: 0;
}

nav#access ul li:hover > ul {
	display: block;
}

.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 10px;
}
#content,
#content input,
#content textarea {
	color: #262724;
	font-size: 15px;
	line-height: 1.6em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content code, 
#content pre,
#content tt,
#content kbd,
#content var  {
	font-size: 14px;
}

#content code.block, 
#content code.bloque, 
pre.code , 
#content pre{
	background-color: #242424;
	border: 1px dotted #a0a0a0;
	color: #fff;
    display: block;
	margin: 5px;
    overflow: hidden;
	position: relative;
    padding: 10px;
}


#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	margin: 5px 0 0 0;
	clear: right;
}

#content h3 {
	font-weight: bold;
	font-size: 120%;
	clear: right;
	margin: 12px 0 5px 0;
}

#content h4 {
	font-weight: bold;
	font-size: 110%;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 1.1em;
	font-weight: normal;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	font-size: 19px;
	font-weight: bold;
	margin: 20px 0 36px 100px !important;
	border-bottom: 1px solid #242424;
}


.page-title span {
	color: #1F1F1F;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

#content .archive-meta {
	margin: -30px 5px 36px 105px;
	font-size: 0.9em;
	font-style: italic;
}

#content .entry-title {
	font-size: 20px;
	line-height: 1.3em;
	margin: 0 0 5px 100px;
}


.search-results #content .entry-title {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 5px 100px;
}

.entry-title a {
	text-decoration: none;
	color: #262724;
	border: 0;
}

.entry-title a:active,
.entry-title a:hover {
	color: #EECED1;
	border: 0;
}

.entry-content,
.entry-summary {
	clear: right;
	padding: 0;
	margin-left: 100px;
	text-align: justify;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0 24px 0;
	overflow: hidden;
	padding: 0 0 18px 100px;
}



#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e6e6e6;
	float: left;
	height: 60px;
	margin: 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 20px;
}
#entry-author-info h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	margin: 0 0 0 100px;
	color: #262724;
	text-align: right;
	padding: 0 10px;
	font-size: 14px;
	background-color: #E6E6E6;
	min-height: 22px;
}

.entry-utility span.share {
	float: left;
	padding-left: 22px;
	background: url(images/twitter_newbird_darkgrey.png) left no-repeat;
}


.entry-utility span.share:hover {
	float: left;
	padding-left: 22px;
	background: url(images/twitter_newbird_blue.png) left no-repeat;
}


.entry-meta {
	padding: 0;
	min-width: 82px;
	float: left;
	display: block;
	overflow: visible;
	text-align: right;
	margin: 2px 10px 0 0;
	color: #262724;
	font-size: 12px;
	background-color: #e6e6e6;
}

.entry-meta time, .entry-meta .cat-links a {
	padding: 0 5px;
}

.entry-meta .tag-links {
	display: block;
	clear: both;
	float: left;
	background-color: #fff;
	max-width: 85px;
}

.entry-meta .tag-links a {
	float: right;
	display: block;
	margin: 0 2px 0 0;
}

.entry-meta a {
	display: block;
}


.entry-meta a,
.entry-utility a {
	color: #262724;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #262724;
	border: 0;
	text-decoration: underline;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #262724;
}


#content .video-player {
	padding: 0;
}


sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}


/* =404 error page 
-------------------------------------------------------------- */

.error404 #site-title {
	background: url("images/error404.png") no-repeat scroll center top transparent;
	text-indent:-9999px;
	min-height: 126px;
	padding: 0;
}

.error404 #content {
	margin-bottom: 40px;
}




/* =Asides (miniposts)
-------------------------------------------------------------- */

aside.hentry.category-minipost .entry-content {	
	border-top: dotted 1px #262724;
}

aside.hentry.category-minipost .entry-content p {
	margin-bottom: 0 !important;
	font-size: 14px;
}

aside.hentry.category-minipost .entry-utility  {
	background: transparent;
	padding: 0;
	font-size: 12px;
	color: #878A80;
	text-align: left;
	border-bottom: dotted 1px #262724;
}

aside.hentry.category-minipost .entry-utility a {
	color: #878A80;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}

#content a:hover {
	border: none;
}

#content img.border {
	border: 3px solid #E6E6E6 !important;
}

#content a:hover img.border {
	border: 3px #EECED1 solid !important;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft, 
#content img.left {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright,
#content img.right {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .center {
	text-align: center;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content figure,
#content .wp-caption { 
	background: #E6E6E6; 
	margin-bottom:20px; 
	padding:4px; 
	text-align:center; 
}
#content figure img,
#content .wp-caption img { 
	margin:5px 5px 0; 
}

#content figure figcaption,
#content .wp-caption p.wp-caption-text { 
	color:#262724; 
	margin: -10px 0 0 0; 
	font-size:12px; 
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #E6E6E6;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation and pagination
-------------------------------------------------------------- */

.navigation {
	margin-left: 100px;
	overflow: visible;
	min-height: 20px;
	padding: 0 0 15px 0;
}

.wp-pagenavi {
	display: block;
	width: 700px;
	margin: 0 auto 36px auto;
	text-align: center;
	font-size: 14px;
	color: #262724;
}

.navigation .nav-previous {
	float: left;
	display: block;
}

.navigation .nav-next {
	float: right;
	display: block;
}

.navigation a:link,
.navigation a:visited,
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #888;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover,
.wp-pagenavi a:active,
.wp-pagenavi a:hover {
	color: #262724;
	border: 0;
	text-decoration: none;
}

.wp-pagenavi .pages {
/*	border: dotted 1px #262724;*/
	font-size:14px;
}

.wp-pagenavi > * {
	margin-right: 10px;
	padding: 0 4px;
} 

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 10px 0 0 100px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	font-size: 18px;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 0 0 15px 0;
}


.commentlist {
	list-style: none;
	margin: 0 0 0 -56px !important;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #888;
	border: 0;
	text-decoration: underline;
}

.commentlist .even {
}
.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 15px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FD868D;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 15px 0 0 -50px;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	width: 300px;
	float: right;
	margin: 15px 10px 10px 10px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	width: 250px;
	float: left;
	clear: left;
} 

#respond .comment-form-comment {
	clear: both;
}

.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 10px 0;
}
#comments-list #respond {
	margin: 0 0 10px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #FD868D;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 13px;
	width: auto;
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	overflow: hidden;
	padding: 18px 0 3px 0;
	background-color: #242424;
	color: #fff;
	
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	width: 900px;
	display: block;
	margin: 10px auto 10px auto;
}

/* Footer widget areas */

#footer-widget-area .widget-area {
	float: left;
	position: relative;
	width: 300px;
}



#footer-widget-area #second {
	width: 250px;
	margin-left: 50px;
}


#footer-widget-area ul{
	list-style: none;
	margin: 10px 10px 20px 0;
	font-size: 14px;
}

#footer-widget-area li{
	line-height: 1.5em;
	margin: 5px 0 5px 0;
}

#footer-widget-area h3 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;	
	margin-bottom: 5px;
}

#footer-widget-area a, #site-info a, #footer-widget-area a:visited, #site-info a:visited  {
	color: #EECED1;
	text-decoration: none;
}

#site-info a:hover {
	border: none;
	text-decoration: underline;
}

#footer-widget-area a:hover {
	border-bottom: 1px dotted #EECED1;
}


#footer-widget-area h3 a {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;	
	text-decoration: none;
	color: #fff;
}

#footer-widget-area h3 a:hover {
	border: 0;
}

/* Twitter */
.widget-twitter h3 {
	background: url(images/twitter.png) no-repeat left;
	padding-left: 25px;
}

.widget-twitter a.timesince {
	margin-left: 5px;
}

/* Flickr */
.javascript_flickr_badge h3 {
	background: url(images/flickr.png) no-repeat left;
	padding-left: 25px;	
	margin-bottom: 10px;
}

#jsFlickrBadge {
	height: 180px !important;
	overflow: inherit !important;
	width: 290px !important;
}

#jsFlickrBadge img {
	border: 3px #B7B7B7 solid !important;
}

#jsFlickrBadge a img:hover {
	border: 3px #EECED1 solid !important;
}

#jsFlickrBadge a:hover {
	border: none;
	text-decoration: none;
}


#jsFlickrBadge a {
	text-decoration: none;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	height: inherit !important;
	width: inherit !important;
	float: left;
	display: block;
	margin: 2px 10px 2px 0 !important;
}

/* Reading... */
li.anobii {
	background: url(images/anobii.png) no-repeat left;
	padding-left: 25px;	
	margin-bottom: -10px;
}

li.widget_links h3.widget-title {
	display: none;
}


/* Writing... */
li.qype {
	background: url(images/qype.png) no-repeat left;
	padding-left: 25px;	
	margin-bottom: 10px;
}

li.dolcecity {
	background: url(images/dolcecity.png) no-repeat left;
	padding-left: 25px;	
	margin-bottom: 10px;
}

/* RSS */
li.rss {
	background: url(images/rss.png) no-repeat left;
	padding-left: 25px;	
	margin: 10px 0
}

/* HTML 5 */
a.html5logo {
	display: block;
	background: url(images/HTML5_1Color_White.png) no-repeat left;
	height: 64px;
	width: 64px;	
}

a.html5logo:hover {
	display: block;
	background: url(images/HTML5_Logo_64.png) no-repeat left;
	height: 64px;
	width: 64px;	
	border: none !important;
}


/* Search box */
.widget_search input#s {
	border: 1px solid #fff;
	background-color: #242424;
	color: #fff;
	font-size: 13px;
}

.widget_search input#searchsubmit {
	color: #fff;
	background-color: #242424;
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	border: 0;
}


/* Archives, Categories & Links */
.widget_archive, .widget_categories, .widget_links {
	margin: 15px 0 10px 0 !important;
}


#site-info {
	padding: 10px;
	border-top: 1px solid #ECECEC;
}


#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}


img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#site-info a.license {
	padding-left: 58px;
	background: url(images/creativecommons.png) left no-repeat;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre, code {
	-webkit-text-size-adjust: 115%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}



/* =iPad/tablet style (portrait, between 768px and 960px)
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrapper, footer[role="contentinfo"] {
		width: 100% !important;
	}

	#main, 
	#site-info,
	#footer-widget-area,
	#colophon,
	#container {
		width: 100% !important;
	}

	#content img, #content figure {
		max-width: 100% !important;
	}
	
	.page-template-about-php #content,
	#content,
	.navigation {
		width: 90%;
		margin: 0 5%;
	}
	

	aside#first {
		width: 33% !important;
		margin: 0 0 0 2% !important;
	}

	aside#second {
		width: 24% !important;
		margin: 0 4% !important;
	}
	
	aside#third {
		width: 33% !important;
		margin: 0 !important;
	}

	#site-info {
		padding: 10px 0;
	}

	#site-generator {
		margin: 0 10px 0 0;
	}

	#site-info a.license {
		margin: 0 0 0 10px;
	}
}

/* =Mobile style (portrait, less than 480px)
-------------------------------------------------------------- */

/* Same design as for 480px, just adapting a bit the site title, menu and pagination */
@media only screen and (max-width: 479px), screen and (max-device-width: 480px) {
	
	nav#access {
		max-width: 80px;
		float: right;
		margin: 0 0 0 10px;
		width: 30%;
		clear: none;
	}
	
	.menu-header, .menu-header ul {
		max-width: 80px !important;
		min-width: inherit !important;
		padding: 0 !important;
	}
	
	.menu-header ul {
		margin: 10px 0 !important;
	}
	
	.menu-header {
		margin: 10px 0 0 5px;
		border-bottom: none !important;
		border-left:  2px solid #242424;
	}
	
	.menu-header ul li {
		float: none !important;
		margin: 0 0 10px;
		text-align: left;
	}
	
	.header {
		width: 100%;
		max-width: 310px !important;
		margin: 0 auto;
	}
	
	#branding {
		width: 60%;
		max-width: 200px !important;
	}
	
	#site-title,
	.page-template-about-php #site-title {
		float: left;
		clear: none;
		padding: 110px 0 0 0 !important;
		margin: 0 0 15px;
		text-align: center;
		max-width: 200px !important;
		overflow: visible;
		font-size: 54px;
	}

	#site-title {
		background: url("images/ovejamob.png") no-repeat scroll center top transparent;
	}

	.page-template-about-php #site-title {
		background: url("images/sobrerosa.png") no-repeat scroll center top transparent;
	}
	
	.error404 #site-title {
		background: url("images/error404mob.png") no-repeat scroll center 25px transparent;
		padding: 50px 0 0 0 !important;
		min-height: inherit !important;
	}
	
	#site-title a {
		margin: 0;
	}
	
	.wp-pagenavi {
		max-width: 320px !important;
		width: 100%;
	}
	
	.wp-pagenavi .pages {
		display: none;
	}

	#site-info {
		padding: 10px 0;
		max-width: 320px !important;
		width: 100%;
		text-align: center;
	}

	#site-generator {
		margin: 6px 0 0 0;
		clear: both;
		float: none;
	}
	
	.sharebig {
		display: none;
	}

}

/* =Mobile style (landscape, between 480px and 768px)
-------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	.wp-pagenavi {
		max-width: 480px;
	}

	#site-info {
		padding: 10px 0;
		max-width: 480px;
		width: 100%;
		text-align: center;
	}

	#site-generator {
		margin: 6px 0 0 0;
		clear: both;
		float: none;
	}


}


/* =Mobile style (less than 768px)
-------------------------------------------------------------- */
@media only screen and (max-width: 767px), screen and (max-device-width: 480px) {
	#wrapper, footer.contentinfo,  {
		width: 100%;
	}

	#main, 
	#site-info,
	#colophon,
	#container {
		width: 100% !important;
	}
	
	#content img, #content figure {
		max-width: 100% !important;
	}
	
	.page-template-about-php #content,
	#content,
	.navigation {
		width: 90% !important;
		margin: 0 5%;
	}
	
	.page-template-about-php .entry-content,
	.entry-content {
		width: 100% !important;
		margin: 0 !important;
		
	}
	
	
	/* Post meta-data under post title */
	.entry-title {
		margin: 0 0 5px 0 !important;
	}
	
	.entry-meta {
		float: none;
		text-align: left;
		width: 100%;
		margin: 2px 0;
		clear: both;
		display: block;
		height: auto;
		min-height: 22px;
		padding: 0 0 0 4px;
	}
	
	.entry-meta time, .cat-links, .cat-links a {
		float: left;	
		padding: 0;
	}
	
	.entry-meta time:after {
		content: " | ";
	}
	
	.entry-meta .tag-links {
		clear: none;
		float: left;
		max-width: inherit !important;
		background: transparent;
		padding: 0;
	}
	

	
	.entry-meta .tag-links a {
		margin: 0 0 0 2px;
		float: none;
		display: inline;
	}
	
	.entry-meta .tag-links:before {
		content: " | Tags: ";
	}
	
	.entry-content, .entry-utility {
		margin: 5px 0 0 0;
	}
	
	#respond .comment-notes {
		float: left;
		margin: 0 0 10px;
		width: 90%;
	}

	#footer-widget-area {
		padding: 0 10px;
		max-width: 300px;
		width: 90%;
		margin: 0 auto;
	}
	
	#footer-widget-area aside {
		width: 100% !important;
		margin: 0 !important;
		float: none;
		display: block;
		clear: both;
	}
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body,
	.entry-meta
	 {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding: 0 0 18pt 0 !important;
	}

	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0 auto;
		padding: 0;
		background: none !important;
	}
	#site-title {
		font-size: 40pt;
	}
	.entry-content {
		font-size: 11pt;
	}
	.entry-title {
		font-size: 20pt;
	}
	#comments {
		font-size: 10pt;
	}
	
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.entry-utility,
	.reply, 
	.wp-pagenavi, 
	.no-print {
		display: none !important;
	}
	
	#container,
	#header {
		margin: 0;
		width: 100%;
	}
	
	#footer {
		margin: 10pt 0 0 0;
		width: 100%;
	}
	
	#content {
		margin: 24pt 20pt 0 0;
		width: 95%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	
	#site-info,
	#colophon {
		width: auto;
		padding: 0 5pt 3pt;
		border: none;
		font-size: 11pt;
	}

	
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	img, pre, blockquote, tr {
		page-break-inside: avoid; 
	}
	
	abbr {
		border: none;
	}
	
  	abbr[title]:after { 
    	content:" (" attr(title) ")"; 
  	}
  	
  	thead { 
    	/* css-discuss.incutio.com/wiki/Printing_Tables */
    	display: table-header-group; 
  	} 
  	p, h2, h3 { 
    	orphans:3; widows:3; 
  	}

  	header, h2, h3 { 
    	page-break-after: avoid; 
  	}
	
}



