/*
Theme Name: MIO Šablona - Free verze
Theme URI: http://milionoveimperium.cz/
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
  background: #f2f2f2;
  font-family: Arial;
  color: #111;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
  color: #c40606;
}
a:hover {
  text-decoration: none;
}

/* =Layout
-------------------------------------------------------------- */

#main {

}
#header {
  text-align: center;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
#container {
  width: 820px;
  margin: 0 auto;
  padding-top: 30px;
}
.main-text {
  padding: 0 40px;
  text-align: center;
}
.main-text h1 {
  color: #720000;
  font-size: 26px;
  line-height: 30px;
  font-family: georgia, arial;
  font-weight: bold;
  padding-bottom: 15px;
}
.menu-header {
  height: 40px;
  background: url('images/bg-menu.jpg') no-repeat center top;
  text-align: center;
  padding-bottom: 10px;
}
.menu-header li{
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.menu-header li a{
  font-size: 13px;
  color: #656565;
  position: relative;
}
.menu-header li a span{
  position: absolute;
  top: 0;
  right: -12px;
  line-height: 15px;
}
.menu-header li:last-child a span{
  display: none;
}
.main-text p {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 25px;
}
.main-text p.nomenu {
  background: url('images/main-bg.jpg') no-repeat center top;
  padding-top: 15px;
}
#content {
  background: #fff;
  padding: 40px;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.main-content {
  float: left;
  width: 440px;
}
h1.title {
  color: #720000;
  font-size: 26px;
  line-height: 30px;
  font-family: georgia, arial;
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
}
#right-side {
  float: right;
  width: 258px;
}
#form {
  background: #e9e9e9 url('images/form-top.jpg') no-repeat 0 0;
  padding-top:55px;
}
#form form {
  background: #e9e9e9 url('images/bg-form.gif') repeat-y 0 0;
  padding: 0 20px;
  text-align: center;
}
#form .form-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 5px;
}
#form .form-bot {
  background: #e9e9e9 url('images/form-bot.jpg') no-repeat 0 0;
  height: 46px;
}
#form .text {
  background: #fff url('images/bg-input.gif') repeat-x 0 0;
  height: 40px;
  padding: 0 5px;
  font-size: 17px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 206px;
  margin-top: 7px;
}
#form .form-button {
  margin-top: 10px;
}
#right-side .home-facebook {
  margin-top: 20px;
}



.entry-content {
  font-size: 14px;
  line-height: 20px;
}
.entry-content p, .entry-content ul, .entry-content ol {
  padding-bottom: 15px;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: bold;
}
.entry-content h2 {
  font-size: 23px;
  line-height: 25px;
  padding-bottom: 20px;
}
.entry-content h3 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 18px;
}
.entry-content h4 {
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 15px;
}
.entry-content li {
  padding-bottom: 5px;
  font-weight: bold;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 25px;
}
.entry-content ul li {
  background: url('images/li.gif') no-repeat 5px 4px;
  padding-left: 25px;
  padding-bottom: 8px;
}


#footer {
  color: #999;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
.clear {
  clear: both;
}