﻿/* XMC.PL */
html, body{ 
 margin:0 auto; 
 padding:0; 
 overflow-x:hidden;
 font-size:14px;
 color:#17462c;
 background-color:#ffffff;
 text-align:center;
 
 } 

#pagewidth{ 
 max-width:1280px;  
 min-width:1000px;  
 background-color:#ffffff; 
 margin:0px;
}
 
#header{
 position:relative; 
 height:140px; 
 background-color:#fdfdfd; 
 width:100%;
 background-color:#ffffff;
 background-image: url(images/hbg.png);
 background-repeat: repeat-x;
 background-position: center top;
 background-attachment: scroll;
 border-bottom: 1px solid #000000;
} 
 
#leftcol{
 width:32%; 
 float:left; 
 padding-top:10px;
 position:relative; 
 background-color:#fbfefb; 
 background-image: url(images/mbg.png);
 background-repeat: repeat-x;
 background-position: center top;
 background-attachment: scroll;
 }
 
#twocols{
 width:68%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:22%; 
 float:left; 
 padding-top:10px;
 position:relative; 
 background-color:#f4f7f8;
 background-image: url(images/mbgm.png);
 background-repeat: repeat-x;
 background-position: center top;
 background-attachment: scroll;
 text-align:left;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 padding-top:10px;
 width:78%; 
 background-image: url(images/mbg.png);
 background-repeat: repeat-x;
 background-position: center top;
 background-attachment: scroll;
 }
 
#footer{ 
 background-color:#0d4515; 
 background-image: url(images/fbg.png);
 background-repeat: repeat-x;
 background-position: center bottom;
 background-attachment: scroll;
 clear:both;
 border-top: 3px solid #b1d9b7;
 padding-bottom:15px;
 margin:5px 0px;
 } 
/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
h1, h2, h3 { margin: 0; }
h1 { font-size: 2.6em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.6em; }
ul { list-style: none; }
a { text-decoration: none; color: #C21728; }
a:hover { border-bottom: none; color: #142fa8; }
a img { border: none; }
img.left { float: left; margin: 0 20px 0 0; }
img.right { float: right; margin: 0 0 0 20px; }
.post {  margin:0px 10px; margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #F2F2F2; }

.title { margin: 0; padding: 0 15px;  }
.c {  margin:0px; padding:5px 10px;  background-image: url(images/lm.png);
 background-repeat: repeat-y;
 background-position: left top;
 background-attachment: scroll; }
.c h1 { letter-spacing:2px; color:#fdfdfd; margin:3px 0px; text-align:center; padding:5px;  background-image: url(images/h.png);
 background-repeat: repeat-x;
 background-position: left top;
 background-attachment: scroll;  border-top:1px solid #f7f6e0; border-bottom:1px solid #f7f6e0; font-size: 18px; }
.title a {  letter-spacing:2px; color:#fdfdfd; margin:3px 0px; text-align:center; padding:5px; font-size: 18px; }
.title a:hover { border-bottom: 1px dotted #396797; }

.byline { color: #666666; margin: 0 0 20px 0; }
.add {  background-image: url(images/sh.png);
 background-repeat: repeat-x;
 background-position: left top;
 background-attachment: scroll; }
.ad { text-align:center; }
.cn { font-family: Georgia; font-size:15px; padding: 10px 15px;  
 text-align:justify; color:#17462c; 
  background-image: url(images/cs.png);
 background-repeat: repeat-x;
 background-position: left top;
 background-attachment: scroll;
 }

#searchform { margin: 0; padding: 0; }

#searchform br { display: none; }

#footer p {  margin: 0;	text-align: center; font-size: 21px; color: #0D4515; }

#footer a { color: #fdfdfd; }
#navcontainer
{
	text-align:center;
	padding:5px 0px;
	color:#203143;
	margin:0px;
	background-image: url(images/gb.png);
 background-repeat: repeat-x;
 background-position: left top;
 background-attachment: scroll;
}

ul#navlist
{
    list-style: none;
		margin: 0;
		padding: 0;
		border: none;
    width: 100%;
}

ul#navlist li
{
  margin: 0;
}

ul#navlist li a
{		text-align:left;
    font-size:14px;
		display: block;
		text-indent:5px;
		padding:4px 2px;
		color: #12561c;
		letter-spacing:1px;
		text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
font-size:14px;
color: #203141;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	font-size:14px;
	color: #fdfdfb;
	background-color:#12561c;
}
#tb { background-color#95121E; }
.lr { background-image: url(images/lr.png);
 background-repeat: no-repeat;
 background-position: left top;
 background-attachment: scroll; }
.ll { background-color#95121E;	background-image: url(images/ll.png);
 background-repeat: no-repeat;
 background-position: right top;
 background-attachment: scroll;
}
.srk { 	width:100%; background-image: url(images/lll.png);
 background-repeat: repeat-x;
 background-position: center top;
 background-attachment: scroll; }
 