/*   
Theme Name: PotiskNaTricko.cz
Theme URI: http://www.potisknatricko.cz
Description: Private theme designed by OsLab.net for PotiskNaTricko.cz 
Author: OsLab.net
Author URI: http://www.oslab.net
Version: 0.1
*/
/*
  Pouzite barvy: 
  #8DB9D0
  #376E8C
*/

/* Global */
body {
	margin:0;
	padding:0;
	font-family: "Myriad Pro","Trebuchet MS", Verdana, sans;
	font-size: 10pt;
	background: #8DB9D0 url(img/background.gif) repeat-x scroll left top;
}

td {
    vertical-align: top
}

h1, h1 b {
	font-size: 28pt;
	color: #1D3A49;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
}

img {
	border: none;
}

.clear {
	clear: both;
}
.right {
	float: right;
}

/*- LAYOUT --------------------------- */
#body {
	margin: 0 auto 10px auto;
	text-align:left;
	width:920px;
}

#logo {
	margin: 10px 0;
}

#selfpromo {
	position: relative;
}
#selfpromo img {
	position: absolute;
	top: -100px;
	right: 0px;
}

#content {
	background: #fff;
	padding: 1px 1em 0.5em 1em;
	clear: both;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topright: 15px; 
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
#content p {
    clear: both;
}

#footer {
	background: #376E8C;
	margin: 0 20px;
	padding: 1em;
	color: #fff;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;  
}
#footer a {
	color: #eef;
	
}

#tabs {
  float:left;
  width:100%;
  line-height:normal;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  }
#tabs ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("img/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a b {
  float:left;
  display:block;
  background:url("img/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a b {float:none;}
/* End IE5-Mac hack */
#tabs a:hover b {
    color:#376E8C;
    text-decoration: underline;
}
#tabs .current_page_item a b {
    color:#000;
}

#tabs a:hover, #tabs .current_page_item a {
    background-position:0% -42px;
}
#tabs a:hover b, #tabs .current_page_item a b  {
    background-position:100% -42px;
}


/* Boxy */
#cols {
	background: #f4f4ee;
}
.col {
	float: left;
	width: 250px;
	border: 1px solid gray;
}

/* Tlacitko */
a.btn {
	height: 50px;
	background: url("img/button.gif") no-repeat scroll 0 0 transparent;
	float:left;
	margin: 15px 5px 15px 0;
	padding:0;
	text-decoration:none;
	vertical-align:top;
}
a.btn span {
	height: 50px;
	font-size: 16pt;
	background:url("img/button.gif") no-repeat scroll 100% 0 transparent;
	color:#fff;
	cursor:pointer;
	float:left;
	margin-left:3px;
	padding:12px 13px 5px 10px;
	white-space:nowrap;
}


/* Default Wordpress styles */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

