/*
Theme Name: sibirjak
*/
body {
	margin-top: 20px;
	background: #333333; 
}


#page {
	background: #f3f3f3; 
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

#page {
	padding-top: 0px;
	border: none;
	}

.content {
	background: white;
	}
	
#header h1  {
	font-family: serif;
	padding-top: 26px;
}

#header {
	text-align: left;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	font-family: serif;
	}

/*- Main Menu in Header */

ul.menu li a {
	font-size: 1.2em;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	font-variant: small-caps;
	}


#s {
	width: 120px;
	font-size: 1.1em;
	border: 1px solid #999999;
	}

#searchsubmit {
	border: 1px solid #999999;
	display: none;
	}

#search h4 {
	display: block;
	}
	

#primary {
	width: 500px;
	margin-right: 220px;
	}
	
#sidebar-1 {
	width: 190px;
	}

	
	
	
.simple_table { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.1em;
	width: 100%;
	font-size: 12px;
	}

.simple_table td { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	border: 1px solid #ccc;
	padding: 3px 6px;
	vertical-align: top;
	}

.simple_table th { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 6px 6px;
	font-size: 1.1em;
	}

.simple_table tr.heading { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	background-color: #eee;
	}

.simple_table .st_border_top td {
	border-top: 3px solid #ccc;
	}




	
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight:normal;
	letter-spacing:-1px;
	}

.entry-content h4 {
	font-size:1.8em;
	}

.entry-content h5 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-top: 25px;
	letter-spacing:0px;
	color: #555;
	}


.sibirjak_image {
	border: 1px solid #ddd;
	padding: 2px;
	}
	
pre.comment_code {
	font-family: monospace;
	font-size: 1.1em;
	display: block;
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 3px;
	}


body.page .entry-content h4 {
	display:block;
	font-size:1.8em;
	padding: 0;
}	