/***********************************************
**          WP Styleguide CSS 4.50            **
************************************************/

/* 
 * Resets
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, q, blockquote, pre, code, var
a, big, del, em, font, small, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}
a{ color:#000099;text-decoration:none; }
a:hover{ text-decoration:underline; }
a img, :link img, :visited img, :active img, :hover img, fieldset, abbr, acronym{ border:0; }
:focus{ outline:0; }
table{ border-spacing:0;border-collapse:collapse; }
th, caption{ text-align:center; }
pre, code{ font-family:'Courier New', Courier, monospace; }
label:hover{ cursor:pointer; }
ol, ul{ list-style:none; }
form{ margin:0;padding:0;display:inline; }
input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25;
}
p{ padding:0 0 8px 0; }


/*
 * Footer
 */
#stgFooter, #wpFooter{
	margin:0 auto;
	clear:both;
	text-align:center;
	font-size:11px;
	padding-top:7px;
	width:990px;
	padding-bottom:15px;
	position:relative;
	font:11px Tahoma, Helvetica, sans-serif;
	color:#929292;
	background-color:#fff;
}
#stgFooter a:link, #stgFooter a:active, #stgFooter a:visited,
#wpFooter a:link, #wpFooter a:active, #wpFooter a:visited{
	font-size:11px;
	padding:0 6px;
	color:#929292;
}
#stgFooter a:hover,
#wpFooter a:hover{
	text-decoration:underline;
}
#stgFooter .copyright,
#wpFooter .copyright{
	font:11px Tahoma, Helvetica, sans-serif;
	color:#f34300;
	text-decoration:none;
	padding:0;
	line-height:18px;
}
#stgFooter .copyright a:link, #stgFooter .copyright a:visited, #stgFooter .copyright a:hover,
#wpFooter .copyright a:link, #wpFooter .copyright a:visited, #wpFooter .copyright a:hover{
	color:#f34300;
	text-decoration:none;
	padding:0;
	font-weight:bold;
}
#stgFooter .copyright a:hover,
#wpFooter .copyright a:hover{
	text-decoration:underline;
}
#wpFooterStat{
	top:0;
	right:0;
	position:absolute;
}


/*
 * pre
 */
.clr{ height:1%; }
.clr:after{ clear:both;display:block;content:''; }
.bx{ margin-bottom:10px; }


/**************************************
**         WPJSlib modules           **
**************************************/
.SBM_link {
	display:block;
	font-weight:bold;
	cursor:pointer;
	width:178px;
	height:18px;
	padding:5px 0 0 12px;
	background:transparent url(//i.wp.pl/a/i/stg/sbm_1/link.png) no-repeat top left;
	color:#b00;
}
.SBM_link:hover { opacity:.82 }


/**************************************
**             stgCols               **
**************************************/
#stgMain, #wpMain{ background-color:#a09f9f;margin:0 auto;width:970px;padding:0 10px 10px 10px;}

#stgNavi{ margin-bottom:10px; }
#stgSearch{ clear:both; }
#stgTop{	margin-bottom:10px;clear:both; }

#stgCol660{ width:660px;margin-bottom:10px; }
#stgCol300{ width:300px;margin-bottom:10px; }
#stgCol325a{ width:325px;margin-bottom:10px; }
#stgCol325b{ width:325px;margin-bottom:10px; }
#stgCol470{ width:470px;margin-bottom:10px; }
#stgCol180{ width:180px;margin-bottom:10px; }

#stgMain:after{ display:block;clear:both;content:''; }
#stgMain.R300 #stgCol300{ float:right; }
#stgMain.R300 #stgCol660{ float:left; }
#stgMain.L300 #stgCol300{ float:left; }
#stgMain.L300 #stgCol660{ float:right; }

#stgCol660.R180 #stgCol180{ float:right; }
#stgCol660.R180 #stgCol470{ float:left; }
#stgCol660.L180 #stgCol180{ float:left; }
#stgCol660.L180 #stgCol470{ float:right; }
#stgCol660.R325a #stgCol325a{ float:right; }
#stgCol660.R325a #stgCol325b{ float:left; }
#stgCol660.L325a #stgCol325a{ float:left; }
#stgCol660.L325a #stgCol325b{ float:right; }
/*********   stgCols ::end   *********/

