/*
Theme Name: Studio Elisa
Author: Ondrej Holy
Description: Sablona pro kosmeticke a nehtove Studio Elisa.
Version: 1.0
Text Domain: twentytwelve
*/

*
{
  font-family: Verdana, Geneva, Kalimati, sans-serif;
  margin: 0;
  padding: 0;
}

body
{
  color: #000000;
  background-color: #fff4f9;
  text-align: center;
  font-size: 12pt;
}

#page
{
  position: relative;
  width: 770px;
  margin: 1em auto 0 auto;
  padding-top: 305px;
  text-align: left;
  background: url("images/header.png") no-repeat 0 0;
}

#logo, #logo a, #logo span
{
  display: block;
  width: 237px;
  height: 135px;
}

#logo
{
  position: absolute;
  top: 54px;
  left: 19px;
  overflow: hidden;
}

#logo a
{
  position: relative;
}

#logo span
{
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/logo.png") no-repeat 0 0;
  cursor: hand;
}

#menu
{
  position: absolute;
  top: 274px;
  left: 9px;
  width: 752px;
  list-style-type: none;
}

#menu li
{
  float: left;
  border-right: 1px solid #fff4f9;
}

#menu li.login
{
  position: absolute;
  right: 0;
  border: none;
  border-left: 1px solid #fff4f9;
}

#menu li a
{
  display: block;
  padding: 0 0.8em;
  line-height: 32px;
  font-size: 10pt;
  color: #550022;
  text-decoration: none;
}

#menu li a:hover, #menu li.current-menu-item a
{
  background: #fff4f9;
}

#content 
{
  padding: 1em 9px;
}

#content h1, #content h2
{
  color: #550022;
  padding-left: 40px;
  background: url("images/heading.png") no-repeat 0 50%;
  font-size: 20pt;
  margin: 0.7em 0;
}

#content h2 
{
  background: url("images/heading2.png") no-repeat 0 50%;
  padding-left: 34px;
  font-size: 17pt;
  margin: 1.2em 0 0.4em 0;
}

#content h3
{
  color: #550022;
  font-size: 14pt;
  font-weight: bold;
  margin: 0.8em 0 0.4em 20px;
}

#content p, #content div.gallery
{
  margin: 0.4em 0 0.6em 20px;
  text-align: justify;
}

#content ul
{
  margin: 0.4em 0 0.6em 20px;
  padding-left: 2em;
}

#content li
{
  margin: 0.4em 0;
  text-align: justify;
}

#content table
{
  margin: 0.4em 0 0.4em 20px;
}

#content table td
{
  padding: 0.1em 0;
}

#content em
{
  font-style: italic;
}

#content a img
{
  border: 5px solid #f79ac5;
  margin: 10px;
}

#content .alignleft
{
  float: left;
}

#content .alignright
{
  float: right;
}

#content .aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer
{
  width: 752px;
  height: 32px;
  margin: 0 9px;
  background: url("images/footer.png") no-repeat 0 0;
  line-height: 32px;
  font-size: 10pt;
  padding: 0 0.8em;
}

#footer a
{
  color: #550022;
  text-decoration: none;
}
