/* Base theme design */

body {
	background: white url('images/sed.jpg') top center no-repeat;
}

blockquote {
	color: #005;
}

h2, blockquote p:first-letter, .comment-author {
	text-shadow: 1px 1px 1px #777;
	-moz-text-shadow: 1px 1px 1px #777;
	-khtml-text-shadow: 1px 1px 1px #777;
	-webkit-text-shadow: 1px 1px 1px #777;
}

h1 {
	text-shadow: 2px 2px 2px #111;
	-moz-text-shadow: 2px 2px 2px #111;
	-khtml-text-shadow: 2px 2px 2px #111;
	-webkit-text-shadow: 2px 2px 2px #111;
}

#header h1 a:link, #header h1 a:visited {
	color: #DDDDDD;
}

#header h1 a:hover {
	color: #99CC99;
}

#menubar-wrapper {
	clear: both;
	margin-bottom: 10px;
}

	.menu { 
		padding-left: 3px; 
	}

	.menunav {
		padding-right: 5px;
	}


/* curved corners 6px */
#menubar-wrapper, #content-wrapper, .comment .comment-content, .sidebar .widget, .casts-nav, #wp-paginav {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* curved corners 10px */
#comment-wrapper, .type-post, .type-page, .type-music, .type-comic, .type-showcase, .type-casts, .wp-caption,
blockquote, .type-attachment  {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* border radius none */
.menu ul li ul li a:hover, .menu ul li ul li a.selected {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #111;
}

/* box shadow min */
.box-shadow-min {
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
	-khtml-box-shadow: 2px 2px 2px #555;
	box-shadow: 2px 2px 2px #555;
}

/* box shadow thick */
#menubar-wrapper, #content-wrapper {
	-moz-box-shadow: 1px 2px 5px #000;
	-webkit-box-shadow: 1px 2px 5px #000;
	-khtml-box-shadow: 1px 2px 5px #000;
	box-shadow: 1px 2px 5px #000;
}

.no-box-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}

/* text shadow min */
#menubar-wrapper {
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-khtml-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
}

#content-wrapper, .wp-caption, #wp-paginav {
	background: url('images/whitetrans.png') repeat;
	border: solid 1px #bbb;
}

.type-post, .type-page, .type-comic, .type-music, .type-showcase, .type-casts, .sidebar .widget, .type-attachment {
	background: url('images/whitetrans.png') repeat;
	border: solid 1px #bbb;
	margin-bottom: 10px;
}
.comment .comment-content, blockquote {
	background: url('images/whitetranslow.png') repeat;
}

#comment-wrapper, .type-post, .type-page, .type-music, .type-showcase, .type-comic, .type-casts, .wp-caption {
	padding: 5px;
}

.sidebar .widget {
	padding: 0px 5px 2px;
}

.post-text {
	border-bottom: dotted 1px #ddd;
}

.comment-author {
	text-transform: capitalize;
}

#comic-wrap {
	background: #fff;
	margin: 5px auto;
	padding: 5px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
	-khtml-box-shadow: 2px 2px 2px #555;
	box-shadow: 2px 2px 2px #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comic {
	margin: 0 auto;
	text-align: center;
}

#blogheader {
	width: 80%;
	border-top: solid 1px #333;
	margin: 15px auto;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-khtml-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
}

.sidebar .widget_search {
	padding: 3px 0;
}

.members-post, .non-members-post {
	background: #d1ddd1;
	padding: 5px;
}

#menubar-wrapper {
	padding: 2px 0;
	background: #111;
	background:-moz-linear-gradient(100% 100% 90deg, #000, #444, #303030 100%);
    /* IE8 uses -ms-filter for whatever reason... */
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient(
        gradientType=1, startColor=#000, endColoStr=#555
	);
        background-image: -webkit-gradient(
          linear, left top, left bottom, from(rgba(17, 17, 17, 1.0)),
          to(rgba(117, 117, 117, 3.0))
        );
}

.chrome .menu, .safari .menu {
	margin-top: 2px;
}

.chrome .menunav, .safari .menunav {
	margin-top: 4px;
}

.chrome .searchform button, .safari .searchform button {
	margin-top: 0px;
}

.ie button {
	color: #000;
}

.menunav-prev a, .menunav-next a {
	margin: 0 3px;
}

.menunav-prev a:hover, .menunav-next a:hover, .menunav-rss:hover, .menu ul li a:hover, .menu ul li a.selected{
	color: #fcff00;
	background:-moz-linear-gradient(100% 100% 90deg, #303030, #444, #000 100%);
        background-image: -webkit-gradient(
          linear, left top, left bottom, from(rgba(17, 17, 17, 1.0)),
          to(rgba(56, 56, 56, 3.0))
        );
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.menu ul li ul li a:hover {
	background: #888;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* this is the color of the text in the menubar when its on that page */
.menu .current_page_item a {
	color: #fcff00 !important;
}

#wp-paginav {
	padding: 0 5px;
}

#footer {
	color: black;
}

	#footer a {
		color: #C0C0C0;
	}
	
	#footer a:hover {
		color: #C0C0C0;
	}
	
.blognav {
	margin: 2px auto;
}


/* casts / commpress design */

.casts-show {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* nav wrappers  */
#default-nav-wrapper {
	margin: 2px auto;
}

.default-nav, .casts-nav {
	border: solid 1px #aaa;
	background: #ddd;
	width: 240px;
	padding: 4px 2px;
}


/* fix for opera */
.opera #submit, .opera #searchform button, .opera .type-post, .opera .type-page, .opera .wpsb_opt_in button,
.opera .type-comic, .opera .type-showcase, .opera .type-music, .opera #wp-paginav, .opera .sidebar h2, 
.opera #comment-wrapper, .opera .blognav, .opera .default-nav, .opera .submit, .opera .type-attachment, .opera .sidebar .widget {
	background: #ccc;
}

.sidebar .widget_easel_classic_bookmark {
	background: none;
	border: none;
	padding: 2px 0;
}

#menu_hlavni li {
	margin:0 5px;
	padding:3px 0px;
	border-top:1px 	#666666 solid;

}

.datum { line-height:15px; margin-top:5px; font-weight:bold; border-bottom:1px gray dotted; }
.nadpis { line-height:15px; margin:0 2px 0 5px; }


*.blikcervena {text-decoration:blink;color:red}
*.blikzelena {text-decoration:blink;color:#33cc00}
*.blik {text-decoration:blik}
*.cervena {color:red}
*.zluta {color:#d3ab21}
*.bila {color:#ffffff}
*.zelena {color:green}

*.tabulkanadpis {background:#dfdfff}
*.tabulka1 {background:#e5e5e5}
*.tabulka2 {background:#ccffcc}
*.tabulka3 {background:#ffd8b0}
*.male {font-size:10px}

.cena {background-color: #CCCCCC; border: 1px solid gray; padding: 8px}

#matej {
  background-image: url('images/citat.png');
  float: right;
  width: 404px;
  height: 80px;
}
#matej div {margin: 6px 10px 10px 102px; }

*.rychlosti {box-shadow: black 4px 6px 20px; -webkit-box-shadow: black 4px 6px 20px; -moz-box-shadow: black 4px 6px 20px; width: 390px; margin: 30px;}

