/*   

Theme Name: LoomakaitseLiit

Theme URI: http://loomakaitse.eu

Description: Loomakaitse.eu kujundus

Author: Oleg Kalinkin

Author URI: http://olegkalinkin.com

Version: 1

*/

@media screen {

	* {
		margin: 0;
		padding: 0;
	}

	body {
		background: white;
		font: 14px/1.4 Georgia, Serif;
	}

	.screen-reader-text {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}

	.clear {
		clear: both;
	}

	.group:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	* html .group, *:first-child + html .group {
		zoom: 1;
	}

	/* First selector = IE6, Second Selector = IE 7 */
	#page-wrap {
		width: 920px;
		margin: 0 auto 0px auto;
		background: url(http://loomakaitse.eu/wp-content/uploads/2011/09/page-wrap.png) top left repeat-y;
		display: block;
		padding-bottom: 0px;
		padding: 0 20px 0 20px;
	}

	h1, h2, h3 {
		font-weight: normal;
		margin: 0 0 10px 0;
	}

	h1 {
	}

	h2 {
	}

	h3 {
	}

	p {
		margin: 0 0 10px 0;
	}

	a {
	}

	a:hover {
	}

	blockquote {
	}

	blockquote p {
	}

	ul, ol {
		margin: 0 0 10px 0;
	}

	pre {
	}

	code, tt {
	}

	#meta {
	}

	.postmetadata {
	}

	.navgation {
	}

	.next-posts {
	}

	.prev-posts {
	}

	ol.commentlist {
		list-style: none;
	}

	ol.commentlist li {
	}

	ol.commentlist li.alt {
	}

	ol.commentlist li.bypostauthor {
	}

	ol.commentlist li.byuser {
	}

	ol.commentlist li.comment-author-admin {
	}

	ol.commentlist li.comment {
		border-bottom: 1px dotted #666;
		padding: 10px;
	}

	ol.commentlist li.comment div.comment-author {
	}

	ol.commentlist li.comment div.vcard {
	}

	ol.commentlist li.comment div.vcard cite.fn {
		font-style: normal;
	}

	ol.commentlist li.comment div.vcard cite.fn a.url {
	}

	ol.commentlist li.comment div.vcard img.avatar {
		float: right;
		margin: 0 0 10px 10px;
	}

	ol.commentlist li.comment div.vcard img.avatar-32 {
	}

	ol.commentlist li.comment div.vcard img.photo {
	}

	ol.commentlist li.comment div.vcard span.says {
	}

	ol.commentlist li.comment div.commentmetadata {
	}

	ol.commentlist li.comment div.comment-meta {
		font-size: 10px;
	}

	ol.commentlist li.comment div.comment-meta a {
		color: #ccc;
	}

	ol.commentlist li.comment p {
	}

	ol.commentlist li.comment ul {
	}

	ol.commentlist li.comment div.reply {
		font-size: 11px;
	}

	ol.commentlist li.comment div.reply a {
		font-weight: bold;
	}

	ol.commentlist li.comment ul.children {
		list-style: none;
		margin: 10px 0 0;
	}

	ol.commentlist li.comment ul.children li {
	}

	ol.commentlist li.comment ul.children li.alt {
	}

	ol.commentlist li.comment ul.children li.bypostauthor {
	}

	ol.commentlist li.comment ul.children li.byuser {
	}

	ol.commentlist li.comment ul.children li.comment {
	}

	ol.commentlist li.comment ul.children li.comment-author-admin {
	}

	ol.commentlist li.comment ul.children li.depth-2 {
		border-left: 5px solid #555;
		margin: 0 0 10px 10px;
	}

	ol.commentlist li.comment ul.children li.depth-3 {
		border-left: 5px solid #999;
		margin: 0 0 10px 10px;
	}

	ol.commentlist li.comment ul.children li.depth-4 {
		border-left: 5px solid #bbb;
		margin: 0 0 10px 10px;
	}

	ol.commentlist li.comment ul.children li.depth-5 {
	}

	ol.commentlist li.comment ul.children li.odd {
	}

	ol.commentlist li.even {
		background: #fff;
	}

	ol.commentlist li.odd {
		background: #f6f6f6;
	}

	ol.commentlist li.parent {
		border-left: 5px solid #111;
	}

	ol.commentlist li.thread-alt {
	}

	ol.commentlist li.thread-even {
	}

	ol.commentlist li.thread-odd {
	}

	form {
	}

	input[type=text] {
	}

	textarea {
	}

}

/* END screen media */

