/*
Theme Name: phototrip
Theme URI: http://phototrip.net
Description: Personal theme for PhotoTrip.net
Version: 1.0
Author: Václav Mareš
*/

html  {height: 100%;}
body {
	font-family: MS Sans Serif, sans-serif, Times New Roman, arial, verdana;
  color: red;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 15px;
}

h1  {
  margin: 0px;
  font-size: 100%; 
  font-weight: bold;
  padding-bottom: 10px;
  color: orange;
}
h2  {
  margin-top: 20px;
  padding: 12px 0px 10px 0px;
  font-size: 100%;
  font-weight: bold;
  color: orange;
}
h3  {
  margin-top: 20px;
  padding: 12px 0px 10px 0px;
  font-size: 100%;
  font-weight: bold;
}
img {border: 0px;}
#main {
  width: 990px;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 5px;
  background-color: black;
  border: 0px silver solid;
  font-size: 14px;
}
#logo  {
  position: relative;
  width: 100%;
  height: 110px;
  float: left;
  background-color: black;
  border: 0px red solid;
  /*background-image: url("img/pozadi/header_image.jpg");*/
  background-repeat: no-repeat;
  text-align: center;
}
#logo h1 {
  font-size: 18pt;
  color: silver;
  font: normal normal normal 32pt normal Courier New;
  font-family: Courier New, Times New Roman, arial, verdana;
  margin-top: 20px;
  padding: 0px;
  letter-spacing: 5px;
}
#logo h1 a,
#logo h1 a:hover {
  font-size: 18pt;
  color: silver;
  font: normal normal normal 32pt normal Courier New;
  margin-top: 20px;
  padding: 0px;
  letter-spacing: 5px;
  text-decoration: none;
}
#logo h2 {
  font-size: 8pt;
  color: silver;
  margin-top: 0px;
  padding: 0px;
}
#menu {
  position: relative;
  width: 100%;
  float: left;
  background-color: black;
  border: 0px aqua solid;
  font-variant: small-caps;
  z-index: +1;
  text-align: left;
  font-size: 20pt;

}
#content {
  position: relative;
  width: 100%;
  float: left;
  background-color: #202020;
  border: 0px maroon solid;
}
#column {
  position: relative;
  width: 888px;
  min-height: 400px;
  margin: 30px 50px 30px 50px;
  float: left;
  background-color: black;
  border: 0px lime solid;
}
#left_bar {
  position: relative;
  width: 250px;
  min-height: 200px;
  margin: 30px 15px 30px 30px;
  float: left;
  background-color: black;
  border: 0px silver solid;
}
#left_bar img {
  border: 1px silver solid;
  margin-bottom: 15px;
}
#left_bar_blog {
  position: relative;
  width: 250px;
  min-height: 200px;
  float: left;
  background-color: black;
  border: 1px #202020 solid;
  text-align: left;
  margin-bottom: 20px;
}
#left_bar_blog li {
  display: inline;
}
#left_bar_blog ul li {
  display: inline;
  padding: 0px;
  left: 15px;
  padding-left: 0px;
  display: block;
  height: 20px;
}
#left_bar_blog a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
#left_bar_blog a:hover {
  color: orange;
  text-decoration: underline;
  font-size: 12px;
}
#left_bar_blog h1 {
  padding: 15px 0px 0px 15px;
}

#right_bar {
  position: relative;
  width: 530px;
  min-height: 200px;
  margin: 30px 30px 30px 15px;
  float: right;
  background-color: black;
  color: silver;
  border: 0px yellow solid;
  text-align: justify;
  font-size: 12px;
}
#right_bar h1  {
  margin: 0px;
  font-size: 15px; 
  font-weight: bold;
  font-variant: small-caps;
  padding-bottom: 10px;
  color: orange;
}
#right_bar h2  {
  margin: 0px;
  font-weight: bold;
  padding-bottom: 15px;
  color: orange;
}
#right_bar h2 a {
  text-decoration: none;
  color: orange;
}
#right_bar h2 a:hover {
  text-decoration: underline;
  color: white;
}
#right_bar blockquote {
	font-family: verdana;
	font-size: 11px;
  color: silver;
  margin: 0px;
  padding: 0px 10px 0px 5px;
  font-style: italic;
}
#right_bar a {
  color: white;
  text-decoration: underline;
}
#right_bar a:hover {
  color: orange;
  text-decoration: underline;
}
#right_bar hr {
  border: 1px #202020 solid;
  margin: 20px 0px;
}
#right_bar ul {
  margin-top: 0px;
  padding-top: 0px;
}
#footer {
  position: relative;
  width: 970px;
  float: left;
  background-color: black;
  border: 0px fuchsia solid;
  color: #404040;
  text-align: center;
  padding: 5px 10px 0px 10px;
  margin-bottom: 15px;
  height: 80px;
  font-size: 10px;
}
#footer a {
  color: #626262;
  text-decoration: none;
}
#footer a:hover {
  color: orange;
  text-decoration: underline;
}
#adsense_google {
  margin-bottom: 30px;
}

.wp-caption-text  {
  font-size: 10px;
  color: grey;
}
