/* styl glowny */
body
{
	background-color: #320073;
}

/* styl linka */
a 
{
	color: #B3ABD1;
	text-decoration: none;
}

/* styl linka odwiedzonego */
a:visited
{
	color: #B3ABD1;
	text-decoration: none;
}

/* styl linka najechanego */
a:hover
{
    color: white;
	text-decoration: underline;
}

/* wrapper */
#wrapper
{
    width: 950px;
    height: auto;
    margin: 0 auto;
    border: 0px solid;
}

/* banner gorny */
#top
{
	position: relative;
	width: 950px;
	height: 82px;
    background-image: url("../images/top.png");
}

#footer {
	clear: both;
	padding:0;
	margin: 5px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	text-align: center;
}

/* menu poziome */
#menu
{
	position: relative;
	width: 950px;
	height: 55px;
}

.container{
    border: solid 0px black;
	padding: 0px;
	margin: 0px;
}

/* nawigacja po lewej stronie (z gradientem) */
.leftnav
{
    background-color: #190035;
	background-image: url("../images/gradient.png");
	background-repeat:repeat;
	width: 250px;
	height: 700px;
	color: #B3ABD1;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
}

/* zawartosc strony */
.content
{
	background-color: #cdd0c7;
    width: 700px;
    min-height: 450px;
    height: auto !important;
    vertical-align: top;
    padding: 0px 0px 10px 0px;
}

/* wyglad tekstu na gradiencie - lista styli artystow */
.list_of_categories
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}

/* wyglad tekstu na gradiencie - lista styli w artwork */
.list_of_artwork_categories
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 15px 0px 15px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold; 
	display: block; 
}

/* wyglad tekstu na gradiencie - lista artystow */
.list_of_artists
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 15px 0;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}

/* wyglad tekstu na gradiencie - wystawa naglowek 'CURRENT & PREVIOUS EXHIBITION' */
.exhibition_header
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 15px 0px 15px;
	letter-spacing: 1px;
	font-weight: bold;
}

/* wyglad tekstu na gradiencie - tytul aktywnej wystawy */
.active_exhibition
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px 15px 15px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	width: 220px;
}

/* wyglad tekstu na gradiencie - tytuly poprzednich wystaw */
.previous_exhibitions
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	width: 220px;
}

/* wyglad tekstu na gradiencie - opis aktywnej wystawy*/
.active_exhibition_description
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 50px 15px 5px 15px;
	letter-spacing: 0px;
	font-weight: normal;
	width: 220px;
	text-align: justify;
}

/* wyglad tabeli z obrazkami */
.entriestable
{
	border-collapse: collapse;
	font-size: 12px;
	color: #31312F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* wyglad tekstu na gradiencie - lista styli artystow */
.list_of_publications_styles
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}

/* wyglad komorki w tabeli z obrazkami */
.entriescell
{
	padding: 20px 20px 20px 20px;
    border-right: 1px solid silver; 
    border-bottom: 1px solid silver;
    border-top: 1px solid silver; 
    vertical-align: top;
    
}

/* wyglad tekstu w stronicowaniu */
.entriesnav
{
	padding: 10px 0px 10px 0px;
    border-right: 1px solid silver; 
    border-bottom: 1px solid silver;
    border-top: 1px solid silver; 
    vertical-align: top;
	border-collapse: collapse;
	font-size: 12px;
    font-weight: bold;
	color: #31312F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 1px;    
	text-align: center;
}

/* wyglad tekstu w stronicowaniu */
a.entrieslinks
{
	font-size: 13px;
    font-weight: bold;
	color:  #31312F;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 10px;    
}

/* wyglad tekstu na gradiencie - about us*/
.aboutusleft
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 15px 0;
	line-height: 18px;
}

/* wyglad tekstu - about us*/
.aboutuscontent
{
	color: #31312F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 15px 0;
	line-height: 18px;
}

/* wyglad tekstu - contact us*/
.contactuscontent
{
	color: #31312F;
	font-family: Verdana;
	font-size: 14px;
	padding: 15px 15px 0;
}




.toppage{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #31312F;
	text-decoration: none;
	text-align: right;
}

.toppage:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #31312F;
}

.exhibition_title_banner{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #0b0b0b;
	text-decoration: none;
	text-align: right;
}

.sorttool{
	margin: 5px 0px 5px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0b0b0b;
}

/* wyglad tekstu na gradiencie - link do linkow*/
.links
{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}

/* Imie i nazwisko artysty */
.artist_name
{
	font-weight: normal;
}

/* tytul wystawy jesli banner bez tytulu - male litery */
.exhibtitle-small{
	color: #320073;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	vertical-align: top;
}

/* tytul wystawy jesli banner bez tytulu - duze litery */
.exhibtitle-bigg{
	color: #320073;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}

/* text na home page */
.homepage{
	color: #B3ABD1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
	vertical-align: top;
	padding: 15px;
}

/* text na home page - podpisy pod zdjeciami*/
.homepagenames{
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	vertical-align: top;
}
