/*html5 semantics tags */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

@font-face {
  font-family: 'GunplayRegular';
  src: url('/includes/fonts/gunplay-webfont.eot');
  src: url('/includes/fonts/gunplay-webfont.eot?iefix') format('eot'),
       url('/includes/fonts/gunplay-webfont.woff') format('woff'),
       url('/includes/fonts/gunplay-webfont.ttf') format('truetype'),
       url('/includes/fonts/gunplay-webfont.svg#webfontNUVOClKy') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	background-color: #000;
	color: #DDD;
  width: 990px;
  margin: auto;  
}

fieldset {
  border: none;
  margin:0;
  padding:0;
  width:100%;
}

table {
  width:100%;
  margin:auto;
  border-collapse: separate;
  border-spacing: 1px;
}

#pageHeader {
	margin: auto;
	width: 990px;
	height: 185px;
	background-image: url("/images/theme/theme.png");
	background-repeat: no-repeat;
	background-position: 0 -840px;
	text-align: right;
	clear: both;
}
#logo {
	float: right;
	width: 493px;
	text-align: left;
}
#pageLeft {
	width: 170px;
	float: left;
	padding: 7px 7px 0 0;
}
#pageMain {
	width: 636px;
	float: left;
	padding: 7px 0 7px 0;
}
#pageRight {
	width: 170px;
	float: right;
	padding: 7px 0 0 7px;
}
ul.nawigacja-top {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.nawigacja-top > li {
	display: inline;
}

#top {
	margin: 0;
}
a.head-logo {
	width: 475px;
	height: 128px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -711px;
	display: block;
}
a.news-head {
	width: 72px;
	height: 56px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -456px;
	display: block;
	float: left;
}
a.news-head:hover {
  background-position: 0 -513px;
}
a.forum-head {
	width: 81px;
	height: 56px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -114px;
	display: block;
	float: left;
}
a.forum-head:hover {
  background-position: 0 -171px;
}
a.download-head {
	width: 121px;
	height: 56px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 0;
	display: block;
	float: left;
}
a.download-head:hover {
  background-position: 0 -57px;
}
a.galeria-head {
	width: 95px;
	height: 56px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -285px;
	display: block;
	float: left;
}
a.galeria-head:hover {
  background-position: 0 -228px;
}
a.kontakt-head {
	width: 106px;
	height: 56px;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -399px;
	display: block;
	float: left;
}
a.kontakt-head:hover {
  background-position: 0 -342px;
}
a.top-link:hover {
	background-color: transparent;
}
.unlink {
	display: none;
}
#pageFooter {
	margin: auto;
	clear: both;
	width: 990px;
	height: 48px;
  position: relative;
	text-align: center;
	background-image: url("/images/theme/theme.png");
	background-position: 0 -570px;
	background-repeat: no-repeat;
  padding-top: 92px;
}
#copyrightCode {
  position: absolute;
  left: 26px;
  top: 98px;
}
#copyrightGraphics {
  position: absolute;
  right: 26px;
  top: 98px;
}
#copyrightMain {
  position: absolute;
  left: 345px;
  top: 98px;
  text-align:center;
  width:300px;
  margin:auto;
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.alignCenter {
  text-align:center;
}
hr {
	background-color: #4b5d25;
	color: #4b5d25;
	border-bottom: 1px dotted #222f06;
	border-style: none none dotted;
	clear: both;
}
th {
  /* background-color:#333F17; */
	font-size: 14px;
	font-weight: bold;
	/* padding: 6px; */
}
td {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
}
.tbl-border {
	background-color: #222f06;
}
.tbl {
	font-size: 11px;
	padding: 5px;
}
.tbl1, .tbl2 {
	font-size: 11px;
	background-color: #452;
	padding: 5px;
	border: 1px solid #51642c;
	color: #eee;
}
.tbl-download {
  background-color: #607435;
}

ul.pagination {
  width: 80%;
  text-align: center;
  margin: auto;
  padding: 0;
  list-style-type: none;
}

ul.pagination > li {
  display: inline;
  padding: 6px;
}


.poll {
	height: 11px;
	border: 1px #303f10 solid;
}
.comment-name {
	font-weight: bold;
	color: #dfb90d;
}

.comment-name > a {
	font-weight: bold;
}

