/*
Theme Name: Betazeta
Theme URI: http://betazeta.com/
Description: Tema creado para Betazeta
Version: 1.0
Author: hackand + wachunei
Author URI: http://hackand.cl/ y http://wachunei.com/ 
Tags: private
*/
@import url('reset.css');

/* links y clases condicionales */
a {
	color: #a3f864;
	text-decoration: none;
}

a:hover {
	color: #F1FFE2;
	text-decoration: underline;
}

a.ver {
	padding-right: 17px;
	padding-top: 1px;
	color: #888;
	font-size: 0.8em;
	float: right;
	background: url(i/flecha.png) top right no-repeat;
	font-weight: bold;
	text-shadow: #000 0 1px 0;
}

a.ver:hover {
	color: #aaa;
	text-decoration: none;
}

a.ver:active {
	background-position: right -19px;
	color: #666;
}

.commentslink {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 18px;
	float: left;
	background: url(i/comm-icon.png) bottom left no-repeat;
}


.date {
	color: #515151;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
}

.home .date {
	text-align: right;
	white-space: nowrap;
}
.int .date {
	display: block;
}

.postcontent, .content p, .commcontent {
	color: #b4b4b4;
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
}

.thumb {
	float: right;
	padding: 0;
	margin-right: 5px;
	border: solid 3px white;
}


.home .postcontent {
	font-size: 0.7em;
	line-height: 1.6em;
}

.int .postcontent {
	font-size: 0.75em;
	width: 540px;
	float: left;
}

.single .postcontent, .content p {
	font-size: 0.75em;
}


.home .postpie {
	padding: 0 5px 13px;
	margin-top: 6px;
	font-weight: bold;
	background: url(i/separador.png) center bottom no-repeat;
}

.int .postpie {
	position: absolute;
	bottom: 35px;
	left: 550px;
}

.autor {
	color: #757575;
	display: block;
	margin: 2px 0 6px;
	font-weight: bold;
	font-size: 0.9em;
}

.content {
	margin-left: 5px;
}

.content h3 {
	font-size: 1.4em;
	margin: 0;
}

/* estructura base */
body {
	margin: 0 auto;
	color: #fff;
	background: #999 url(i/fondo.png);
	font-size: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
#cabecera {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	position: relative;
  }
  
#main {
	width: 885px;
	margin: -35px auto 0;
	padding: 0 10px;	
	}


/* CABECERA */

#cont_cabecera {
	width: 100%;
	background:  url(i/fondoHeader.png) top repeat-x;
	padding-bottom: 35px;
	position: relative;
	z-index: 2;
}

h1 {
	display: block;
	position: absolute;
	top: -16px;
	width: 296px;
	height: 140px;
/*	background: url(i/logo.png) center no-repeat; */
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;	
}

h1 span {
	display: none;
	}

/* MENU */

#menu {
	position: absolute;
	top: 40px;
	height: 30px;
	right: 0;
	font-size: 0.9em;
	text-transform: lowercase;
	letter-spacing: -0.075em;
	font-weight: bold;
}

#menu li {
	display: inline;
	margin: 0 2px;
}

#menu li.activo span {
	background: url(i/boton-l.png) left center no-repeat;
	padding: 3px 0 5px 12px;
	}
#menu li a	{
	color: #999;
	padding: 3px 12px 5px 9px;
}
	
#menu li a:hover {
	color: #fff;
	padding: 3px 12px 5px 9px;
	text-decoration: none;
}

#menu li.activo a {
	color: #000;
	background: url(i/boton-r.png) right center no-repeat;
	padding: 3px 12px 5px 0;
	}

/* MAIN */

#cont_main {
	width: 100%;
	position: relative;
	z-index: 1;
	background: #1f1f1f url(i/fondoMain.png) center repeat-y;
}

/* slogan */
#slogan {
	width: 100%;
	background: url(i/glowtop.png) top center no-repeat;
	min-height: 115px;
}

.home #slogan {
	margin-bottom: 8px;
}

