@charset "utf-8";
/* CSS Document */

/*
DOSTEPNE TYPY CZCIONEK:
	font-family:"Times New Roman", Times, serif;
	font-family:Verdana, Geneva, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:"Courier New", Courier, monospace;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Arial Black", Gadget, sans-serif;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:"MS Serif", "New York", serif;
	font-family:"Lucida Console", Monaco, monospace;
	font-family:"Comic Sans MS", cursive;
*/

/* czcionka główna */
div#Scroller-Container {
	color: #B6872C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align: justify; 
}


/* wszystkie linki */
a {
	color: #663300;
	font-weight:bold;
	font-size:9px;
}

div.item_name a{
	color: #B6872C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight: normal;
	text-decoration:none;
}
div.item_name a:hover{ 	text-decoration: underline;	}
div.item_name a:visited { 	color: #663300;	}

/* linki w menu */
a.menuLink,
span.disabledLink {
	/*color: #B6872C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;*/
	font-family:"Times New Roman", Times, serif;
	color:#885B22;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
}
a.menuLink:hover{
	color:#B6872C;
}
span.disabledLink {
	cursor:default;
}
/* wyróżnienia w stylu bolda */
strong {
	font-weight:bold;

}
/* wyróżnienia w stylu italics */
em {
	font-style:italic;
}


/* kategorie takie jak w profilu */	
.categoryLabel {
	font-weight: bold;
	color:#663300;
}

/* tytuły wpisów w wykazie na workshop */
ul.workshopList li a{

}

/* opisy pod obrazkami w galerii */
.gallery_item .item_name {

}

/* boczne opisy w galerii */
#description {

}

/* ścieżka */
#divPath a,
#divPath span#leftPath,
#divPath span#rightPath,
#divPath span#morePath {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#A77D47;
	text-decoration:none;
	
		font-family:Georgia, "Times New Roman", Times, serif;
		font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:capitalize;
	color:#CC9933;
	color: #885B22;

}
#divPath a:hover {
	color: #B6872C;
	text-decoration:underline;
}



/* INDEX */
div.indexMain
	{
	overflow:visible;
	margin-left:30px;
	margin-top:10px;
	height:100%;
	background:url(../img/image.gif);
	background-repeat:no-repeat;
	background-position: 238px 5px;
	background-position: right top;
	min-height: 201px;
	font-size: 11px;
	}
div.indexMain div.fill { 
	height:10px; 
	float: right;
	clear: right;
	padding-right:15px;
/*	background: url(img/test_bgr.jpg) no-repeat left center; */
	}

div.indexMain p.info {
}


div.indexMain ul.guide {
	list-style-image:url(../img/bullet_fancy.png);
padding-left: 40px !important; 
padding-top: 25px !important;
margin-left: 0px;
padding-top: 25px;

font-size:10px;

}
div.indexMain ul.guide li{
	padding-bottom:5px;
}
div.indexMain h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top:10px;
	padding-bottom:20px;
	font-size: 17px;
	font-weight: bold;
	color:#85501A;
	vertical-align: top;
}
div.indexMain h1 span.cap{
font-size: 35px;
position:relative;
letter-spacing:-5px;
}
div.indexMain h1 span.cap2{
font-size: 35px;
position:relative;
letter-spacing:-1px;
}

div.copyright {
	position: relative;
	top: 522px;
	overflow:visible;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 100%;
	text-align:center;
	height:20px;
	overflow:visible;
	color: #885B22;
	
}

img.profileImage {
	 height:60px;
	 border:none; 
	 float: right; 
	 margin-left: 2px; 
	 margin-right:2px;
}

#mainSShow a {
}