/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/OpenOffice_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

body {
  font-family: "Sans Serif", "Arial CE", Arial, sans-serif;
  font-size: 68.75%;
  line-height: normal;
}

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
}

.pun {FONT-SIZE: 11px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
/* HTML .pun {FONT-SIZE: 68.75%}*/
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {
  font-weight: bold;
  color: #0060a9;
  font-size: 1.5em;
}
.pun H3 {FONT-SIZE: 1.1em}
#brdtitle H1 {FONT-SIZE: 1.4em}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	border: 1px solid #fff;
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {
 margin: 5px 0 0 0;
 padding: 0 10px 10px;
 background: #fff;
}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 15px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}

#brdwelcome {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 450px;
  font-size: 0.9em;
}

#brdwelcome .conr {
  font-size: 0.9em;
}

#brdwelcome ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {
  MARGIN-BOTTOM: 10px;
  font-size: 1.1em;
}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 10px 0 0}
DIV.inform {PADDING-BOTTOM: 12px}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}

#all {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 976px;
  border: 0;
  font-size: 115%;
}

#wrapper {
  margin: 0;
  padding: 0;
  background: url('img/w1-bg.png') repeat-x 0 0;
}

#wrapper2 {
  margin: 0;
  background: url('img/w2-bg.png') repeat-x 0 bottom;
}

#header {
  position: relative;
  height: 80px;
}

#main {
  background: url('img/main2-bg.png') no-repeat 0 0;
  padding: 8px;
  padding-bottom: 0;
}

#header h1 {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#header h1 a {
	text-decoration: none;
  background: url('img/h1-bg.png') no-repeat bottom left;
  display: block;
  width: 406px;
  height: 73px;
  margin-left: 20px;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
  display: none;
}

#footer {
  background: url('img/footer-bg.png') no-repeat 0 bottom;
  height: 353px;
  font-size: 1em;
}

#footer a {
  color: #005CB1;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .column-in {
	padding-bottom: 0;
}

#footer .column-in ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#footer .column-in ul li {
  background: url('img/li_paticka.png') no-repeat left 3px;
  text-align: left;
  padding-left: 10px;
  margin-top: 0.25em; 
}

#footer .footer-top {
  height: 172px;
  background-color: #f7f8f9;
  padding: 10px;
}
.footer-top iframe {
  margin: 0 106px;
  width: 728px;
}
#footer.ad {
  height: 273px;
}
#footer .footer-top.ad {
  background: #f2f4f6;
  height: 95px;
}
#footer .footer-top.ad .cleaner {
  display: none;
}

#footer-wrapper {
  margin: 0 8px;
  background: #e7f5fe url('img/pozadi_doporucujeme.png') no-repeat left bottom;
  height: 270px;
}

#footer-wrapper .partners{
  color:#E7F5FE; 
  font-size:.8em; 
  font-weight: bold;
  margin:0;
  padding: 0;
  height: 20px;
  bottom: 20px;
  position:absolute;
}

#footer-wrapper .partners a{
  color:#fff;
  padding: 0 1.5em 0 1.5em;
}

#footer-wrapper .partners span{
  width: 100px;
  margin-left:10px;
  float:left;
  display:block;
  font-weight: normal;
  color: #AA0000;
}

#footer .footer-bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#footer .footer-bottom ul li {
  background: url('img/li_paticka.png') no-repeat left 3px;
  text-align: left;
  padding-left: 10px;
  margin-top: 0.25em; 
}

#footer .column-in {
}

#footer .left .column-in {
  padding-top: 0;
}

#footer .footer-bottom {
  height: 155px;
  background: #e7f5fe url('img/pozadi_doporucujeme.png') no-repeat left bottom;
  position: relative;
}

#footer .footer-bottom .pozadi {
  background: transparent url('img/pozadi_paticka.png') repeat-y scroll center top;
  float:left;
  width:960px;
  margin-top:10px;
}

#footer .footer-bottom .partners{
  color:#E7F5FE; 
  font-size:.8em; 
  font-weight: bold;
  position: absolute;
  bottom: -2px;
  margin:0;
  padding: 0;
  height: 20px;
}
#footer .footer-bottom .partners a{
  color:#fff;
  padding: 0 1.5em 0 1.5em;
}

#footer .footer-bottom .partners span{
  width: 100px;
  margin-left:10px;
  float:left;
  display:block;
  font-weight: normal;
  color: #AA0000;
}

#footer .left,
#footer .middle {
  float: left;
}
#footer .right {
  float: right;
}
#footer .left,
#footer .right,
#footer .middle {
  padding: 5px 0 0;
}
#footer .left {
  width: 320px;
}
#footer .middle {
  width: 335px;
}
#footer .right {
  width: 305px;
}
#footer .left img, #footer .right img {
  margin-left: 15px;
  float: left;
  border: 0;
}

#footer .left .column-in {
  margin-left: 150px;
  text-align: left;
}

#footer .right .column-in {
  margin-left: 120px;
}

#footer p {
  margin: 0;
  text-align: left;
  padding-left: 0px;
}

#footer a {
  color: #005CB1;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .middle p {
  padding: 0;
}

#footer .footer-links {
  padding: 0 10px;
margin-left: 25%;
}

#footer .right p {
  font-size: 100%
}

