<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------
 
Theme Name: strelnicebzenec-cz
Author: Roman Malina
           
-----------------------------------------------------------------------------------*/

@font-face {
  font-family:impact;
  src:url(fonts/impact.woff);
}

@media (min-width:768px) {
  body {
    /*background-image:url(images/podklad-zahlavi-pc.png), url(images/podklad.png);*/
  }
}

@media (max-width:767px) {
  body {
    /*background-image:url(images/podklad-zahlavi-mob.png), url(images/podklad.png);*/
  }
}	

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  background-position:center top, left top;
  background-repeat:no-repeat, repeat;
  background-color:#1D1D1D;
  color:white;
}

.header-wrapper {
  padding-bottom:8px;
}

.comments-area textarea {
	width:100%;
	color:black;
	background-color:silver;
	border-radius:10px;
	border:none;
	padding:5px;
}

.comments-area input[type=text]{
	width:280px;
	color:black;
	background-color:silver;
	border-radius:10px;
	border:none;
	padding:5px;	
}

.comments-area input[type=submit]{
	height:30px;
	color:#333;
	font-weight:bold;
	background-color:#fc6;
	border-radius:10px;
	border:none;
}

.comment-form-author, .comment-form-email {
	width:120px;
}

h1, h2, h3, h4 {
  font-family:Impact, Arial, sans-serif;
  color:#ffcc66;
}

iframe {
  margin:20px auto;
  display:block;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  border-radius:5px;
}

hr {
	border-top:1px dotted white;
}

table {
  border: 1px dotted #333;
  width:100%;
}

td {
  width: 20%;
  border: 1px dotted #333;
  padding-left: .5em;
  padding-right: .5em;
  text-align:right;
  vertical-align:top;
}

table td:first-child {
  width:auto;
  text-align:left;
}

@media (max-width:1199px) {
  .lajkuj {
    width:242px;
    height:80px;
    background:url(images/lajkuj-med.png) center center no-repeat;
  }
}

.menu-wrapper {
  padding-top:8px;
  margin-bottom:6px;
  height:22px;
  text-align:right;
}

.menu-search {
  height:22px;
  display:inline-block;
}

.menu-search input {
  height:22px;
  border:none;
  font-size:1em;
  vertical-align:top;
}

.menu-search input[type="text"] {
  width:160px;
  background-color:white;
  color:#333;
  font-size:.8em;
  padding:0 4px;
}

.menu-search input[type="submit"] {
  width:22px;
  background:white url(images/lupa.png) center center no-repeat;
}

.menu-dt {
  height:22px;
  display:inline-block;
  font-family:Impact, Arial, sans-serif;
  font-size:16px;
  font-weight:normal;
  vertical-align:top;
}


.menu-dt ul {
  list-style:none;
  padding:0 10px;
}


.menu-dt li {
  height:22px;
  display:inline-block;
}


.menu-dt a, .menu-dt a:visited {
  color:#b68f6a;
  text-decoration:none;
  border-right:1px solid #b68f6a;
  padding-right:5px;
}

.menu-dt li:last-child a {
	border-right:none;
}

.menu-dt a:hover {
  color:#ccc;
}

.menu-md {
  float:left;
}

.menu-md li {
  border-bottom:1px solid white;
}

.menu-md li:last-child {
  border:none;
}

.menu-md a {
  width:100%;
  color:white;
  font-weight:normal;
  display:block;
}

.menu-md a:hover {
  color:#333;
  text-decoration:none;
  background-color:white;
}

.menu-md ul[class="dropdown-menu"] {
  min-width:220px;
  text-align:center;
  padding:0;
  /*background:url(images/podklad.png);*/
  border-radius:0;
  -webkit-box-shadow:0 0 6px rgba(0,0,0,.5);
  box-shadow:0 0 6px rgba(0,0,0,.5);
  font-size:1.5em;
  line-height:2em;
}

.menu-md ul[class="menu"] {
  padding:0;
  list-style:none;
}

.menu-md ul[class="menu"] li {
  /*padding:0 10px;*/
}

.menu-md-button {
  width:30px;
  height:30px;
  background:url(images/menu-ico.png) no-repeat;
  color:black;
  border:none;
}

.dropdown-menu {
  background-color:#ffcc66;
}

.element-clear {
  height:0px;
  clear:both;
}

.margin-fix {
  height:0px;
}

.header {
	padding-top:1em;
}

.header a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	text-align:right;
	font-family:Impact, Arial, sans-serif;
	color:white;
}

@media (min-width:1200px) {
  .header {
    background:url(images/hlavicka_pozadi_desktop.png) center top no-repeat;
	height:200px;
	font-size:4em;
  }
	
	.header span {
		background:url(images/logo52.png) left center no-repeat;
		padding-left:54px;
	}
}