@media print {

	.do-not-print {
		display: none;
	}

	#comments {
		page-break-before: always;
	}

	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.4;
		word-spacing: 1.1pt;
		letter-spacing: 0.2pt;
		font-family: Garamond, "Times New Roman", serif;
		color: #000;
		background: none;
		font-size: 12pt;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: Helvetica, Arial, sans-serif;
	}

	h1 {
		font-size: 19pt;
	}

	h2 {
		font-size: 17pt;
	}

	h3 {
		font-size: 15pt;
	}

	h4, h5, h6 {
		font-size: 12pt;
	}

	code {
		font: 10pt Courier, monospace;
	}

	blockquote {
		margin: 1.3em;
		padding: 1em;
	}

	img {
		display: block;
		margin: 1em 0;
	}

	a img {
		border: none;
	}

	table {
		margin: 1px;
		text-align: left;
	}

	th {
		border-bottom: 1px solid #333;
		font-weight: normal;
	}

	td {
		border-bottom: 1px solid #333;
	}

	th, td {
		padding: 4px 10px 4px 0;
	}

	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}

	thead {
		display: table-header-group;
	}

	tr {
		page-break-inside: avoid;
	}

	a {
		text-decoration: none;
		color: black;
	}

}

/* END print media */

#header {
	width: 942px;
	background: url(http://loomakaitse.eu/wp-content/uploads/2011/09/ell-head.jpg) no-repeat;
	height: 168px;
	margin: 0 -11px 0 -11px !important;
}

a img {
	border: none;
}

#footer {
	clear: both;

	background: #698529 url(http://loomakaitse.eu/wp-content/uploads/2011/09/footer.gif) top center no-repeat;

	height: 124px;
	padding-top: 25px;

	color: #222;
	padding-bottom: 0;
	margin-bottom: 0;
}

.email {
	background: url(http://testleht.cardrabbit.com/wp-content/uploads/2011/07/email.png) no-repeat;
	padding: 0 30px;
	color: #000;
	height: 30px;
	width: 200px;
}

.tel {
	background: url(http://testleht.cardrabbit.com/wp-content/uploads/2011/07/tel.png) no-repeat;
	padding: 0 30px;
	color: #000;
	height: 30px;
	width: 200px;
	margin-top: 10px;
}

#logo {
	padding: 5px 0 0 40px;
	float: left;
}

.post {
	width: 630px;
	padding-top: 5px;
	margin-bottom: 0px;
	color: #000;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
	display: block;
	background: #fff;
	font-weight: normal;
}

.post-thumbnail {
	float: right;
	margin-top: 20px;
	margin-left: 5px;
	border: 1px solid #d5d5d5;
	padding: 3px;
}

.post-thumbnail img {
	vertical-align: bottom;
	width: 125px;
	height: 90px;
}

#respond {
	width: 600px;
	padding-top: 5px;
	margin-bottom: 25px;
	color: #222222;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
	border: #ddd 1px solid;
	display: block;
}

h2.link {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h2.link a:visited {
	margin: 0;
	padding: 0;
	color: #a20102;
	text-decoration: none;
}

h2.link a:hover {
	color: #000;
}

h2.link a {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
}

body {
	background: url(http://loomakaitse.eu/wp-content/uploads/2016/05/uustaust.png) repeat;
}

#leht {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post {
	padding: 0;
	margin: 10px 10px 10px 10px;
}

.entry {
	margin: 10px 15px 0px 15px;
}

.entry ul li {
	margin-top: 5px;
	margin-bottom: 8px;
}

.meta {
	margin: 0 0 10px 10px;
	padding: 6px 10px 8px 12px;
	float: right;
	background: #757575;
	color: #fff;
	border: #505050 solid 1px;
}

.postmetadata {
	margin: 15px;
}

.post h2 a {
	background: #eaeaea;
	background: none;
	color: #000;
	text-decoration: none;
	font-family: Helvetica, arial, sans-serif;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 96%;
	padding: 2% 2% 2% 2%;
}

.post h2 a:hover {
	text-decoration: underline;
}

.page h2 a {
	background: #eaeaea;
	background: none;
	color: #000;
	text-decoration: none;
	font-family: Helvetica, arial, sans-serif;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 96%;
	padding: 2% 2% 2% 2%;
}

.page h2 a:hover {
	text-decoration: underline;
}

.edasi a {
	margin: 0 10px 10px 10px;
	padding: 6px 10px 8px 12px;
	float: right;
	background: #f57f1f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.edasi a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 250px;
	margin-bottom: 10px;
	color: #000;
	float: left;
	padding: 5px 0px;
	margin-top: 0px;
	display: block;
	background: #fff;
}

#sidebar h2, #sidebar h2 a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, arial, sans-serif;

	display: block;
}

#sidebar h2 a:hover {
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #698529;
	background: #fff;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	color: #444;
	text-decoration: none;
	display: block;
	border-bottom: 1px #ccc dashed;
	padding: 10px 10px;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	background: #ddd;
}

#promo {
	display: block;
	width: 620px;
	padding: 0px 10px 60px 0;
	float: right;
	margin-right: 10px;
	margin-top: -5px;
}

.nivoSlider {
	display: block;
	width: 710px;
	height: 425px;
	margin: 20px auto 20px auto;
}

.nivoSlider .caption {
	font-size: 24px !important;
	padding: 15px !important;
}

/* --------Sidebar------------*/

