@CHARSET "UTF-8";

/**
 * Style dla architektury, 
 * Antoni Jakubiak, http://www.jakubiak.biz/
 */


/**
 * Style związane z banerem na górze
 */
.ajMaxPageWidth {
	max-width: 822px;
	min-width: 750px;
	margin: 0px auto;
}

#ajBanner {
	display: block;
	width: 100%;
	height: 161px;
	padding: 0px;
	background-color: #eae9db;
	background-repeat: no-repeat;
	background-position: top center;
}


#ajBanner a.ajBanner {
	background-color: #d5d2bf;
	width: 750px;
	height: 100px;
	display: block;
	position: relative;
	top: 20px;
	padding: 0px;
	margin: 0px auto;
	z-index: 10;
}

#ajBanner img.ajBanner {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 750px;
	height: 100px;
	z-index: 10;
}

#ajBanner a.ajLogo {
	display: block;
	position: relative;
	top: 5px;
	left: 8px;
	z-index: 10;
	width: 32px;
	height: 25px;
}
#ajBanner img.ajLogo {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#ajBanner a.ajReklamaButton {
	display: block;
	position: relative;
	top: -15px;
	right: 13px;
	z-index: 10;
	color: #a7a79e;
	text-decoration: none;
	text-align: right;
	width: 200px;
	float: right;
	clear: both;
}

#ajBanner a.ajReklamaButton:hover {
	text-decoration: underline;
}


h2#ajBlogname {
	width: 185px;
	padding-right: 0px;
}

/**
 * 
 */
div.ajRightVerticalLine {
	display: block;
	float: left;
	width: 185px;
	min-height: 30px;
	border-right: 1px solid #9a9993;
}

/**
 * Style związane z Newsletterem
 */
#ajNewsletter {
	margin-top: 12px; /* ma byc rowno z druga kreska */
	border-top: 1px solid #ccc;
}

h3.ajNewssletterHeader {
	color: #fd1453;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px;
}
p.ajNewsletterDescription {
	text-align: justify;
	color: #555;
	font-size: 1em;
	line-height: 1.2em;
}	
#newsletterFormDiv input {
   background: #e7e6df;
   font-size: 0.85em;
   margin-top: 2px;
   width: 175px;
}
#newsletterFormDiv input:focus {
   background-color: #fff;
}
#newsletterFormDiv {
	position: relative;
	z-index: 10;
	height: 30px;
}
	
#emailInput {
	float: left; 
	margin: 0px;
	width: 151px;
	position: absolute;
	bottom: 0px;
}
/**
 * Pasek boczny
 */
#ajSidebar li.widget {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	display: block;
}

/**
 * Skycraper
 */
#ajSkycraper {
	margin: 10px auto;
	width: 291px;
	height: 628px;
	background-color: #eae9db;
	padding: 0px;
	position: relative;
}
#ajSkycraper div.ajSkycraper{
	background-color: #d5d2bf;
	height: 600px;
	width: 120px;
	margin: 0px;
	position: relative;
	z-index: 10;
	top: 14px; 
	right: 14px;
	float: right;
}
#ajSkycraper a.ajReklamaButton {
	display: block;
	position: absolute;
	bottom: 14px;
	left: 100px;
	text-align: center;
	margin: 0px auto;
	color: #a7a79e;
	text-decoration: none;
	text-align: right;
}
#ajSkycraper a.ajReklamaButton:hover {
	text-decoration: underline;
}





 
/**
 * Nadpisanie innych styli
 */
#search input{
	background-color: #e7e6df;
}
