/*
 Theme Name: Instytut
 Description: Nowy szablon strony dla Instytutu informatyki Politechniki Lubelskiej
 Author: Stanisław Skulimowski
 Version: 0.2
 Tags: instytut, informatyki
 */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 -------------------------------------------------------------- */

* {
	border: 0;
	margin: 0;
}
.shell {
	width: 940px;
	margin: auto;
}
.left {
	float: left
}
.right {
	float: right
}
.clr, .clear {
	clear: both;
}
h2 {
	line-height: 26px;
	margin: 6px 0;
}

.inside {
	padding: 4px 12px;
}
.inside_2 {
	padding: 5px 20px 20px 20px;
}

.inside_2 li {
	padding-left: 5px;
}

.inside_3 {
	padding: 12px;
}

/* =Layout
 -------------------------------------------------------------- */

/*
 LAYOUT: Two columns
 DESCRIPTION: Two-column fixed layout with one sidebar right of content
 */

#container {
	float: left;
	width: 634px;
}

#search {
	float: right;
	line-height: 38px;
}

/* =Fonts
 -------------------------------------------------------------- */

body, input, textarea, .page-title span, .pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title, h3#reply-title, #menu .menu, #menu div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
 -------------------------------------------------------------- */

/* The main theme structure */
.shell {
	margin: 0 auto;
	width: 950px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

/* =Global Elements
 -------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	background: #DFDDD1;
	font-size: 12px;
	line-height: 175%;
	color: #0F0F0F;
}

a {
	text-decoration: none;
}
a, a:visited {
	color: #00889F;
}
a:hover {
	color: #00889F;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
 -------------------------------------------------------------- */

#header {
	border-top: 6px solid black;
	height: 130px;
	width: 100%;
	background: #00536D;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

/* =Menu
 -------------------------------------------------------------- */

div.menu {
	border-top: 1px solid #00303F;
	background: #358EA0;
	height: 38px;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358EA0', endColorstr='#00536D');
	background: -webkit-gradient(linear, left top, left bottom, from(#358EA0), to(#00536D));
	background: -moz-linear-gradient(top, #358EA0, #00536D);
}

div.menu .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.menu .menu-header li, div.menu li {
	float: left;
	position: relative;
}

div.menu a {
}

div.menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
}
div.menu ul ul li {

}
div.menu ul ul ul {
	left: 100%;
	top: 0;
}

div.menu ul li:hover > ul {
	display: block;
}
div.menu ul li.current_page_item > a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-item > a, .menu ul li.current-menu-parent > a {
	font-weight: bold;
}
div.menu ul li.current_page_item a, .menu ul li.current-menu-ancestor a, .menu ul li.current-menu-item a, .menu ul li.current-menu-parent a, .menu ul li a:hover {
	background-color: #62A2AF;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358EA0', endColorstr='#237A8F');
	background: -webkit-gradient(linear, left top, left bottom, from(#358EA0), to(#237A8F));
	background: -moz-linear-gradient(top, #358EA0, #237A8F);
}

div.menu ul > li {
	display: inline;
}
div.menu ul > li > a {
	line-height: 38px;
	width: 94px;
	display: block;
	text-align: center;
	color: white;
}
div.menu ul li a {
	font-size: 12px;
}
div.menu ul ul {
	background: #358EA0;
	display: none;
	z-index: 1090;
	position: absolute;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

div.menu ul ul li {
	display: block;
}
div.menu ul ul li a {
	display: block;
	line-height: 32px;
	min-width: 129px;
	padding: 0 12px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
div.menu ul li:hover .nav {
	display: block;
}

div.menu ul ul a {
	padding: 10px;
	width: 160px;
	height: auto;
}

div.menu ul ul a:hover {
	background: #62A2AF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358EA0', endColorstr='#77B3BF');
	background: -webkit-gradient(linear, left top, left bottom, from(#358EA0), to(#77B3BF));
	background: -moz-linear-gradient(top, #358EA0, #77B3BF);
}

div.menu > div
{
	width: 950px;
	margin: auto;
}

div#bottom-menu
{
	background: #00536D url('images/staretlo.gif') scroll repeat;
	
}

div#bottom-menu > div
{
	border-radius: 12px;	
}

div#bottom-menu a
{
	background: #000;	
}

div#bottom-menu a:hover
{
	background: #222;
}

div#bottom-menu > div > ul > li:first-child a
{
	border-bottom-left-radius: 12px;
}

div#bottom-menu > div > ul > li:last-child a
{
	border-bottom-right-radius: 12px;
}

/* =Content
 -------------------------------------------------------------- */

#main {

}

#main-top {
	height: 200px;
	margin-bottom: -180px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEDE0', endColorstr='#DFDDD1');
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEDE0), to(#DFDDD1));
	background: -moz-linear-gradient(top, #EFEDE0, #DFDDD1);
}

#main-inside {
	position: relative;
	margin-bottom: 30px;
	background: #DFDDD1;
	background-image: url("images/background008.png");
	background-position: center top;
	background-repeat: repeat-y;
	border-radius: 8px;
	-moz-border-radius: 8px;
	webkit-border-radius: 8px;
	border: 1px solid #EFEFE0;
	-moz-box-shadow: 0 7px 32px #AFADA4;
	-webkit-box-shadow: 0 7px 32px #AFADA4;
	box-shadow: 0 7px 32px #AFADA4;
	min-height: 570px;
}

#main-main {
	padding: 6px 10px;
	-moz-box-shadow: inset 0 0 102px #CFCDC2;
	-webkit-box-shadow: inset 0 0 102px #CFCDC2;
	box-shadow: inset 0 0 102px #CFCDC2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	webkit-border-radius: 8px;
	min-height: 558px;
}

#logo-main
{
	margin-bottom: 10px;
}

#logo-main img
{
	width: 927px;
	margin: auto;
	border-radius: 12px;
}

#content {

}

.post {
	background: #DFDDD1;	
}

.post2 {
	background: #DFDDD1;
}

.post, .post2 {
	margin-bottom: 20px;
	padding: 10px;
}

#content h1 {
	font-size: 36px;
	line-height: 40px;
	color: #4A4F4F;
	font-weight: normal;
	padding: 0;
}
#content h2 {
	color: #00536D;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
}
.mrg2 {
	padding-left: 50px;
	padding-bottom: 10px;
}
.cont2 {
	padding-left: 5px;
	padding-bottom: 10px;
}
#content h3 {
	color: #075B74;
	font-weight: bold;
	font-size: 14x;
	line-height: 20px;
}
.mrg3 {	
	padding-top: 10px;
	padding-bottom: 0px;
}
#content p, .content ul {
	line-height: 26px;
	padding-bottom: 10px;
}

#content p {
	text-align: justify;
}

.title_news {
	color: #075B74;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.data_news {
	color: #949191;
	font-weight: normal;
	font-size: 8px;
	padding-left: 10px;
}
.hr_news {
	background-color: #949191;
	height: 1px;
	width: 70%;
	margin-left: 50px;
}

.imm {
	padding-top: 0; padding-left: 18px;
}

.back-a {
	background: #CFCDC2;
	padding: 2px 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DFDFDF;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}

.archives {
	color: #00536D;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
.archives_title {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link, .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =Asides
 -------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
 -------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
 -------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
 -------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 8px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+ br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
 -------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	/* color: #888; */
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
	color: #00889F;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Comments
 -------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	background: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}
.commentlist li.comment+ li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
 -------------------------------------------------------------- */

.tagcloud a {
	color: #00889F;
	font-size: 8px;
	text-decoration: none;
}
.tagcloud a:active, .tagcloud a:hover {
	color: #00889F;
	font-size: 8px;
	text-decoration: underline;
}

.widget-area {
	width: 250px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}

.widget-area ul ul li {
	border-bottom: 1px solid #E2E2E2;
	font-size: 13px;
	line-height: 2;
	background-color: #cfcdc3;
}

.widget-area ul ul li:a {
	padding-left: 20px;
}

.widget-area ul ul li.current_page_item a, .widget-area ul ul li.current-menu-ancestor a, .widget-area ul ul li.current-menu-item a, .widget-area ul ul li.current-menu-parent a {
	text-decoration: none;
	color: #9fa8ab;
	background-color: none;
}

.widget-area ul ul li a:hover {
	text-decoration: none;
	background-color: #00889F;
	color: #bdc1c3;
	display: block;
}

.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0; /*1.3em; */
	padding: 0;
}
#sidebar {
	float: right;
}

/* =first page
 -------------------------------------------------------------- */

#exibit {
	height: 280px;
	width: 628px;	
	float: left;
	background: transparent;
}
.exibit-div {
	padding: 20px;
	height: 240px;
	display: table;
}
.exibit-div p {
	width: 430px;
	padding: 50px 0 0 20px;
	float: left;
	position: relative;
}
.exibit-div a {
	position: relative;
	width: 90px;
	line-height: 28px;
	float: right;
	margin: -34px 20px 0 200px;
	text-align: center;
	background: white;
	border: 1px solid black;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.exibit-div.red {/*background:#CFCDC2;*/
}
.exibit-div.blue {
	background: #BFBDB3;
}
.exibit-div.yellow {
	background: #AFADA4;
}
#exibit h1 {
	padding: 0 20px 20px 0;
	line-height: 32px;
	color: #00536D;
}