#slogan h2 {
	width: 750px;
	padding: 28px 0; 
	float: right;
	text-align: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: -0.05em;
	line-height: 1em;
	}

#slogan h2 span {
	font-weight: bold;
}

/*  home */

h3.small {
	font-size: 1.7em;
	color: #767676;
	}

h3.small a {
	color: #767676;
	}

h3.small a:hover {
	color: #C5C5C5;
	text-decoration: none;
	}

/* Comunidades home */

#comunidades {
	width: 349px;
	float: left;
}

#comunidades h3 {
	padding-bottom: 15px;
	background: url(i/comTop.png) center bottom no-repeat;
}

#comunidades h5 {
	margin-left: 40px;
}

#comunidades h5, #comunidades h5 a {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	width: 290px;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 6;
	}

#comunidades h5 a:hover {
	color: #a3f864;
	text-decoration: none;
}

#comunidades ul {
	padding: 5px 11px 5px;
	background: url(i/comMid.png) center repeat-y;
}

#comunidades li {
	height: 35px;
	margin: 0 0 15px;
	position: relative;
}

#comunidades li:last-child {
	margin: 0;
}
.fayerwayer {background: url(i/homeicons/fw.png) left top no-repeat;}
.saborizante {background: url(i/homeicons/sabor.png) left top no-repeat;}
.chw {background: url(i/homeicons/chw.png) left top no-repeat;}
.belelu {background: url(i/homeicons/belelu.png) left top no-repeat;}
.clinic {background: url(i/homeicons/clinic.png) left top no-repeat;}
.zancada {background: url(i/homeicons/zancada.png) left top no-repeat;}
.wayerless {background: url(i/homeicons/wayerless.png) left top no-repeat;}
.mcu {background: url(i/homeicons/mcu.png) left top no-repeat;}
.dalealbo {background: url(i/homeicons/dalealbo.png) left top no-repeat;}
.bligoo {background: url(i/homeicons/bligoo.png) left top no-repeat;}
.zimio {background: url(i/homeicons/zimio.png) left top no-repeat;}
.veoverde {background: url(i/homeicons/veoverde.png) left top no-repeat;}
.niubie {background: url(i/homeicons/niubie.png) left top no-repeat;}
.fwbr {background: url(i/homeicons/fwbr.png) left top no-repeat;}
.ferplei {background: url(i/homeicons/ferplei.png) left top no-repeat;}
.lupa {background: url(i/homeicons/lupa.png) left top no-repeat;}


.com, .comlink {
	font-size: 0.7em;
	position: absolute;
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
}

.com {
	font-weight: bold;
	left: 0;
	bottom: 0;
	padding-left: 40px;
	padding-top: 20px;
	}

.comlink, a.comlink:hover {
	color: #a3a3a3;
	left: 170px;

}

#vertodas {
	background: url(i/comBot.png) center top no-repeat;
	padding: 8px 4px;
}

/* POSTS HOME */

#jomblog {
	width: 490px;
	float: right;
	position: relative;
	margin-right: -10px;
}

#jomblog h4 {
	font-size: 1.3em;
	float: left;
	letter-spacing: -0.05em;
	width: 415px;
	margin-right: 10px; 
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jomblog h4 a {
	color: #fff;
}

#jomblog h4 a:hover {
	color: #a3f864;
	text-decoration: none;
}

.homepost {
	margin: 7px 0 24px;
}

#jomblog .postcontent p {
	margin: 1px 0;
}

/* CONTENIDO */

#contenido {
	position: relative;
	z-index: 5;
	}

#titulo {
	margin: 0 0 40px 5px;
	color: #767676;
}

#titulo h2 {
	font-size: 2.7em;
	letter-spacing: -0.05em;
}

#titulo h2 a, #titulo h2 a:hover {
	color: #767676;
	}

#titulo p {
	margin: -2px 2px;
	font-size: 0.9em;
	font-weight: bold;
	color: #9f9f9f;
}

