/*
Theme Name: Usal
Theme URI: http://mu.wordpress.org/
Description: Wordpress theme
Version: 1.0
Author: Alicia Garcia Holgado
Author URI: your-URI
Tags: white, red, light, two-columns, fixed-width, left-sidebar
*/



/* Begin Typography & Colors */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
    vertical-align: baseline;
}

a {
    color: #990000;
    text-decoration:none;
}

a:hover {
    color: #990000;
    text-decoration:underline;
}

.linksimple {
	text-decoration: none;
}

.linksimple:hover {
	text-decoration: none;
}

h1 {
    font-size: 1.6em;
    padding: 10px 0 4px 0;
}

h2 {
    font-size: 1.4em;
    padding: 4px 0 2px 0;
}

h3 {
    font-size: 1em;
    padding: 4px 0 2px 0;
}

h4 {
    font-size: .9em;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .7em;
}

hr {
    display:none;
}

small {
    color:#aaa;
}

code {
    font-size: 1.1em;
    font-family: 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dotted #ccc;
}

blockquote {
    margin: 15px 30px 5px 10px;
    padding: 5px;
    background-color: #ececec;
    border:1px dashed black;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

ul {
    list-style: url('images/circle.png');
    list-style-position: inside;
}

body {
    line-height: 1;
    font-size: 62.5%; /* Resets 1em to 10px */
    background: #ffffff;
    color: #555;
    text-align: center;
}

#page {
    background: white url('images/main.png') repeat-y center center;
    text-align: left;
}

#header {
    background: white url('images/header.png') no-repeat bottom center;
}

#headerimg {
    background: transparent url('images/headerimg.png') no-repeat bottom center;
}

#outsidebar {
    background: #ebebeb url('images/bgLogo.jpg') no-repeat bottom right;
}

#sidebar {
    background-color: white;
    font-size: 1em;
}

#content {
    font-size: 1.2em;
}

#footer {
    background: white url('images/footer.png') no-repeat top center;
    border: none;
}
/* End Typography & Colors */

/* Begin Structure */
body {
    margin: 0 0 20px 0;
}

#page {
    margin: 20px auto;
    width: 970px;
}

#header {
    font-weight:normal;
    height: 130px;
    width: 970px;
    overflow:hidden;
}

#headerlimit {
    float:left;
    width: 600px;
    height: 87px;
    overflow:hidden;
    background-color: transparent;
    padding: 10px 10px 10px 20px;
}

#headerlimit .h1 {
	padding: 10px 0 8px 0;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: 500;
	display: block;
	text-align: justify;
	color: black;
    font-size: 2.4em;
	text-shadow: 1px 1px 2px white;
}

#headerlimit a,
#headerlimit a:hover {
    text-decoration: none;
    color: #000000;
	display: block;
	width: 600px;
	height: 87px;
}

#headerlimit .description {
    color: #ffffff;
    font-size: 1.3em;
}

#headerdiarium {
    float:left;
    margin:10px 0 0 80px;
    width: 209px;
    height: 96px;
}

#headerdiarium a {
	display: block;
	text-decoration: none;
	width: 209px;
	height: 96px;
}

#headerimg {
    margin: 23px auto 0 auto;
    width: 920px;
    height: 107px;
}

#main {
    width: 960px;
	min-height: 800px;
}

#logotipos {
    margin: 0 auto;
    width: 920px;
    height: 70px;
    clear:both;
    background-color:transparent;
    text-align: center;
}

#content {
    float: left;
    padding: 0 10px 20px 30px;
    width: 610px;
    display:block;
}

#footer {
    margin: 0 auto;
    width: 970px;
    height: 56px;
    clear: both;
}

#footer p {
    padding: 10px 0 0 0;
    text-align: center;
}
/* End Structure */

/* Begin Menu */
#menu {
    width: 920px;
    padding: 0 25px 0 25px;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 100%;
    border-bottom: 1px solid #990000;
}

* html #menu ul {
    background-color: #ffffff;
}

#menu ul li {
    display: inline;
}

#menu ul li#first a,
#menu ul li#first a:hover {
    cursor: default;
    background-image: none;
    text-decoration: none;
}

#menu ul li a {
    color: #990000;
    margin: 5px 0 0 0;
    padding: 4px 14px 8px 12px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight:bold;
    float: right;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li.current_page_item a,
#menu ul li.current_page_ancestor a {
    color: #990000;
    padding: 4px 12px 8px 12px;
    margin-right: -2px;
    font-size: 1.1em;
    font-weight: bold;
}

#menu ul li.current_page_item a:hover,
#menu ul li.current_page_ancestor a:hover {
    text-decoration: underline;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#searchBar {
    clear: both;
    background: url(images/searchBarBk.png) repeat-x center;
    text-align: right;
    width: 920px;
    margin: 0 0 20px 25px;

}

.searchform {
    padding: 5px;
}

.s {
    border: 1px solid #bbb;
}
/* End Menu */

/* Begin Sidebar */

#outsidebar {
    float: right;
    padding: 0 0 360px 0;
    width: 270px;
    overflow: hidden;
}