@media (min-width:980px) and (max-width:1199px) {
  .header {
    background:url(images/hlavicka_pozadi_tablet.png) center top no-repeat;
	height:165px;
	  font-size:3em;
  }
	
	.header span {
	  background:url(images/logo36.png) left center no-repeat;
	  padding-left:38px;
	}
}

@media (max-width:979px) {
  .header {
	background:url(images/hlavicka_pozadi_mobil.png) left top no-repeat;
	height:126px;
	font-size:2em;
  }
	
  .header span {
    background:url(images/logo24.png) left center no-repeat;
    padding-left:26px;
  }
}

.panelwrapper, .sec-panel-wrapper, .contentwrapper {
  padding-left:4px;
  padding-right:4px;  
}

.panel-begin {
  /*background:url(images/panel-hor.png) repeat-x;*/
  height:16px;
  margin-top:12px;
}

.panel-begin {
  margin-top:18px;  
}

.panel-mid, .sec-panel-mid  {
  /*padding-bottom:20px;*/
  /*background:url(images/obsah-sraf.png);*/
  /*color:#337ab7;*/
}

@media (min-width:768px) {
	.sec-panel-begin, .sec-panel-mid, .sec-panel-end {
		display:none;
	}
}
	
.sec-panel-mid {
  padding:0;
}

.panel-mid a, .sec-panel-mid a {
	color:#b68f6a;
	text-decoration:none;
}

.sec-panel-mid a:visited {
	color:yellow;
}

.sec-panel-mid a {
  /*text-decoration:underline;*/
}

.panel-mid a:hover, .sec-panel-mid a:hover {
  text-decoration:underline;
  color:#ccc;
}

.panel-mid h3, .sec-panel-mid h2 {
  font-family:impact,arial,helvetica;
  font-weight:normal;
  text-transform:uppercase;
  font-size:2em;
  color:#ffcc66;
  border-bottom:1px dotted #ffcc66;
}

@media (max-width:767px) {
  .sec-panel-mid h2 {
    font-size:2em;
  }
}

.panel-end, .sec-panel-end {
  /*background:url(images/panel-dol.png) repeat-x;*/
  height:11px;
}

.panel-item, .sec-panel-item {
  margin-top:5px;
  padding:0 16px;
  font-size:1em;
  font-weight:normal;
}

@media (max-width:767px) {
  .sec-panel-item {
    font-size:1.5em;
  }
}

.panel-item:last-child {
  border:none;
}

.sec-panel-item {
  border:none;
}

.panel-item ul, .sec-panel-item ul {
  list-style:none;
  padding:0;
}

.panel-item p, .sec-panel-item p {
  padding-left:4px;
}

.labels {
  font-size:1.2em;
}

.labels-md {
  font-size:1.4em;
  line-height:1.2em;
}

.single-post {
  padding-top:0;
  padding-bottom:2em;
  /*float:!important;*/
}

.single-post &gt; p {
  line-height:1.6em;
}

.content-begin {
	height:20px;
}

.content-mid {
  font-size:1em;
  min-height:500px;
  background-color:#1D1D1D;
}