.small {
	font-size: 10px;
	font-weight: normal;
}
.small2 {
	font-size: 9px;
	font-weight: normal;
}
.quote {
	background-color: #4b5d25;
	margin: 5px 40px;
	font-style: italic;
	padding: 5px;
}
form {
	margin: 0;
}
.button {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #eee;
	background-color: #454545;
	border: #303030 1px solid;
	margin: 5px 0 0 0;
}
.button:hover, .button:focus {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #fff;
	background-color: #373737;
	border: #252525 1px solid;
}
.textbox {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	color: #252525;
	background-color: #607435;
	border: 1px #2d361a solid;
	padding: 1px;
}
.textbox:hover, .textbox:focus {
	color: #252525;
	background-color: #6b8435;
	border: 1px #25310c solid;
}
img {
	border: 0;
}
.imgbox {
	border: 1px solid #222f06;
  -moz-box-shadow: 3px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 3px 3px rgba(0,0,0,0.3);
  box-shadow: 3px 3px rgba(0,0,0,0.3);
}
a {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #bbb;
	/* background-color: #39451e; */
  text-decoration: underline;
}
a.block, a.rozwin {
	display: block;
	line-height: 14px;
	font-size: 11px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #c5c5c5;
}



.block {
	display: block;
	line-height: 14px;
	font-size: 11px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
a.blockin {
	display: block;
	line-height: 14px;
	font-size: 11px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #c5c5c5;
	margin-left: 7px;
}
a.blocksmall {
	display: block;
	line-height: 13px;
	font-size: 10px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #c5c5c5;
}
a.blockinsmall {
	display: block;
	line-height: 13px;
	font-size: 10px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #c5c5c5;
	margin-left: 7px;
}
a.blockcenter {
	display: block;
	line-height: 14px;
	font-size: 11px;
	color: #c5c5c5;
	text-align: center;
}
a.blockcentersmall {
	display: block;
	line-height: 13px;
	font-size: 10px;
	color: #c5c5c5;
	text-align: center;
}

a.blockcenter:before {
	content: url("/images/theme/strzalka_lewa.gif");
}
a.blockcenter:after {
	content: url("/images/theme/strzalka_prawa.gif");
}
a.news {
	padding-left: 12px;
	background-image: url("/images/theme/x.gif");
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	line-height: 13px;
	font-size: 10px;
	max-width: 100%;
	color: #c5c5c5;
	clear: both;
}
a.newstitle, a.newstitle:hover {
	color: #ddd;
	text-decoration: none;
	background: none;
}
a.imgtitle {
	padding: 0 3px 0 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 13px;
	font-size: 10px;
	color: #c5c5c5;
	text-align: center;
}
img.nav {
	margin-top: 4px;
}

.screen {
	text-align: center;
	padding: 13px 0;
}
.screen > a {
	margin:0 5px;
}
.msc {
	text-align: center;
	font-weight: bold;
}
ol {
	margin-left: 20px;
	padding-left: 5px;
}
.center {
	text-align: center;
	margin: auto;
	width: 100%;
}
.title {
	font-size: 10px;
	margin: 0;
	color: #AAA;
	display: inline;
  font-weight: bold;
}
.title > a:link,
.title > a:visited {
	color: #AAA;
}
.title > a:hover {
	text-decoration: underline;
	color: #EEE;
}
p.interlinia-15 {
	line-height: 15px;
}
.komunikat-ok {
	font-weight: bold;
	color: #94c700;
}
.komunikat-bad {
	font-weight: bold;
	color: #ff4200;
}


h1.titles, h2.titles {
  margin: 0;
  font-size:16px;
}
span.titles {
  text-align:left;
  margin:20px;
  font-size:13px;
  display:block;
  font-weight:bold;
}



/* START NAWIGACJA STRONY */
ul.nawigacja {
	font-size: 11px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
ul.nawigacja-wewnetrzna {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nawigacja > li > a:link, ul.nawigacja-wewnetrzna > li > a:link, 
ul.nawigacja > li > a:visited, ul.nawigacja-wewnetrzna > li > a:visited {
  display: block;
	line-height: 14px;
	padding-left: 10px;
	background-image: url("/images/theme/strzalka_lewa.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #c5c5c5;
}
ul.nawigacja-wewnetrzna > li > a:link, ul.nawigacja-wewnetrzna > li > a:visited {
	margin-left: 7px;
}
h4.nawigacja {
	font-size: 15px;
	font-family: "GunplayRegular";
	color: #8ABB13;
	margin: 0 0 5px;
	font-weight: normal;
	text-shadow:#000 3px 3px 3px;
  z-index: 4;
}
h4.nawigacja > .unlink {
  display: inline;
}
/* END NAWIGACJA STRONY */


h2.title, h1.title {
  display: inline;
}


a.breadcrumb:link,
a.breadcrumb:visited {
	color: #AAAAAA;
}

a.breadcrumb:hover {
	color: #EEE;
  text-decoration: underline; 
}

h2.article-title 
{
  text-align: center;
  margin: 0pt 0pt 7px; 
  font-family: Verdana,sans-serif; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  font-size: 15px; 
  line-height: normal; 
}


/* START GALERIE, ALBUMY, SCREENY */

a.galeria-link,
a.galeria-link:hover {
  display: block;
  width: 600px;
  height: 125px;
  margin-bottom:13px;
  text-align: center;
}


a.galeria-link {
  filter: alpha(opacity=80); 
  -moz-opacity: 0.8; 
  opacity: 0.8;
}

a.galeria-link:hover {
  filter: alpha(opacity=100); 
  -moz-opacity: 1.0; 
  opacity: 1.0;
}

div.album-blok {
  float:left;
  width:25%;
  text-align:center;
  min-height: 150px;
}

div.album-blok > a {
  filter: alpha(opacity=80); 
  -moz-opacity: 0.8; 
  opacity: 0.8;
	display:block;
	width:118px;
	height:98px;
	margin:0 auto;
}

div.album-blok > a > img {
	margin-top:9px;
}

div.album-blok > a:hover {
	display:block;
  filter: alpha(opacity=100); 
  -moz-opacity: 1.0; 
  opacity: 1.0;	
  display:block;
	background-color:#4B5D25;
	background-image:url("/images/photoalbum/cien.png");
	background-position:center center;
	background-repeat:no-repeat;
}

div.album-tytul {
  margin:5px 0 1px 0;
  font-weight: bold;
}

/* END GALERIE, ALBUMY, SCREENY */



/* START JAGGED ALLIANCE 2 AAR */
.aar_arulco {
  width: 90%;
  margin: auto;
  padding: 10px;
  background-color: #415E24;
  border: 1px dotted #222222;
  font: normal 12px/18px Courier New,mono-space
}

.aar_arulco_tytul {
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 10px;
}


/* END JAGGED ALLIANCE 2 AAR */ 


.wywiad-pytanie {
	color: silver;
	font-weight: bold;
}

.wywiad-odpowiedz {
	margin-left: 15px;
	margin-right: 15px;
}






/* START - PANEL JAC W INTERNECIE */ 
#share_panel {
	list-style-type: none;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 144px;
	height: 30px;
}

#share_panel > li {
  display: inline;
}


#share_panel > li > a {
  width: 24px;
  height: 24px;
	float: left;
	margin: 0 6px;
	padding: 0;	  
}

.share_facebook { 
	background: url("/images/theme/share.png") no-repeat scroll 0 0 transparent;	
}

.share_rss { 
  background: url("/images/theme/share.png") no-repeat scroll -25px 0 transparent;	
}  

.share_blip { 
	background: url("/images/theme/share.png") no-repeat scroll -50px 0 transparent;
} 

.share_youtube { 
	background: url("/images/theme/share.png") no-repeat scroll -75px 0 transparent;
} 

.share_twitter { 
	background: url("/images/theme/share.png") no-repeat scroll -100px 0 transparent; 
} 
/* END - PANEL JAC W INTERNECIE */ 



/* START - PANEL POLECAMY */ 
div#polecamy > hr {
	margin: 10px auto;
}

