/* Start of CMSMS style sheet 'BoksKobietSLASK: layout' */
/************************************************/
/* style dla szablonu "WIDE" znajduja sie na koncu tego arkusza */
/************************************************/


* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.2em;
   background: url(uploads/images/layout_bk/body_bg.jpg) left top;
   color: #000;
}

div {
font-size: 1em;
}

img {
border: 0;
}

a,
a:link 
a:active,
a:visited {
   text-decoration: none;
   color: #880000; 
}

a:hover {
   text-decoration: none;
   color: #ce0000;
}

/*****************
basic layout 
*****************/

div#pagewrapper {
margin: 0 auto; 
width: 950px;
color: #8c0000;
background-color: #ce0000;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/


div#header {
  position: relative;
height: 100px;
width: 950px;
   background: url(uploads/images/layout_bk/4th-womens-championships.gif) no-repeat left top;
}

div#header #slask_link {
  position: absolute;
  display: block;
  height:90px;
  top: 0px;
  outline: 0;
}

div#header #slask_link {
  left: 0px;
  width: 950px;
}


div#header h1 {
display: inline;
padding: 0px;
margin: 0px;
}

div#header h1 a,
div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:active {
  display: block; 
  height: 95px;
  width: 950px;
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
  padding: 0px;
  margin: 0px;
  border: 0px;
}




div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 1.5em auto 2em 0; /* some air abobe and under menu and content */
}

div#main {
background: url(uploads/images/layout_bk/main_bg.gif) no-repeat left top #ffdfde;
   margin-left: 140px;
width: 380px;
padding: 10px;
}

div#mainDrabinka {
background: #ffdfde;
margin-left: 140px;
width: 760px;
padding: 10px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 142px;
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
padding: 0px;
padding-left: 5px;
text-align: center;
}

div#sponsors,
div#media,
div#organizers {
   background: #fff;   
   padding: 0px;
   text-align: center;
   margin:0px 10px 0px 10px;
}


div#rightSidebar {
float: right;
width: 145px;
padding: 0px;
background: #ce0000;
}

div#fights {
   background: #fff;   
   /*width: 120px;*/
   padding: 0px;
   padding-left: 0px;
   text-align: center;
   margin:0px 10px 0px 6px;
}

div#rightSidebar td {
  height: 125px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #970000;
}

div#footer {
  position: relative;
  clear:both;       /* keep footer below content and menu */
  color: #fff;
  background: url(uploads/images/layout_bk/footer.jpg) repeat-x left top #ffdfde; 
  height: 35px;
}

div#footer p {
  line-height: 35px;
   font-size: 0.8em;
   text-align: center;
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 2px;
margin: 0.1em 4em 0.7em 4em;
   border-bottom: 1px solid #ffdfde;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  text-align: right;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #8c0000; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 2px solid #961319;
   border-left: 1.1em solid #961319; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #8c0000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #8c0000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0.5em 0 0.5em 0;  /* some air around p elements */
   line-height: 1.3em;
   padding: 0;
text-align: justify;
text-indent: 0px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

h2 a,
h2 a:link,
h2 a:visited {
color: #8c0000;
background: inherit;
text-decoration: none;
}

h2 a:hover {
color: #460000;
background: inherit;
}

legend {
color: #460000;
padding: 4px;
}

table.drabinka td {
border: 1px solid #8c0000;
padding: 4px;
}

/***************************************/
div#main_wide {
  background: url(uploads/images/layout_bk/main_wide_bg_top1.gif) no-repeat left top ;
  margin-left: 150px;
  margin-right: 150px;
  background-color:#FFFFFF;
}

 div#main_wide2 {

  background: url(uploads/images/layout_bk/main_wide_bg_top2.gif) no-repeat right top;
}

 div#main_wide_bottom1 {
    background: url(uploads/images/layout_bk/main_wide_bg_bottom1.gif) no-repeat left bottom;
}
 div#main_wide_bottom2 {
    background: url(uploads/images/layout_bk/main_wide_bg_bottom2.gif) no-repeat right bottom;
  padding: 10px;
}

div.round_box_top1 {
    background: url(uploads/images/layout_bk/main_wide_bg_top1.gif) no-repeat left top;
}
div.round_box_top2 {
    background: url(uploads/images/layout_bk/main_wide_bg_top2.gif) no-repeat right top;
}
div.round_box_bottom1 {
    background: url(uploads/images/layout_bk/main_wide_bg_bottom1.gif) no-repeat left bottom;
}
div.round_box_bottom2 {
    background: url(uploads/images/layout_bk/main_wide_bg_bottom2.gif) no-repeat right bottom;
}

div#main_wide ul {
  margin-left:30px;
}

div#if_border_fix {
  border:1px solid #CE0000;
}
/* End of 'BoksKobietSLASK: layout' */