.int #contenido, .single #contenido {
	margin-top: -105px;
	margin-bottom: -80px;
}

#columna1 {
	width: 635px;
	float: left;
	margin-left: 5px;
}

#columna1 .post h3 {
	font-size: 1.8em;
	letter-spacing: -0.05em;
}

#columna1 h3 a {
	color: #fff;
}

#columna1 h3 a:hover {
	color: #a3f864;
	text-decoration: none;
}

.post {
	background: url(i/separador-int.png) center bottom no-repeat;
	padding-bottom: 25px;
	position: relative;
	margin: 0 0 30px;
	}
	
.single .post {
	margin-bottom: 0;
	} 
	
.post table {
	width: 400px;
	margin: 0 auto 1em;
}

.postcontent td {
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	color:  #7e7e7e;
	font-size: .9em;
}

/* caja postinfo */

#postinfo {
	font-size: 0.8em;
	text-align: center;
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	color:  #7e7e7e;
	padding-bottom: 20px;
	background: url(i/separador-int.png) center bottom no-repeat;
	margin: -10px 0 15px;
}


/* listas, blockquotes y clases imagenes de post */

.post ul {
	list-style-type: disc;
	margin-left: 22px;
	margin-bottom: 2em;
}

.post ol {
	list-style-type: decimal;
	margin-left: 22px;
}

.postcontent h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	margin-top: 2em;
}

.postcontent li {
	margin-bottom: 0.5em;
	border-left: dotted 1px #999;
	padding-left: 0.5em;
}

.postcontent strong {
	color: #ccc;
}

.postcontent p {
	line-height: 1.5em;
}

.post p s,
.post p del,
.post p strike {
	color: #555;
}

.post blockquote{
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	margin: 10px 0 0 30px;
	color: #999999;
	border-left: solid #666 3px;

}


.alignleft {
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
	padding: 3px;
}
.alignright {
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
	padding: 3px;
}
.aligncenter {
	margin: 0 auto;
	position: relative;
	display: block;
	padding: .3em .5em;
}
.post p img[align="right"] {
	padding-bottom: 7px;
	padding-left: 7px;
}
.post p img[align="left"] {
	padding-bottom: 7px;
	padding-right: 7px;
}

/* Sidebar (cajas nosotros al principio) */
#columna2 {
	width: 212px;
	float: right;
	font-size: 0.7em;
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
}

.wearebetazeta {
	margin: 25px 0;
}

.content .we {
	float: left;
	margin: 0 8px 10px 0;
}

.content .we img {
	float: left;
	margin: 0 10px 0 5px;
}

.content .we p {
	margin: 0;
}
.we {
	width: 212px;
	padding-top: 5px;
	background: url(i/sideTop.png) top center no-repeat;
	margin-bottom: 20px;
	
}

.are {
	padding-bottom: 5px;
	background: url(i/sideBot.png) bottom center no-repeat;
}

.betazeta {
	padding: 6px;
	background: url(i/sideMid.png) repeat-y;
}

#s {
	margin: 1px 5px 0 0;
	width: 150px;
	padding: 3px 5px;
	border: 0;
	background: url(i/searchbox.png) center no-repeat;
	height: 17px;
	float: left;
	}
	
#searchsubmit {
	border: 0;
	background: url(i/searchbtn.png) center no-repeat;
	height: 26px;
	width: 26px;
	text-indent: -9999em;
	float: none !important;
	margin-right: auto;
}

#columna2 ul li {
	margin-left: 0px;
}

#columna2 ul ul {
	margin-left: 10px;
}

#columna2 ul ul li {
	margin: 3px 0;
}

#columna2 li h3 {
	margin-top: 18px !important;
	margin: 4px;
	font-size: 1.5em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#columna2 a {
	font-weight: bold;
}

ul.lista-comunidades {
	margin-top: 1em;
}

ul.lista-comunidades li {
	font-size: 1.2em;
	margin: .2em 0 .5em;
	padding-left: 20px;
}

.recentposts li {
	margin: .7em 0 .5em;
	padding-left: 10px;
	border-top: solid #666 1px;
}

