/*
Theme Name: My patronus is a sheep
Theme URI: http://www.rosapolis.net
Version: 1.5
Author: Rosa Gutiérrez Escudero
Author URI: http://www.rosapolis.net/

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

*/

/* Reset CSS */
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #FFF;
     height: 1px
}

/************** end reset CSS ****************/

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #1F1F1F;
	margin: 0;
	padding: 0;
}


/* Page */
div#page { 
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	background-color: #FFF;
	margin: 0 auto;
	min-width: 1024px;
	width:85%;
	overflow: hidden;
}


/* Begin header */

div#header {
	border-bottom: solid 7px #464646;
	display: block;
	margin: 0;
	padding: 0;
	width:100%;
	height: 139px;
	overflow: hidden;
	background: url(images/logoveja.png) no-repeat;
}

div#header h1 {
	width: 689px;
	height: 139px;
	margin: 4px 0px 0px 4px;
	padding: 0;
	display:block;
}

div#header h1 a {
	text-indent: -9999px;
	width: 673px;
	height: 128px;
	display: block;
}

div#header h1 a:focus {
	outline: none;
}


div#feed {
	display: block;
	min-height:22px;
	background: url(images/rss-feed-icon-rosita.png) no-repeat;
	float: right;
	margin: 10px 10px 0px 0px;
	padding-top:2px;
}

div#feed a {
	text-decoration: none;
	font-weight: bold; 
	color: #1F1F1F;
	margin-left: 24px;
}

span.pink-border {
	width: 100%;
	border-top: 6px #FD868D solid;
	position: relative;
	display: block;
}

/* End header */


/* Begin sections */

#sections {
	font-size: 1.2em;
	float: right;
	display: block;
	position: relative;
	margin: 0px 10px 10px 10px;
	padding: 0px 3px 6px 3px;
}

#sections li {
	display: inline;
	list-style-type: none;
	margin: 0px 5px 0px 5px;	
}

#sections ul {
	margin: 0;
	padding: 0;
}

#sections a {
	text-decoration: none;
	color: #1F1F1F;
	padding: 0px 2px 3px 2px;
}


#sections a:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#464646;
	border-bottom: 4px solid #FD868D;
}

/* End sections */



/* Begin sidebar */

div#sidebar {
	min-width:280px;
	float: left;
	width: 25%;
	margin: 20px 5px 5px 0px;
	padding: 10px 0px 0px 0px;
}


div#sidebar ul li {
	margin: 10px 0px 20px 10px;
	display: block;
}

div#sidebar ul li#links ul {
	margin: 5px 0px 5px 0px;
	list-style-image: url(images/bulletBack.png);
	list-style-position: inside;
}

div#sidebar ul li#link ul li {
	list-style-image: url(images/bulletBack.png);
}

div#sidebar ul li.widget.widget_categories ul {
	color: #464646;
}

div#sidebar ul li a {
	color: #464646;
	text-decoration:none;
	font-weight: bold;
}

div#sidebar ul li a:hover {
	border-bottom: 3px solid #FD868D;
	color: #464646;
	text-decoration:none;
	font-weight: bold;
}


div#sidebar h2 {
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	font-size:1.1em;
	border-bottom: 2px dashed #464646;
}

div.banners {
	margin-top:30px;
	border-top: 2px dashed #464646;
	padding: 20px 0px 0px 10px;
}

div.banners a {
	border:none !important;
}

div.banners a img {
	margin: 5px 5px 5px 5px;
	border: none;
	opacity: 0.4;
/*	filter: alpha(opacity=40);
	-moz-opacity:0.4;
*/}

div.banners a:hover img {
	border: none;
	opacity: 1;
/*	filter: alpha(opacity=100);
	-moz-opacity:1;*/
}


li#contact p {
	color: #464646;
	line-height: 1.1em;
}

/* End sidebar */


/* Twitter */

li#twitter-1 ul.twitter { 
	background: #464646 url(images/twitter.png) no-repeat 10px 10px; 
	padding: 5px 5px 5px 60px; 
	min-height: 50px;
	color: #fff; 
	font-size: 0.9em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}
	
li#twitter-1 a { 
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold; 
}

/* End twitter */

/* Search form */

form#searchform p input#s {
	font-size: 0.9em;
	color: #FFF;
	background: #464646 url(images/search.png) top left no-repeat;
	padding-left: 18px;
	border: 6px #464646 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* End search form */


/* Flickr */

li#flickrrss p {
	font-weight: normal;
	font-size: 0.8em;
	padding: 2px 0px 0px 5px;
}

