@charset "utf-8";
/* layout.css */

/**********************************************/
/*** author: Rafał Selewońko @ pagepro.pl   ***/
/**********************************************/
@font-face {
	font-family: 'MyriadProRegular';
	src: url('/static/fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('/static/fonts/myriadpro-regular-webfont.woff') format('woff'), url('/static/fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('/static/fonts/myriadpro-regular-webfont.svg#webfontNI82eg51') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PalatinoLinotypeRegular';
	src: url('/static/fonts/pala-webfont.eot');
	src: local('☺'), url('/static/fonts/pala-webfont.woff') format('woff'), url('/static/fonts/pala-webfont.ttf') format('truetype'), url('/static/fonts/pala-webfont.svg#webfont8rMCKkBa') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Swiss721BTBold';
	src: url('/static/fonts/swiss721bt-bold-webfont.eot');
	src: local('☺'), url('/static/fonts/swiss721bt-bold-webfont.woff') format('woff'), url('/static/fonts/swiss721bt-bold-webfont.ttf') format('truetype'), url('/static/fonts/swiss721bt-bold-webfont.svg#webfont20xTbs4J') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* standard: */
body {
	font: 11px Tahoma, Geneva, sans-serif normal;
    color: #777777;
}
#container {
	display: block;
	width: 1000px; /* min on win 7 for 1024*768 */
	margin: auto;
}
#content, aside {
	display: table-cell;
}

/* custom: */



/* hedaer */

#container > header {
	height: 106px;
    font-family:'MyriadProRegular', sans-serif;
    color: #75b3d4;
    font-size:14px;
    position:relative;
    background: url(/static/images/headerphoto.png) right 0 no-repeat;
    
}
#container > header h1 img {
	position: absolute;
    top: -2px;
    left: 32px;
}
#container > header h1 span {
    display:block;
    width: 200px;
    font-size:28px;
    color: #007cc3;
    text-decoration: none;
    position:absolute;
    left: 334px;
    text-shadow: 0 0 1px #007cc3;
    top: 20px;
    line-height: 28px;
    font-weight:normal;
    text-indent:-999%;
    height: 74px;
	background: url(/static/images/EuropeanTurbulenceConference.png) no-repeat;
}
#container > header h1 a {
    text-decoration: none;
}
#container > header h3 {
	position: absolute;
    left: 493px;
    top: 84px;
    font-weight:normal;
    text-shadow: 0 0 1px #75B3D4;
    text-indent:-999%;
    height: 10px;
	background: url(/static/images/Warsaw2011.png) no-repeat;
    width: 76px;
}
/*#container, #bgl, #bgr {
	display: table-cell;
}*/
#bgl, #bgr {
	display: none;
}
.page-index #bgl, .page-index #bgr {
    position:absolute;
	background: url(/static/images/introbgleft.png) repeat-x;
    width: 50%;
    height:321px;
    z-index:-1;
    top: 142px;
    display:block;
}
.page-index #bgr {
	background-image: url(/static/images/introbgright.png);
    margin-left: 50%;
}
#intro {
    height:321px;
	background: url(/static/images/introbg.jpg) no-repeat;
    position:relative;
}
#intro .slideshow, #intro .overlay  {
	position: absolute;
    top:17px;
    left: 37px;
    width: 544px;
    height: 277px;
}

#intro .overlay  {
	background: url(/static/images/overlay2.gif) no-repeat;
    z-index: 10; /* większy niż ilosć elementów w slideshow */
    opacity: .8;
    filter: Alpha(opacity=80);
    
}

#intro header {
	margin-left: 613px;
	margin-right: 68px;
    padding-top: 42px;
}
#intro header p {
	color: #454545;
	line-height: 18px;
    text-align: justify;
    font-size: 11px;
    margin-bottom: 1em;
}
#intro header h2, #intro header h3 {
	color: #ffffff;
    font-family: "Palatino Linotype", 'PalatinoLinotypeRegular', "Book Antiqua", Palatino, serif;
    font-size: 24px;
    font-weight:normal;
}
#intro header h3 {
    font-size: 14px;
    margin-bottom: 6px;
	position: relative;
	top: -6px;
}
#intro header .introlink {
	background: url(/static/images/introlink.png) 7px center no-repeat;
    padding-left:33px;
    display:block;
    font-size:8px;
    font-family: 'Swiss721BTBold', sans-serif;
    text-decoration: none;
    color: #fdfdfd;
    opacity: .9;
    text-transform:uppercase;
    position:absolute;
    top: 250px;
    line-height:9px;
}
#intro header .introlink:hover {
	text-decoration: underline;
}

