/*
Theme Name: Gramagrass Oceano
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 {
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-oceano/back.png") center repeat-y;
}
#contenido { 
	color: #666666;		
}
#cabecera {
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-oceano/header.png") #F1F0EB repeat-x  top right;
	color: #fff;
	height: 110px;
}
#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: #003366; 
}
a:hover {
	color: #000; 
}
#cabecera h1 { 
	font: normal 200% Helvetica, arial, sans-serif;
	padding-top: 10px;
}
#cabecera h1 a { 
	color: #FFF; 
	text-decoration: none; 
}
p.desc {
	color: #FFF;
}
#pestanas {
	position: absolute; 
	bottom: 10px;
	right: 0;
	margin: 0;
	text-align: right;
	width: 250px;
}
#pestanas ul {
	padding: 0;
	margin: 0 10px 0 0;
	float: right
}
#pestanas ul li{
  margin: 0 5px 0 0;
  padding:0;
	display: block;
	float: left;
	/*
	background: #EFEFEF;
	line-height: 1em;
	*/
}
#pestanas ul li a {
	text-align: center;
	width: 62px;
	height: 13px;
	display: block;
	color: #D7D7D7;
	padding: 3px 2px 1px 2px;
}
#pestanas ul li.elemento-activo a{
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-oceano/pestana.gif") no-repeat  top left; 
	color:#666;
	width: 62px;
	height: 13px;
	padding: 3px 2px 1px 2px;
}
#contenido blockquote {
	border-left: 4px solid #666; 
	color: #666;
}
#contenido .post h1 {
	color: #000;
}
#contenido .post h1 a:link, #contenido .post h1 a:visited { 
	color: #333333;
}
#contenido .post h1 a:hover  { 
	text-decoration: none; 
	background-color: #F0F0F0;
	color: #666;
}
.post p.meta {	
	color: #666;
	border: #ccc dotted 1px ;
	background-color:#fff;
}
.post p.meta a.nComen{
	background: url("http://4.lcassets.com/plantillas/i/gramagrass-oceano/comentarios.gif") 0 4px no-repeat;
}
#contenido h2 {
	color: #000;
}
#comentarios .comentario {
	background-color:#fff;
	border: #ccc dotted 1px ;
}
#comentarios .comentario p.meta span.autor a{
	color:#003366;
}
#columna h2 { 
	position: relative;
	color: #333333;
	background:  url("http://4.lcassets.com/plantillas/i/gramagrass-oceano/sepdate.jpg") no-repeat  18px 27px; 	
	font-weight: bold;
}
div#busca label { 
	color: #003366;
}
/* pie */
#pie a:link { color: #003366; }
#pie a:hover { color: #000; }
#pie a:visited { color: #003366; }


