/*
Theme Name: Stripe-modrá
Theme URI: http://tomaspotesil.cz/
Description: Šablona do wordpressu
Version: 13.666
Author: Tomáš Potěšil
*/

/* ----- STRUKTURA ----- */

body {
margin: 0 auto;
background: #fff url('images/header-background.png') repeat-x;
font-size: 16px;
font-family: Calibri, Arial, Tahoma;
text-align: justify;
}

#page {
width: 750px;
margin: 70px auto;
}

/* -----// STRUKTURA //----- */


/* ----- ZÁKLAD ----- */

h1 {
font-size: 40px;
background: url('images/border-h1.jpg') no-repeat;
padding: 0 0 0 20px;
display: block;
}

h1 a {
color: #3665c9;
text-decoration: none;
}

h1 a:hover {
text-decoration: underline;
}

h2 {
color: #494949;
font-size: 30px;
margin: 0;
line-height: 1.0em;
}

h2 a {
color: #3665c9;
text-decoration: none;
}

h2 a:hover {
color: #427bf5;
}

h3 { 
font-size: 1.2em;
color: #000; 
background-color: inherit; 
line-height: 1.2em;
text-align: left;
}

hr {
width: 480px;
height: 9px;
background: url('images/oddelovac.jpg') no-repeat;
margin: 0 auto;
margin-bottom: 25px;
border: 0;
}

.tags { font-size: 11px; }
.tags a { font-size: 11px; text-decoration: none; }

a {
color: #3665c9;
text-decoration: none;
}

a:hover {
color: #173167;
}

p { line-height: 1.0em; }

blockquote {
border-left: 3px solid #3665c9;
background: url('images/blockquote.jpg') repeat-y;
padding-left: 10px;
}

/* -----// ZÁKLAD //----- */


/* ----- OBSAH ----- */

#content {
line-height: 17px;
width: 480px;
float: left;
padding: 5px;
}

.publikovano {
padding: 5px;
margin: 5px auto;
background: #f7f7f7;
}

.tagy {
margin: 0;
color: #aeaeae;
padding: 5px;
font-size: 12px;
}

.tagy a {
color: #aeaeae;
}

.tagy a:hover {
color: #737373;
}

.pokracovat { text-align: right; }
.post { margin: 0; text-align: justify; }
.post hr { display: block; }
	
.navigation a { font-style: italic;	color: #4F4F4F; margin: 0 auto; }
.navigation a:hover {	font-style: italic; color: #000; }


/* -----// OBSAH //----- */

/* ----- MENU ----- */

#menu {
float: right;
margin-top: -50px;
font-size: 14px;
font-weight: bold;
}

#menu li {
list-style: none;
float: left;
display: block;
padding-left: 10px;
}

#menu li a {
border-top: 5px solid #A9A9A9;
padding: 7px;
color: #000;
display: block;
}

#menu li a:hover {
border-top: 5px solid #3665c9;
text-decoration: none;
}

#right_sidebar {
line-height: 17px;
width: 224px;
border-left: 1px dashed #e0e0e0;
padding: 10px 10px 10px 15px;
float: right;
color: #4e4e4e;
}

#right_sidebar h3 {
border-left: 1px solid #3665c9;
padding-left: 10px;
margin: 0 0 14px -16px;
}

ul {
padding: 0 0 10px 0;
margin: 0;
}

#right_sidebar li {
list-style: none;
background: url('images/menu_li_a.gif') no-repeat 0% 50%;
padding-left: 15px;
}

/* -----// MENU //----- */


/* ----- PATIČKA ----- */

#footer {
background: url('images/footer.png') repeat-x;
height: 108px;
margin: 0 auto;
text-align: center;
color: #5b5b5b;
clear: both;
}

#footer p {
width: 750px;
margin: 0 auto;
padding-top: 60px;
}

.cleaner {
 clear: both;
 height: 0;
 content: ' ';
 overflow: hidden;
}

.cleaner hr { display: none; }

/* -----// PATIČKA //----- */


/* ----- COMMENTS ----- */

#comment {
width: 480px;
background: url('images/comment-content.jpg') repeat-y;
margin-bottom: 20px;
}

#comment-top {
background: url('images/comment-top.jpg') no-repeat;
}
	
#comment-bottom {
background: url('images/comment-bottom.jpg') left bottom no-repeat;
padding: 10px 10px 5px 10px;
text-align: justify;
}

.gravatar { display: block; float: left;  margin: 0 5px 5px 0; padding: 1px; }

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

/* -----// COMMENTS //----- */

/* ----- IMAGES ----- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
  display: block; 
  margin: 10px auto; 
  padding: 3px; 
}

img.alignright {
  display: block;  
  float: right;  
  margin: 0 0 5px 5px;
  padding: 3px; 
}

img.alignleft {
  display: block; 
  float: left;  
  margin: 0 5px 5px 0; 
  padding: 3px; 
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	padding: 0;
}

/* -----// IMAGES //----- */

/* ----- Form Elements ----- */

#commentform input {
	width: 175px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #999;
	}

#commentform textarea {
	width: 480px;
	padding: 2px;
	background: #fff url('images/comment-obrazek.png') right bottom no-repeat;
	border: 1px solid #999;
	}

#commentform #submit {
	margin: 0 0 10px 0;
	float: left;
	}
/* -----// Form Elements //----- */



/* ----- Various Tags & Classes ----- */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
border: 1px solid #e2e2e2;
}

a:hover img {
border: 1px solid #ff35c3;
}

/* -----// End Various Tags & Classes //----- */
