/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%;
	min-width:860px;
}

body {
	min-width:860px;
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	font-size: 90%;
	color: #3D3535;
	background:#fff url('http://czerwonski.pl/CDN/agencja64/ca_template/leftbar.png') left top; background-repeat:no-repeat; background-size:58px auto; background-attachment:fixed;
	line-height: 140%;
}
p {
	margin:0;margin-bottom:10pt;
	line-height:17pt;
	font-size:11pt;
}
h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:16pt;
	color:#365F91;
}

h2 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:13pt;
	color:#807C7C;
}
pre{
	margin:0;margin-bottom:10pt;
	line-height:115%;
	font-size:11pt;
}

input.button {
	font-size : 10px;
	color : #000000;
	background-color : #ffffff;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

textarea, input, select {
	font-size : 11px;
	border-width: 1px;
    border-style: solid;
    border-color: #ccc;

}

label.error { 
	width: 250px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}

/* the container */
.all { padding-left:60px; }
.box {
	width: 100%;
}

/*holds the tabs at the top*/
.menu {
	
	text-align: right; position:fixed; bottom: 0px; right: 200px; padding:0px 10px 25px 0;  z-index:10001;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
padding:5px 10px; border-radius:3px; background:rgba(255,255,255,0.95); margin-right:5px;
}

.menu a:hover {
background:#063e4f; color:#FFF;
}

.menu a.selected {
font-weight:600;
background:#063e4f; color:#FFF;
}

.menu a.selected:hover {
opacity:0.5;
}

/*holds the logo and image*/
.header { padding-left:30px; 
	overflow:hidden;
}
.header > img { display:none; }
.header h1 {	font-size:50px; font-weight:300; color:#063e4f;}
.header h2{	font-size:30px; font-weight:300; color:#06a9d6;}


/*the main text container*/
.content {
	/*margin-right: 255px;*/
	margin-left:240px;
	padding: 15px;
}

.content h1 {
font-weight:300;font-size:30px;padding:10px 30px 0 8px;
}

/*this is the right hand bar, news bar, links bar w/e*/
.panelsbar {
width:240px;
	margin-top: 40px;
	float: left;
}

.panelsbar h1 {
	background-color: #06a9d6; border-radius:4px; text-align:center;
	position:relative; right:22px;
	font-size:16px; font-weight:300;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
}


/*this just lets you have a "comment" type area in the main content*/
.comment {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.panel-links-body {
	padding:20px;
}

.panel-links-body ul {
	list-style-type:none;
	position:relative; right:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.panel-links-body li a {
}

.panel-links-body li a:hover {
}

/*the footer, with copyright*/
.footer {
	display:none;
	clear:both;
	background-color: #EDEEEA;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
color:#06a9d6; text-decoration:none;  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
color:#063e4f;
}

/* DCZ CODE */
i.fa {  width:25px; text-align:center; }
.a64_kontakt { text-align:center; padding-top:10px; }
.a64_kontakt .a64_logo img { width:180px; position:relative; right:20px; border:none; margin:none; padding:none;}
.a64_kontakt .a64_logo:hover { opacity:0.6;}
.a64_kontakt ul { position:relative; right:20px; list-style-type:none; text-align:left;}

.stickya64_logo { position:fixed; bottom:10px; right:10px; }
.stickya64_logo:hover { opacity:0.6;}
.stickya64_logo img { width:180px; }

th { background:#f25e5e!important; color:#FFF; }
th a{ color:#fff!important; }
th a:hover{ color:#06a9d6!important; }
td, th { border-radius:5px; }
.results table td { padding:5px; }