/*  
Theme Name: Jukukeskus.ee Theme v2.0
Theme URI: http://www.webtech.ee/
Description: WebTech OÜ - Jukukeskus.ee Theme v2.0
Author: Glenn Laanisto
Author URI: http://www.webtech.ee/
Version: 2.0
*/


/* Reset default browser styles */
@import url('reset.css');

/* Global 
------------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	height: 100%;
	background: #2199f5 url(../img/header-background.png) no-repeat center top;
	font-family: Tahoma, Geneva, sans-serif;
}

#wrapper {
	position: relative; 
	z-index: 3;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto -160px;
}

.clear {
	clear: both;
}

* {
	margin: 0;
}

/* #page-teporary-closed */
 #page-temporary-closed {
		display: block;
	margin: 100px auto 0;
	height: 269px;
	width: 788px;
}
/* #page-teporary-closed */

/* --------------------------------------------------------- */

/* Header 
------------------------------------------------------------ */

#header {
	position: relative;
 width: 980px;
	height: 170px;
	margin: 0 auto;
}

#logo {
	z-index: 6;
	position: absolute;
	top: 3px;
	left: 0;
	border: 0;
}

#logo img {
	border: 0;
}

#logo img:hover {
	border: 0;
	margin-top: 2px;
	margin-left: 1px; 
}

#search {
	position: absolute;
	top: 9px;
	right: 32px;
 background: url(../img/bg-search-center.png) repeat-x center top;
	width: 437px;
	height: 57px;
}

.search-img-right {
	position: absolute;
	right: -12px;
}
.search-img-left {
	position: absolute;
	left: -12px;
}

.search-field-img-right {
	position: absolute;
	right: -7px;
}
.search-field-img-left {
	position: absolute;
	left: -7px;
}

#search-field {
	position: relative;
	margin: 7px 0 0 33px;
 background: url(../img/input-search-center.png) repeat-x center top;
	width: 215px;
	height: 40px;
}

#search-field input {
	position: relative;
	z-index: 9;
	background: transparent;
	border: none;
	outline-width: 0;
 color: #7f7f7f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding: 8px 0 0 10px;
	height: 38px;
	width: 210px;
	overflow: hidden;
}


.icon-search {
	position: absolute;
	top: 7px;
	left: -6px;
}

#search-button {
	position: absolute;
	top: 11px;
	right: 10px;
 background: url(../img/btn-button-right.png) no-repeat scroll top right;
 display: inline-block;
 height: 32px;
	text-align: center;
 padding-right: 7px;
 line-height: 32px;
	letter-spacing: 1px;
	color: #402a2a;
	font-size: 14px;
	border: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

#search-button img {
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

#search-button:active img {
	position: absolute;
	top: 11px;
	right: 10px;
}

#search-button span {
 background: url(../img/btn-button.png) no-repeat top left;
	display: inline-block;
	height: 32px;
	padding-left: 7px;
	width: 140px;
	cursor: pointer;
}

#search-button:hover {
 background-position: -33px right;
}

#search-button:hover span {
 background-position: -33px left;
 line-height: 32px;
}

#search-button:active {
 background-position: bottom right;
}

#search-button:active span {
 background-position: bottom left;
 line-height: 33px;
}

#header-navigation {
	z-index: 4;
	position: absolute;
	top: 76px;
	height: 85px;
	width: 980px;
	background: url(../img/bg-opacity-30.png);
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

#header-navigation div {
	background: #fff;
	padding: 0 10px;
	height: 65px;
	width: 940px;
	margin: 10px auto 0;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

.main-button {
	float: right;
	text-align: center;
	display: block;
	border: 0;
	width: 173px;
	height: 45px;
	overflow: hidden;
	background: url(../img/btn-main-button.png) no-repeat center top;
	margin: 10px 5px;
}

.main-button img {
	border: 0;
	margin-top: 13px;
}


.main-button:hover {
	background: url(../img/btn-main-button.png) no-repeat center -46px;;

}

.main-button:active{
	background: url(../img/btn-main-button.png) no-repeat center bottom;
}


