@charset "UTF-8"; 

/*
Theme Name: Seminář MS
Description: Semináře a školení
Author: Vahan Hambardzumjan
Version: 2016
*/

/************************************************************************************
1) CSS Info
*************************************************************************************/

/*
1) Reset CSS
2) Základní stylování
3) Obsah
4) Footer
5) Formuláře a tlačítka
*/


/************************************************************************************
1) Reset CSS
*************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/************************************************************************************
2) Základní stylování
*************************************************************************************/

html {
	font-family: 'Arial', Tahoma; ;
}

body {
  background: url('img/bg.jpg') repeat #fff; 
	font-family: 'Arial', Tahoma; 
  font-size: 100%;
  line-height: 24px;
}

* { // this works for all but td
  word-wrap:break-word;
}

table { // this somehow makes it work for td
  table-layout:fixed;
  width:100%;
}



a {
		color: #1a27d6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
  color: #d80000;
}
h1 {
	font: bold 26px/100% Arial, Helvetica, sans-serif;
  padding-top: 25px;
  padding-bottom: 10px;
  font-style: italic;
  font-weight:normal;
}

.entry-title{
	font: bold 36px/100% Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 48px;
}

h2 {
color: #ec1313;
font-size: 25px;
padding-bottom: 10px;
padding-top: 10px;
font-weight:bold;
}


h3 {
font-size: 28px;
font-family: Arial!important;
font-weight:normal;
padding-bottom: 20px;
margin-bottom: 10px;
color: #ec1313;
line-height:35px;
text-shadow: 2px 2px 2px #fff;
}

h4 {
font-size: 25px;
font-family: Arial;
padding-bottom: 10px;
padding-top: 10px;
}


iframe {
width:99%;
}



p {
font-family: Arial;
color:#4a4a4a;
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px;
line-height: 28px;
font-weight:normal;
}

hr {
border: 0; 
border-top: 1px solid #cecece;
display: block; 
height: 1px;
}

em, i {
font-style: italic;
}

u {
text-decoration: underline;
}

ul { 
margin-left: 50px;
font-size: 15px;
}

strong, b {
font-weight: bold;
color: #000;
}

img a {
border: none;
}



.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
}

blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	width: 450px;
	margin-left: 20px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

img a {border:none!important;}
/************************************************************************************
3) Obsah
*************************************************************************************/

header {
margin: 0 auto;
overflow:hidden;
z-index:999999999999!important;  
background: #fff; 
border-bottom: 1px solid #dedede;
float:right;
width: 75%;
}

 
.logo {
float:left;
height: 60px;
width: auto;
padding: 20px;
}

 
header .tel {
float:right;
 color: #000!important;
font-size: 20px;
padding: 20px;
} 

header .tel span {
font-size: 14px;
text-align: right;
float:right;
}
 
 header .tel img{
height: 25px;
padding-right: 5px;
padding-bottom: 5px;
vertical-align: middle;
}

 
   
/* Menu */

 
 
/* obsah */

#warp {
max-width: 1000px;
margin: 0 auto;
overflow:hidden;
}

 
#container, #content {
width: 75%;
height: 100%;
float:right;
overflow:hidden;
background: #fff;
}

#container .in,
#content .in {
padding: 25px;   
}
 
#content table {
width:100%;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
} 


#content table tr{ 
width: auto!important;
} 
 

#content table tr td{
background: #fafafa;
padding: 5px;
font-size: 15px;  
width: auto!important;
word-break:break-all;
} 

#content table tr:hover td{
background: #e1e1e1!important;
text-shadow: 2px 2px 2px #fff;   
} 


.post-title {
font-size: 20px;
font-weight:normal;
}

.news {
background: #fafafa;
margin-bottom: 20px;
padding: 10px;
border: 1px solid #dedede;
}

.news:hover {
background: #fff;
}

.archiv ul{
list-style-type:none!important;
padding:none!important;
margin:0px!important;
font-weight:bold;
overflow:hidden;
width: 100%;
}

.archiv ul li{
float:left;
}


.archiv ul li:before{
content: "|";
padding-right: 10px;
padding-left: 10px;
color: #cecece;
}

/* sidebar */

#sidebar {
width: 25%;
height: 100%;
float:left;
}

#sidebar .in{
padding: 25px;
text-align: right; }

.widgettitle {
color: #000;
text-align: center;
font-size: 18px;
text-transform: uppercase;
padding: 10px;
margin-bottom: 20px;
}