/* Comentarios */
#comments {
	margin: 0 0 20px;
}

#comments h3, #respond{
	color: #bfbfbf;
	font-size: 1.5em;
}

#comments h3 {
	float: left;
	}

.leavelink {
	font-size: 1em;
	float: right;
	margin: 7px;
}

#comentarios li {
	margin: 10px 0 25px 0;
} 

.gravatar {
	float: left;
	padding: 5px;
	} 
	

.commbox {
	margin-left: 57px;
} 

#comentarios  .commautor {
	float: left;
	max-width: 450px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	margin-right: 7px;
	color: #fff;
}

.comentario .commautor, .comentario .gravatar {
		background: #3b3b3b;
}
.autorcomment .commautor, .autorcomment .gravatar {
		background: #2c5826;
}

.commautor a {
	margin: 0;
	color: #fff;
}

.commentdata {
	padding: 8px 0 0 10px;
	font-size: 0.8em;
	text-transform: lowercase;
	font-weight: bold;
}

.commentdata a {
	color: #7e7e7e;
}

.commcontent {
	clear: right;
	font-size: 0.78em;
	margin: 18px 10px 10px;
	}
	
.commcontent p {
	margin: 0.8em 0;
}

.nocomments {
	text-align: center;
	color: #444;
	margin: 25px;
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: -0.09em; 
}

#commentform p {
	font-size: 0.9em;
	color: #7e7e7e;
}

#commentform label, .logueado span {
	display: block;
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 0 5px;
	width: 100px;
}

#commentform input {
	padding: 2px;
}

#commentform textarea {
	width: 500px;
	height: 155px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.85em;
}

#commentform input#submit, input[type=submit] {
	float: right;
	margin-right: 23px;
	color: white;
	border: none;
	font-weight: bold;
	font-size: 10.5pt;
	background: url(i/submit.png) top center no-repeat;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 158px;
	height: 36px;
}

#commentform input#submit:active, input[type=submit]:active {
	background: url(i/submit.png) bottom center no-repeat;
	color: #777;
}

/* Navegacion + paginacion */
.navegacion {
	width: 100%;
	position: relative;
	height: 32px;	
	margin-bottom: 10px;
	background: url(i/navblog.png) center center no-repeat;
}

.navegacion a {
	position: absolute;
	display: block;
	background-image: url(i/navblog.png);
	color: #fff;
	font-weight: bold;
}

.navegacion a:hover {
	color: #fff;
}


.navegacion .anteriores a {
	text-indent: -999em;
	width: 53px;
	background-position: top left;
	left: 0;
	height: 32px;
	}
	
.backhome {
	width: 73px;
	padding: 0 0 9px 33px;
	height: 23px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	background-position: top center;
	left: 53px;
}

.backhome span {
	display: none;
}

.navegacion .posteriores a {
	text-indent: -999em;
	width: 52px;
	background-position: top right;
	left: 160px;
	height: 32px;
	}
	