#exibit p {
	text-align: justify;
	padding-right: 20px;
}

#exibit p + p {
	padding-top: 10px;
}

#kontakt {
	float: right;
	width: 294px;
	height: 280px;
	background: #BFBBA7;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
.contact {
	clear: both;
	margin-bottom: 2px;
	min-height: 30px;
}
.contact ul {
	float: left;
	list-style: none;
	padding-left: 0px;
}
.contact ul li {
	line-height: 28px;
}
.contact ul li.single {
	line-height: 32px;
}
.contact ul li.bld {
	font-weight: bold
}
.contact img {
	float: left;
	padding: 2px;
	display: block;
}
.a-pracownicy {
	margin-top: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #6F6E68;
	background: #EFEFEF;
	text-align: center;
	display: block;
	line-height: 30px;
}
.a-pracownicy b {
	color: black;
}
.a-pracownicy b:hover {
	color: #00889F;
}
#zacheta {
	min-height: 120px;
	padding: 12px 0 30px 0;
}
.zach {
	width: 300px;
	min-height: 252px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #CFCDC2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDDD1', endColorstr='#CFCDC2');
	background: -webkit-gradient(linear, left top, left bottom, from(#DFDDD1), to(#CFCDC2));
	background: -moz-linear-gradient(top, #DFDDD1, #CFCDC2);
}
.zach.middle {
	margin: 0 12px;
}
.zach ul {
	list-style: dotted;
	padding: 0;
}
.zach ul li {
	padding: 2px 8px;
	margin-left: 16px;
	line-height: 24px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.zach ul li:hover {
	background: #BFBDB3;
}
.zach ul li a {
	display: block;
}
.zach h2 {
	color: #00536D;
}
hr.dotted {
	border-color: #6F6E68;
	border-style: dotted;
	border: 0px;
	border-left: 4px dotted #4F555B;
	margin: 6px 4px;
	height: 220px;
}

/* =sidebar page
 -------------------------------------------------------------- */

.sidebar-page {
	padding-bottom: 150px;
	float: right;
}

.little-nav {
	float: right;
	clear: right;
	width: 284px;
	min-height: 118px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CFCDC2;
	background: #CFCDC2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCDC2', endColorstr='#DFDDD1');
	background: -webkit-gradient(linear, left top, left bottom, from(#CFCDC2), to(#DFDDD1));
	background: -moz-linear-gradient(top, #CFCDC2, #DFDDD1);
}
.little-nav ul {
	list-style: none;
	padding: 0;
}
.little-nav ul li {
}
.little-nav a {
	display: list-item;
	list-style: inside;
	padding: 5px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.little-nav a:hover {
	background: #DFDCD1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #BFBDB3;
	padding: 4px;
}
.little-nav, .little-gall {
	margin-bottom: 16px;
}
.little-gall {
	float: right;
	clear: right;
	width: 292px;
	margin-right: -6px;
}
.little-gall a {
	float: left;
	background: gray;
	margin: 0 6px 6px 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CFCDC2;
}
.little-gall a img {
	width: 106px;
	height: 106px;
	border: 5px solid #EFEFEF;
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.up-link {
	text-align: center;
	float: right;
	display: block;
	width: 100px;
	line-height: 22px;
	border: 1px solid white;
	background: #BFBBA7;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -10px;
	position: relative;
}

.slideshowlink {
	clear: both;
}
.slideshowlink a {
	width: 220px;
}

.ngg-gallery-thumbnail img {
	margin: 4px;
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Footer
 -------------------------------------------------------------- */

.up-link {
	text-align: center;
	float: right;
	display: block;
	width: 100px;
	line-height: 22px;
	border: 1px solid white;
	background: #BFBBA7;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -20px;
	margin-top: -14px;
}

.a-pracownicy {
	margin-top: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #6F6E68;
	background: #EFEFEF;
	text-align: center;
	display: block;
	line-height: 30px;
}
.a-pracownicy b {
	color: black;
}
.a-pracownicy:hover b {
	color: #00889F;
}
.menu-bottom.con {
	margin-top: 14px;
	color: #FFFFF0;
}
.a-pracownicy {
	margin-top: 14px;
}

.containers-pod {
	height: 200px;
	margin-top: -200px;
	background: #DFDDD1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDDD1', endColorstr='#BFBDB3');
	background: -webkit-gradient(linear, left top, left bottom, from(#DFDDD1), to(#BFBDB3));
	background: -moz-linear-gradient(top, #DFDDD1, #BFBDB3);
}

/* .containers-pod-back {background-image: url("images/background-bottom-circle.png");background-position: center bottom; background-repeat: no-repeat; height:200px;position:relative;margin-top:-200px;} */

#footer {
	min-height: 82px;
	background: #00536D;
	border-top: 1px solid white;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00536D', endColorstr='#00536D');
	background: -webkit-gradient(linear, left top, left bottom, from(#00536D), to(#00536D));
	background: -moz-linear-gradient(top, #00536D, #00536D);*/
}
#footer h2 {
	font-size: 12px;
}
#footer ul {
	padding: 0px;
}
.menu-bottom {
	min-height: 140px;
}
.menu-bottom a {
	color: #EFEFEF;
	display: block;
}
.menu-bottom a:hover {
	color: #00889F;
}
.menu-bottom.hre {
	float: left;
	width: 232px;
}
.menu-bottom.hre ul {
	list-style: none;
}
.menu-bottom.plan {
	width: 160px;
	margin-right: 6px;
}
.menu-bottom.plan ul {
}
.menu-bottom.plan ul li {
	display: block;
}
.menu-bottom.plan a {
	width: 132px;
}
.menu-bottom.con {
	width: 480px;
	margin-left: 180px;
}
.menu-bottom.plan .in {
	padding: 14px 14px 14px 0;
	font-size: 6px
}
.menu-bottom.hre .in {
	padding: 33px 14px 14px 0;
}
.menu-bottom.con .in {26px 14px 14px 0;
}
.menu-bottom.plan ul, .menu-bottom.con ul {
	float: left;
}
.menu-bottom.con ul {
	float: left;
	width: 162px;
	padding: 0px;
	margin-left: 30px;
}
.menu-bottom.con .a-pracownicy {
	margin-top: 14px;
}
#logo {
	display: block;
	margin-top: 6px;
}
.logo-pol, .logo-wy {
	width: 54px;
	height: 54px;
	float: left;
	margin: 2px 12px 2px 2px;
}
.logo-pol {
	background: url("images/logo-politechnikax54b.png");
}
.menu-bottom.hre li:hover .logo-pol {
	background: url("images/logo-politechnikax54.png");
}
.logo-wy {
	background: url("images/logo-wydzialx54b.png");
}
.menu-bottom.hre li:hover .logo-wy {
	background: url("images/logo-wydzialx54.png");
}

#podpis {
	background: #0C0F0F;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#podpis small {
	float: left;
}
#podpis p {
	display: block;
	line-height: 26px;
	padding: 0 220px;
}
#podpis a, #podpis p {
	color: #DFDFDF;
	font-size: 11px;
}
#podpis-first {
	margin-top: 12px;
}
#podpis-first p {
	display: block;
	line-height: 26px;
	padding: 0 10px;
}
#podpis-first a, #podpis-first p {
	color: #DFDFDF;
	font-size: 11px;
}
.anythingSlider {
	width: 760px;
	height: 360px;
	position: relative;
}
.anythingSlider .wrapper {
	width: 628px;
	overflow: auto;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 32700px;
	position: absolute;
	padding: 0;
}
.anythingSlider .wrapper ul li {
	display: block;
	float: left;
	width: 628px;
}
.anythingSlider .wrapper ul li img {
	margin-bottom: -264px;
	width: 626px;
	height: 280px;
	display: block;
}
.anythingSlider .arrow {
	display: block;
}
.anythingSlider .forward:hover {
}
.anythingSlider .back:hover {
}
.thumbNav {
	position: relative;
	z-index: 1005;
	width: 172px;
	float: right;
	margin: 18px -58px 0 0;
}
.thumbNav ul {
	padding: 0px;
	float: left;
}
.thumbNav li {
	display: inline;
	margin-left: 2px;
}
.thumbNav a {
	color: black;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.thumbNav a:hover {
	background-image: none;
}
.thumbNav a.cur {
	background: #358EA0;
}
.start-stop {
	background-color: green;
	color: white;
	margin: 12px 42px 0 0;
	float: right;
	z-index: 1006;
	position: inherit;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
.start-stop.playing {
	background-color: red;
}

.start-stop:hover a {
	color: white;
}
.arrow-left-tri {
	border-color: transparent #00536D transparent transparent;
	border-style: solid;
	border-width: 10px 17px 10px 0;
	float: left;
}
.arrow-right-tri {
	border-color: transparent transparent transparent #00536D;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	float: right;
}
.arrow-right, .arrow-left {
	background: black;
	width: 20px;
	height: 20px;
	padding: 2px 2px 2px 3px;
	-moz-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
 -------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#menu, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
 -------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	.shell {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title, #site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#menu, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
		display: none !important;
	}
	#container, #header, #footer {
		margin: 0;
		width: 100%;
	}
	#content, .one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info, #site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* =publications
 -------------------------------------------------------------- */
#years_list li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.publication_content {
	padding-top: 20px;
}

.user_publication {
	padding-top: 20px;
}

.publication {
	padding: 20px;
}

a.selected {
	color: #AB8922;
}

table.sample {
	border-width: 0px;
	border-spacing: 2px;
	border-color: #aaaaaa;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 500px;
}
table.sample th {
	border-width: 0.5px;
	padding: 10px;
	border-style: solid;
	border-color: #aaaaaa;
}
table.sample td {
	border-width: 0.5px;
	padding: 10px;
	border-style: solid;
	border-color: #aaaaaa;
}

.user_col {
	color: #075B74;
	font-weight: bold;
	width: 150px;
}

.pub_list {
	color: #075B74;
	font-weight: bold;
	font-size: 14x;
}
.mov18 {
	
}

.table_contact {
	border-style: none;
	border: 0px;
	margin-left: 50px;
}
