/*   
Theme Name: Pikolka_net
Theme URI: http://pikolka.net
Description: Custom theme for cat breeder Pikolka*CZ
Author: Daniel Ševeček
Author URI: http://example.com/
Version: 1.0
*/

@import url('http://fonts.googleapis.com/css?family=Lobster');

body {
  font-family: Trebuchet MS, sans-serif;
  font-size: 11pt;
  color: #555;
  background-image: url('img/upper2.png');
  background-color: #c9baa3;
  background-repeat: repeat-x;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
}

div#wrapper {
  text-align: center
}

div#header {
  display: block;
  width: 100%;
  height: 200px;
  /*background-color: #863;*/
  background-image: url('img/upper.png');
  /*box-shadow: 0px 3px 3px #000;
  -moz-box-shadow: 0px 3px 3px #000;
  -webkit-box-shadow: 0px 3px 3px #000;
  border-bottom: 15px solid #fb4;*/
}

div#masthead {
  width: 900px;
  height: 200px;
  margin: 0px auto;
  text-align: left;
  background-image: url('img/polaroid.png');
  background-repeat: no-repeat;
  background-position: right top;
}

div#branding {
  text-shadow: 1px 1px 2px black;
  color: #8c5;
  margin: 0px;
  padding-top: 15px;  
}

div#blog-title span a, div#blog-title span a:link, div#blog-title span a:hover {
  font-family: 'Lobster', sans-serif;
  font-size: 68pt;
  margin: 0px;
  padding: 0px; 
  text-decoration: none;
  color: #8c5;
}

#blog-description {
  font-weight: normal;
  font-size: 20pt;
  margin: 0px;
  margin-left: 35px;
  padding: 0px;
}

div#main {
  display: block;
  width: 900px;
  margin: 0px auto;
  background-color: #fdb;                  
  border: 15px solid #642;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

div#access {
  display: block;
  float: left;
  width: 210px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-right: 25px;
  box-shadow: 2px 2px 5px #aaa;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #aaa;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  -webkit-border-radius: 5px;
}

div#access .skip-link {
  display: none;
}

.menu {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
}

ul {
  padding-left: 25px;
  margin: 0px;
  /*border: 1px solid red;*/
}

ul li {
  /*border: 1px solid black;*/
  margin-left: 0px;
  margin-bottom: 3px;
  padding-left: 0px;
  list-style-image: url('img/bullet.png');
  list-style-position: inside;   
}

ul li ul {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

ul li a:link, ul li a:visited  {
  font-weight: bold;
}

a:link, a:visited {
  color: #270;
}

a:hover {
 color: #863;
}

div#content {
  float: right;
  margin-left: 0px;
  margin-right: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: justify;
  width: 600px;
}

h2.entry-title {
  color: #753;
  font-weight: bold;
  font-size: 20pt;
} 

.clearboth {
  clear: both;
}

 

