@charset "utf-8";
/**** General styles ****/

* {margin:0px;padding:0px;top:0px;left:0px;}

body {
	font-size: 66%; /* Oznacza w większości przeglądarek 10px; jednostki em są teraz wielokrotnościami tej wartości, np. 1.5em = 15px */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #373636;
}

a {
	color: #546a05;
}

#left a, #top a {
	text-decoration: none;
	font-size: 1.2em;
}

a:visited {
	color: #546a05;
}

a:hover {
	color: #ce0000;
	text-decoration: none;
}

a:active {
	color: #ce0000;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #6f8912;
}

code {
	font-family: "Courier New", Courier, monospace;
}

strong {
	font-style: normal;
	font-weight: bold;
	
}

.bold {
    font-weight: bold;
}


/**** Layout styles ****/

#mainWrapper { /* encapsulates the whole page */
	width: 1020px;
	max-width: 1920px;
	margin: auto;
	font-size: 1.5em;
}

#top {
	width: 100%; /* 100% of mainWrapper */
	height: 117px;
	background-color: #e7ebec;
	background-image: url(../gfx/topRose.jpg), url(../gfx/topRightPart.jpg);
	background-position: left, left;
	background-repeat: no-repeat, repeat-x;
	border-bottom: solid #7b9619 3px;
	font-weight: bold;
}

#mainWrapper #top p {
	padding: 10px 0 0 210px;
	margin-top: 0;	
	font-size: 3.0em;
	font-family: Verdana, Geneva, sans-serif;
	color: #667e04;
	font-family: "Courier New", Courier, monospace
}

div#underTopLinks {
	width: 100%; /* 100% od mainWrapper */
	height: auto;
	background-color: #e7ebec;
	border-bottom: 1px solid #6f8912;
	margin-bottom: 3px;
	padding-bottom: 5px;
	overflow: hidden;
}

div#underTopLinks p {
	padding: 5px 0 0 20px;
	margin: 0;
}

div#underTopLinks p a {
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding-left: 15px;
	background: url(../gfx/topLinkBall.png) 1px no-repeat;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	display: inline-block; /* Fiexs a problem with IE */
}

#wyszukiwarka {
	font-weight: bold;
	font-size: 0.80em;
	font-family: "Courier New", Courier, monospace;
	color: #546a05;
	float: right;
	margin: -20px 12px 0 0;
}

#wyszukiwarka #poleTekstowe {
	width: 142px;
	background-color: #e7ebec;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0 0 0 5px;
	color: #454646;
	font-weight: bold;
}

#wyszukiwarka #przyciskSzukaj {
	background-color: #e7ebec;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 0;
	color: #546a05;
	font-weight: bold;
}

div#col1, div#col2, div#col3 {
	margin: 0 10px 0 0;
	float: left;
	min-height: 500px;
}

/**** The col styles apply only to the home page ****/

div#col1 h1, div#col2 h1, div#col3 h1 {
	font-size: 1.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

div#col1 {
	width: 400px;
}

div#col2 {
	width: 400px;
}

div#col3 {
	width: 170px;
	padding-top: 45px;
	margin-left: 20px;
}

div#col3 h1 {
	font-size: 0.9em;
	color: #de0303;
	font-style: italic;
	margin-bottom: 10px;
}

#randomTerm {
	font-size: 0.7em;
	color: #507803;	
	min-height: 60px;
	border-top: 1px solid #a2c71b;
	padding-top: 5px;
	margin-top: 10px;
}

#randomTerm #definition {
	color: #373636;	
}

#randomTerm #definition a {
	color: #000;
}

#randomTerm #definition a:hover {
	color: #ce0000;
	text-decoration: none;
}

/**** Article on the left styles ****/

.newestArticle {
	background: url("../gfx/clover.png") no-repeat;
}

.newestReview, .newestBook {
	background: url("../gfx/book.png") no-repeat;
}

.newestTranslation {
	background: url("../gfx/keyboard.png") no-repeat;
}

.newestArticle, .newestReview, .newestTranslation, .newestBook {
	font-size: 1.1em;
	color: #507803;	
	min-height: 60px;
	padding-left: 65px;
	border-top: 1px solid #a2c71b;
	padding-top: 5px;
	margin-top: 10px;
	background-position: left center;
}

.newestArticle span, .newestReview span, .newestTranslation span, .newestBook span {
	font-size: 0.9em;
	color: #727475;
}

.newestArticle a, .newestReview a, .newestTranslation a, .newestTranslatedBook a, .newestBook a {
	text-decoration: none;
}


/**** Newest book box styles ****/
.PHPCMS {
	background: url("../gfx/translatedBooks/PHPCMS.png") no-repeat;
}