#sidebar {
    margin: 10px 10px 0 10px;
    padding: 0 10px 20px 0;
    width: 240px;
}

#sidebar ul {
    list-style:none;
    list-style-image:none;
}

#sidebar li {
	font-size: 1.1em;
	padding-left: 10px;
}
#sidebar li.page_item {
	font-size: 12px;
	padding-left: 10px;
	margin: 3px 0;
}
#sidebar li.page_item ul li {
    font-size: 10px;
    padding-left: 12px;
}
/* End Sidebar */

/* Begin Pages */
.titlepage {
    color:#990000;
    text-align:center;
    font-size: 2.0em;
}
/* End Pages */

/* Begind Feeds */
#sidebar .widget {
    padding:10px 15px 19px;
}

.fixed {
    clear:both;
}

.contentfeed {
    font-size: 12px;
    margin-bottom: 10px;
}

#sidebar .widget_feeds {
	padding:5px 15px 14px;
}

#sidebar #feedrss,
#sidebar #feedemail {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
}

#sidebar #feedrss {
	background:url(images/feeds.gif) 5px 5px no-repeat;
}
#sidebar #feedemail {
	background:url(images/feeds.gif) 5px -45px no-repeat;
	margin-left:15px;
}
#subscribe ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
}
#subscribe li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#subscribe li a span {
	background:url(images/readers.gif) no-repeat;
	height:20px;
	width:80px;
	display:block;
	text-indent:-999em;
}
#subscribe li#google_reader a span {
	background-position:0 0;
}
#subscribe li#yahoo_reader a span {
	background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
	background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
	background-position:0 -120px;
}

#subscribe li a {
	display:block;
	padding:5px;
	text-decoration:none;
	width:80px;
	font-size:12px;
}
#subscribe li a:hover {
	background:#eeddcc;
}
/* End Feeds */

/* Begin Widgets */
.widgetbox {
    margin: 0 0 10px 0;
}

.widgetbox ul {
    list-style:none;
    list-style-image:none;
}

.widgetbox ul li {
    background: transparent url('images/circle2.png') no-repeat left top;
    padding-left: 8px;
    padding-bottom: 4px;
}

.current_page_item {
	font-weight: bold;
}

.widgettitle {
    color: #333;
    font-size:1.3em;
    padding: 8px 0 8px 0;
}

#authorinfo-name {
    font-weight:bold;
}

#authorinfo-image img {
    padding:2px;
    border: 1px solid silver;
    margin: 5px;
    background-color:white;
    max-width: 16em;
    max-height: 8em;
}

#search {
    margin: 30px;
}

.searchblog {
    margin-top: 10px;
    text-decoration:underline;
}

.searchtitle {
    margin-top: 10px;
}
/* End Widgets */

/* Begin Calendar */
#calendar {
    margin: 10px 0px 0px 0px;
    position: inherit;
}

#wp-calendar {
    background: #f3f6ed;
    border: #e1d6c6 1px solid;
    border-top: #f3f6ed 1px solid;
    empty-cells: show;
    font-size: 0.9em;
    margin: 0px;
    padding: 3px;
    text-align: center;
    width: 100%;
}

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

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

#wp-calendar .today {
    background: #eee;
    font-weight: bold;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}

#wp-calendar a:hover {
    background: #ddd;
    color: #333;
}

#wp-calendar caption {
    border: #e1d6c6 1px solid;
    color: #990000;
    font-size: 1em;
    font-weight: bold;
    height: 22px;
    margin: 10px 0 0 0;
    padding: 3px 2px 2px 2px;
    text-align: center;
}

#wp-calendar caption a,
#wp-calendar caption a:hover {
    background: transparent;
    color: #000000;
}

#wp-calendar td {
    color: #555;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

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

#wp-calendar #today {
    background: #ddd;
    color: #333;
}

#wp-calendar #today {
    font-weight: bold;
}

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

/* Begin Contact Template with Contact Form 7 */
.contact-entry {
    text-align:left;
    margin: 20px;
    padding: 10px;
    border: 1px solid #e1d6c6;
}

.wpcf7 p {
    margin-top: 6px;
}

.wpcf7 img {
    margin: 6px;
    border: 1px solid black;
}

.wpcf7-submit input {
    font-weight: bold;
    border: 1px solid #ddd;
    background: #fff url('images/button.png') repeat-x scroll left top;
}

.wpcf7-submit input:active {
    border: 1px solid #bbb;
    background: #fff url('images/button-active.png') repeat-x scroll left top;
}

.wpcf7-response-output {
    color: #990000;
    padding: 6px 0 0 0;
    margin: 0;
}

span.wpcf7-not-valid-tip-no-ajax,
span.wpcf7-not-valid-tip {
    color: #990000;
}
/* End Contact Template with Contact Form 7 */

/* Begin Page BlankPage */
#content .blankpage {
    width: 860px;
    margin:20px;
    padding:5px;
}
/* End Page BlankPage */

/* Begin Posts & Comments */
.commentlist {
    list-style:none;
    margin: 8px 0;
}

#comment {
    width: 590px;
    margin: 10px auto;
    text-align:left;
}

