@CHARSET "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* use Gentium Plus - Regular in .woff format */
@font-face {
  font-family: GentiumPlusW;
  src: url(../images/fonts/GentiumPlus-R.woff);
}
/* use Gentium Plus - Italic in .woff format */
@font-face {
  font-family: GentiumPlusW;
  font-style: italic;
  src: url(../images/fonts/GentiumPlus-I.woff);
}

body, html {
  height: 100%;
}

html {
  background: url("/images/bg.png");
  overflow-y: scroll;
}

body {
  color: #6C574B;
  font-family: Georgia, Helvetica, Arial;
  font-family: GentiumPlusW, Cambria, "OFL Sorts Mill Goudy TT", Georgia, Helvetica, Arial;
  font-size: 15px;
}

a {
  color: #A52828;
  text-decoration: none;
}

p {
  text-align: justify;
  margin-bottom: 15px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

header {
}

header h1 {
  background: url("/images/header_1.png") no-repeat;
  width: 431px;
  height: 132px;
  margin: 30px auto 0 auto;
}

header h1 span {
  display: block;
  margin-left: -3000px;
  z-index: 3;
  position: relative;
}

header h2 {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  font-family: 'Tangerine';
  letter-spacing: 3px;
  
}

nav#main {
  width: 1000px;
  margin: 30px auto 20px auto;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Tangerine', Georgia;
  display: block;
}

nav#main ul {
  padding: 0 20px 0 0;
}

nav#main ul li {
  display: inline;
  margin-left: 20px;
}

section#contrast_container {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.8);
  border-top-color: #D3CEC8;
  border-top-style: dashed;
  border-top-width: 1px;
  border-bottom-color: #D3CEC8;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  float: left;
  width: 100%;
  margin-bottom: 110px;
}

#wrap {
  min-height: 100%;
}

#container {
  overflow:auto;
	padding-bottom: 200px;
}


div.content {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
}

div.content article {
  float: left;
  width: 760px;
  padding: 20px 20px 25px 20px;
}

div.content article h1 {
  color: #fff;
  font-size: 38px;
  text-shadow: 1px 1px 0px #853F3F;
  font-family: 'Tangerine', Georgia;
  height: 27px;
  width: 300px;
  background: url("../images/ribbon_header.png") repeat-x;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}

div.content article h1 span {
  position: absolute;
  top: -10px;
}

div.content article h1 div.ribbon_start {
	position: absolute;
	background: url("../images/ribbon_header_start.png") no-repeat;
	width: 14px;
	height: 39px;
	left: -14px;
}

div.content article h1 div.ribbon_end {
  position: absolute;
  background: url("../images/ribbon_header_end.png") no-repeat;
  width: 17px;
  height: 39px;
  right: -17px;
}

div.content h2 {
  font-weight: bold;
  border-bottom: 1px solid #D3CEC8;
  margin-bottom: 10px;
}

div.content aside {
  float: right;
  width: 175px;
  border-left-color: #D3CEC8;
  border-left-style: dashed;
  border-left-width: 1px;
  margin: 15px 0 0 0;
  padding: 5px 0 15px 15px;
}

div.content aside nav ul li {
  margin-bottom: 5px;
}

div.content aside nav a {
  color: #6C574B;
/*  font-family: Georgia;
  font-size: 18px;
  font-style: italic;*/
  font-family: 'Tangerine', Georgia;
  font-size: 28px;
  font-weight: bold;
}

section#manifest {
  width: 480px;
  margin: 20px 0 20px 0;
  padding-right: 20px;
  float: right;
}

div#slider {
  height: 300px;
  width: 450px;
  margin-left: 20px;
  float: left;
}

.slides_container {
  width:450px;
  height:300px;
}

.slides_container div {
  width:450px;
  height:300px;
  display:block;
}

img#slider_overlay {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 20px;
  opacity: 1s.6;
}

/*
  Pagination
*/

.pagination {
  margin: 10px auto 0;
  width:100px;
}

.pagination li {
  float:left;
  margin:0 1px;
  list-style:none;
}

.pagination li a {
  display:block;
  width:12px;
  height:0;
  padding-top:12px;
  background-image:url("/images/pagination.png");
  background-position:0 0;
  float:left;
  overflow:hidden;
}

.pagination li.current a {
  background-position:0 -12px;
}

footer {
  border-top-color: #D3CEC8;
  border-top-style: dashed;
  border-top-width: 1px;
  width: 100%;
  padding: 10px 0 30px 0;
  background: rgba(108, 87, 75, 0.55) url("/images/bg-footer_shadow.png") top left repeat-x;
/*  background: rgba(165, 40, 40, 0.99) url("/images/bg-footer_shadow.png") top left repeat-x;*/
  color: #000;
  position: relative;
	margin-top: -201px; /* negative value of footer height */
	height: 160px;
	clear:both;
	display: block;
}

