/*
Theme Name: PraktickyLekar
Theme URI: http://praktickylekar.com/

Version: 1.0
Author: Tomas Mahrik  tomas.mahrik@gmail.com
Author URI: http://maho.homelinux.com/
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/background.gif');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
	
#leftBanner{
  background: url('images/left_banner.png')no-repeat;
}	

#spacer{
  background: url('images/left_spacer.png') repeat-y;
}

#navigation{
  background: url('images/navigation.png');
}

#content {
	font-size: 1.2em;
	}

#footer {
	background:url('images/footer.png');
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li {
	color: #fff;
	text-decoration:none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin:auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	padding: 0;
	height: 110px;
	width: 760px;
	}
#headerImg{
  background: url('images/header.png');
  width:600px;
  height:80px;
}

#spacer{
  width:160px;
  height:110px;
}

#spacer2{
  background: url('images/left_spacer.png');
  width:160px;
}

#navigation{
  width: 600px;
  height:30px;
}
	
#leftBanner{
  width:160px;
  height:400px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 30px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	color:#000;
	font-size:26px;
	margin-left:20px;
	}

#title{
	margin: 0;
	font-size:22px;
	margin-left:90px;
	}

h2{
	margin-top: 10px;
	font-size:22px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



#navigation li, #footer li{
  display: inline;
  font-size: 12px;
  height:30px;
}

#navigation a{
  position: relative;
  top:8px;
  height:30px;
  display: inline;
  padding-left:4px;
  padding-right:4px;
  padding-top:8px;
  padding-bottom:8px;
  color:#576a8f;
}

#navigation a:hover{
  display:inline;
  background: #9a9da4;
  color:#fff;
  text-decoration:none;
}

#footer a{
  color:#fff;
}

#content 
{
  color: #000;
  text-align: justify;
  padding:10px;
  padding-right:20px;
}

.footer_links a{
  color:#06c;
}

#content ul.square {list-style-type:square}

#content li{
  color: #000;
  list-style: square;
  
}

#tab td{
  padding:3px;
  border: 1px solid #555;
  text-align: center;
}

#contact a{
  color:#06c;
}
#contact ul{
  margin:0px;
  padding:0px;
}
#contact li{
  margin:0px;
  margin-bottom:5px;
}

#mapa{
  position: absolute;
  top: 150px;
  left:800px;
  width:160px;
  text-align:left;
}

#mapa adress{
  width:100px;
}

small{
  text-decoration: none;
}
