/* NHS custom style.css */
@font-face
{
font-family:Hobo;
src: url(HoboStd.otf);
}

/* CHANGE FONTS */
#site-name a, #site-name a:hover {
    font-size: 2em;
	font-family:Hobo;
}

/* HEADER: saidi nimi natuke suuremaks */
h1#site-name a, h1#site-name a:hover {font-size: 2em;
}
p#site-name a, p#site-name a:hover {font-size: 3.2em;
}
#site-name a, #site-name a:link {
	text-shadow: 1px 1px 1px seagreen, 0 0 10px white, 0 0 3px white;
}
#site-name a:hover {
    text-shadow: 1px 1px 1px seagreen, 0 0 10px white, 0 0 3px white;
}
#name-and-slogan {
    padding: 45px 20px;
}

/* GRAPHICS CSS */
#top_bg {background: transparent url(fill_top.png) 0 100% repeat-x;
}
#top_left {background: transparent url(fill_top_left.png) 0 100% no-repeat;
}
#top_right {background: transparent url(fill_top_right.png) 100% 100% no-repeat;
}
#body_left {background: transparent url(fill_left.png) 0 0 repeat-y;
}
#body_right {background: transparent url(fill_right.png) 100% 0 repeat-y;
}

/* Vana uudisvoo kola Views fluid grid 
li.views-fluid-grid-item {
    background-color: #fafdee;
	border: 1px solid #ddd;
	padding:6px;
	width: auto;
}
li.views-fluid-grid-item .views-field-title {
	padding:6px 0;
	font-size:1.2em;
}

.views-field-field-pilt {
	float:left;
	padding:8px 14px;
}*/

/* Igasuguste view-de kola */
.view-teated h2{
	padding-top:1rem;
	margin-top:.5rem;
	border-top:2px solid lightgrey;
}

/* UPDATE ICONS FOR NEW BLOCKS */
/* where ID is the block id */
/*
#ID .block-icon {
	background: transparent url(../images/all/icons/blocks/icon_24_48.png) no-repeat;
}
*/
#block-menu_block-1 .block-icon {
	background: transparent url(../images/all/icons/blocks/icon_22_32.png) no-repeat;
}

.bi32 #block-system-navigation .block-icon {
    background: transparent url(NHS32.png) no-repeat;
	width:50px;
}

#elp {display: block;
    margin-left: auto;
    margin-right: auto;
}


/***********************/
/* CHANGEs for MOBILES */
/***********************/

@media screen and (max-width: 48em) {

/* HEADER IMAGE */
/* Comment or erase the lines below and images rotator will work on mobiles too.
	 You can also change the image with "mobi-sq" or use your own. */
	.himg #headimg, #headimg {
		background: #fff url(../images/all/mobi-dot.png) repeat;
	}
}

/*********/
/* Taust. Ebaqnnestunud katse taustapilt panna... */
/*********/

/*.page-node::after {
	content: "";
	background: url(pine.png);
	opacity: 0.5;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;   
}

#main {
	background:white;
}

/*#body_left, #body_right {
	opacity: 0.3;
}

#middlecontainer {
	background-color:rgba(255, 255, 255, 0.9);
}*/