#content-header {
	position: relative;
	background: #fff url(../img/bg-content-header.png) repeat-x center top;
	height: 180px;
	width: 960px;
	margin: 0 auto;
	-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px; -khtml-border-radius-topright: 10px;
	border-top-left-radius: 10px; border-top-right-radius: 10px;
}

#juku-newsletter {
	float: right;
	position: relative;
 background: url(../img/bg-newsletter-center.png) repeat-x center top;
	width: 416px;
	height: 117px;
	margin: 18px 22px 0 0;
}

#juku-newsletter p {
	position: absolute;
	bottom: 10px;
	right: 4px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6c5734;
}

.newsletter-img-right {
	position: absolute;
	right: -12px;
}
.newsletter-img-left {
	position: absolute;
	left: -12px;
}

#text-juku-sobralist {
	margin: 10px 0 10px 50px;
}

.newsletter-field-img-right {
	position: absolute;
	right: -6px;
}
.newsletter-field-img-left {
	position: absolute;
	left: -6px;
}

.newsletter-field {
	position: relative;
	margin: 7px 0 0 23px;
 background: url(../img/input-newsletter-center.png) repeat-x center top;
	width: 195px;
	height: 26px;
}

.newsletter-field input {
	position: relative;
	z-index: 10;
	background: transparent;
	border: none;
	outline-width: 0;
 color: #7f7f7f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	height: 26px;
	width: 190px;
	overflow: hidden;
	padding: 4px 0 0 10px;
}

#newsletter-button {
	position: absolute;
	top: 48px;
	right: 4px;
 background: url(../img/btn-button-right.png) no-repeat scroll top right;
 display: inline-block;
 height: 32px;
	text-align: center;
 padding-right: 7px;
 line-height: 32px;
	letter-spacing: 1px;
	color: #402a2a;
	font-size: 14px;
	border: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

#newsletter-button img {
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

#newsletter-button:active img {
	position: absolute;
	top: 11px;
	right: 10px;
}

#newsletter-button span {
 background: url(../img/btn-button.png) no-repeat top left;
	display: inline-block;
	height: 32px;
	padding-left: 7px;
	width: 160px;
	cursor: pointer;
}

#newsletter-button:hover {
 background-position: -33px right;
}

#newsletter-button:hover span {
 background-position: -33px left;
 line-height: 32px;
}

#newsletter-button:active {
 background-position: bottom right;
}

#newsletter-button:active span {
 background-position: bottom left;
 line-height: 33px;
}

#newsletter-thank-you p {
	text-align: center;
	letter-spacing: 1px;
 color: #402a2a;
	font-size: 18px;
	line-height: 20px;
	border: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 15px 20px;
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	border: 1px solid #666;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
}


.icon-heart {
	z-index: 8;
	position: absolute;
	top: -12px;
	left: -30px;
}

#juku-media {
	position: relative;
	float: right;
	border: 0;
	background: url(../img/juku-pildid-ja-videod.png) no-repeat center top;
	width: 278px;
	height: 117px;
	margin: 18px 10px 0 0;
}

#juku-media-button {
	display: block;
	width: 278px;
	height: 117px;
}

.small-button-1 {
	position: absolute;
	bottom: 7px;
	left: 140px;
 background: url(../img/btn-small-button-right.png) no-repeat scroll top right;
 display: inline-block;
 height: 22px;
	text-align: center;
 padding-right: 7px;
 line-height: 22px;
	letter-spacing: 1px;
	color: #402a2a;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

.small-button-1 img {
	border: 0;
	position: absolute;
	top: 4px;
	right: 8px;
}

.small-button-1:active img {
	position: absolute;
	top: 5px;
	right: 8px;
}

.small-button-1 span {
 background: url(../img/btn-small-button.png) no-repeat top left;
	display: inline-block;
	height: 22px;
	padding-left: 7px;
	width: 110px;
	cursor: pointer;
}

.small-button-1:hover {
 background-position: -23px right;
}

.small-button-1:hover span {
 background-position: -23px left;
 line-height: 22px;
}

.small-button-1:active {
 background-position: bottom right;
}

.small-button-1:active span {
 background-position: bottom left;
 line-height: 23px;
}

#juku-mailbox {
	position: relative;
	float: right;
	background: url(../img/juku-kirjakast.png) no-repeat center top;
	width: 202px;
	height: 117px;
	margin: 18px 10px 0 0;
}

