/*
	Description: Experimental Master Stylesheet
	Media: Screen
	Version: Jun 30 2009
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
*/

@import url(grid-1080.css);

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
/*	background: transparent url(../images/grid-1080.gif) repeat-y top center; */
/*	background-color: #fff;*/
	color: #333;
}

hr {
	/*display: none;*/
  display: block;
  margin-bottom: 1em;
  border-top: 1px dashed #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

img {
	vertical-align: middle;
}

h1 {
	margin-bottom: .3em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 4.6em;
	line-height: .95em;
}

h2 {
	margin-bottom: 2.5em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 3em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1.5em;
	padding-left: 8px;
	padding-right: 8px;
}

h4 {
	margin-bottom: .8em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;	
	font-size: 1.2em;
	line-height: 1.6;
}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.7;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #0F83DB;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

input {
	width: 93%;
	padding: .4em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
}

#wrapper {
	margin: 0 auto;
	margin-top: 4em;
}

#header {
	margin: 0 0 1.2em 0;
	padding: 2.5em 0;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	color: #111;
}

#pages {
	margin: 0 0 .5em 0;
	padding: 0 8px;
	overflow: hidden;
}

#pages ul {
	list-style-type: none;
}

#pages li {
	margin: 0 2.4em 0 0;
	font-size: 1.4em;
	line-height: 1.65;
	float: left;
}

/* added by Martin Janiczek */
#pages li.dingbat {
  margin-right: 1.7em; /* by vocko */
	font-size: 2em;
  line-height: 1.1;
}

#content {
	clear: both;
	overflow: hidden;
}

.post {
	margin: 0 0 0 0;
	padding: 1.3em 0 2em 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

.post-meta {
	text-align: right;
}

.post-content h3 {
	margin-bottom: .4em;
	font-size: 2.4em;
	line-height: 1.3;
}

.post-content h5 {
	margin-top: 1.5em;
	font-size: 1.7em;
	line-height: 1.7;
  width: 35.4em;
}

.post-content p {
	width: 43em;
}

.post-content div.half-size {
	width: 62em;
}

.post-content ul {
	margin-bottom: 3em;
	padding: 0 8px;
  width: 60em;
}

.post-content li {
	margin-bottom: .5em;
	font-size: 1.3em;
	line-height: 1.4;
}

.post-content li p {
	font-size: 1em;
}

.post-content blockquote {
	margin-left: -18.4em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
}

.post-content blockquote p:before, .post-content blockquote p:after {
	font-size: 1.6em;
	vertical-align: middle;
	content: '"';
}

.post-content blockquote p {
	width: 14em;
	margin-bottom: .8em;
	font-family: "Palatino", Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.5;
	text-indent: -.6em;
}

.post-meta span {
	display: block;
	padding: 0 8px .3em 8px;
	font-size: 2.4em;
	line-height: 1.3;
	color: #111;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	color: #111;
}

.post-meta ul {
	list-style-type: none;
}

.post-meta li {
	padding: .5em 8px;
	font-size: 1.3em;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
}

.listing,
.archiv-listing {
	padding-bottom: 0;
}

.listing        .post-meta li,
.archiv-listing .post-meta li
{
  border-bottom: 0px;
}

.post p {
	font-size: 1.4em;
	line-height: 1.65;
}

.section {
	margin: 0 0 4em 0;
}

.section ul {
	list-style-type: none;
}

.section li {
	padding: .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}

.section h3, h4 {
	padding: 0 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4;
}

.section h3 {
	margin-bottom: 1em;
	padding-bottom: .8em;
	border-bottom: 1px solid #ddd;
}

#about h3, #search h3 {
	margin-bottom: 1.4em;
}

#tags {
	padding: 0 8px;
}

#tags a {
	padding-right: .5em;
	font-size: 1.2em;
	line-height: 1.7;
}

span.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #999;
}

span.by {
	font-family: "Palatino", Georgia, "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
	color: #999;
}

img.centered {
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
}

