/* MAPA STRONY */

ul.page-map {
	margin-left: 	 80px;
	list-style-type: none;
}

ul.page-map li {
	padding: 3px;
}

ul.page-map li.lvl-1 {
	margin-left: 20px;
}

ul.page-map li.lvl-2 {
	margin-left: 40px;
}

ul.page-map li.lvl-3 {
	margin-left: 60px;
}

ul.page-map li a {
	color: 				#6F6F6F;
	text-decoration: 	none;
}

a.txt {
	color: #F7941E;
	text-decoration: none;	
}

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

a.delete {
	text-decoration: none;
}


/* ERROR MESSAGE */

#system-message {
	height: 100px;
}

#system-message p {
 	padding: 		5px;
	margin: 		0px;
	text-align: 	left;
	padding-left: 	20px;
	color: 			#6F6F6F;
}

#system-message p.info {
	background-image: url(/var/img/icon/info.png);
	background-repeat: no-repeat; 
	background-position: left 2px;
}

#system-message p.error {
	background-image: url(/var/img/icon/error.png);
	background-repeat: no-repeat; 
	background-position: left 2px;
}

/* WYDARZENIA */

.news-link {
	color: #F68916;
	text-decoration: none;
}

.see-more {
	text-align: right;
}


.column .left ul {
	margin-left: 55px;
	margin-bottom:20px; 
}

.column .left ol {
	margin-left: 55px;
	margin-bottom:20px; 
}

.column .left li {
	margin: 2px 0 2px 0;
}

.column .left ul li a, .column .left ol li a {
    color: #F7941E;
}


/* ---------------------------------------- Tabelka z pytaniem do psychologa ----- */

table#psych-form {
	width: 100%; 
	margin-left: 100px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
}

table#psych-form td,
table#psych-form th {
	padding: 5px;
}

table#psych-form th {
	font-size: 		15px;
	color: 			#F7941E;
	text-align: 	left;
}

table#psych-form td.label { 
	padding: 		5px;
} 

table#psych-form td.submit { 
	text-align: center;
	padding-top: 20px;
} 

table#psych-form td input.text, 
table#psych-form td select,
table#psych-form td textarea {
	font-size: 	11px;
	font-family: Tahoma, sans-serif;
	padding: 		3px;
	margin-left: 100px; 
	width: 		 200px;
	background:		#FFF url(/var/img/background/form/field.png) repeat-x;
	border:			solid 1px #75A1B7;
	color: 			#666;
}

table#psych-form td textarea {
	width: 300px;
	height: 70px;
}

table#psych-form td input.radio {
	margin-left: 100px; 
}

table#psych-form td input.submit {
	font-size: 	11px;
	width: 		350px;
	margin-top: 15px;
	padding: 	5px;
}

p#question-type {
	margin-left: 110px;
	line-height: 20px;
}

p#question-type a {
	text-decoration: none;
}


p#question-type a:hover {
	text-decoration: underline;
}


/* ---------------------------------------- Wyniki wyszukiwania ----- */

.search-result {
	width: 520px;
}

.search-result p.title {
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}

.search-result p.title a,
.search-result p.more a {
	text-decoration: none; 
}

.search-result p.title a:hover,
.search-result p.more a:hover {
	text-decoration: underline;
}

.search-result p.header {
	margin-left: 0px;
	background: none;
	height: auto;
	width: auto !important;
	text-align: justify;
}

.search-result p.more {
	text-align: right;
}

/* ---------------------------------------- Logowanie na stronie ----- */

#login-form-page {
	width: 300px;
}

#login-form-page label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	line-height: 25px;
	margin: 0px 5px 5px 5px;
	
}

#login-form-page input.field {
	padding: 3px;
	width: 180px;
}

#kartki-form {
	width: 300px;
}

#kartki-form label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	line-height: 25px;
	margin: 0px 5px 5px 5px;
	
}

#kartki-form input.field {
	padding: 3px;
	width: 180px;
}


/* ---------------------------------------- Filmy ----- */

#movies {
	
}

#movies h3 {
	font-size: 		11px; 
	color: 			#75A1B7;
	text-align: 	left;
}

#movies h3.section {
	color: 			#F7941E;
	font-size: 		12px;
	font-weight: 	bold;
}

#movies h3.movie-title {
	cursor: hand;
}

#movies div.movie-container {
	margin: 0 0 20px 30px;
	display: none;
}

/* ---------------------------------------- Chmura tagów ----- */

#tags-cloud {
	border: 1px solid silver;
	margin: 1px 1px 15px 1px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

#tags-cloud a {
	color: #75A1B7;	
	text-decoration: none;
}

table.workshop {
	margin-left: 35px;
	background: #CCC;
}

table.workshop td {
	background: white;
	padding: 5px;
}

table.workshop td a{
	color: #F68916;
	font-weight: bold;
	text-decoration: none;
}