.navegacion .anteriores a:active {background-position: bottom left;}
a.backhome:active {background-position: -53px -64px; color: #ddd;}
.navegacion .posteriores a:active {background-position: bottom right;}

.paginacion {
	margin: 15px 0;
}

.paginacion a {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.anteriores{
	float: left;
	}
.posteriores{
	float: right;
	}

.paginacion .anteriores, .paginacion .posteriores {
	width: 110px;
}

.paginacion .anteriores  {
	background: url(i/paginacion-blog.png) bottom center no-repeat;
	padding: 6px 7px 6px 18px;
}

.paginacion .posteriores {
	background: url(i/paginacion-blog.png) top center no-repeat;
	padding: 5px 15px 7px;
}


/* Pagina comunidades */

.combox {
	width: 284px;
	height: 154px;
	margin: 5px 5px 0 0;
	float: left;
	background: url(i/bg_combox.png) center no-repeat;
}

.combox a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}

.combox a:hover {
	text-decoration: none;
}

.combox a:hover .desc {
	color: #555;
}

.combox a:hover .text {
	color: #fff;
}

.combox img {
	position: absolute;
	top: 2px;
	right: 2px;
	border: 0;
}

.combox .text {
	width: 260px;
	position: absolute;
	top: 75px;
	padding: 9px;
	color: #eee;
}

.combox .title {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
}

.combox .desc {
	color: #444;
	font-size: 0.8em;
	font-weight: bold;
	
	}


.comboxes h3 {
	margin-top: 20px;
	margin-bottom: 12px;
}


/* Comunidades Single */

.logocom {
	
}

.pantallazo {
	position: relative;
}

.pantallazo a.sitio {
	position: relative;
	
}

.columnaizq, .columnader {
	width: 300px;
}

.columnaizq {
	float: left;
}

.columnader {
	float: right;
}

.columnader .logo,
.columnader .pantallazo {
	margin-bottom: 10px;
}

table.stats {
	margin: 10px 0 30px;
}

table.stats td {
	padding: 5px;
}

table.stats .numero {
	font-size: 2em;
	padding-right: 10px;
	font-weight: bold;
	color: #bbb;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
}

table.stats.trafico .numero, table.stats.perfil .texto {
	width: 60%;
}

table.stats .texto {
	color: #999;
	font-size: 0.8em;
}

table.stats.perfil .texto {
	font-size: 1em;
}

ul.listaespacio {
	color:#999;
	font-size: 0.9em;
	margin: 10px 0 30px 30px;
}

ul.listaespacio li {
	list-style: disc;
	margin: 3px 0;
}


/* Contactform Publicidad */

.pubbox {
	float: left;
	display: block;
}

.pubbox input {
	padding: 2px;
}

.pubbox label {
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.pubbox label small {
	font-weight: normal;
	font-size: 0.7em;
}

.pubbox input[type=submit] {
	margin-right: 0;
}

.inputs {
	margin-left: 10px;
	margin-right: 50px;
}

.inputs input {
	margin: 3px 0;
	width: 230px;
	display: block;
	font-size: 10pt;
}

.checks {
	width: 200px;
}

.checks .wpcf7-list-item {
	display: block;
	margin: 12px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.checks .wpcf7-list-item:first-child {
	margin-top: 5px;
}

.specs {
	margin-left: 30px;
}

.specs textarea{
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	width: 320px;
	height: 240px;
	margin: 5px 0;
	padding: 2px;
	font-size: 10pt;
}

.wpcf7-response-output, .wpcf7-not-valid-tip-no-ajax {
	display: block;
	clear: both;
}

/* Tablas Tarifas */

table.tarifa td {
	padding: 5px;
}

table.tarifa tr {
	border-bottom: 1px solid #303030;
}

table.tarifa tr:hover {
	border-bottom: 1px solid #393939; 
	background: #222222;
}

table.tarifa th {
	background: #2f2f2f;
	padding: 7px;
}

table.tarifa td.formato {
	font-weight: bold;
}
/* Contactform Contacto */

#wpcf7-f2-p10-o1 {
	width: 540px;
	margin: 0 auto;
}

#wpcf7-f2-p10-o1 label {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 6px;
	font-size: 1.1em;
}

#wpcf7-f2-p10-o1 small {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#wpcf7-f2-p10-o1 input[type=text] {
	width: 300px;
	height: 20px;
	position: relative;
	margin: 4px;
	font-size: 1.1em;
}

#wpcf7-f2-p10-o1 textarea {
	width: 400px;
	margin: 4px;
	padding: 2px;
	font-size: 1.1em;
}

#wpcf7-f2-p10-o1 div.captcha {
	text-align: right;
	padding-right: 20px;
}

#wpcf7-f2-p10-o1 div.captcha img{
	margin: 0 8px;
}

#wpcf7-f2-p10-o1 div.captcha input[type=text] {
	width: 60px;
	height: 30px;
	position: relative;
	margin-top: -10px;
	font-size: 1.4em;
}

