/*
Theme Name: Gramagrass Negro
Theme URI: http://www.dezigne.com.ar
Description: Template para La Coctelera.
Author: chinaski
*/

/*** ELEMENTOS COMUNES A LAS GRAMAGRASS ****/
@import url("http://4.lcassets.com/stylesheets/plantillas/gramagrass-comun.css");


/*** ELEMENTOS ESPECIFICOS (colores) A LAS GRAMAGRASS ***/
body,html {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-negro/back002.png") center repeat-y;
}
#contenido { 
	color: #CCCCCC;
}
#cabecera {
	color: #fff;
	/* margin: 0 20px; */
}
#columna {
	position: relative;
	display: inline;
	width: 227px;
	padding: 0 0px 36px 0;
	margin: 0 8px 0 0;
}
#pie {
	color: #FFF;
}
a:link, a:visited {
	color: #CC9933;
}
a:hover {
	color: #956839; 
}
#cabecera h1 { 
	font: normal 200% Helvetica, arial, sans-serif;
	padding-top: 30px;
}
#cabecera h1 a { 
	color: #FFF; 
	text-decoration: none; 
}
p.desc {
	color: #FFF;
}
#pestanas ul li a{
	color: #9D752F;
}
#pestanas ul li.elemento-activo a{
	color: #aaa;
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-negro/activo.gif") no-repeat  center 0px ; 
}
#contenido blockquote {
	border-left: 4px solid #FEF4F8; 
	color: #CCC;
}
#contenido .post h1 {
	color: #ccc;
}
#contenido .post h1 a:link, #contenido .post h1 a:visited { 
	color: #BE8C34;
}
#contenido .post h1 a:hover { 
	background-color: #333;
	color: #BE8C34;
}
#contenido ul, #contenido ol { 
	color: #EEEEEE;
}
.post p.meta {	
	color: #666;
	border-top: 1px solid #666666;
}
/*
.post p.meta a.nComen {
	background: url('/plantillas/i/gramagrass-oceano/comentarios.gif') 0 4px no-repeat;
}
*/
#contenido h2 {
	color: #B0812F;
}
#comentarios .comentario {
	border-top: 1px solid #333;
}
#comentarios .comentario p.meta span.autor a{
	color:#ccc;
}
#columna h2 { 
	position: relative;
	color: #CC6600;
	font-weight: bold;
}
div#busca label { 
	color: #CC9933;
}

/* pie */
#pie a:link { color: #FFF; }
#pie a:hover { color: #FFF; }
#pie a:visited { color: #FFF; }


/* personalizacion elementos generales */
body .post .tags span span, 
body .resultados .resultado .tags span,
body .resultados .resultado .tags span span, 
body .mas-tags a { 
	background: #666666; 
}
body .resultados .resultado,
body .resultados .resultado p {
	color: #CCC;
}
body .resultados .info-resultados,
body .resultados .resultados-otros-tags, 
body .resultados .resultados-tags-enotros {
	background: #414141;
}

