/*  
Theme Name: JSPeed
Description: 
Version: 1.0
Author: UDC
Author URI: http://udc.dezine.net.ee
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background:#eee;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #226e9e;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	margin-bottom: -55px;
	
}
#headbg { 
	margin: 0 auto;
	padding: 0;
	background: #006e2e;
}
#stripe {
	height: 5px;
	background: #9C4B13; 
	margin: 0 auto;
	
}
#pagebg { 
	margin: 0 auto;
	padding-top: 30px;
	background: #eeeeee; 
	
}


/* Header */

#header {
	max-width: 960px;
	margin: 0 auto;
	height: 70px;
	padding: 0px 0px 0px 0px;
	
	
}


/* Logo */

#logo {
	float: left;
	width: 250px;
	margin: 0;
	
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 10p 0px 0px 40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 16px;
	
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {

	float: right;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	padding: 0;

}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
}
#menualigner { /* selleks et menyy läheks paremale äärde ja järjestus jääks paika*/
	float: right;
}

#menu a {
	display: block;
	height: 40px;
	margin-right: 0px;
	padding: 30px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}



#menu a:hover {
background: #55A000;
color: #fff;
}

#menu .current_page_item a {
background: #55A000;
color: #fff;
}

#menu ul ul  , #menu .current_page_item  ul {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 0px;
	width:60px;
	display: none;
	z-index:5;
	list-style: none;
	
}

#menu ul ul  a {
	list-style: none;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: none;
	width:140px;
	white-space:nowrap;
	z-index:5;
	
}
#menu .current_page_item ul a{
	list-style: none;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: none;
	width:140px;
	background: #fff;
	height: 25px;
	z-index:5;
	
}

#menu ul ul a:hover , #menu .current_page_item ul a:hover , #menu  ul ul .current_page_item a{

	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #55A000;
	width:140px;
	height: 25px;
	z-index:5;
}
	
#menu li:hover ul {
	
	display: block;   
}

#menu ul ul li , #menu .current_page_item ul li , #menu .current_page_item li{

	padding: 1px 1px 1px 1px;
    float:left;
	background: #fff;
	color:#000;
    display: block;
	position: relative;
	height: 30px;
	width:140px;
	z-index:5;
    
}


/* Page */

#page {
	
	margin: 0 auto;
	padding: 0px 0px 0px 0px;

}

/* Content */

#content {
	margin: 0 auto;
	max-width:960px;
	overflow: hidden;
	min-height:500px;
	
}

.post {
	margin-bottom: 20px;
}

.post .title {
	height: 41px;
	padding: 7px 0px 10px 30px;
	letter-spacing: -1px;
}

.post .title a {
	color: #fff;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 20px 10px 20px;
	padding-bottom: 10px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.wp-block-table {
 
  border-collapse: collapse;
  width: 100%;
 
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.wp-block-table tr:nth-child(even){background-color: #f2f2f2;}

/* Footer*/
.push {
  height: 55px;
}

#footer {
	position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
    text-align: center;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	font-family: Verdana, sans-serif;
	background: #d9d9d9; 
	
	}

#footer p {
	margin: 0 auto;
	padding-top: 10px;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #FFFFFF;
}
 

.pagetitle {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
	font-size: 36px;
}

.navigation {
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}