#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0 0 5px 10px;
	height: 30px;
	padding-top: 5px;
}

#row-site-navigation ul {
	display: block;
	padding: 0;
	margin: 0;
}

#row-site-navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
	padding: 0 0 10px;
	background-image: none;
}

#row-site-navigation ul li:hover,
#row-site-navigation ul li.active {
  background: url('img/sipka-menu.png') no-repeat 50% bottom;
}

#row-site-navigation ul li a {
	margin: 0;
	display: block;
	height: 17px;
}

#row-site-navigation ul li.openoffice-org a {
  width: 135px;
  background: url('img/ooo.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.stahnout a {
  width: 75px;
  background: url('img/stahnout.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.clanky-2 a {
  width: 57px;
  background: url('img/clanky.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.wiki a {
  width: 39px;
  background: url('img/wiki.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.forum a {
  width: 48px;
  background: url('img/forum.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.videa a {
  width: 49px;
  background: url('img/videa.png') no-repeat 0 bottom;
}

#row-site-navigation ul li.caste-otazky a {
  width: 106px;
  background: url('img/caste-otazky.png') no-repeat 0 bottom;
}

#row-site-navigation ul li a span {
  display: none;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

#cont-body {
	background: #fff url('img/content-bg.png') repeat-y 0 0;
}

#cont-top {
	background: url('img/content-top.png') no-repeat 0 0;
}

#cont-btm {
	background: url('img/content-btm.png') no-repeat 0 bottom;
	padding: 10px;
	margin-bottom: 10px;
}

#brdheader p {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

#brdmenu {
  padding: 0 10px;
  z-index: 100;
  position: relative;
  bottom: -2px;
  background: transparent;
}

#brdmenu ul li a {
  display: block;
  width: 70px;
  height: 24px;
  background: url('img/forum_taby.png') no-repeat right bottom;
  float: left;
}

#brdmenu ul li a:hover,
#brdmenu ul li.active a {
  background: url('img/forum_taby.png') no-repeat 0 bottom;
}

#brdmenu ul li a .nav-img {
  display: block;
  height: 15px;
  width: auto;
  padding-top: 4px;
}

#brdmenu ul li a .nav-img span {
  display: none;
}

#brdmenu ul li#navindex a .nav-img {
  background: url('img/text_index_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navindex.active a .nav-img {
  background: url('img/text_index.png') no-repeat center 6px;
}
#brdmenu ul li#navindex a:hover .nav-img {
  background: url('img/text_index.png') no-repeat center 6px;
}
#brdmenu ul li#navuserlist a .nav-img {
  background: url('img/text_uzivatele_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navuserlist.active a .nav-img {
  background: url('img/text_uzivatele.png') no-repeat center 6px;
}
#brdmenu ul li#navuserlist a:hover .nav-img {
  background: url('img/text_uzivatele.png') no-repeat center 6px;
}
#brdmenu ul li#navsearch a .nav-img {
  background: url('img/text_hledat_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navsearch.active a .nav-img {
  background: url('img/text_hledat.png') no-repeat center 6px;
}
#brdmenu ul li#navsearch a:hover .nav-img {
  background: url('img/text_hledat.png') no-repeat center 6px;
}
#brdmenu ul li#navprofile .nav-img {
  background: url('img/text_profil_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navprofile.active a .nav-img {
  background: url('img/text_profil.png') no-repeat center 6px;
}
#brdmenu ul li#navprofile a:hover .nav-img {
  background: url('img/text_profil.png') no-repeat center 6px;
}
#brdmenu ul li#navadmin a .nav-img {
  background: url('img/text_admin_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navadmin.active a .nav-img {
  background: url('img/text_admin.png') no-repeat center 6px;
}
#brdmenu ul li#navadmin a:hover .nav-img {
  background: url('img/text_admin.png') no-repeat center 6px;
}
#brdmenu ul li#navlogout a .nav-img {
  background: url('img/text_odhlasit_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navlogout.active a .nav-img {
  background: url('img/text_odhlasit.png') no-repeat center 6px;
}
#brdmenu ul li#navlogout a:hover .nav-img {
  background: url('img/text_odhlasit.png') no-repeat center 6px;
}
#brdmenu ul li#navregister a .nav-img {
  background: url('img/text_registrace_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navregister.active a .nav-img {
  background: url('img/text_registrace.png') no-repeat center 6px;
}
#brdmenu ul li#navregister a:hover .nav-img {
  background: url('img/text_registrace.png') no-repeat center 6px;
}
#brdmenu ul li#navlogin a .nav-img {
  background: url('img/text_prihlasit_sedy.png') no-repeat center 6px;
}
#brdmenu ul li#navlogin.active a .nav-img {
  background: url('img/text_prihlasit.png') no-repeat center 6px;
}
#brdmenu ul li#navlogin a:hover .nav-img {
  background: url('img/text_prihlasit.png') no-repeat center 6px;
}

#brdmenu ul li a:link,
#brdmenu ul li a:hover,
#brdmenu ul li a:visited,
#brdmenu ul li a:active {
  color: #000;
}

#brdmenu ul {
  float: right;
  background: #fff;
  padding: 0;
}

#brdmenu ul li {
  margin: 0;
}

.blockmenu ul li {
  background: url('img/bullet.gif') no-repeat 0 1px;
  padding-left: 10px;
}