aside {
	width: 282px;
    background: url(/static/images/asidebg.png) repeat-y;
	padding-bottom: 30px;
}
aside > section {
	padding-top: 27px;
    background:url(/static/images/asideseparator.png) 0 9px no-repeat;
    padding-left:58px;
    padding-right: 42px;
}
aside > section:first-child {
	padding-top: 15px;
    background: none;
}
	aside > section.news {
		padding-right: 30px;
	}
aside h2 {
	color: #888888;
    font-family: "Palatino Linotype", 'PalatinoLinotypeRegular', "Book Antiqua", Palatino, serif;
    font-weight:normal;
    font-size:18px;
    text-shadow: 1px 1px 2px #999999;
}
aside .news article {
	background: url(/static/images/asidearticle.gif) 3px 8px no-repeat;
    padding-left: 28px;
	padding-right: 0;
    margin: 11px 0 30px;
}
	section.news footer {
		margin-left: 3px;
		position: relative;
		top: -10px;
	}
aside .news article header p {
	color: #3883b9;
    float: left;
    height: auto;
    width: auto;
}

aside .news article header p time {
    text-decoration:underline;
}

aside .news article header p:after {
	content: " - ";
}
aside .news article header h3 a {
	color: #3883b9;
    text-decoration: none;
    padding-left:3px;
}
aside .news article > p {
	padding-top: 3px;
    color: #6d6d6d;
}
aside .news article header h3 a:hover {
	text-decoration: underline;
}
aside .news footer a {
	color: #7ba2ba;
    padding-left: 17px;
    background:url(/static/images/asidemore.gif) left 5px no-repeat;
    margin-left: 7px;
}
aside .news footer a:hover {
	text-decoration: none;
}

aside #newsletter form {
	text-align: right;
    padding: 0px 0 0 0;
}
aside #newsletter p {
	text-align: left;
}
aside #newsletter input[type=text] {
	width: 100%;
}
#container > footer {
	clear: both;
    border-top: 1px solid #d9e4ed;
    background: #f5f5f5;
    margin-top: 5px;
    height:70px;
    position:absolute;
}
#container > footer #partners, #container > footer #partners ul {
    position:absolute;
    text-transform:uppercase;
    color: #bebebe;
    font-weight:bold;
    left: 40px;
    top: 5px;
}
/*#container > footer #partners h5 {
	font-weight: normal;
    font-family: "Impact", sans-serif;
}*/
#container > footer #partners ul {
    left: 70px;
    display:block;
    width: 500px;
}
#container > footer #partners li {
	dispaly: block;
    float: left;
	list-style: none;
    margin-right:20px;
}
#container > footer address a {
	position: absolute;
    display:block;
    left: 975px;
    bottom: 25px;
    width: 0px;
    padding-left: 15px;
    height: 21px;
    overflow:hidden;
    text-indent:-999%;
    background: url(/static/images/herbatha.png) 0 0 no-repeat;
    opacity: .8;
}
#container > footer address a:hover {
    background-position: 0 -20px;
}

article {
	padding: 0 32px 0 32px;
}
article > h2 {
	color: #4083c2;
    font-weight: normal;
    font-size:22px;
    text-shadow:1px 1px 1px #4083c2;
    font-family: "Palatino Linotype", 'PalatinoLinotypeRegular', "Book Antiqua", Palatino, serif;
}

.lemon {
	float: right;
}
#fbg {
    background: url(/static/images/footerbg.png) 0 0 repeat-x;
    height:76px;
    z-index:-1;
}
.newslist article {
    border-bottom: 1px dashed #DDD;
    margin:0 32px;
    padding:0;
	margin-bottom: 30px;
	min-height: 116px;
	padding-bottom: 20px;
}
.newslist article:last-of-type {
	margin-bottom: 0;
}
.newslist .details {
	padding: 0;
    margin:0;
    display:block;
}
.newslist .details time {
	text-decoration: underline;
	color: #3883b9;
}
.newslist .text h2 {
    margin-bottom:0;
    padding-bottom:0;
}
.newslist .more {
    font-family: 'MyriadProRegular', sans-serif;
    color: #63b1e1;
    font-size:12px;
    text-shadow: 0px 0px 1px #63b1e1;
    float:right;
    display: block;
    padding:5px;
}
.pagination {
    font-family: Tahoma, Arial, sans-serif;
    font-size:12px;
    padding:25px 32px;
    text-align:right;
}
.pagination a {
    color: #63b1e1;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination strong {
    font-weight:normal;
}
.pagination em {
    font-style: normal;
}

.newsletterInfo {
    background:none repeat scroll 0 0 #E1EF68;
    border:2px solid #888888;
    color:#4083C2;
    font-family:"Palatino Linotype",'PalatinoLinotypeRegular',"Book Antiqua",Palatino,serif;
    font-size: 18px;
    margin:5px 20px;
    padding:5px;
    text-align:center;
}