li#flickrrss p a:hover {
	color: #FD868D !important;
	border: none !important;
}

li#flickrrss img {
	margin: 0px 4px 0px 4px;
	border: 3px solid #FD868D;
}

li#flickrrss a:hover {
	border: none !important;
} 

/* End flickr */

/* Begin recent comments */

div#get_recent_comments_wrap {
	font-size: 0.8em;
	line-height: 120%;
}

div#get_recent_comments_wrap ul li a:hover {
	color: #FD868D;
	border: none !important;
}

/* End recent comments */


/* Begin posts */

div#content {
	text-align: left;
	position: relative;
	float: left;
	min-width: 700px;
	width: 68%;
	margin: 30px 0px 5px 25px;
	padding: 3px 3px 3px 10px;
	line-height: 1.5em; 
	color: #464646;
}

div#content div.post {
	width: 90%;
	position: relative;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 3px 5px 3px;
}

div#content p + p {
	margin-top: 14px;
}


div#content div.post h2 a {
	text-decoration: none;
	color: #1F1F1F;
	font-size: 1.5em;
	font-weight: bold;
}

div#content div.post h2 a:hover {
	color: #1F1F1F;	
	text-decoration: none;
	border-bottom: 3px solid #1F1F1F;
	font-size: 1.5em;
	font-weight: bold;
}

div#content h1.pagetitle {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 3px #FD868D solid;
	margin-bottom: 12px;
	width: 90%;
	padding-bottom: 2px;
}

ul.postmetadata, ul.endpost {
	color: #1F1F1F;
	font-size: 0.9em;
	margin: 10px 0px 10px 0px;
	padding: 10px 4px 10px 0px;
}

ul.postmetadata {
	border-bottom: 2px dashed #464646;
}

ul.endpost {
	border-top: 2px dashed #464646;
}

ul.postmetadata a , ul.endpost a{
	color: #1F1F1F;
	font-weight: bold;
	text-decoration: none;
}

ul.postmetadata a:hover, ul.endpost a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FD868D;
}

ul.postmetadata li, ul.endpost li {
	display: inline;
	min-height: 20px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

ul.postmetadata li.author {
	background: url(images/page_white_edit.png) no-repeat top left;
}

ul.postmetadata li.date {
	background: url(images/date.png) no-repeat top left;
}

ul.postmetadata li.time {
	background: url(images/clock.png) no-repeat top left;
}


ul.postmetadata li.cat {
	background: url(images/archive.png) no-repeat top left;
}

ul.endpost li.comments {
	background: url(images/comments.png) no-repeat top left;
}

ul.endpost li.tags {
	background: url(images/tag_pink.png) no-repeat top left;
}

ul.endpost li.edit {
	background: url(images/pencil.png) no-repeat top left;
}


div.entry {
	color: #464646;
	font-size: 0.9em;
}

div.entry a {
	color: #FD868D;
}

div.entry a:hover {
	color: #1F1F1F;
}

/* End posts */


/* Begin comments */
div#comments {
	position: relative;
	width: 90%;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 3px 10px 5px 10px;
}

div#comments > h3.respond {
	font-size: 1.1em;
	font-weight: bold;
	color: #1F1F1F;
}


div.comment {
	background-color: #464646;
	color: #FFF;
	border: 2px solid #464646;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px 0px 10px 0px;
	padding: 4px 4px 4px 4px;
	font-size: 0.8em;
} 

div.comment a {
	color: #FFF;
}

div.comment a:hover {
	color: #FD868D;
}

div.comment > img[alt="Gravatar"] {
	float: left;
	position: relative;
	border: 3px #FD868D solid;
	margin: 4px 6px 4px 4px;
}

p.commentmetadata {
	margin-top: 2px;
	font-size: 1.1em;
}

div.commentmetadata span.author {
	font-weight: bold;
}

div#to_comment {
	margin-top: 20px;
	color: #464646;
}

div#to_comment h3 {
	font-size: 1.1em;
	font-weight: bold;
}

form#commentform {
	font-size: 0.8em;
}

form#commentform input, form#commentform textarea#commenttext  {
	border: 2px solid #FD868D;
	font-size: 1em;
}

form#commentform label {
	font-weight: bold;
}

form#commentform input#author {
	background: #FFF url(images/name.png) top left no-repeat;
	padding-left: 22px;
}

form#commentform input#email {
	background: #FFF url(images/email.png) top left no-repeat;
	padding-left: 22px;
}

