/* tło dla całej strony */
body
{
}

/* tło nad logo */

.headDots 
{    
	background: url("../images/patGrunge_top.jpg") repeat scroll left top transparent;    box-shadow: none;    height: 46px;
}

/* tło dla logo */

div.logoCont
{
	background: url("../images/patGrunge_top.jpg") repeat scroll left top transparent;
}

/* tło dla menu */

.menuDots 
{
	box-shadow: 0 2px 3px #111111;
	padding-top:10px;
	background:url('../img/photos/pattern.jpg') top left repeat-x;
}

/* tło dla stopki */
.bottomDots
{
}

/* kolor tekstu we wszystkich blokach */
.txt, .txtdiv, .txtright, .txtFull .node-type-blog { color: #878787; }

/* kolor tekstu w opcjach pod filmem na głównej */
.links ul li{ color: #525251!important; }

/* kolor w tekstach z listą gier */
.gameDesc p { color: #878787; }

/* kolor tekstu na stronie danej gry */
.mainGameDesc p { color: #878787; }

h3#screens, h3#videos, h3#arts{ color: #41717f; }

/* tytuł gry na stronie gry */
.gamePageTop h1 { color: #41717f !important; font-weight: bold !important; }

/* nagłówki bloków */
.txt h3 { color: #525251; font-weight: bold !important; } 
h3 span { color: #41717f;  font-weight: bold !important;}
h1, h2 { color: #41717f;} /* tytuł wpisu bloga */

/* nagłówki wewnątrz bloków */
h3, .contactInAbout .txt .block-body h3 { color: #ffffff; font-weight: normal !important; } 
h5 { color: #ffffff; font-weight: normal !important; } 
#comments .commentform h3{ color: #525251; font-weight: normal !important; }

/* tytuł filmu na głównej stronie */
#mainSite h1{ color: #41717f; }
.mainH1Cont span{ color: #525251; }

/* kolory wyroznionych elementow tekstow */
span.q,
.gameDesc p b,
.gameDesc p strong,
.txt p strong,
.mainGameDesc b,
.mainGameDesc strong
{
	color: #ffffff !important;
}

.mainGameDesc b,
.mainGameDesc strong
{
	font-weight: normal;
}

.mainGameDesc { color: #878787; }

/* podpis pod menu */
.flyingSpecTitle{ font-size:60%; }
.flyingSpecTitle strong
{
	color: #aaa !important;
	font-weight: normal;
}

/* podstawowy kolor linków i na stronie gry */
a{ color:#41717f; }

/* kolor linków aktywnych, hover */
a:hover,
li.active a
{
	color:#FFCD00 !important;
}

/* kolor linkow w menu górnym */
.topMenu ul li a:hover, 
.topMenu ul li a.selected,
.footer .fright a:hover
{
	color:#FFCD00 !important;
}

/* linki nawigacyjne na stronie gry */
.gameLinks a{ color:#41717f; }
.gameLinks a:hover
{
	color:#FFCD00 !important;
}

/* kolor linku tytuł gry w grach */
.gameDesc h2, .gameDesc h2 a { color: #41717f; }

/* przyciski */
.backButton, a.gameMore { background:  #41717f; color: #ffffff; }
.backButton:hover, a.gameMore:hover { background:  #FFCD00 !important; color: #000000 !important; }

/* przyciski w formularzach */
.singleRow input.submit, div.fullform .submit input { background:  #41717f; color: #ffffff; }
.singleRow input.submit:hover, div.fullform .submit input:hover { background:  #FFCD00 !important; color: #000000 !important; }

/* 'read more' w blogu */
.node-more span, .node-more a{ color: #222 !important; }
.node-more a:hover{ color: #FFCD00 !important; }

/* kolor linków nieaktywnych w menu */
.topMenu li a,
.footer,
.footer .fright a  
{
	color: #1E1E1E;
}

/* przezroczystosc logo  */
.subpage .logo img { opacity: 0.7; }

/* przezroczystosc logo po najechaniu  */
.subpage .logo:hover img { opacity: 0.9; }

/* odleglosci miedzy opcjami menu dla danej wersji jezykowej  */
.lang_pol .topMenu li
{
	margin-right:22px;
}

.lang_eng .topMenu li
{
	margin-right:20px;
}

/* prostokąciki w slajderze - bez najechania */
#pix_pag_ul > li > span { background: #222; }

/* prostokąciki w slajderze  - efekt  Over */
#pix_pag_ul li:hover span { background: #525251; }

/* prostokąciki w slajderze  - aktywny */
#pix_pag_ul li.diapocurrent span { background: #41717f; }

/* wielkosc mapy w about*/
#gMap{ width:400px; }

/* wielkosc mapy w contact*/
.contactLeft #gMap{}

/* podpisy zdjęcia w team */
a to imie:.memberInfo span.name{}
.memberInfo span.title{ color:#FFCD00; }

/* hot news na głownej */
.mainPageComment h3{
font-size:45px;
color:#525251 !important;
}

.mainPageComment{
    color: #525251;
    padding-left: 13px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 40px;
}

.mainPageComment p strong
{
	color: #878787 !important;
	font-weight: normal !important;
}

.mainPageComment p em
{
	color: #FFCD00 !important;
	font-style:normal !important;
    font-size: 43px;

}

.mainPageComment .block {    
}