/* 
The Name: Cryonie
Theme URI: http://www.scriptol.com/wordpress/cryonie.php
Description: Free Wordpress Theme. Fluid layout with min and max limits. Easy to modify. Tutorial on the site.
Version: 1.3
Author: Denis Sureau
Author URI: http://www.scriptol.com
Tags:flexible-width, two-columns,  microformats, custom-header, custom-colors
License: GNU GPL 2.0

Cryonie has been built from scratch to be SEO-Friendly and easy to modify.
Features:
- Flexible width (limits between 480 to 1280 pixels)
- Categories in a horizontal navigation bar
- Correct use of H1 and other headings
- Wide compatibility with browsers.
- Free and licensed under GPL.
*/

html {
	/*	font-family: Georgia, "Bitstream Charter", Lucida, Geneva, sans, serif; */
	font-family: Verdana, Arial, Hevletica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	min-width: 480px;
	border-right: 1px solid #CCC;
}
body {
	/*	font-family: Georgia, "Bitstream Charter", Lucida, Geneva, sans, serif; */
	font-family: Verdana, Arial, Hevletica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	min-width: 480px;
	border-right: 1px solid #CCC;
}
/* Header */
#header {
/*	position: relative; */
	margin: 0;
/*	height: 96px; */
	border-bottom: 1px solid #666;
	/*	background-image:url(topback.gif); */
	z-index: 1;
	clear: both;
}
#logo {
/*	position: absolute;
	top: 0px;
	left: 40px;*/
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 204px;
	height: 70px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(images/grzeszy_net.jpg);
	background-repeat:no-repeat; */
	z-index: 3;
	font-size: 250%;
	font-weight: normal;
	color: #361206;
}
#blog_title {
	padding-top:5px;
	padding-bottom: 0px;
	color: black;
	font-size: 30px;
}
span.blog_title {
	font-style: normal;
}
#wrap {
	clear:both;
}
#home {
	padding: 16px;
/*	margin: 0; */
	margin-left: 205px;
	margin-right: 205px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: white;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
/*	font-family: Georgia, Geneva, sans, sans-serif; */
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
/*	max-width: 70%; */
}
#rightpanel {
	width:200px;	
	float:right;
	margin-left: 10px;
	min-height:400px;
	/*height:1000px; */
}
#logoback {
/*	position: absolute;
	top: 0px;
	left: 0px; */
/*	width: 482px; */
/*	height: 90px; */
	/*	background-image: url(mount1.png);
	background-repeat:no-repeat; */
/*	z-index: 2; */
	padding:0px;
	margin:0px;
}
#navcat {
	padding-top:5px;
	margin:0px;	

	float: left;
}
#navcat li a{
}
#navcat li{
	
	padding-top:5px;
/*	border-left: 1px solid brown; */
}

#navpage {
	padding-top:5px;
	float: right;
	margin-right: 32px;
}
#navpage li a {
	font-size: 17px;
	margin: 0px;
}

li.page_item{
	padding: 0px;
	/*	border-left: 1px solid brown; */
}

#navpage li{
	/*	border-left: 1px solid brown; */
}
#navbar {
/*	position: absolute;
	top: 90px; */
	height: 30px;
	width: 100%;
	border-top: 1px solid #000;
	padding: 0;
	margin: 0;
	background-image: url(images/grzeszy_menu.png);
	background-repeat: repeat-x;
	color: #DDD;
	clear: both;
}
#navbar li {
	display: inline;
	margin-left: 16px;
	list-style: none;
}
#navpage a{
	font-size: 16px;
	color: #994400;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans;
}
#navpage a:link {
	color: #994400;
}
#navpage a:visited {
	color: #994400;
}
#navpage a:hover {
	color: #006600;
}
#navcat a {
	color: #994400;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans;
}
#navcat a:link {
	color: #994400;
}
#navcat a:visited {
	color: #994400;
}
#navcat a:hover {
	color: #006600;
}
#navbar a {
	color: #994400;
	font-size: 16px;
	font-weight: bold;
	padding-top: 9px;
	}