#commentform {
    padding: 10px;
}

.postmetadata,
.postmetadatasearch {
    background: #ececec url('images/postdata.png') repeat-y;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
    display:block;
    clear:both;
    margin-top: 10px;
    padding: 6px 6px 10px 6px;
}

.date,
.authorpost,
.editpost,
.comments,
.rsspost {
    background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
}

.act {
	height:16px;
	float:right;
}
.act small {
	float:left;
	margin-left:15px;
}

.tagspost {
	min-height:16px;
	line-height:16px;
	display:block;
}
.tagspost img {
	background:url(images/icons.gif) no-repeat;
	padding-right: 6px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position:0 -16px;
}
.categoriespost {
	min-height:16px;
	line-height:16px;
	display:inline;
    padding-right: 8px;
}
.categoriespost img {
    background:url(images/icons.gif) no-repeat;
	padding-right: 6px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position:0 -32px;
}
.date {
	background-position:0 -48px;
	float:left;
}
.editpost {
	background-position:0 -64px;
}
.comments {
	background-position:0 -96px;
    display:inline;
}
.authorpost {
	background-position:0 -176px;
}
.rsspost {
    background-position:0 -256px;
    margin-bottom: 8px;
}

.showcomment {
    background:url('images/comment.png') repeat;
    padding:6px;
    margin: 0 6px 6px 6px;
}

.comment-author-vcard {
    margin-bottom: 10px;
}

.comment-author-vcard img {
    padding: 2px;
    border: 1px solid silver;
    vertical-align: middle;
    background-color: white;
}

.commentmetadata {
    text-align:right;
    float:right;
}

.avatarusr {
    width:40px;
    height:40px;
}
/* End Posts & Comments */

/* Begin Author */
#authorpage h2 {
    color: #990000;
}

#infoauthor p {
    margin: 6px 6px 6px 20px;
}

#infoauthor label {
    font-weight: bold;
    color: #000;
}

#infoauthor img {
    padding:2px;
    border:1px solid silver;
    vertical-align:middle;
    background-color: white;
}
.titulodescrip {
    display:block;
    clear:both;
}


.titulodescrip p {
    margin:6px 6px 6px 20px;
    font-weight: bold;
    color: #000;
}

.authordescription {
    margin:30px;
    text-align:justify;
    display:block;
    clear:both;
}

#postauthor {
    display:block;
    clear:both;
}

#postauthor ul li {
    margin: 6px 6px 6px 0;
}

.avatarusr2 {
    max-width:80px;
    max-height:80px;
}
/* End Author */

/* Begin entry */
.post {
    margin-bottom: 30px;
    overflow:hidden;
    clear:both;
}

.titlepost {
    padding-bottom: 6px;
}

.entry {
    padding: 10px 0;
    line-height:145%;
    clear:both;
}

html>body .entry ul {
    padding: 0 0 0 30px;
    list-style: url('images/circle.png');
    list-style-position: inside;
    padding-left: 10px;
    text-indent: -14px;
}

html>body .entry li {
    margin: 0 0 0 10px;
}

.entry ol {
    padding: 0 0 0 35px;
}

.entry form {
    text-align:center;
}

.entry p {
	padding: 5px 0;
}
/* End entry */

/* Begin widget text with Contact Form 7 */
.textwidget .wpcf7 {
    padding: 10px;
    border: 1px solid #e1d6c6;
}

.textwidget .wpcf7 input {
    width:80%;
}

.textwidget .wpcf7 textarea {
    width: 90%;
}

.textwidget .wpcf7-submit input {
    width: auto;
}
/* End widget text with Contact Form 7 */

/* Begin Sidebar-login plugin */
.loginbox {
    line-height: 16px;
}

#login_error {
    color: red;
}

.avatar_container {
	float:right;
}

.avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
}
/* End Sidebar-login plugin */

/* Begin Images */
p img {
    max-width: 100%;
}

a img {
    border: none;
}

img.centered,
img.aligncenter {
    margin-left: auto;
    margin-right:auto;
    display: block;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display:inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display:inline;
}

img.alignnone {
    display:inline;
    clear:none;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */

/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Various Tags & Classes */
.spacezone {
    margin: 8px 8px auto auto;
}

.button,
#wp-submit {
    font-weight: bold;
    border: 1px solid #ddd;
    background: #fff url('images/button.png') repeat-x scroll left top;
}

.button:active,
#wp-submit:active {
    border: 1px solid #bbb;
    background: #fff url('images/button-active.png') repeat-x scroll left top;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}


.navigationdouble {
    display: block;
    text-align: center;
    margin-top: 10px;
	height: 12px;
    margin-bottom: 10px;
}

.linespace16 {
    line-height: 16px;
}
/* End Various Tags & Classes */

/* Twitter-tools plugin */
.aktt_tweets {
	background: #f4f4f4;
	padding: 6px;
	border: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.aktt_tweets li {
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}

.aktt_tweet_time {
	display: block;
	color: #aaa;
	font-size: x-small;
}

.aktt_tweet_time:hover {
	color: #aaa;
}    

/* End Twitter-tools plugin*/