#sidebar {
	float: left;
	width: 250px;
	padding: 0px 0px 10px 10px;
	margin: -8px 0 0 0px;
}

/* --

.button{margin:0;cursor:pointer;      background:url(http://testleht.cardrabbit.com/wp-content/uploads/2011/08/otsing.png) no-repeat top right;width:70px;height: 51px;color:white;border:none;}

.inputt {height:11px;width:150px;line-height:11px;padding:0;

background:url(http://testleht.cardrabbit.com/wp-content/uploads/2011/08/search.png) top left no-repeat;color:000;border:none;margin:0;padding:0;}

---*/

#searchform {
	margin: 1px 0 0 9px;
	float: left;
}

.search {
	float: left;
}

.button {
	margin: 0;
	cursor: pointer;
	border: none;
	padding: 0;
	height: 25px;
	width: 40px;
}

.inputt {
	padding: 0;
	margin: 0;
	border: none;
}

.button {
	margin: 0;
	cursor: pointer;
	width: 70px;
	height: 51px;
	margin: 5px 0;
	float: left;

	background: url(http://testleht.cardrabbit.com/wp-content/uploads/2011/08/otsing.png) no-repeat top right;
}

.inputt {
	height: 31px;
	width: 130px;
	float: left;
	color: 000;
	margin: 5px 0;
	padding: 0px;

	line-height: 11px;
	padding: 0 10px 20px 10px;

	background: url(http://testleht.cardrabbit.com/wp-content/uploads/2011/08/search.png) top left no-repeat;
}

#menu {
	width: 100%;
	display: block;

	float: right;
	font-family: arial, san-serif;

	height: 54px;
	margin: 0 auto 0 auto;
	list-style: none;

	line-height: 30px;

	background: url(http://loomakaitse.eu/wp-content/uploads/2011/09/top-menu.png) no-repeat;
	z-index: 10100;
}

#menu ul {
	margin: 0 0px 0 0px;
	display: block;
	z-index: 10100;
	list-style: none;
	float: right;
}

#menu ul a li {
	font-weight: normal;
	z-index: 10100;
}

ul#menu {
	display: block;
	float: left;

	list-style: none;
	padding: 0 20px;
	z-index: 10100;
}

#menu li.current-menu-item a {
	background: #e67a21;
	z-index: 10100;
}

#menu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	line-height: 46px;
	font-size: 16px;
	font-weight: normal;
	border-left: #fff 1px dashed;

	border-right: #fff 1px dashed;
	z-index: 10100;
	margin-right: -1px;
}

#menu a li.current-menu-item {
	background: #fff;
	background: #e67a21;

	padding: 8px 0 8px 0;
	border-left: #fff 1px solid;

	border-right: #fff 1px solid;
	z-index: 10100;
}

#menu li:hover a, #menu-ulemine-menuu li.sfhover a {
	float: left;
	background: #fff;
}

#menu li:hover a {
	background: #faaa2e;
	border-left: #fff 1px dashed;
	border-right: #fff 1px dashed;
}

#menu ul li ul {
	margin: 0;
}

#menu li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 46px;
	display: block;
	text-decoration: none;
	text-align: center;

	line-height: 46px;
	color: #000;
}

#menu li ul a {
	height: 46px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	color: #222;
}

#menu li a:hover {
	background-color: #e67a21;
}

#menu ul ul {
	width: 250px;
	position: absolute;
	top: 46px;
	visibility: hidden;
	clear: left;
	background: #ccc;
}

ul.menu li ul li a {
	width: 250px;
	background-color: #fff;
	border-bottom: 1px #fff dashed;
}

#menu ul li:hover ul {
	width: 250px;
	visibility: visible;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.liikmed {
	background: #d5d5d5;
	border-bottom: 1px #aaa solid;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	font-color: black;
	display: block;
}

.liikmed ul {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 11px;
	font-family: arial;
	text-align: center;
}

.liikmed ul li {
	color: #333;
	padding: 0 5px;
	list-style: none;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 11px;
	font-family: arial;
}

.liikmed ul li a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
	font-family: arial;
	height: 16px;
}

.liikmed ul li a:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.prev-posts a {
	margin: 10px 10px 10px 10px;
	padding: 6px 10px 8px 12px;
	float: left;
	background: #f57f1f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.prev-posts a:hover {
	text-decoration: underline;
}

.next-posts a {
	margin: 10px 10px 10px 10px;
	padding: 6px 10px 8px 12px;
	float: left;
	background: #f57f1f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.next-posts a:hover {
	text-decoration: underline;
}

.headerinfo {
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0px auto;
	float: left;
	width: 440px;
}

#n2-ss-2-placeholder {display: none;}

.kontaktinfo {
	float: left;
	text-align: left;
	color: #000;
	margin: 8px 0 0 15px;
	font-weight: normal;
}

.footerinfo {
	font-size: 19px;
}

.kontaktnupud a:hover img {
	opacity: 0.8;
}