/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Na Profil
URL: www.naprofil.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 03-2009
------------------------------------------------- */

/*------------------------------------------------
 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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}

body {
  background: #1c1d26 url(body_bg.gif) top repeat-x;
}

a:link, a:visited{
  color: #fff;
}

a:hover {
  color: #ff00aa;
}

img {
  border: none;
}

em {
  color: #ff00aa;
  font-style: normal;
}

/*------------------------------------------------
PAGE
------------------------------------------------- */

#obal {
  position:relative;
  width:1120px;
  margin: 0 auto;
}

#page {
  margin:0 auto;
  display:block;
  width: 980px;
}

#skypage {
  display:block;
  float:right;
  width:120px;
  margin-top:60px;
}

/*------------------------------------------------
HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 980px;
  height: 140px;
  margin: 0 auto;
}

#header h1 {
  float: left;
  width: 320px;
  height: 95px;
  margin: 30px 0 0;
  background: url(header_h1_bg.gif);
}

#header h1 a {
  display: block;
  width: 320px;
  height: 95px;
}

#header h1 span, #header h2 {
  display: none;
}

#header ul {
  list-style: none;
  float: right;
  margin: 55px 0 0;
}

#header ul li {
  float: left;
}

#header ul li a {
  display: block;
  float: left;
  padding: 10px 21px;
  margin: 0 0 0 1px;
  background: #0d0f14;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

#header ul li a.pictures {
  color: #ff00aa;
}

#header ul li a.pictures:hover, #header ul li a.pictures_active {
  background: #ff00aa;
  color: #fff;
}

#header ul li a.quotes {
  color: #aaff00;
}

#header ul li a.quotes:hover, #header ul li a.quotes_active {
  background: #aaff00;
  color: #000;
}

#header ul li a.jokes {
  color: #00aaff;
}

#header ul li a.jokes:hover, #header ul li a.jokes_active {
  background: #00aaff;
  color: #fff;
}

#header ul li a.videos {
  color: #fff;
}

#header ul li a.videos:hover, #header ul li a.videos_active {
  background: #fff;
  color: #000;
}

#header ul li a.pictures_active, #header ul li a.quotes_active, #header ul li a.jokes_active, #header ul li a.videos_active {
  padding: 10px 20px;
}

/*------------------------------------------------
ADTOP
------------------------------------------------- */

#adtop {
  padding: 10px 0;
  margin: 0 0 20px;
  background: #13141b;
  text-align: center;
}