#juku-mailbox-button {
	display: block;
	width: 202px;
	height: 117px;
}

.small-button-2 {
	position: absolute;
	bottom: 7px;
	left: 12px;
 background: url(../img/btn-small-button-right.png) no-repeat scroll top right;
 display: inline-block;
 height: 22px;
	text-align: center;
 padding-right: 7px;
 line-height: 22px;
	letter-spacing: 1px;
	color: #402a2a;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

.small-button-2 img {
	border: 0;
	position: absolute;
	top: 4px;
	right: 8px;
}

.small-button-2:active img {
	position: absolute;
	top: 5px;
	right: 8px;
}

.small-button-2 span {
 background: url(../img/btn-small-button.png) no-repeat top left;
	display: inline-block;
	height: 22px;
	padding-left: 7px;
	width: 110px;
	cursor: pointer;
}

.small-button-2:hover {
 background-position: -23px right;
}

.small-button-2:hover span {
 background-position: -23px left;
 line-height: 22px;
}

.small-button-2:active {
 background-position: bottom right;
}

.small-button-2:active span {
 background-position: bottom left;
 line-height: 23px;
}

#breadcrumb {
	position: absolute;
	bottom: 3px;
	height: 29px;
	width: 960px;
	overflow: hidden;
}

#crumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home-crumb {
	background: url(../img/crumb-homepage.png) no-repeat center top;
 float: left;
 border: 0;
	padding-left: 0;
	margin-left: 0;
	width: 50px;
	height: 29px;
}

#home-crumb a {
	display: block;
	width: 50px;
	height: 29px;
}

#home-crumb img {
	left: 50px;
	z-index: 10;
	position: absolute;
	border: 0;
}

#home-crumb:hover {
	background-position: center 1px;
}


.crumb-list-item {
	letter-spacing: 1px;
 float: left;
	line-height: 29px;
	color: #402a2a;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.crumb-link-arrow {
	z-index: 11;
	position: absolute;
	bottom: 0;
}


.crumb-list-item a {
 background: url(../img/crumb-link-bg.png) repeat-x center top;
 display: inline-block;
	font-size: 12px;
	padding-left: 32px;
	height: 29px;
	border: 0;
}

.crumb-list-item a:hover {
	padding-top: 1px;
}

#crumb-list-last-item {
	background: url(../img/crumb-last-bg.png) repeat-x center top;
	letter-spacing: 1px;
 float: left;
	line-height: 29px;
	color: #402a2a;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 32px;
}

#crumb-list-last-item img {
	z-index: 12;
	position: absolute;
	bottom: 0;
}


.crumb-list-item a:link,
.crumb-list-item a:visited {
	color: #402a2a;
	text-decoration: none;
}

#crumbs li a:hover {
	color: #ff6600;
}

/* --------------------------------------------------------- */

/* Content 
------------------------------------------------------------ */

#content-container {
	position: relative; 
	z-index: 5;
	width: 980px;
	padding: 10px 0;
	background: url(../img/bg-opacity-30.png);
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

#content {
	background: #fff;
	padding: 10px 10px 0 10px;
	width: 940px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}

/* --------------------------------------------------------- */

/* Footer 
------------------------------------------------------------ */

#content-footer {
	background: #f1f1f1 url(../img/bg-content-footer.png) repeat-x center top;
	width: 960px;
	height: 203px;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomleft: 10px; -khtml-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
}

#footer-block-1 {
 float: left;
	position: relative;
	margin-top: 25px;
	border-right: 1px solid #d5d5d5;
	width: 239px;
	height: 178px;
	color: #402a2a;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer-block-1 p {
	margin: 35px 0 18px 58px;
	text-align: center;
	font-size: 18px;
}

