/*
Theme Name: Twenty11 Child
Description: Child theme for thr 2011 theme for WordPress
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body {
	background-color: #333;
}
body, input, textarea {
	color: #373737;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 2.225; /*espacio entre lineas en el contenido */
}
#content {
	background-color: #fff;
}


.entry-content h2,
.comment-content h2 {
	color: #6699cc;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-size: medium;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.entry-content h5{
	font-style: italic;
	font-weight: bold;
}

.sea_green
{
	color: #339966;
	text-align: center;
}



/*Change page borders*/
#page {
	margin: 1em auto;
	max-width: 1000px;
}

/*Reduce heading margin */

#main {	padding-top: 0;}
.singular.page .hentry {padding-top: 0;}

/* YPL Jan/9/2013 - we want to reduce left and right margins to allow for more content space.*/
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title 
{
width: 100%;
}

/*ypl - Header title*/
.entry-title,
.entry-header .entry-meta {
	font-size: 30px; /*solo me cambia el size del welcome page */
	font-weight: bold;
}
.singular .entry-title {
	color: #000;
	font-size: 30px; /*  me cambia el size de los otros titulos page */
	font-weight: bold;
	line-height: 48px;
}

/* ypl - feb-1-2013- This changes the white space above the image, where the site title and site description go. */
#site-title {
     margin: .8em 0 0;  /* 6em -> esto me cambia el white space arriba del titulo*/
     padding-top: 0px;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px .8em 0; /*reduced the amount of bottom padding */
	/* original-> margin: 0 270px 3.65625em 0;*/
}


/**** ypl - feb-1-2013- Change MENU Background Color. ****/
/*This is the main background*/
#access {
background:   #000000 ; 
}


/*This is the background color of the individual tabs*/
#access li:hover > a, #access ul ul:hover > a, #access a:focus 
{
	background:  #CCCCCC ;
}


/*This would be the text color on hover.*/
#access li:hover > a, #access a:focus {
color: #373737;
}


/*This would be the non-hover background color for dropdowns and the font color.*/
#access ul ul a {
background: #AAAAAA;
color:  #000066;
}