#navbar a:link {
	color: #994400;
}
#navbar a:visited {
	color: #994400;
}
#navbar a:hover {
	color: #006600;
}
/*
#sitedesc {
	position: absolute;
	color: #000;
	top: 40px;
	margin-top: 10px;
	left: 0px;
	font-size: 40%;
	font-weight:bold;
}*/
.sitedesc {
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	font-weight:bold;
	height:10px;
}
/* Sidebar */
#leftside {
	float: left;
	margin: 0;
	width: 200px;
	background-color: white;
	padding: 0px;
	font-family: Arial, sans;
/*	border-right: 1px solid #DDD; */
	border-collapse: collapse;
}
#container {
	padding: 16px;
	margin: 0;
	margin-left: 200px;
	padding-right: 16px;
	background-color: white;
	border-left: 1px solid #DDD;
/*	font-family: Georgia, Geneva, sans, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 100%;
	position: relative;
	top: 10px;
}
#container p {
	font-size: 110%;
	color: #000;
}
.summary p {
	font-size: 100%pt;
	color: #000;
}
p code {
	font-family: monospace;
	font-size: 120%;
/*	color: #000099; */
	background-color: #F6F6E2;/*#FFFFD8; */
	padding: 3px 6px 4px;
/*	border: solid #B59E5A 1px; */
}
p em {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-style: italic;
/*	color: #990000; */
	font-weight:lighter;
	}
div.toc ol {
	padding-left:22px;
}
div.toc li a{
	font-size: 110%;
	color: darkblue;
	font-weight: bold;
}
div.toc li {
	color: darkblue;
	font-weight: bold;
}
#container blockquote {
	font-family: monospace;
	font-size: 120%;
	color: #000;
	margin-left: 0px;
	padding: 1px 2px 1px 2px;
	background-color: #EAEAEA;
	border: solid black 1px;
}
.summary blockquote {
	background-color: #F6F6E2;/*#FFFFD8; */
	font-family: monospace;
	font-size: 120%;
	color: #000;
	margin-left: 0px;
	padding: 4px 2px 4px 2px;
	border: solid black 1px;
}
.summary ul {
	font-family: inherit;
	font-size: 100%;
	}
div.summary ul li ol li {
	font-family: inherit;
	font-size: 100%;
}
div.summary ul li ul li {
	font-family: inherit;
	font-size: 100%;
}
div.summary ul li ol li{
	list-style-position: inside;
	}
.summary ul li{
	font-family: inherit;
	font-size: 100%;	
	}
.summary ul li p{
	font-family: inherit;
	font-size: inherit;	
	}
blockquote p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#container pre {
	font-family: monospace;
	font-size: 1.25em;
	color: #000066;
	margin-left: 0px;
	padding: 1px 2px 1px 2px;
	background-color: #EAEAEA;
	border: solid black 1px;
}
.summary pre{
	font-family: monospace;
	font-size: 1.25em;
	color: #000066;
	margin-left: 0px;
	padding: 1px 2px 1px 2px;
	background-color: #EAEAEA;
	border: solid black 1px;
	}
.wp_syntax pre.python {
/*	border:solid red 1px;	*/
	font-size: 100%;
	border:none;
}
#footer {
	position: relative; background-color : #f0f0f0;
	color: #666;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 11px;
	text-align: center;
	padding: 2px 24px 2px 2px;
	margin-top: 0px;
	clear: both;
	background-color: #f0f0f0;
	height: 16px;
	background-image: url(images/grzeszy_stopka.png);
}
.widget {
	margin: 16px 0 4px 8px;
	color: #333;
	font-family: Verdana, Lucida, Arial, sans;
	font-size: 110%;
	font-weight: bold;
	list-style: none;
}