#sidebar ul {
list-style-type:none;
padding:0px;
margin:0px;
}

#sidebar ul li {
background: url('img/menubg.jpg') repeat;
padding: 10px;
border-bottom: 1px solid #dedede;
}

#sidebar ul li:hover,
#sidebar ul .current_page_item,
#sidebar ul .current-menu-item{
background: #fafafa;
}
 

#sidebar ul li a{
color: #df1f26; 
font-size: 16px;
font-weight:bold;
text-shadow: 2px 2px 2px #fff;
}

#sidebar ul li:before{
content: "•";
padding-right: 10px;
color: #000;
vertical-align: top;
font-size: 30px;
}

#sidebar ul li:after{
float:right;
content: "›";
color: #dedede;
font-size: 25px;
}

#sidebar .widget_nav_menu{
margin-bottom: 50px;
text-align:left;
}

#sidebar .screen-reader-text {
display:none;
}

#s {
color: #565656;
font-family: Arial, sans-serif; 
font-size: 15px; 
padding:5px;
text-transform: lowercase; 
width: 150px;
float:left;
border: 1px solid #cecece;
transition-duration: 400ms;
transition-property: width, background;
transition-timing-function: ease; 
 
/* Safari and Chrome */
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease; 
 
/* Opera */
-o-transition-duration:400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease; 
 
 
} 

#searchsubmit {
text-indent: -9999px;
background-image: url('img/lupa.png'); 
border: medium none;
height: 23px;
width: 21px; 
background-color: white;  
}

/************************************************************************************
4) Footer
*************************************************************************************/

footer{
text-align:center;
background: #fff;
border-top: 1px solid #cecece;
width: 100%;
margin-top: 50px; 
font-size: 12px; 
color: #dedede;
bottom:0px;
clear:both;
}

footer a {
color: #d80000;
text-decoration: underline;
}

footer a:hover {
text-decoration: none;
}
 

footer .copyrright {
width: 100%;
text-align:center;
font-size: 12px;
color: #8b8b8b;
padding-top: 20px;
padding-bottom: 20px;
}

 
/************************************************************************************
5) Formuláře a tlačítka
*************************************************************************************/

.poptavkovy-formular {
width: 100%;
overflow:hidden;
}


.moretag {
background: #fff;
display:inline-block;
border: 1px solid #dedede;
padding: 3px 10px 3px 10px;
margin-left: 10px;
border-radius: 5px;
font-weight:bold;
}

.tlacitko-vice {
width: 100%;
overflow:hidden;
float:none;
}


.page-numbers {
display: inline-block;
padding: 5px 10px;
margin: 0 2px 0 0;
border: 1px solid #eee;
}

.search {
color: #b7b7b7;
float:right; 
width: 30%;
margin-right: 30px;
padding-top: 10px;
text-align:left;
}

.search input{
font-size: 16px;
font-family:arial;
padding-left: 5px;
background: #fff;
height: 30px;
width: 70%;
outline: none
}

 

#searchsubmit {
width: 27px;
height: 27px;
background:url('img/lupa.png') no-repeat;
vertical-align: bottom;
border: none;
cursor:pointer;
}

.levy-form {
width: 50%;
float:left;
}

.pravy-form {
width: 50%;
float:right;
}


.wpcf7 {
text-align: left;
}

.wpcf7 span{
color: red;
}

.wpcf7-text {
margin-bottom: 20px;
}

.wpcf7 p {
color: #000;
font-size: 14px;
padding: 0px;
}

.wpcf7 input {
width: 90%;
background: #fff;
border: 1px solid #dedede;
padding-left: 5px;
color: #000;
font-family: Arial;
font-size: 15px;
}

.wpcf7 textarea {
width: 95%;
background: #fff;
border: 1px solid #dedede;
padding-left: 5px;
color: #000;
font-family: Arial;
font-size: 15px;
}


textarea:focus, input:focus{
    outline: none;
}

.wpcf7 input  {
height: 25px;
}

.wpcf7 .captcha{
width: 30%;
padding-right: 5px;
}

.wpcf7 .wpcf7-submit {
text-align:center;
width: 25%;
height: 30px;
font-weight: bold;
text-transform:uppercase;
cursor:pointer;
margin-left: 5px;
color: #fff;
background: #00729c;
}

.wpcf7 .wpcf7-submit:hover {
background: #50b7e4; 
 }
 
 .vice {
 margin-top: 20px;
 padding: 10px 20px 10px 20px;
 font-size: 18px;
 font-weight: bold;
 }
 
 
