/*
Theme Name: alaputacalle
Theme URI: http://www.alaputacalle.com
Description: A child theme, as things are supposed to be.
Author: waldito
Author URI: http://www.waldito.com
Template: twentyten
Version: 1.0
Tags: nmc
License:  GPL
*/

@import url("../twentyten/style.css");

/* Redefinimos cabecera */

#site-title {
	display:none;
}

#header {
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:20px;
}

#site-description {
	clear:right;
	float:right;
	font-style:italic;
	margin-bottom:18px;
	margin-left:0;
	margin-right:0;
	margin-top:14px;
	width:220px;
	display:none;
}

#branding img {
	border:0;
	clear:both;
	display:block;
}


#access {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:#01567e;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:940px;
}

#access a {
	color:#b0cbd7;
	display:block;
	line-height:38px;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	text-decoration:none;
}

#access li:hover > a, #access ul ul :hover > a {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:#01486a;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	color:#FFFFFF;
}

.entry-title a:link, .entry-title a:visited {
	color:#01486a;
	text-decoration:none;
}

.entry-title a:active, .entry-title a:hover {
	color:#086896;
}

/* Post */

#content .entry-title {
	color:#01486a;
	font-size:21px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0;
}

/* Login Page */

div#content form#loginform{
	background-color:#f1f1f1;
	border:1px solid #c8c8c8;
	padding:10px;
	padding-top:40px;
	margin:0;
}

div#content form#loginform label{
	display:inline-block;
	width:200px;
	margin-left:20px;
	text-align:right;
	margin-right:10px;
}

div#content form#loginform input.input{
	height:30px;
	display:inline-block;
	padding:3px;
	width:250px;
}

div#content form#loginform p.login-remember label{
	width:325px;
}

div#content form#loginform p.login-submit input{
	margin-left:225px;
	width:100px;
	height:35px;
}

div#content form#loginform p{
	padding-bottom:0;
	margin-bottom:10px;
}

div#content ul.manage-account{
	padding-top:10px;
}




