@CHARSET "UTF-8";

* {
	font-family: Verdana; /*"Century Gothic", "Lucida Console";*/
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
body, .gradient {
	color: #fff;
	
	background-color: #000;
	background-image: url('./img/bg.bmp');
	background-position: top;
	background-repeat: repeat-x;
}
ul {
	list-style: square;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;	
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #f4a919;
}
h1, h2, h3 {
	position: relative;
	font-weight: normal;
	margin: 7px 0px;
}
h1, .h1 {
	font-size: 20px;
	color: #fff;
}
h2, h3 {
	font-size: 15px;
	color: #f4a919;
}
b {
	font-size: inherit;
	font-weight: bolder;
	color: #f4a919;
}
hr {
	margin: 15px;
	background-color: #333;
	height: 1px;
	width: 95%;
	border: none;
}
ul {
	margin: 15px 0px 20px 0px;
}
li {
	margin: 5px 0px 0px 20px;
}
input, select, textarea {
	padding: 3px;
	margin: 3px 0px;
	background-color: #ddd;
	border: 1px solid #999;
}
input[type=text], input[type=password], textarea {
	width: 500px;
}
input[type=submit] {
	padding: 3px 5px;
}
textarea {
	height: 300px;
}
img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
}
#lightbox img {
	margin: 0px;
	padding: 0px;
}

#top {
	width: 710px;
	margin: 0px auto;
	position: relative;
}
#main {
	clear: both;
	border: 1px solid #000;
	background-color: #222;
}
/** For header **/
#head {
	position: relative;
	height: 190px;
	margin: 0px;
	padding: 0px;
	
	background-color: #222;
	background-position: middle left;
	background-repeat: no-repeat;
	
	border-bottom: 1px solid #000;
}
.head {
	background-image: url('./img/head/home.jpg');
}
.home {
	background-image: url('./img/head/home1.jpg');
}
.documents {
	background-image: url('./img/head/documents.jpg');
}
.consulting {
	background-image: url('./img/head/consulting.jpg');
}
.events {
	background-image: url('./img/head/events.jpg');
	background-position: center -45px;
}
.contact {
	background-image: url('./img/head/contact.jpg');
}
.gallery {
	background-image: url('./img/head/gallery.jpg');
}
.courses {
	background-image: url('./img/head/courses.jpg');
}

#logo {
	background-image: url('./img/piwoznawcy_logo_best.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 270px;
	height: 130px;
	
	margin: 0px;
	padding: 0px;
	
	text-decoration: none;
	border: none;
}
#menu {
	position: absolute;
	top: 75px;
	left: 270px;
	color: #fff;
	display: block;
}
#menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#menu a.selected, #menu a:hover {
	color: #f4a919;
}
#menu ul {
	list-style: none;
	margin: 0px;
	paddgin: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-left: 5px;
	
	line-height: 20px;
}
#menu .standard-menu {
	
}
#menu .admin-menu {
	background-color: #333;
}
#content {
	margin: 0px;
	padding: 50px;
	background-color: #222;
}
#footer {
	clear: both;
	background-color: #111;
	border-top: 1px solid #000;
	margin: 0px;
	padding: 15px 50px 15px 50px;
	text-align: right;
	color: #333;
}
#footer:hover {
	color: #f4a919;
}

/** Pages **/
.clear {
	float: none;
	clear: both;
	background-color: transparent;
}
.homepage {
	padding-bottom: 15px;
}
.homepage img {
	/*
	float: left;
	margin: 3px;
	margin-right: 15px;
	*/
	border: 1px solid #333;
	padding: 3px;
}
.homepage p {
	padding: 5px;
}

.news-container {
	margin: 10px 0px;
}
.news h3 {
	font-weight: normal;
	font-size: 14px;
	color: #f4a919;
	
	display: block;
	padding: 5px 0px;
}
.news h3 .date {
	font-size: 14px;
	float: right;
	color: #444;
}
.news p {
}

.event, .course {
	margin-bottom: 20px;
	/*
	padding: 10px;
	border: 1px solid #444;
	*/
}
.left, .right {
	float: left;
}
.left {
	width: 40%;
	padding-top: 5px;
}
.right {
	width: 60%;
}

.document {
	float: left;
	width: 30%;
	height: 200px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	/*
	width: 183px;
	border: 1px solid #444;
	*/
}
.document a {
	color: #fff;
}
.document a:hover {
	color: #f4a919 !important;
}
.document .description {
	text-align: left;
}

.less, .more {
	display: block;
	padding: 5px 0px;
	text-decoration: underline;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

.paginate {
	
}
.paginate div {
	display: inline;
}

.newsletter {
	margin: 10px 0px;
}
.newsletter input {
	color: #fff;
	
	background-color: #111;
	border: 1px solid #000;
	
	padding: 3px 5px;
}
.newsletter input[type=text] {
	width: 400px;
}
.newsletter input[type=submit] {
}

/* Kalendarz */
.callendar, .course-instance {
	border: 1px solid #111;
	margin: 15px 0px;
}
.callendar td, .course-instance td {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	background-image: url('gradient.png');
}
.callendar td, .course-instance td {
	background-color: #444;
	border: 1px solid #111;
}

.callendar a {
	font-weight: bolder;
	text-decoration: none;
}
.course-instance td {
	width: 300px;
}
.course-instance .signin {
	margin-left: 7px;
}

/* Galeria */
.album, .photo {
	float: left;
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display:table-cell; 
	vertical-align:middle
}
.album a, .photo a {
	text-decoration: none;
}
.album img, .photo img {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 5px;
}

.hiddenlink {
	text-align: center;
	color: #333;
}
.hiddenlink a {
	color: #333;
	font-weight: bold;
}
.hiddenlink a:hover {
	color: #f4a919;
}

.clear, .callendar-entry .clear {
	float: none;
	clear: both !important;
}

.scaffold tr {
	width: 100%;
}
.scaffold td {
	padding: 3px 5px;
	margin: 1px;
	border: 1px solid #888;
	background-color: #666;
}

/**

	Blue trip
	
**/

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:none; padding:0; margin:0; }

/* Make sure the icons are not cut */
a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, 
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a[href^="http:"]          { background-image: url(img/icons/external.png); padding-right: 14px; } 
a[href^="mailto:"]        { background-image: url(img/icons/email.png); }
a[href^="http:"]:visited  { background-image: url(img/icons/visited.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(img/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(img/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(img/icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(img/icons/feed.png); }
a[href^="aim:"]   { background-image: url(img/icons/im.png); }
a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }

a.example_event, a.example_course {
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	right: -10px;
	width: 200px;
	height: 40px;
}
a.example_event {
	background-image: url("img/example_event.png");
}
a.example_course {
	background-image: url("img/example_course.png");
}

a.gotoprezent {
	display: block;
	/*
	width: 708px;
	height: 190px;
	*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}
div.partners img
{
float: left;
border: 3px;
border-color: #ffffff;
margin-right: 15px;
margin-bottom: 15px;
*margin-bottom: 0px;
}
div.partners p
{
	text-align: justify;
	display: block;
	clear: both;
}
div.partners hr
{
	clear: both;
	margin: 0 auto;
}