/*
Theme Name: twentyten-child
Theme URI: http://wordpress.org/
Description: Tema hijo de Twenty Ten para WordPress
Template: twentyten
Version: 1.5
License: GNU General Public License
License URI: license.txt
*/
@import url("../twentyten/style.css");


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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: -336px;
	margin-bottom: 0;
	margin-left: 0;
}
#content {
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	background-color: #FEFEFE;
	padding: 8px;
	border: 1px solid #71c7f0;
	margin-bottom: 15px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 940px;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	padding-bottom: 15px;
}

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

/* The main theme structure */
#wrapper {
	margin-top: 0px;
	background-color: transparent;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* Structure the footer area */

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
a:link, a:visited, a:active {
	color: #eb008c;
	text-decoration: none;
}
a:hover {
	color: #009dd8;
}
body {
	background-color: #e4f5fd!important;
	background-image: url(http://www.babymoon.es/blog/wp-content/themes/twentyten-child/images/bkgmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body,
input,
textarea {
	color: #009dd8;
	font-size: 12px;
	line-height: 18px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}

/* =Header
-------------------------------------------------------------- */
#header {
	padding: 0px !important;
	height: 265px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#site-title {
	width: 209px;
	height: 200px;
}
/* This is the custom header image */
#branding img {
	display: block;
	float: left;
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	margin-bottom: 35px;
	margin-left: 0px;
	width: 231px;
	height: 215px;
	border-radius:8px;
}
#site-description {
	position:absolute;
    top:-9999px;
    left:-9999px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	background-color: transparent !important;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
	width: 940px;
	font-weight: bold;
	margin-top:8px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #eb008c;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	margin-right: 1px;
	margin-left: 1px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 220px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	background-color: #eb008c;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #eb008c;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #e4f5fd;
	background-color: #eb008c;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #e4f5fd;
	background-color: #eb008c;
}
/* =Content
-------------------------------------------------------------- */

#main {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content,
#content input,
#content textarea {
	color: #009dd8;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #009dd8;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content tr th,
#content thead th {
	color: #009dd8;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.hentry {
	margin: 0 0 28px 0;
}
.page-title {
	color: #eb008c;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #eb008c;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:active {
	color: #eb008c;
}
.page-title a:hover {
	color: #009dd8;
}
#content .entry-title {
	color: #eb008c;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited,
.entry-title a:active {
	color: #eb008c;
	text-decoration: none;
}

.entry-title a:hover {
	color: #009dd8;
}
.page-link a:active,
.page-link a:hover {
	color: #eb008c;
}
.entry-meta a,
.entry-utility a {
	color: #eb008c;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #009dd8;
}
.entry-meta {
	color: #83b11c;
	font-size: 12px;
}
.entry-content label {
	color: #009dd8;
	font-size: 12px;
}
#entry-author-info {
	background: #e4f5fd;
	border-top: none !important;
}
.entry-utility {
	color: #83b11c;
}
.entry-utility-prep-cat-links {
	color: #83b11c !important;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #009dd8;
}
.navigation a:link,Sigue leyendo
.navigation a:visited,
.navigation a:active {
	color: #009dd8;
}
#nav-above {
	display: none !important;
}
/* Comments form */
#respond {
	border-top: none !important;
}
#respond .form-allowed-tags {
	display: none;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul ul {
	list-style: disc;
}
.widget-title {
	color: #009dd8;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active {
	color: #009dd8;
}
.widget-area a:hover {
	color: #eb008c;
	text-decoration: none;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px solid #a0cee8;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}
#site-info {
	font-weight: normal;
	font-size: 12px;
	width: 400px;
	padding-top: 9px;
}
#site-info a {
	color: #08aae7;
	text-decoration: none;
}
#site-info a:hover {
	color: #eb008c;
}
#site-generator2 {
	text-align: right;
	float: right;
	width: 220px;
	color: #009dd8;
	padding-top: 9px;
}
#site-generator2 a {
	color: #009dd8;
}
#site-generator2 a:hover {
	color: #eb008c;
}
/* =custom css
-------------------------------------------------------------- */
.post {
	background-color: #FEFEFE;
	padding: 8px;
	border: 1px solid #71c7f0;
}

/* =page-navegation css */
.wp-pagenavi {
	padding-top: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.wp-pagenavi a, {
	color: #86b618;
}
.wp-pagenavi a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #EFF1F1;
	background-color: #009dd8;
}
.wp-pagenavi span.current {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background-color: #009dd8;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.widget_categories .cat-item-9 {
	display: none;
}

/* =page-navegation css */

#icns {
	list-style-type: none;
	float: left;
}
#icns ul {
	margin: 0;
	padding: 0;
}
#icns ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