/* PIE */

#cont_foot {
	background: url(i/fondoFooter.png) bottom repeat-x;
	margin: -14px 0 0 0;
	padding-top: 30px;
	height: 110px;
	position: relative;
	z-index: 3;
	}
	
#foot {
	width: 900px;
	margin: 0 auto;
	padding-top: 13px;
	position: relative;
}

#stats {
	background: url(i/glowbot.png) center bottom no-repeat;
	position: relative;
	z-index: 4;

}

.home #stats {
	height: 60px;
	padding-top: 60px;
	color: #5b5b5b;
	font-size: 1.7em;
	letter-spacing: -0.065em;
	text-align: center;
	text-shadow: #1e1e1e 0 -2px 3px;
}
.int #stats, .single #stats {
	height: 120px;
}

#legales {
	float: right;
	text-align: right;
	font-size: 11pt;
	}

#legales a, #legales a:hover {
	color: #fff;
	text-decoration: underline;
}

#legales p {
	margin: 4px 0;
}

.cc {
	font-weight: bold;
}

.cc a {
	background: url(i/cc.png) center no-repeat;
	display: inline-block;
	margin: 2px 3px 0;
	width: 17px;
	height: 11px;
}

.cc a span {
	display: none;
}

#wp, #footrss{
	position: absolute;
	top: 35px;
	width: 28px;
	height: 28px;
}

#wp {
	left: 5px;
}

#footrss{
	left: 45px;
}
#wp a, #footrss a{
	display: block; 
	width: 100%;
	height: 100%;
	}
	
#wp a:hover, #footrss a:hover {
	background-position: center bottom;
}
#wp span, #footrss span {
	display: none;
}
#wp a {
	background: url(i/wp.png) center top no-repeat;
}
#footrss a {
	background: url(i/rss.png) center top no-repeat;
	}
.gsc-search-button input {height:20px;}

/* CF y Clases menores*/
hr {display:  none;}
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.wpcf7-list-item {
float: left;
width: 120px;
padding: 5px 5px 5px 10px;
}

.captcha {
padding-top:20px;
clear:both;
}

.wpcf7-mail-sent-ok {
display:none;
}

/*Google CSE*/

#cse{width:700px;margin:auto;background:#252525;padding:10px}#searchcontrol .gsc-control{width:100%;font-size:90%}#searchcontrol .gsc-control,span.loading,.gsc-resultsRoot-siteSearch .gsc-keeper,.gs-title a b,.gs-title a,.gs-title,.gsc-search-button{font-weight:bold}span.loading{font-size:120%}.gsc-tabHeader{font-weight:bold !important;color:#5a1 !important;font-family:"Comic Sans MS",Arial,sans-serif !important}.gsc-tabhInactive{background:#af9 !important;border-color:#cfa #8f7 #8f7 #cfa !important}.gsc-tabhActive{background:#dfc !important}.gsc-resultsRoot-siteSearch .gsc-keeper{background:url('http://google.com/css/orange_check.gif');color:#5a1}
.gs-title a b,.gs-title a,.gs-title{font-size:14px !important}.gs-title a b,.gs-title a,.gs-title,.gsc-trailing-more-results,.gsc-cursor-page,.gsc-cursor-box,.gsc-search-button{color:#fff !important}div.gs-title,.gs-snippet{margin-left:40px}.gsc-results .gsc-webResult,.gs-snippet{font-size:11px !important}.gs-visibleUrl,.gsc-trailing-more-results,.gsc-cursor-page,.gsc-cursor-box{font-size:12px !important}.gs-visibleUrl{color:#36a646 !important}.gsc-tabsArea{display:none}.gsc-branding-text{font-size:10px !important}.gs-snippet{color:#ccc !important}.gsc-input{width:410px !important}.gsc-search-button{padding:0 !important;margin:0 !important;width:100px;background:#36a646 !important;border-color:#390 !important}.gsc-imageResult{float:center !important}
/* \*/
* html .cf{height: 1%;}
/* */

