@import url("/forum/templates/subSilver/classic/header.css");
@import url("/forum/templates/subSilver/classic/navigation.css");

body, ol, ul {
	margin: 0;
	padding: 0;
}

body {
	font: .7em/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #c6ae8d;
}

font {
	color: #ae8d62;
}

ol, ul {
	margin-left: 2.5em;
}

ul li {
	list-style: square url("images/pent-bullet.jpg");
}


/* =STRUKTURA
-------------------------------------------------- */

#wrapper,
#mainPage,
#essaysCategory {
	width: 770px;
	margin: 1em auto 2em;
	overflow: hidden;
}

#primaryContent {
	width: 580px;
	float: right;
}

#mainPage #primaryContent {
	float: left;
}

	#contentOne {
		width: 390px;
		_width: 386px;
		margin: 0;
		float: right;
	}

	#contentTwo {
		width: 170px;
		margin: 0 20px 0 0;
		float: left;
	}

#secondaryContent {
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}

#mainPage #secondaryContent {
	margin: 0 0 0 20px;
	float: right;
}

#footer {
	text-align: center;
	margin: 0 0 15px;
}

/* =LINKI
-------------------------------------------------- */

a {
	color: #ae8d62;
}
a:hover,
a:active {
	color: #c8b571;
}
a.wiecej {
	text-decoration: none;
}
a img {
	border: 2px solid #ae8d62;
}
a:hover img,
a:active img {
	border: 2px solid #c8b571;
}

/* =NAGLOWKI
-------------------------------------------------- */

h2 {
	border-bottom: solid 1px;
	font-weight: normal;
	font-size: 1.2em;
	margin: .6em 0;
}

#secondaryContent h2,
#contentTwo h2 {
	background: url("images/belka_green168.gif") repeat-y;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-indent: 4px;
	min-height: 15px;
	border: none;
	margin: 1em 0;
}

h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}

#wrapper h3 {
	font-weight: bold;
	margin-bottom: -1em;
}

#essaysCategory h3 {
	font-weight: bold;
	margin: 1em 0;
}

#news h3 {
	background: url("images/pent-bullet.jpg") 0 50% no-repeat;
	border-bottom: solid 1px #333;
	font-weight: bold;
	margin: 1.8em 0 0;
	padding: 0 6em 2px 16px;
	text-indent: 0;
	position: relative;
}

#news h3 span {
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 2px;
	_bottom: auto;
	right: 0;
	color: #666;
}


/*
-------------------------------------------------- */

#preamble {
	text-align: justify;
}

#preamble a,
#preamble a strong {
	font-weight: normal;
}

#news {
	text-align: justify;
}

#secondaryContent img {
	margin: 0 auto;
	display: block;
}

#top10 li span {
	display: none;
}

#contentTwo cite {
	display: block;
	margin-bottom: 1em;
}

#essaysCategory cite:before {
	content: "(";
}
#essaysCategory cite:after {
	content: ")";
}

#reklamaGoogle {
	text-align: center;
	margin-bottom: 2em;
}

.mainPageCzyt {
	border: solid #222600;
	border-width: 2px;
	margin-bottom: 1em;
}
.mainPageCzyt div {
	padding: 0 .2em;
}

/*ACTA*/
#blackclose a, #blackclose a:visited{ 
		text-decoration: none; 
		font-family: "Arial",Helvetica,sans-serif;
	}
	#overlayblack{
	   background: -moz-radial-gradient(center center 45deg, circle closest-side, transparent 0pt, black 350px) repeat scroll 0 0 transparent;
	   background: -webkit-gradient(radial, center center, 0, center center, 350, from(transparent), to(rgba(0, 0, 0, 1)));
		background: -o-radial-gradient(center, circle cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 5%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, circle cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 10%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: radial-gradient(center, circle cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 10%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
	   height: 100%;
	   left: 0;
	   pointer-events: none;
	   position: absolute;
	   top: 0;
	   width: 200%;
	   bottom: 0;
	   top: 0;
	   right: 0;
	   left: 0;
	   z-index: 2003;
	}
	#blackclose{
	   -moz-box-sizing: border-box;
	   box-sizing: border-box;
	   text-align: center;
	   width: 100%;
	   left: 0;
	   position: fixed;
	   top: 50%;
	   z-index: 2004;
	   background: #000;
	   padding: 20px 0;
	   margin-top: -50px;
	}
	#blackclose .hard{
		font-size: 50px;
	}
	#blackclose a{font-size: 12px; margin-right: 10px; color: #fff; margin-top: 10px;}
	#blackclose p {padding: 0px; margin: 0px;}
	#blackclose p a{color: #fff; font-size: 30px; padding-top: 20px;}
	#blackclose .fright{ float:right; }