/*------------------------------------------------
CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 600px;
  padding: 0;
  background: #13141b;
}

#content h3 {
  padding: 20px;
  margin: 0 0 10px;
  background: #0d0f14;
  text-transform: uppercase;
  font-size: 15px;
}

#content p.listing {
  padding: 10px;
  background: #1c1d26;
  text-align: center;
}

#content p.listing.alleft {
  float: left;
  width: 280px;
  text-align: left;
}

#content p.listing.alright {
  float: right;
  width: 280px;
  text-align: right;
}

#content p.center, #content div.center {
  text-align: center;
}

#content p.right {
  text-align: right;
}

#content .cleevio-ad {
  margin: 10px 20px;
  padding: 10px;
  border: 1px dotted #000;
  text-align: justify;
  font-size: 15px;
}

#content .cleevio-ad p a {
  text-decoration: none;
}

#content .cleevio-ad p a big {
  font-size: 18px;
  color: #ff00aa;
}

#content .directo-ad {
  margin: 0 auto;
  padding: 10px;
  text-align: center
}


#content .box {
  position: relative;
  float: left;
  width: 285px;
  margin: 0 0 0 10px;
  _margin: 0 0 0 5px;
  overflow: hidden;
}

#content .box .img {
  position: relative;
  width: 285px;
  height: 210px;
  background: url(box_img_bg.gif);
}

#content .box .img p a img {
  width: 255px;
  height: 180px;
  margin: 10px 0 0 10px;
  border: 5px solid #fff;
  font-size: 0;
}

#content .box .img p a:hover img {
  border: 5px solid #ff00aa;
}

#content .box .rating {
  float: left;
  width: 100px;
  padding: 0 0 0 15px;
}

#content .box .code {
  float: right;
  padding: 0 15px 10px 0;
}

#content hr {
  clear: both;
  visibility: hidden;
  width: 150px;
  margin: 0;
}

#content .single-img, #content .single-page {
  position: relative;
  float: left;
  width: 430px;
  margin: 0 0 0 10px;
  _margin: 0 0 0 5px;
  overflow: hidden;
}

#content .single-img .img-top {
  position: relative;
  width: 430px;
  height: 10px;
  background: url(img-tb_bg.gif) top center no-repeat;
}

#content .single-img .img {
  position: relative;
  width: 430px;
  background: url(img_bg.gif) repeat-y;
}

#content .single-img .img p img {
  margin: 0 0 0 10px;
  border: 5px solid #fff;
  font-size: 0;
}

#content .single-img p textarea {
  width: 410px;
  height: 210px;
  padding: 2px;
  margin: 10px 0 20px 10px;
  border: 1px solid #333;
  background: #262730;
  color: #fff;
}

#content .single-img p textarea:focus {
  border: 1px solid #ff00aa;
}

#content .single-img .img-bottom {
  position: relative;
  width: 430px;
  height: 10px;
  background: url(img-tb_bg.gif) bottom center no-repeat;
}

#content .single-page p {
  padding: 0 0 10px;
  line-height: 130%;
  text-align: justify;
}

#content .single-page p.right {
  text-align: right;
}

#content .single-page form {
  padding: 10px 10px 0;
  margin: 0 0 10px;
  border: 1px solid #1c1d26;
}

#content .single-page form p {
  clear: both;
}

#content .single-page form p label {
  float: left;
  display: block;
  width: 100px;
  padding: 5px 5px 0 0;
  text-align: right;
}

#content .single-page form p input {
  width: 220px;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
}

#content .single-page form p textarea {
  width: 220px;
  height: 60px;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
}

#content .single-page form p input.submit {
  width: auto;
  padding: 4px;
  background: #000;
  color: #fff;
  cursor: hand;
  cursor: pointer;
}

#content .single-ad {
  float: right;
  width: 140px;
  margin: 10px 15px 0 0;
  text-align: center;
}

#content .page {
  padding: 10px 0;
}

#content .page h4 {
  font-size: 16px;
  padding: 20px 20px 5px;
}

#content .page p {
  text-align: justify;
  padding: 0 20px 10px;
  line-height: 150%;
}

/*------------------------------------------------
SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: right;
  width: 330px;
  text-align: justify;
}

#sidebar .box {
  position: relative;
  width: 330px;
  padding: 0 0 20px;
  margin: 0 0 50px;
  background: #13141b;
}

#sidebar .box h4 {
  padding: 20px;
  margin: 0 0 20px;
  background: #0d0f14;
  text-transform: uppercase;
  font-size: 15px;
}

#sidebar .box h2 {
  padding: 5px;
  margin: 10px 10px 5px 15px;
  background: #0d0f14;
  text-transform: uppercase;
  font-size: 13px;
}

#sidebar .box p {
  padding: 0 20px;
}

#sidebar .box p.center {
  padding: 0;
  text-align: center;
}

#sidebar .box p.right {
  text-align: right;
}

#sidebar .box ul {
  list-style: none;
  width: 290px;
  margin: 0 20px;
  border-top: 1px dotted #fff;
}
#sidebar .box ul li {
  display: block;
  width: 270px;
  padding: 10px;
  border-bottom: 1px dotted #fff;
}


#sidebar .box ol {
  margin: 10px 40px 10px 60px;
  line-height: 150%;
}

#sidebar .box form p {
  padding: 20px 20px 0;
  text-align: center;
}

#sidebar .box form p input {
  width: 220px;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
}

#sidebar .box form p input.submit {
  width: auto;
  padding: 4px;
  background: #000;
  color: #fff;
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 980px;
  background: #13141b;
  overflow: hidden;
}

#footer p.alleft {
  float: left;
  padding: 20px;
}

#footer p.alright {
  float: right;
  padding: 15px 20px;
}
