﻿/*
	Theme OSDIU 3.0
	Them URI: http://tworzydlo.art.pl
	Description: Theme for OSDIU, started in 2009
	Author: Justyna Karamuz
	Version: 3

*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 140%;
	background: #e1dacb url(images/bg_all.jpg) repeat;
	color: #2d303b;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4, h5 {
	color: #736c68;
	font-family:Georgia, Times, serif;
	font-weight: normal;
}


h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin: 0;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin: 0;
	font-size: 1.6em;
	line-height: 1.3;
}

h4 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6;

}

a {
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	color: #9F1319;
}

a:hover {
	color: #5F1215;
	text-decoration: underline;
}

acronym {
	border-bottom: 1px dotted #666;
        font-style: italic;
        padding: 0 3px;
}



/* ----------------------------------------- [ Wrapper & container ] */

#wrapper {
	width: 1280px;
	background: url(images/bg_header.jpg) top no-repeat;
	margin: 0 auto;
}
.container {
	width: 994px;
	margin: 0 auto;
}
/* ------------------------------------------ [ Header ] */

#header {
	height: 145px; 
	position: relative;
	background: url(images/bg_bambus_top.jpg) top right no-repeat;
	
}

#header h1 {
	padding-left: 17px;
	padding-top: 15px;

}

#header h1 a {
	color: #999999;
	background: url(images/logo.jpg) no-repeat;
	display:block;
	text-indent: -3000px;
	display: block;
	width: 620px;
	height: 115px;
	
}



/* ---------------------------------------- [ Main Navigation ] */

#main-nav {
	overflow: hidden;

}

#main-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	overflow: hidden;
	height: 45px;
	
}

#main-nav li.page_item {
	float: left;
	padding: 10px 5px 5px;
	
}

#main-nav li a {
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	color: #560102;
	display: block;
	float: left;
	border-bottom: solid 1px none;
	padding: 5px;
}

#main-nav li a:hover{
	border-bottom: solid 1px #000;
	color: #000;
	text-decoration: none;
}


#main-nav li.current_page_item a, #main-nav li.current_page_parent a {
	
	background-color: #252942;
	color: #fff;

}

#main-nav li.current_page_parent, #main-nav li.current_page_item {
	background: url(images/bg_menu_current.jpg) no-repeat bottom;
	height: 40px;
 }



/* ------------------------------------------ [ Content ] */

#maincontainer {
	width:994px;
	background: #efe7d9 url(images/bg_content.jpg) repeat-y;
	padding: 0;
	overflow: hidden;
}
.lazywebdevcontainer {
	background:url(images/bg_content_top.jpg) no-repeat;
	padding: 60px 30px 5px;
	overflow: hidden;
}

#content img  {
		float: left; 
		margin: 0 1em 1em 0;
		background: none;
		padding: .5em;
			
}
#content a img  {
	border:2px dotted #B8AD9B;
}
#content, .content {
	width:620px;
	float:left;

}
#content.content_wide {
	width:auto;
	float:none;

}



#content h2 {
	margin: 0 0 10px;
}

#content h3 {
	margin: 15px 0 5px;
    color: #8F7959;
	clear: both;
    /*background-color: #FFF9EF;*/
}
 #content h3  a {
  /*color: #8F7959;*/
 }
#content h4 {
	margin: 10px 0 5px;
	clear: both;
}

#content h5 {
	margin: 0;

}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

.newsPost {
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 1.5em;
}


/* ----------------------------------------- [ Sidebars ] */

#sidebar {
	margin: 0;
	padding: 0;
	width:300px;
}
.sidebarRight {
	float:right
}
.sidebarLeft {
	float:left;

}

.sidebarLeft .section {
	margin-right: 2em;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
	margin-bottom: 5px;
}


#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}
/*-----------------------------------------[Navigation specializations ]*/
#navSpecial {
	height: 257px;
	padding-left: 15px;
}
#navSpecial h3 {
	margin-bottom: 15px;
}
#navSpecial ul {
	list-style: none;
}
#navSpecial ul li{
	padding:5px 5px 5px 25px;
}
#navSpecial ul li.page-item-40 {
	background: transparent url(images/ceramika.gif) no-repeat left;
}
#navSpecial ul li.page-item-42 {
	background: transparent url(images/rzezba.gif) no-repeat left;
}
#navSpecial ul li.page-item-44 {
	background: transparent url(images/grafika.gif) no-repeat left;
}
#navSpecial ul li.page-item-46 {
	background: transparent url(images/malarstwo.gif) no-repeat left;
}
#sidebar .page_item a  {
	display:block;
	font-weight: bold;
	text-decoration: none;
	font-size:1.4em;
	line-height: 1.3em;
	padding:.5em 0 .5em .5em;
	border-bottom: 1px dotted #ddd;
}

