/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 15. Override
 *
 *
------------------------------------ */

/* 15.1. Overrided elements
==================================== */

.consultation
{
font: tahoma;
font-weight: normal;
font-style: italic;
color: #ff0000;
}

h1
{
color: #fa5555;
}

#gk-mainbody article > header h1
{
font-size: 24px;
}

h2
{
font-size: 16px;
line-height:1.2;
}

#respond > h3
{
font-size: 14px;
}

h1.page-title
{
visibility: hidden;
}

h1.page-title span
{
visibility: visible;
}
/*.summary
{
display: none;
}

.tag-page article, .category-page article, .search-page article*/
.category-page article
{
margin:0px;
line-height:0.5;
}


body { 

background: url("../images/eritros_prom.jpg") 0% -80%;
background-size: 100%;
background-repeat: no-repeat;
background-color: #d0eded;
/*background: url("../images/background.gif") repeat-y 50% 0;*/
}	
#gk-head {
background: #fff;
margin: 0px -10px 0 -10px;
}
#gk-mainbody-columns > aside {
background: #fff;
opacity: 0.9;
padding: 20px 20px 0 20px;
border-radius: 15px;
}
	