/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Penzion Slunce
AUTHOR: Jan Hommer (iam@janhommer.cz, www.janhommer.cz)
DATE: 03-2010
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

body {
  background: #f48905;
}

a:link, a:visited{
  color: #f98e03;
}

a:hover {
  color: #666;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 0 5px 5px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: #fff url(main.jpg) center;
  overflow: hidden;
}

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#header {
  height: 238px;
  padding: 37px 39px 22px;
  background: url(header.jpg) top center no-repeat;
}

#header h1 {
  width: 880px;
  height: 250px;
  background: url(header_h1.jpg);
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  height: 40px;
  margin: 0 40px;
  background: url(menu.jpg);
}

#menu ul {
  float: left;
  list-style: none;
}

#menu ul li {
  float: left;
  background: url(menu_a.jpg) top right no-repeat;
}

#menu ul li a {
  display: block;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.active {
  text-decoration: none;
  background: #e8f9fe;
  margin: 5px;
  line-height: 30px;
  color: #5dc2e3;
}

#menu p {
  float: right;
  padding: 13px 10px 0 0;
}

#menu p img {
  border: 1px solid #fff;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  float: left;
  width: 580px;
  padding: 10px 0 15px 40px;
}

#content h1 {
  padding: 0 0 5px;
  font-size: 24px;
  font-weight: normal;
  color: #f98e03;
}

#content h2, #content h3, #content h4 {
  padding: 20px 0 5px;
  font-size: 18px;
  font-weight: normal;
  color: #f98e03;
}

#content p {
  padding: 0 10px 10px 0;
}

#content ul {
  list-style: square;
}

#content ul, #content ol {
  padding: 0 30px 0 30px;
}

#content li {
  text-align: justify;
}

#content .photo {
  float: left;
  width: 180px;
  height: 120px;
  padding: 0;
  margin: 0px 10px 10px 0;
  _margin: 0px 5px 5px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

#content .photo a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f98e03;
}

#content .photo a:hover {
  border: 1px solid #000;
}

#content table {
  width: 560px;
  margin: 0 0 15px;
  font-size: 12px;
  text-align: center;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  float: right;
  width: 290px;
  padding: 10px 30px 10px 0;
}

#sidebar h4 {
  padding: 0 10px 5px 0;
  font-size: 24px;
  font-weight: normal;
  color: #f98e03;
}

#sidebar h5 {
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: normal;
}

#sidebar p.date {
  padding: 0;
  font-size: 12px;
  color: #999;
}

#sidebar p {
  padding: 0 10px 20px 0;
}

#sidebar p.right {
  padding: 0 10px 20px 0;
}

#sidebar .photo {
  float: left;
  width: 86px;
  height: 86px;
  margin: 0 10px 10px 0;
  _margin: 0 5px 5px 0;
  background-position: center center;
}

#sidebar .photo a {
  display: block;
  width: 84px;
  height: 84px;
  border: 1px solid #f98e03;
}

#sidebar .photo a:hover {
  border: 1px solid #000;
}

/*------------------------------------------------
REZ
------------------------------------------------- */

#rez {
  clear: both;
  height: 145px;
  padding: 0 0 0 40px;
  background: url(rez.jpg) center no-repeat;
  font-size: 12px;
}

#rez h3 {
  padding: 10px;
  font-size: 18px;
  color: #f98e03;
  font-weight: normal;
}

#rez h4 {
  padding: 0 10px;
  font-size: 14px;
}

#rez p {
  float: left;
  width: 350px;
  padding: 0 0 10px;
}

#rez p.short {
  width: 150px;
  text-align: right;
}

#rez p label {
  display: block;
  float: left;
  width: 120px;
  padding: 0 5px 0 0;
  text-align: right;
}

#rez p input {
  width: 168px;
  height: 14px;
  padding: 3px;
  border: none;
  background: url(rez_input.jpg);
  font-size: 12px;
}

#rez p input.submit {
  width: 141px;
  height: 33px;
  padding: 0px;
  margin: -13px 0 0;
  border: none;
  background: url(rez_submit.jpg);
  font-size: 14px;
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  clear: both;
  height: 65px;
  background: url(footer.jpg) top center no-repeat;
  color: #fff;
  font-size: 10px;
}

#footer p {
  padding: 20px 0 0 40px;
}

#footer a {
  color: #fff;
}