p.meta {
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p.meta em {
	font-family: "Palatino", Georgia, "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: normal;
}

img.avatar {
	width: 60px;
	height: 68px;
	border: 6px solid #eee;
	margin-right: 12px;
	margin-bottom: 2px;
	float: left;
}

#twitter blockquote p {
	padding: 0;
	font-family: "Palatino", Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.3;
	text-indent: -.6em;
}

#twitter blockquote p:before, #twitter blockquote p:after {
	font-size: 1.4em;
	vertical-align: middle;
	content: '"';
}

#footer {
	height: 5.4em;
	padding: 1.5em 0 0 0;
	margin-bottom: 2em;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	clear: both;
	overflow: hidden;
}

#footer p {
	margin-bottom: 0;
	font-size: 1.2em;
}

img.full-width {
	display: block;
	margin-left: -18.4em;
	margin-bottom: 2em;
}

p.full-width-caption {
	width: 11.2em;
	margin-left: -14.4em;
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	float: left;
}

div.half-size p.caption {
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	color: #999;
}

p#foo {
	margin-top: .13em;
	font-size: 4.6em;
	font-weight: bold;
	color: #111;
	float: right;
}

p#foo em {
	font-family: "Palatino", Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #999;
}

.align-right {
	display: block;
	text-align: right;
}

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.submit {
  width: 16em;
	padding: 8px;
	border: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #eee;
}

.submit:hover {
  background-color: #ddd;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	padding: 1em 0 2em 0;
	border-top: 1px dotted #bbb;
	clear: both;
	overflow: hidden;
}

.comment dt,
.comment dd
{
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#komentare {
	border-top: 1px solid #ccc;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#komentare code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
/*	color: #6D8E00;*/
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-top: 1px dotted #bbb;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus
{
  background-color: #f6f6f6;
}

textarea {
	height: 10em;
}

#kategorie ul li span
{
  float: right;
}

/* Pixy's brilliant idea!
 * as first seen on http://www.pixy.cz/pixylophone/
 */
.post p a[href^='http:'],
.post p a[href^='https:'],
.post p a[href^='www'] {
	padding-right: 9px;
	background-image: url("../images/link.gif");
	background-position: right top;
	background-repeat: no-repeat;
	}

.avatar
{
  background-image: url("../images/fotka_mala.jpg");
  background-position: top center;
  width: 240px;
  height: 138px;
  border: 5px solid #ddd;
  margin-left: 1px;
  margin-bottom: 1em;
}

.avatar:hover
{
  background-position: bottom;
  border-color: #ccc;
}

iframe
{
  margin: 1em 0 1em 2em;
}

.komentar-admin
{
  background-color: #ffd;
}

.komentar-error
{
  background-color: #fdd;
}

.komentar-success
{
  background-color: #df7;
}

.zdrojovy-kod
{
  position: relative;
  left: -18.4em;
}

.zdrojovy-kod .line,
.zdrojovy-kod .code .container textarea
{
  font-family: Consolas, Monaco, Menlo, "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  line-height: 1.4em !important;
  font-size: 1.3em !important;
}

.zdrojovy-kod .line a:hover
{
  text-decoration: underline;
}

/* Pagination
================================================*/
ul.pagination {
    margin: 0;
    padding-bottom: 3em;
}

ul.pagination li {
    list-style-type: none;
    font-size: 1.2em;
    display: inline;
}

ul.pagination li a {
    display: block;
    float: left;
    padding: 2px 8px;
    margin-right: 3px;
    color: #777;
}

ul.pagination li span {
    float: left; 
    margin-right: 4px;
}

ul.pagination li a.pag-page {
    background-color: #9FA19F;
    color: #ddd;
    font-weight: bold;
}

ul.pagination li a.pag-page:hover {
    text-decoration: none;
    color: #fff;
}

ul.pagination li.pag-selected a.pag-page {
    background-color: #545C5F;
    color: #fff;
}

ul.pagination li.pag-disabled a {
    color: #ddd;
    cursor: default;
}
.post-content img
{
  max-width: 618px;
}