/* END - PANEL POLECAMY */ 
















.panel {
	margin-bottom: 7px;
}

.panelTop {
	font-size: 10px;
	font-weight: bold;
	color: #AAA;
	text-shadow: 1px 1px 1px #000;
  border: 1px solid #252525;
  border-bottom: 0;
	height: 19px;
	background: #434343 url("/images/theme/pasek_szary.gif") repeat-x;
  padding: 5px 13px 0 13px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
  position: relative;
}

.panelBottom {
  font-size: 10px;
  font-weight: normal;
  color: #DDD;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #252525;
  border-top: 0;
	height: 19px;
	background: #434343 url("/images/theme/pasek_szary.gif") repeat-x;
  padding: 5px 13px 0 13px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
  position: relative; 
}

.panelMain {
	padding: 6px 12px;
	color: #DDD;
	min-height: 25px;
	clear: both;
	background-color: #4b5d25;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

.panelMainShort {
	padding: 6px 12px;
	color: #DDD;
	min-height: 25px;
	clear: both;
	background-color: #4b5d25;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
  border-bottom: 0; 
}

.panelSide {
  font-size: 10px;
  text-align: left;
}

.clear {
  clear: both;
}



.contentNews {
  text-align: justify;
  min-height: 100px;
}

.newsCatImg {
  float: left;
}


.newsAuthor {
  float:left;
}

.newsComments {
  float:right;
}

.albumImg {
  float: left;
  margin:5px 0px 10px 20px;
}









div#newsletter {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

span#newsletter-title {
  font-weight:bold;
  margin-bottom:5px;
}