footer div.content_bottom {
  height: 190px;
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
}

footer h3 {
  font-size: 32px;
  font-family: 'Tangerine', Georgia;
  text-shadow: rgba(255, 255, 255, 0.40) 0px 1px 0px;
}

footer a {
  color: #404040;
  text-shadow: rgba(255, 255, 255, 0.20) 0px 1px 0px;
}

footer ul {
  margin-left: 10px;
}

div#social-media ul li {
  display: inline;
  margin-right: 5px;
}

div.footer-column {
  float: left;
  width: 290px;
  padding: 0 20px 0 20px;
/*  min-height: 140px;*/
}

a#copyright {
  clear: both;
  display: block;
  position: absolute;
  bottom: 25px;
  width: 1000px;
  margin: 0 auto 0 auto;
  text-align: center;
}

img.header-image {
  margin-top: -30px;
  margin-left: -2px;
  margin-bottom: 20px;
}

/* Strona z członkami bractwa */

div.content ul.members {
  margin: 0 0 0 30px;
}

div.content ul.members li {
  list-style: none;
}

ul.members li figure {
  position: relative;
  float: left;
  display: block;
  width: 150px;
  height: 195px;
  border: 1px solid #6C574B;
  padding: 0px;
  margin: 0 30px 20px 0;
}

ul.members li figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

/* Display the captions on hover */

ul.members li figure:hover figcaption {
  opacity: 1;
}

/* Add padding and margin to the caption contents */

ul.members li figcaption * {
  padding: 0 10px;
  margin: 0;
}

ul.members li figcaption *:first-child {
  padding-top: 5px;
}
ul.members li figcaption *:last-child {
  padding-bottom: 5px;
}

/* Give captions and headings their own font */

ul.members li figcaption, h1, h2, h3, h4 {
}

/* Formsy */

fieldset {
  margin: 20px 0 0 40px;
}

input, select, textarea, button, a.button {
  font-family: Georgia;
}

button, a.button, input[type=submit], input[type=reset] {
  padding: 3px 12px;
  border: solid transparent;
  border-image: url("../images/submit_border.png") 3 3 3 3 round;
  -webkit-border-image: url("../images/submit_border.png") 3 3 3 3 round;
  -moz-border-image: url("../images/submit_border.png") 3 3 3 3 round;
  /*border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px;
  -webkit-border-radius: 2px 2px;*/
  background: #c36767;
  color: #fff;
  text-shadow: 1px 1px 0px #853F3F;
  text-decoration: none;
  font-style: italic;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#dddddd'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#dddddd')"; /* IE8 */
}

select {
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
  border-radius: 2px 2px;
  border: solid 1px rgb(153, 153, 153);
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 3px 5px;
}

label {
  float: left;
  width: 140px;
  text-align: right;
  padding-right: 4px;
  margin-top: 4px;
}

input, select, textarea {
  float: left;
}

input:disabled, select:disabled, textarea:disabled {
  background-color: #e0e0e0;
  color: grey;
}

form div {
  clear: both;
  float: left;
  margin-bottom: 5px;
}

fieldset input[type=submit] {
  clear: both;
  float: left;
  margin-top: 10px;
  margin-left: 150px;
}

input[type=text], input[type=password], input[type=email], textarea {
  border: 1px solid #6C574B;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
  border-radius: 2px 2px;
  background: white url("../images/input-bg.png") no-repeat 0px 0px;
  padding: 3px 5px;
  margin: 0px 0px 10px;
}

label {
  margin-right: 5px;
}

span.form_value {
  display: block;
  float: left;
  margin-top: 4px;
  margin-bottom: 5px;
}
span.form_value a{
  color: blue;
}

ul.error_list {
  color: red;
  margin-bottom: 2px;
  float: left;
  clear: both;
  margin-left: 110px;
}

.help {
  color: grey;
}

p.help {
  margin: 5px 0;
}

form p.help {
  clear: left;
  float: left;
  color: grey;
  margin: 5px 0 10px 110px;
}

form p.help br:first-child {
  display: none;
}

form legend {
  font-weight: bold;
  color: #6C574B;
  padding-bottom: 10px;
}

/* Formatowanie tekstu */

img#contact-image {
  margin-bottom: -3px;
}

div.content article ul, div.content section ul, div.content article ol, div.content section ol {
  margin: 0 0 10px 40px;
}

div.content article ul li, div.content section ul li {
  list-style: circle;
}

div.content article ol li, div.content section ol li {
  list-style: decimal;
}

div.content blockquote {
  margin: 20px 40px;
  font-style: italic;
  border-left: 4px solid #D3CEC8;
  padding: 10px 15px;
  font-size: 16px;
}


