/* Start of CMSMS style sheet 'Halny 2 kolumny' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 1.6m;
   background-color: #000000;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 11px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
text-decoration: underline;
background-color: inherit;
color: #eee;     
font-size: 12px;           /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
text-decoration: none;
color: #fff;
font-size: 12px;
}

/*****************
basic layout 
*****************/
body {
   background-color: #000000;
   color: #aeaeae;
   margin:0em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   width: 960px;
   background-color: #000000;
   color: #aeaeae;
   line-height: 1.6em;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   margin: 0 auto;
   width: 990px;
   height: 160px; /* adjust according your image size */
   background-image: url('uploads/images/top.jpg');           
   background-repeat: no-repeat;
}

div#baner{
   margin: 0 auto;
   width: 990px;
   height: 229px; /* adjust according your image size */
   background-image: url('uploads/images/2009/halny-top-nowy5.jpg');           

}

div#menumargin {
   padding-left: 430px;
   padding-top: 60px;
}

div#flash {
   margin: 0 auto;
   width: 990px;
   height: 220px; /* adjust according your image size */

}


div#headers {
   width: 980px;
   margin: 0 auto;
   height: 70px; /* adjust according your image size */
   background-image: url('uploads/images/headers.jpg');           
   background-repeat: no-repeat;
}

div#columns {
   width: 960px;
   margin: 0 auto; 
}

td.lewa
{
   width: 580px;
   background-image: url('uploads/images/bg_left.jpg');           
   background-repeat: no-repeat;
   background-position-y: top;
   background-position-x: left;
   padding-top:15px;
table-layout: fixed; width: 100%;
}

td.prawa
{
   background-image: url('uploads/images/bg_right.jpg');           
   background-repeat: no-repeat;
   background-position-y: top;
   background-position-x: left;
   padding-top:15px;
table-layout: fixed; width: 100%;
}

td.bezsponsorow
{
   width: 940px;
   background-image: url('uploads/images/bg-bezsponsorow.jpg');           
   background-repeat: no-repeat;
   background-position-y: top;
   background-position-x: left;
   padding-top:15px;
}

div#leftcol {
   float: left;
   width: 560px;
   min-height: 200px;
   line-height: 1.6em;
   margin: 0 auto; 
   background-image: url('uploads/images/bg_left.jpg');           
   background-repeat: no-repeat;
   background-position: top;
}


div#rightcol {
   float: right;
   width: 200px;
   margin: 0 auto; 
   background-image: url('uploads/images/bg_right.jpg');           
   background-repeat: no-repeat;
   background-position: top;
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #757575;
   margin: 0 auto;
   text-vertical: bottom;
   width: 960px;
   height: 106px;
   background-image: url('uploads/images/bg_footer.jpg');
   background-repeat: no-repeat;

padding-top: 70px;
}

div#rightfoot {
   float: right;
   text-align: right;
   width: 400px;
   margin-right: 50px;
   text-vertical: bottom;
}
div#leftfoot {
   float: left;
   text-align: left;
   width: 340px;
   margin-left: 50px;
   text-vertical: bottom;
}




/********************
CONTENT STYLING
*********************/
div#content {
width: 550px;
margin-left: 5px;
margin-right: 30px;
line-height: 1.8em;
}

div#left {
margin-left: 0px;
margin-right: 10px;
}

div#newsdata {
padding-bottom: 10px;
color: #757575;
}

.NewsSummaryLink {
font-family: Georgia;
color: #aeaeae;
font-size: 20px;
}

.NewsSummaryLink a,
.NewsSummaryLink a:link,
.NewsSummaryLink a:active {
text-decoration: none;
font-family: Georgia;
color: #aeaeae;
font-size: 20px;
}

.NewsSummaryLink a:visited {
text-decoration: none;
font-family: Georgia;
color: #aeaeae;
font-size: 20px;        /* a different color can be used for visited links */
}

.NewsSummaryLink a:hover {
text-decoration: none;
font-family: Georgia;
color: #fff;
font-size: 20px;        /* a different color can be used for visited links */
}

.leftfoot a,
.leftfoot a:link,
.leftfoot a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
font-weight: bold;
color: #aeaeae;
font-size: 11px;
}

.leftfoot a:visited {
   text-decoration: none;

font-weight: bold;
color: #aeaeae;
font-size: 11px;      /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
.leftfoot a:hover {
   text-decoration: none;
font-weight: bold;
color: #ffffff;
font-size: 11px;
}

/* HEADINGS */
div#content h1 {
   font-size: 24px;  /* font size for h1 */
   line-height: 1em;
   font-family: verdana;
   color: #ffffff;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   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: 1px solid #9d0404; 
   border-left: 1.1em solid #9d0404; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #FFFFFF; 
   font-size: 14px;
   /*line-height: 1.3em;
   margin: 0 0 0.5em 0;*/
}

div#content h4 {
   color: #294B5F; 
   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 */
hr {
background-image: url('uploads/images/hr.png');
background-repeat: no-repeat;
background-position: top left;
height:9px;
border:none;
display:block;
margin: 8px 0px 8px 0px;
padding:0px;
}

hr.rev {
background-image: url('uploads/images/hr_dol.png');
background-repeat: no-repeat;
background-position: top right;
height:9px;
border:none;
display:block;
margin:4px 0px 4px 0px;
padding:0px;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* 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 */
/* End of 'Halny 2 kolumny' */