#footer-block-1 a {
	text-decoration: none;
	color: #402a2a;
}

#footer-block-1 a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#footer-block-1 img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#footer-block-1 ul {
	list-style-type: none;
}

#footer-block-1 li {
	list-style-type: none;
	background: url(../img/icon-small-arrow.png) no-repeat right 3px;
	white-space: nowrap;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	line-height: 16px;
	margin: 5px 10px 0 0;
}


#footer-block-2 {
 float: left;
	position: relative;
	margin-top: 25px;
	border-right: 1px solid #d5d5d5;
	width: 239px;
	height: 178px;
	color: #402a2a;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer-block-2 p {
	margin: 35px 0 18px 58px;
	text-align: center;
	font-size: 18px;
}

#footer-block-2 a {
	text-decoration: none;
	color: #402a2a;
}

#footer-block-2 a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#footer-block-2 img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#footer-block-2 ul {
	list-style-type: none;
}

#footer-block-2 li {
	list-style-type: none;
	background: url(../img/icon-small-arrow.png) no-repeat right 3px;
	white-space: nowrap;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	line-height: 16px;
	margin: 5px 10px 0 0;
}


#footer-block-3 {
 float: left;
	margin-top: 25px;
	border-right: 1px solid #d5d5d5;
	width: 450px;
	height: 178px;
	color: #402a2a;
	white-space: nowrap;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer-block-3 a {
	text-decoration: none;
	color: #402a2a;
}

#footer-block-3 a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#footer-block-3 ul {
	list-style-type: none;
	margin-top: 35px;
}

#footer-block-3 li {
	list-style-type: none;
	background: url(../img/icon-big-arrow.png) no-repeat right 2px;
	text-align: right;
	padding-right: 20px;
	margin: 5px 25px 0 0;
}

#footer-block-4 {
	position: relative;
 float: left;
	margin: 25px 0 0 10px;
	width: 238px;
	height: 178px;
	color: #402a2a;
	border: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer-block-4 p {
	margin: 35px 0 15px;
	text-align: center;
	font-size: 18px;
	border: 0;
	text-decoration: none;
}

.socialmedia-logo {
	text-decoration: none;
	display: block;
	float: left;
	border: 0;
	margin: 82px 0 0 40px;
}

.socialmedia-logo img {
	text-decoration: none;
}

.socialmedia-logo img:hover {
	margin-top: 2px;
}

#footer-push {
	height: 100px;
}

#footer {
	position: relative;
	height: 160px;
}

#footer-trademarks {
	z-index: 7;
	margin: 0 auto;
	position: relative;
	bottom: -20px;
	height: 77px;
	width: 850px;
	padding-top: 10px;
	background: url(../img/bg-opacity-30.png);
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

.trademark-logo {
	margin: 0 6px;
	float: left;
	border: 0;
	display: block;
}

.trademark-logo img {
	border: 0;
}

.trademark-logo img:hover {
	margin-top: 2px
}

#footer-trademarks div {
	background: #fff;
	padding: 0 17px;
	height: 67px;
	width: 796px;
	margin: 0 auto;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

.follow-me {
	z-index: 9;
	position: absolute;
	display: none;
	height: 98px;
	width: 136px;
	border: 0;
	bottom: 46px;
	right: -286px;
	background: url(../img/icon-follow-me.png) no-repeat center top;
}


#footer-background {
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: -547px;
	width: 100%;
	background: url(../img/footer-background.png) no-repeat center bottom;
}

#footer-elements {
	z-index: 2;
	position: absolute;
	top: 0;
 bottom: 0;
	top: -769px;
	width: 100%;
	background: url(../img/footer-elements.png) no-repeat center bottom;
}

/* --------------------------------------------------------- */

/* WINTER THEME 

html, body {	background: #79bddb url(../img/header-background-winter.png) no-repeat center top; }
#footer-background {	background: url(../img/footer-background-winter.png) no-repeat center bottom; }
#footer-elements {	background: url(../img/footer-elements-winter.png) no-repeat center bottom; }

*/