#sidebar .page_item a:hover {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#sidebar .current_page_item a{ 
	background-color: #900B0C;
	color: #fff;

	}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footer ] */

#footer {
	background: url(images/bg_footer.jpg) 1px 0 no-repeat;
	padding: 20px 20px 100px;
	overflow: hidden;
	clear: both;
	font-size: 1em;
	line-height: 150%;
}
#footer p {
	float: none;
	padding: 0 10px;
}

#footer p.copyright {
	margin: 40px 0 0 140px;
}

#footer p.wordpress {
	font-size: .8em;
	margin: 20px 0 0 10px;
	display: none;
}

/*---------------------------------- [ Gallery & images] */
.imagesCaptions p {
clear: both;
padding: 20px 0 0 0;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: .9em !important;
	line-height: 1.4 !important;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }

.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }



#main-nav li ul {display:none}


/*----------------------------------------------------------- [ content, boxes] */
#content p, #content ul, #content ol {
margin-bottom: 10px;
font-size: 1.2em;
line-height: 150%;
}

#content .pageContent {
margin: 0 20px;
}
#content .pageContent h2{
	font-weight: bold;
	font-size: 2em;
}
#content.contentMainPage {
	width:620px;
}
#content.contentMainPage .primaryContentPanel {
	border: none;
	height: 258px;
	background: url(images/bg_primaryPanel.jpg) no-repeat;
	overflow: hidden;
	margin-left: 10px;
}

#content.contentMainPage .primaryContentPanel h3 {
	display: none;
}
#content.contentMainPage .primaryContentPanel div {
	width: 260px;
	padding: 10px 15px 0;
}
#content.contentMainPage .primaryContentPanel p {
	font-size: 1em;
}
#content.contentMainPage .primaryContentPanel a{
	font-weight: bold;
	text-decoration: none;
    font-size: 1.2em;
}



#content .MainPageBoksyBottom {
	width: 300px;
	float: left;
}

#content .MainPageBoksyBottom p {
	font-size: 1em;
}
#content  .box, #sidebar .box {
	margin:10px 10px 10px 0;
	padding:10px;
}
/*
 #content .MainPageBoksyBottom .box.mpbox1, #content .MainPageBoksyBottom .box.mpbox2 {
	float:left;
	border:1px dotted #ddd ;

}
  #content .MainPageBoksyBottom .box.mpbox1, #content .MainPageBoksyBottom .box.mpbox2 {
	margin:10px 0 10px 0;
}
*/
#content .MainPageBoksyBottom h3, #sidebar .box  h3{
	margin: 0;
	font-size: 1.2em;
	color: #888;
	text-align: right;
background-color: transparent;
}

#content .MainPagePhotoBox {
	width:320px;
	float: left;
}

#content .MainPagePhotoBox  img {
	padding: .3em;
}
#content .MainPagePhotoBox  h4{
	margin: 0;
}
#sidebar .box.mpbox3 {
	margin-right:0px;
	margin-left:2px;
	border: none;
	background: #EBE2D3;
}
#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	color: #000;
	/*border-bottom: 1px solid #ccc;*/
}
#content .MainPageBoksyBottom h4, #sidebar h4{
	margin: 0 0 5px 0;
	font-size: 1.4em;
	clear:both;
	padding: 0;

}

#sidebar .box.mpbox3 h3 {
	color: #000;
}
#sidebar .box.mpbox3 h5 {
	margin-top: 5px;
}

#content .MainPageBoksyBottom  img {
	padding: 3px;
	margin-bottom: 1em;
}

#content ul, #content ol  {
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

#content ul#students, #content ol#students {
	margin-top: 10px;
	/*font-size: 1.3em;
	line-height: 160%;*/
}

.more-link {
	font-size: 1em;
	font-weight: normal;
}
/* ---------------------------------------- [ Sub Navigation - Zajęcia ] */

#sub-nav {
	overflow: hidden;
	margin:20px 10px;
	border-bottom: dotted 1px #999;

}

#sub-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*
	padding-left: 335px;
	overflow: hidden;
	background:  url(images/bg_submenu.jpg) repeat-x #838490;
	height: 28px;
	*/	
}
#sub-nav li.page_item {
	float: left;
	padding: 0 10px 0 0;	
}

#sub-nav li a {
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	float: left;
	padding:3px 6px;
	text-decoration: none;
}

#sub-nav li a:hover{
	text-decoration: underline;
}

#sub-nav li.current_page_item a, #sub-nav li.current_page_parent a {
	background-color: #CAAD83;
	color: #2D303B;
	
}

