/* Wojaczek stylesheet
 * last Revision 16.07.2011
 * version 1.9
 */
 
 /* Content
  * 1 Reseting values
  * 2 Layout
  * 3 Main styling and typography
  * 4 Styling site parts
  * --a Information
  * --b Biography
  * --c Writings
  * --d Movie
  * 5 Footer and Rollovers
  */
  
  /* Colors
   * blue - 0099CC
   * green -66FF00
   * red - CC3300
   * white(text) - #ddd
   * white (menu) - rgba(255,255,255,0.8);
   * 
   */


/*** 1. Reseting values ***/

html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;	
}

a,a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #FFFFFF;
}

img {
	border:none;
}

ul {
	list-style-type: none;
}

.cleaner {
	clear:both
}

.tresc a:hover {
    text-decoration: underline;
}

/*** 2. LAYOUT ***/



html, body, #container, #content {
	min-height: 100%;
}

#container {
	width: 552px;
	text-align: left;
	margin: auto;
}

	#naglowek {
		text-align:center;
		height:87px;	
	}

	#content {
		padding-bottom: 20px;
		background-color: #131313;
		background-color: rgba(0,0,0,0.8);
		}
	
		#navigation {
			float: left;
			width: 120px;
		}

		#poj {  
			width: 410px; 
			margin-left: 130px;
			text-align: left;
			padding: 15px 5px 3px 3px;
		}

	#foot {
		margin: 15px auto 10px auto;
		text-align: center;
		width: 400px;
		clear: both;
	}


/*** 3. MAIN STYLING */

body {
	font-size: 100%;
	color: #f1f1f1;
	background: #000000 url(images/bg.jpg) top repeat-x;
	font-family: Georgia, Verdana, Arial, sans-serif;

}

p  {
	font-size: 12px;
	color: #f1f1f1;
	line-height: 160%;
	text-align: left;
	margin: 0.7em 0;
	width: 380px;
}

h1 {
	font-size: 18px;
	margin-bottom: 1.0em;
	color: white;
	font-weight: normal;
	font-style:italic;

	
}

h2 {
	font-size:0.8em;
	margin-bottom: 4px;
	margin-top: 18px;
	color: white;
}

h3 {
	font-size:	0.875em;
	margin: 0.5em 0;
}

h5 {
	font-size: 0.6em;
	font-weight: normal;
}


/* 3.1 Text */		

.tresc {
	margin-left: 15px;

	background-repeat:repeat-y;
	border: none;
	background-image:url(images/bar.png);
	
	padding: 5px 5px 0px 7px;
}

	.tresc ul {
		margin-left: 10px;
	}

	.tresc img , .tresc object {
		border: solid 2px white;
		margin-top: 10px;
		margin-bottom: 5px;
	}


/* 3.2 Menu */

#navigation a { 
	display:block;
	padding: 3px 4px 5px 4px;
	font-size: 13px;
}

#navigation > li {
    font-weight: bold;	
    padding:0px 0px 0px 2px;	
}

#navigation li.current a  {
	font-weight: bold;
}


/*** Main menu ***/

	#main_menu{
		background-image:url(images/menu.png);
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 19px;
		padding: 20px 3px 5px 10px;
		font-variant:small-caps;
	}
	
	#gl a:hover {
		background-color:#FFFFFF;
		color:#000000;
	}
							
	#bio a:hover {
		background-color:#CC3300;	
	}
	
	#maj a:hover {
		background-color: #00CC33;
	}
	
	#wiersze a:hover {
		background-color:  #0099ff;
	}
	

#ostronie {
	margin-top: 20px;
	padding-top: 20px;
    padding-left: 10px;
	background:url(images/wiecej.png) no-repeat;
	background-position: top center;
	font-variant:small-caps;	
}

	#ostronie a:hover {
		background-color:#FFFFFF;
		color:#000000;
	}

/*** Sub menus ***/

ul.submenu li {
    margin:3px 5px;
    font-size: 0.9em;
}


    ul.submenu li a {
        border-left: solid 3px #000000;
        padding: 1px 0px;
    }
        

	#menuw li a:hover, #menuw li.active a  {
		border-left: solid 3px #0099FF;
	}
	
	#menu_bio a:hover, #menu_bio li.current a {
		border-left: solid 3px #CC3300;
	}


/*** 4 SITE PARTS ***/

/*INFORMATION*/

#glowna_tresc p:first-letter {
	color:#ffffff;
	font-size:1.5em;
}
#glowna_tresc dt a {
	font-size:0.875em;
	color: rgba(255,255,255,0.7	);
}

#glowna_tresc dd a:hover {
	color: white;	
}
#glowna_tresc dd {
	margin:3px 10px 20px 20px;
	font-size: 0.7em;

}


/*BIOGRAPHY*/

#biografia_tresc p:first-letter {
	color:#CC0000;
	font-size:1.5em;
}


#biografia_tresc dt  {
		font-size:0.7em;
		font-style:italic;
}
#biografia_tresc dd {
	margin:3px 10px 20px 20px;
	font-size: 0.75em;
}


.kalendarium_tresc h2 {
    color: #CC0000;
    font-weight: normal;
}

.book, .photo {
	position: relative;
	margin-bottom: 30px;
}

.book_info, .photo_info {
	position: absolute;
	top: 10px;
	width: 200px;
	font-size: 0.70em;
	line-height: 1.4em;
	color: #555;
}

.book_info {
    left: 155px;
}

.photo_info {
    left: 170px;
}

.book_info h3, .photo_info h3 {
    font-size: 1.2em;
	margin-bottom: 6px;
	color: white;
}


.book_title {
	font-weight: bold;
	color: #bbb;
}



/*WRITINGS*/	

		
#wiersze_tresc p:first-letter {
	color: #0099CC;
	font-size: 1.5em;
}

.wiersz a {
	color: #ddd;
}
	
.wiersz p {
	margin-bottom: 15px;
}

.wiersz ul {
    margin-left: 0px
}


.wiersz li {
	font-size: 0.75em;
	line-height: 1.5em;
	color: rgba(255,255,255,0.8);
	
}

ul li.part-name {
	margin: 1.5em 0 0.5em 0;
	color: #555;	
}


/*MOVIE*/
#film_tresc p:first-letter {
	color: #00CC33;
	font-size:1.5em;
}

#film_tresc a {
	color: #00CC33;
}

/*FOOTER*/

#foot a {
	font-size: 0.8em;
	color: #2f2f2f;
	font-variant: small-caps;
}

#foot a:hover {
	color: white;
	}