@media (max-width:767px) {
  .content-mid {
    font-size:1.2em;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .content-mid {
    font-size:1.1em;
  }
}

.content-mid a {
  color:#ffffff;
  text-decoration:underline;
}

.content-mid a:visited {
  color:#999;
}

.content-mid a:hover {
  color:#a67700;
}

.content-end {
	height:16px;
}

.error-404 {
}

.error-404 a:visited {
  color:red;
}

.error-404 a:hover {
  color:#a67700;
}
 
.content-item {
  padding:10px 30px 0;
  border-bottom:1px solid #ffb700;
}

@media (max-width:767px) {
  .content-item {
    padding:10px 10px 0;
  }
}

@media (min-width:1200px) {
  .content-item {
    padding:20px 60px 0;
  }
}

.content-item:last-child {
  border-bottom:5px solid green;
}

.content-item:last-child {
  border:none;
}   

.content-item ol {
  padding:0;
  padding-left:2em;
}

.content-item ul {
  padding:0;
  padding-left:0;
}

.content-item li {
  margin-top:0;
  margin-left:1em;
  line-height:1.6em;
}

.content-item p {
  margin-top:8px;
}

.content-item-date {

}

.content-item-date span {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  color:white;
  padding:5px;
  background-color:#fc6;
	border-radius:10px;
}

.content-item-date div:first-child {
  float:left;
  font-size:1em;
  font-weight:bold;
  margin-right:.2em;
}

.content-item-date div:nth-child(2) {
  float:left;
  font-size:1em;
  font-weight:normal;
  margin-right:.2em;
}

.content-item-date div:nth-child(3) {
  float:left;
  font-size:1em;
  font-weight:normal;
}

.content-item-header {

}

.content-item-header a {
  color:#333;
  text-decoration:none;
 }

.content-item-header a:visited {
  color:#333;
  text-decoration:none;
 }
 
 .content-item-header a:hover {
  text-decoration:underline;
  color:#333;
 }
 
.content-item-header-text, .content-item-header-text-single {
  display:table-cell;
  vertical-align:middle;
  padding-top:1em;
} 

.content-item-header-text h2, .content-item-header-text-single h2 {
  margin:0;
  font-family:impact, arial, helvetica;
  font-size:2em;
  font-weight:normal;
}

@media (max-width:767px) {
  .content-item-header-text h2, .content-item-header-text-single h2 {
    font-size:1.5em;
  }
}

.content-item-footer {
  width:100%;
  padding-bottom:10px;
  font-size:1em;
  font-weight:normal;
  font-style:italic;
  color:#bf9730;
}

.content-item-footer a {
  color:#a67700;
  text-decoration:none;
  margin-right:6px;
}

.content-item-footer a:visited {
  color:#a67700;
}

.content-item-footer a:hover {
  text-decoration:underline;
  color:#a67700;
}

.content-item-info {
  float:left;
}

.content-item-nav {
  float:right;
}

.content-item-footer button {
  padding:4px 20px;
  border:none;
  background-color:#bf9730;
  color:white;
  font-size:0.9em;
}

.content-item-footer button:hover {
  background-color:#333;
}
/*
.wp-caption, .gif_wrap {
  border:none;
  background:url(images/obsah-sraf.png);
  padding:10px;
}
*/
/*
.gif_wrap {
  text-align:center;
  margin:5px auto 5px auto;
}
*/

.footerwrapper {
  margin-top:12px;
  padding-left:2px;
  padding-right:2px;
  text-align:center;
}

@media (min-width:1200px) {
  .footerwrapper {
    /*background:url(images/podklad-zapati-pc.png) center bottom no-repeat;*/
  }
}

@media (min-width:980px) and (max-width:1199px) {
  .footerwrapper {
    /*background:url(images/podklad-zapati-tab.png) center bottom no-repeat;*/
  }
}

@media (max-width:979px) {
  .footerwrapper {
    /*background:url(images/podklad-zapati-mob.png) center bottom no-repeat;*/
  }
}

.footer {
  display:inline-block;
  color:white;
  /*background:url(images/zapati-pc.png) repeat-x;  */
}

@media (max-width:767px) {
  .footer {
    width:100%;
    height:97px;
    padding:18px 16px 0;
    /*background:url(images/zapati-mob.png) repeat-x;*/
    font-size:12px;
  }
}

@media (min-width:768px) {
  .footer {
    height:56px;
    padding:10px 16px 0;
    /*background:url(images/zapati-pc.png) repeat-x;*/
    font-size:10px;
  }
}

.author-ico {
  width:24px;
  height:24px;
  display:inline-block;
  background:url(images/uzivatel.png) no-repeat;
}


.category-ico {
  width:25px;
  height:24px;
  display:inline-block;
  background:url(images/rubrika.png) no-repeat;
}


.comment-ico {
  width:26px;
  height:24px;
  display:inline-block;
  background:url(images/komentar.png) no-repeat;
}

/*
.comments-area {
  border-top:1px solid #ff0069;
}
*/
/*
.comments-area h3 {
  font-size:1.5em;
}
*/
/*
.comment-body {
  padding-bottom:1em;
}
*/
/*
.commentlist {
  font-weight:bold;
  margin:0;
  margin:20px 0;
}
*/
/*
.comment {
  padding:0 0 1em;
  border-bottom:1px dotted #ffb700;
}
*/
/*
.comment:last-child {
  border:none;
}
*/
/*
.comment p {
  font-weight:normal;
  text-indent:0px;
}
*/
/*
.comment-meta {
  font-size:.7em;
  padding-left:30px;
}
*/
/*
.comment-reply {
  font-size:.7em;
  margin:0 0 0 1em;
}
*/
/*
.comment-respond label {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:.8em;
  text-transform:uppercase;
  letter-spacing:-.1em;
  color:#666;
}
*/
/*
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input {
  width:100%;
  border:1px solid #ccc;
  background-color:#eee;
}
*/
/*
.required {
  color:red;
  font-weight:bold;
}
*/
/*.tagcloud a {
  border:1px solid #eee;
  background-color:white;
  margin:.2em;
  padding:0 .2em;
  float:left;
  display:block;
}
*/
</pre></body></html>