.linkcat {
	margin: 16px 0 4px 8px;
	color: #333;
	font-family: Verdana, Lucida, Arial, sans;
	font-size: 110%;
	font-weight: bold;
	list-style: none;
}
.sideul {
	margin: 0;
	padding: 0 0 0 4px;
}
#leftside li ul {
	font-family: Arial, sans;
	font-weight: normal;
	font-size: 100%;
	padding: 0px;
	margin: 8px 0 0 4px;
}
#leftside li ul li {
	margin-left: 8px;
	list-style: none
}
li#recent-posts-3 ul li{
	margin-left: 10px;
	list-style: disc;
	color:#996600;
}
li#recent-posts-3{
	list-style: none;
	color:#996600;
}
#leftside li ul p {
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
}
#leftside li ul li a {
	color: #003366;
}
#recent-posts-3{
	color: #003366;
	border-bottom: solid black 1px;
	padding-bottom:5px;
}
#navigation {
	margin: 8px;
	font-weight: bold;
}
.spacer {
	clear: both;
}
h1 {
	font-family: Verdana, Arial, Helvetica , sans;
	color: #333;
	font-weight: normal;
	font-size: 160%;
	border-bottom: solid black 1px;
}
h2 {
	font-weight: blod;
	font-size: 120%;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans;
}
h2 a:visited {
	font-weight: bold;
	color: #663300;
}
h2 a:link {
	font-weight: bold;
	color: #663300;
}
h2 a:hover{
	font-weight: bold;
	color: #663300;
}
h2 a:hover{
	font-weight: bold;
	color: red;
}
h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
a {
	text-decoration: none
}

dd {
	font-family: sans, 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica,
		Arial, sans-serif;
	font-size: 95%;
}
dt {
	font-family: sans, 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica,
		Arial, sans-serif;
	font-size: 95%;
}
img {
	border: 0 none;
}
.border {
	border: 1px solid #006699;
	padding: 8px;
	margin: 16px;
}
.author,.date,.category {
	font-size: auto;
}
.edit {
	font-style: normal;
	font-weight: normal;
	margin-left: 16px;
}
/* Single post */
.post {
	padding: 8px;
	margin: 16px 0 16px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
.lastpostlist {
	float: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Home page */
.excerpt {
	margin-bottom: 32px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	border-bottom-color: #e2db80;
}
.summary a {
	font-size: 100%;
	color: #035;
}
.postinfo a {
	font-size: 100%;
	color: #035;
}
.postinfo  a:link {
	font-size: 100%;
	color: #035;
}
.postinfo  a:visited {
	font-size: 100%;
	color: #035;
}
.homeinfo a {
	font-size: 100%;
	color: #035;
}
.homeinfo a:link {
	font-size: 100%;
	color: #035;
}
.homeinfo a:visited {
	font-size: 100%;
	color: #035;
}
.more {
	margin-left: 16px;
}
.homeinfo {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	font-family: arial, sans;
}
.pagination {
	font-weight: bold;
}
/* Image alignment */
.right {
	float: right;
	margin: 8px;
}
.alignright {
	float: right;
	margin: 8px;
}
.left {
	float: left;
	margin: 8px;
}
.alignleft {
	float: left;
	margin: 8px;
}
.center {
	margin: 8px;
}
.aligncenter {
	margin: 8px;
}
/* Elements */
#searchform {
	margin-top: 12px;
}
#wp-calendar {
	margin-top: 8px;
	border: 1px solid #CCC;
	padding: 8px;
	background-color: white;
	font-size: 90%;
	font-family: Arial, sans;
	font-style: normal;
}
#wp-calendar caption {
	font-style: italic;
}
a.rsslink {
	background: url(images/rss-16.gif) top left no-repeat;
	padding-left: 20px;
}


li#recent-posts-3 ul li a {
	color:#996600;
	font-weight:normal;
}
li#recent-posts-3 ul li a:link {
	color:#996600;
	font-weight:normal;
}
li#recent-posts-3 ul li a:visited{
	color:#996600;
	font-weight:normal;
}
li#recent-posts-3 ul li a:hover{
	color:#990000;
	font-weight: bold;
}
.wp_syntax {
	font-size: 1.15em;
}
#search-4 {
	color: #996600;
}
div.aligncenter {
	text-align: center;
	width: 100%;
}
.size-full {
	border: 2px solid brown;
}