/*
 *
 * WEBMASTER + ADMIN:
 *
 * WWW: http://www.krsiak.cz/
 *
 * GSM: +420 734 496 308
 * E-mail: krsiak.daniel@gmail.com
 *
 * Motto: "Never give up. Practice makes perfection."
 *
 */


/* REBEL LEGION - LION OUTPOST */

/* ELEMENT */
body {
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #CCC url(images/bg.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}


html {overflow-y: scroll;}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: normal;
}

ul {
   list-style: none;
}


p {
   padding-right: 8px;
}

a:active, a:focus {outline: none;}

a:link {
	color: #AB5B00;
}

a:hover, a:active {
	text-decoration: none;
	color: #AB5B00;
}

a:visited {
	color: #AB5B00;
}

/*
.border {
border: #000 solid 1px;
}
*/


img {
border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}




/* CLASS */

   /* TEXT */
   .text-green {
      color: #090;
   }
   

   /* IMAGES */
      /* AH = ANCHOR HIGHLIGHT - S */
	   a img[class="border"] {
         border: 1px solid #CCC;
         text-decoration: none;
         padding: 1px;
      }
   	a:hover img[class="border"] {
         border: 1px solid #000;
         text-decoration: none;
      }      
      /* AH = ANCHOR HIGHLIGHT - E */







/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



/* BANNERS FRIENDS */

#banners-friends {
width: 200px;
height: 307px;
background: url(images/banners-friends.png);
text-align: center;
padding: 25px 0;
}

#banners-partners {
width: 200px;
height: 130px;
background: url(images/banners-partners.png);
text-align: center;
padding: 25px 0;
}

#banners-links {
width: 200px;
height: 314px;
background: url(images/banners-links.png);
text-align: center;
padding: 25px 0;
}


/* Header */

#header {
	width: 950px;
	height: 165px;
	background: url(images/header-logo.png) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 30px;
	padding-top: 50px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #000;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2B870;
}

#logo a {
	text-decoration: none;
	color: #F2B870;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 130px 8px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 80px;
	height: 30px;

	float: left;   
   
	margin-left: 2px;
	padding-top: 8px;

	background: url(images/menu-off.png) no-repeat;

	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
/*	border: 1px #000 solid; */
}

#menu a:hover {
	background: url(images/menu-on.png) no-repeat;
	text-decoration: none;
}

#menu .active a {
	background: url(images/menu-on.png) no-repeat;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: url(images/bg-text-middle.png) repeat-y left top;
}

#page .bgtop {
	background: url(images/bg-text-top.png) no-repeat left top;
}


/* Content */

#content {
   background: #FFF;
	float: right;
	width: 635px;
	margin: 15px 30px 0 30px;
}

/* Post */

.post {
	padding-bottom: 20px;
}

.post .title {
font-variant: small-caps;
   font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #000;
  text-align: center;
}

.post .entry {
clear:left;
}

.post .meta {
	margin: 0;
	padding: 0px 30px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
	
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
    color: #000;
}

#sidebar li li a {
	margin: 0;
	color: #000;
	text-decoration: none;
}

#sidebar li li a:hover {
	margin: 0;
	color: #000;
	text-decoration: none;

}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #FFF;
}

#sidebar a {
	text-decoration: none;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}



/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 950px;
	height: 80px;
	min-height: 65px;
	background: url(images/bg-text-bottom.png) no-repeat left top;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
	font-size: 10px;
	color: #5E510E;
}

#legal a {
	font-weight: bold;
	color: #FFF;
}

.strong {
font-weight: bold;
}

.center {
text-align: center;
}

.left {
float: left;
}

.right {
float: right;
}

.small {
font-size: smaller;
font-weight: bold;
text-align: right;
}

#add-this {
padding-left: 515px;
}


/* CONTACT */
#table-kontakt {
width: 100%;
padding: 10px;
}

/* ****************** */

/* LEFT MENU - S */
#menu2 ul {
	list-style: none;
}

#menu2 li {
	list-style: none;
}



#menu2 a {
	display: block;
	width: 220px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	background: url(images/menu-left-on.png) no-repeat;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
/*	border: 1px #000 solid; */
}

#menu2 a:hover {
	background: url(images/menu-left-off.png) no-repeat;
	text-decoration: none;
}

#menu2 a.cur-icon {
	background: url(images/menu-left-off.png) no-repeat;
	text-decoration: none;
}
/* LEFT MENU - E */