form#commentform input#url {
	background: #FFF url(images/link.png) top left no-repeat;
	padding-left: 22px;
}

form#commentform p.xhtml_tags {
	font-family: Monaco, monospace;
}

form#commentform textarea#commenttext {
	font-family: inherit;
}

form#commentform input#submit {
	color: #FFF;
	margin-top: 3px;
	padding: 3px 3px 3px 3px;
	background-color: #464646;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* End comments */

/* Begin footer */

div#footer {
		padding: 0px 10px 0px 10px;
	color: #FFF;
	background: #464646;
	margin: 0;
	font-size: 0.8em;
	position: relative;
	clear: both;
	text-align: center;
	border-top: 6px solid #FD868D;
	border-bottom: 1px solid #464646;
}


div#footer a img {
	width: 88px;
	border-style: none;
	opacity: 0.4;
/*	filter: alpha(opacity=40);
	-moz-opacity:0.4; */
}

div#footer span.blog_name, div#footer span.theme {
	font-style: italic;
}

div#footer a:hover img {
	border-style: none;
	opacity: 1;
/*	filter: alpha(opacity=100);
	-moz-opacity:1;*/
}

div#footer a:hover {
	color: #FD868D;
	text-decoration: none;
	font-weight: bold;
}

div#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div#footer p {
	margin: 10px 0px 10px 0px;
}

/* End footer */


/* Begin various */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #1F1F1F;
}

b, strong {
	font-weight: bold;
}


em {
	font-style: italic;
}

small {
	font-size: 0.8em;
}

img.left {
	float: left;
	display: block;
	margin: 10px 10px 0px 0px;
}

img.right {
	float: right;
	display: block;
	margin: 10px 0px 0px 10px;
}

div.center {
	margin: 10px 0px 5px 0px;
	text-align: center;
}

img.center {
	display: block;
	margin: auto;
}

blockquote {
	background: url(images/quote.png) top left no-repeat;
	margin: 3px 0px 3px 10px;
	padding: 6px 3px 3px 70px;
	color: #1F1F1F;
	font-size: 0.9em;
}

code {
	font-family: Monaco, monospace;
/*	font-size: 0.9em;
*/	color: #1F1F1F;
}

code.block, code.bloque {
	width: 80%;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	border: 2px solid #1F1F1F;
	background: #FFF url(images/application_osx_terminal.png) top left no-repeat scroll;
	padding: 2px 3px 3px 26px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: auto;
}

.comment code, .comment code.block, .comment code.bloque {
	color: #FFF !important;
}

table {
	margin: 5px 0px 5px 0px;
}

tbody {
	border: 2px solid #464646;
}

td, th {
	padding: 2px 5px 2px 8px;
}

th, tfoot td {
	font-weight: bold;
}

td + td, th + th {
	border-left: 1px solid #464646;
}

tbody tr + tr {
	border-top: 1px solid #464646;
}

caption {
	color: #1F1F1F;
	font-weight: bold;
}

div.entry ul {
	list-style-image: url(images/bulletBack.png);
	margin: 5px 0px 5px 15px;
	list-style-position: inside;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* End various */


/* Archives */

div#calendar {
	margin: 20px 10px 30px 0px;
	padding: 0px 2px 0px 2px;
	color: #1F1F1F;
	text-align: center;
}

table#wp-calendar {
	display: inline;
	position: relative;
	text-align: center;
}

table#wp-calendar > caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

table#wp-calendar td, table#wp-calendar th, table#wp-calendar tr {
	border: none !important;
}

table#wp-calendar td#prev {
	text-align: left;
}

table#wp-calendar td#next {
	text-align: right;
}

table#wp-calendar td#today, table#wp-calendar td#today a {
	background-color: #FD868D;
	color: #FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


table#wp-calendar  a {
	text-decoration: none;
	font-weight: bold;
	color: #FD868D;
}

table#wp-calendar a:hover {
	color: #464646;
}

table#wp-calendar tbody {
	border-bottom: #1F1F1F 3px solid;
	border-top: #1F1F1F 3px solid;
	border-right: none;
	border-left: none;
}

div.archives {
	margin: 25px 0px 0px 40px;
}

div.archives > h2 {
	color: #1F1F1F;
	font-size: 1.5em;
	font-weight: bold;
}

div.archives ul {
	margin-top: 15px;
	column-count: 2;
	-moz-column-count: 2;
	padding-left: 20px;
}

div.archives ul a {
	font-weight: bold;
	text-decoration: none;
	color: #464646;
}

div.archives ul a:hover {
	color: #FD868D;
}