/*
Theme Name: Pantoner
Theme URI: www.vyzj-art.cz
Description: Šablona pro pantoner.cz
Version: 1.0
Author:  Vyzj Art
Author URI: www.vyzj-art.cz
Tags: 
*/



@charset "utf-8";
@font-face { 
	font-family: Walkway Bold; 
	src: url('Walkway_Bold.ttf'); 
} 

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

/********************/
/*		LAYOUT		*/
/********************/
#wrapper {
	width: 1000px;
	margin: -8px auto;
}

#header { height: 195px; }
#content { width: 920px; }
#sidebar-right { }

#sidebar-right, #content { }
#footer { min-height: 70px;}

.clear {
	clear: both;	
}

/********************/
/*		GRAFIKA		*/
/********************/
body {			background: #e5e5e5 url(images/bg-top.jpg) top repeat-x; }
#body-loop{ 	background: url(images/body-loop.jpg) center repeat-y; }
#header-img{ 	background: url(images/header_new.jpg) center top no-repeat; }
#footer-img{ 	background: url(images/footer.jpg) center bottom no-repeat; }


/********************/
/*		RÁMEČKY		*/
/********************/
/*
#wrapper, #header, #sidebar-left, #sidebar-right, #content, #footer { border: 1px dashed;}
#wrapper { 			border-color: #900}
#header { 			border-color: #0F0}
#sidebar-right {	border-color: #9C0}
#content { 			border-color: #30F}
#footer { 			border-color: #C0F}
*/

/********************/
/*		ODKAZY		*/
/********************/

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #00aeef;
	text-decoration: underline;
}

/********************/
/*		HEADER		*/
/********************/
#header {
	position: relative;
}

#header hgroup {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#header h1, #header h2 {
	display: none;
}

#header #site-link {
	display: block;
	width: 100%;
	height: 100%;
}

/********************/
/*		MENU		*/
/********************/
#menu {
	clear: both;
	margin-left: 5px;
	height: 48px;
	background: url(images/menu-bottom.jpg) bottom right no-repeat;
	padding-right: 35px;
	display: table;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	display: none;	
}

#menu ul li {
	float:left;
	margin: 0;
	padding: 0;	
	text-transform: lowercase;
}

#menu ul li a {
	padding: 10px 20px;
	font-size: 21px;
	color: #000;
	text-decoration: none;
	background-color: white;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */		
}

#menu ul li a:hover {
	background-color: #c44d58;
	color: white;

}

/********************/
/*		SIDEBARS	*/
/********************/

#sidebar-right {
	
}


/********************/
/*		CONTENT		*/
/********************/

#content {
	float: left;
	padding: 20px 40px;
	margin: 50px 0 30px 0;

}

#content h1.page-title {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}

#content h1 {
	
}

#content h2 {
	
}

#content h3 {
	
}

#content h4 {
	
}


/********************/
/*		ÚVOD		*/
/********************/

#content #uvod-pic {
	background:url(images/pic-uvod.jpg) no-repeat top left;
	width: 402px;
	height: 268px;
	float: left;
	margin-top: 5px;
}

#content #uvod-info {
	background:url(images/ramecek.jpg) no-repeat top left;
	width: 443px;
	height: 239px;
	padding: 20px;
	float: right;
}

#content #uvod-info h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

#content #uvod-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content #uvod-info ul li {
	background: url(images/check.png) left no-repeat;
	font-size: 18px;
	padding: 10px 10px 10px 50px;
	margin: 0;
}


#content #last-new, #content #kontakty {
	float: left;
	background: #00aeef;
	padding: 20px;
	margin-top: 50px;
	color: #FFF;
}

#content #last-new a, #content #kontakty a {
	color: #ccff5c;
}


#content #last-new {
	font-size: 13px;
}


#content #last-new {
	width: 510px;
	margin-right: 20px;
}

#content #kontakty {
	width: 285px;
	
}

#content #kontakty h2 {
	position: relative;
}

#content #kontakty .kontakty h2 span {
	height: 107px;
	width: 97px;
	position: absolute;
	right: -40px;
	top: -50px;
	background: url(images/kontakt.png) top left no-repeat;
}

#content #last-new h2, #content #kontakty h2 {
	font-size: 23px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.last-new-title, .last-new-divider, .last-new-date {
	font-size: 16px;	
}

.last-new-divider {
	color: #000;	
}

/********************/
/*		FOOTER		*/
/********************/

#footer-links {
	clear: both;
	padding-top: 50px;	
	position: relative;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-links .footer-logo {
	display: inline-block;
	padding: 25px;
}

#janus-loga {
	width: 325px;
	height: 32px;
	background:url(images/loga-paticka.jpg) top left no-repeat;
	float: left;
	clear: left;
}


#lexmark-logo {
	width: 138px;
	height: 35px;
	margin-left: 50px;
	background:url(images/lexmark.jpg) top left no-repeat;
	float: left;
}

#myq-logo {
	width: 104px;
	height: 35px;
	margin-left: 50px;
	background:url(images/myq.jpg) top left no-repeat;
	float: left;
}

#oki-logo {
	width: 133px;
	height: 35px;
	margin-left: 50px;
	background:url(images/oki.jpg) top left no-repeat;
	float: left;
}

#janus-loga a, #lexmark-logo a, #myq-logo a, #oki-logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#janus-loga a span, #lexmark-logo a span, #myq-logo a span, #oki-logo a span {
	display: none;
}

#vyzj-art {
	float: right;	
}

#vyzj-art a:hover {
	text-decoration: none;
}

#vyzj-art a:hover strong {
	text-decoration: underline;
}

#vyzj-art a span { 
	color: #000;
}

#footer {
	clear: both;
	color: #535353;
	text-align: center;
	padding-top: 30px;
}




/* =WordPress Core
-------------------------------------------------------------- */

blockquote {
	background: #ffe2ad;
	border-left: 10px solid #9e4218;
	padding: 10px;
	margin-left: 20px;	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {

    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.recentcomments a {
	background-image: none !important;
}