.elektronikaDlaBystrzakow {
	background: url("../gfx/translatedBooks/elektronikadlabystrzakow.png") no-repeat;
}

.objectiveC {
	background: url("../gfx/translatedBooks/objectiveC.png") no-repeat;
}

.newestTranslatedBook {
	font-size: 1.3em;
	color: #507803;	
	min-height: 120px;
	padding-left: 100px;
	padding-top: 4px;
	border-top: 1px solid #a2c71b;
	margin-top: 10px;
	background-position: left center;
}

.newestTranslatedBook span { /* Book title */
	font-style: italic;
	font-size: 0.9em;
}

.newestTranslatedBook ul li {
	font-size: 0.8em;
	color: #727475;
	margin-top: 10px;
	
}

.newestTranslatedBook ul {
	margin-left: 14px;
}

/**** Styles for article pages ****/
div#mainContent {
	width: 998px; /* With padding and borders width == 1020px */
	padding: 0 10px;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
}

div#ads {
	float: right;
	width: 180px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-left: 5px;
	border-left: 1px dashed black;
	border-bottom: 1px dashed black;
}

/**** Footer styles ****/
#footer {
	clear: both;
	width: 1020px;
	height: 25px;
	background-color: #939393;
	margin: 2px 0 1px -11px;
	border-top: 10px solid #ffffff;
	text-align: center;
	padding-top: 4px;
}

body #mainWrapper #footer a {
	color: #ffffff;
	margin-right: 25px;
	font-size: 0.95em;
	text-decoration: none;
}

body #mainWrapper #footer a:visited {
	color: #ffffff;	
}

body #mainWrapper #footer a:hover {
	color: #ce0000;
}

body #mainWrapper #footer a:active {
	color: #ce0000;
}

div#helionPromocjaDnia h1, div#helionBestsellery h1 {
	font-size: 1.1em !important;
	color: #de0303;
	font-style: italic;
	margin-bottom: 10px;
}

div#helionPromocjaDnia {
	margin-bottom: 20px;
	text-align: center;
}

div#helionPromocjaDnia img {
	margin-left: 25px;
}

div#helionBestsellery {
	margin-bottom: 12px;
}

div#helionBestsellery h1 {
	margin-bottom: 0;
}

div#helionBestsellery li {
	margin-left: 20px;
	margin-top: 8px;
	font-size: 0.9em;
}

#reklamyGoogle {
	margin-top: 40px;	
}















.leftBox {
    background: url(../gfx/leftRounderTop.png) no-repeat top left;
	width: 155px;
	margin: 10px 0 0 6px;
	padding-top: 1px;	
}

.leftBoxContent {
	border-left: 1px solid #bdcb94;
	border-right: 1px solid #bdcb94;
	margin-top: 10px;
	padding-left: 13px;
}

.leftBoxBottom {
	background: url(../gfx/leftRounderBottom.png) no-repeat bottom left;
	height: 11px;
}

.leftBox ul {
	list-style: none;
	font-weight: bold;
	font-size: 0.85em;
	margin-left: 0;
}

.leftBox li {
	background: url(../gfx/leftNavGuillemot.gif) top left no-repeat;
	padding-left: 14px;
	padding-bottom: 11px;
	margin-top: 0;
}

.news {
	margin-bottom: 18px;
}

.date {
	margin: 0 0 10px 0;
	color: #6f8912;
}

.rightBox {
    background: url(../gfx/rightRounderTop.png) no-repeat top left;
	width: 215px;
	margin: 10px 0 0 6px;
	padding-top: 1px;	
}

.rightBoxContent {
	text-align: left;
	border-left: 1px solid #bdcb94;
	border-right: 1px solid #bdcb94;
	margin-top: 10px;
	padding-left: 13px;
}

.rightBoxReklamaGoogle {
	text-align: left;
	border-left: 1px solid #bdcb94;
	border-right: 1px solid #bdcb94;
	margin-top: 10px;
}

.rightBoxBottom {
	background: url(../gfx/rightRounderBottom.png) no-repeat bottom left;
	height: 11px;
}

.reklamaGoogle {
	text-align: center;
}


/* Tabela w artykule co-tlumaczyc-w-kodzie-zrodlowym.php */

table {
	margin: 10px;	
}

table, tr, td, th {
	border: solid 1px #8c985e;
}

td {
	padding: 4px 5px 4px 4px;
}

.td1 {
	width: 35%;
}

th {
	margin-bottom: 10px;
	padding: 3px;
}

/* Koniec tabeli w artykule Co tłumaczyć w kodzie źródłowym */

.bookTitle {
	font-style: italic; 
}

#bookList li {
	margin-bottom: 15px;
}