#email-message {
  padding: 5px 0;
  display: none;
}

fieldset#email_fieldset {
  margin:0;
  padding:0;
  border:0;
}

fieldset#email_fieldset > input.button {
  width: 65px;
}

fieldset#email_fieldset > input.textbox {
  width: 130px;
  padding: 2px;
  margin: 7px auto;
}

#logowanieform .textbox {
  width: 90px;
}



#login-message {
  text-align: center;
}


.panel-sklep {
  background-image: url("/images/articles/sprzedaz_gog/sklep.png");
  background-position: 0 -120px; 
  width: 140px; 
  height: 70px;
  display:block;

}

.panel-sklep:hover {
  background-position: 0 0; 
  width: 140px; 
  height: 70px;
}


/* Spisy artykulow newsow itp */
.spis_tytul {
  margin: 10px 0 5px 0;
}

.spis_tytul > a {
  color: #FFDD33;
  font-weight: normal;
  font-size: 13px;
}

.spis_opis {
  display: block;
  font-size: 11px;
  line-height: 15px;
  margin: 0 20px 20px 20px;
}


/* Link do pobierania plikow */
.link_download {
  color: #DDBB00;
  font-size: 20px;
  font-style: italic;
  text-shadow: 2px 1px 5px;
}

.link_download:hover {
  color: #AAFF33;
  text-decoration: underline;
}


/* Komentarze */
.komentarz_tekst {
  font-size: 11px;
  line-height: 1.25;
}


/* Ankiety */
#ankieta-tytul {
  font-weight:bold;
  margin-bottom:15px;
}


.addthis_toolbox {
  float: right;
  position: absolute;
  right: 4px;
  top: 3px;
}



/* Ostatnie posty na forum */
th.postsTopic, td.postsTopic {
  width: 60%;
}
th.postsLast {
  width: 40%;
}

td.postTime {
  font-size:xx-small;
  text-align:center;
  width:20%
}

td.postAuthor {
  font-size:xx-small;
  text-align:center;
  width:20%;
  font-weight:bold;
}


.ie6-info {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #000000;
color: red;
font-size: 16px;
font-weight: bold;
height: 50px;
left: 0;
line-height: 24px;
padding: 10px 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
}

.ie6-info a:link {
  color: green;
  text-decoration: underline;
}

#listComments {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#listComments > li {
  background-color: #445522;
  padding: 5px;
  margin-bottom: 10px;
}

.commentAuthor {
	font-weight: bold;
	color: #dfb90d;
  font-size: 11px;
}

.commentAuthor > a {
	font-weight: bold;
}

.commentAuthor > img {
  float: left;
  margin: 0 10px 0 0;
}

.commentsManage {
  text-align: center;
}

.commentAvatar {
  border: 1px solid #333;
  width: 50px;
  height: 50px;
}

.commentDate {
  float: right;
  font-size: 10px;
  color: #BBBBBB;
}

#noCommentsInfo {
  text-align:center; 
  font-weight:bold;
}




