/* Fotoarkadiusz CSS - Tomasz Balabuch */


/* Structure -------------------------------------------------- */

body {
	margin:0;
	padding:20px 0;
	background:#111111;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}

#wrapper {
	width:90%;
	margin: auto;
	padding:0;
	}

#logo {
	width:100%;
	height:150px;
	text-align:center;
	color:#CCCCCC
	}

#navigation {
	width:810px;
	height:20px;
	color:#999999;
	margin-left: auto;
  	margin-right: auto;
	margin-top:11px;
	text-align:center;
	}

#content {
	width:850px;
	margin-top:2px;
	padding: 10px 30px;
	color:#CCCCCC;
	min-height: 350px;
	border-top:solid #990000 1px;
	border-bottom:solid #990000 1px;
	max-width:850px;
	margin-left: auto;
  	margin-right: auto;
	}

#content.noBorder img{
	border:none;
	}
	
	
.scrollBox {
	font-family: Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
	height: 350px;
	padding: 5px;
	background-color:none;
	overflow: auto;
	}

#footer {
	width:100%;
	padding:0px;
	font-size:9px;
	/*float:right;*/
	padding-right:0%;
	text-align:right;
	color:#666666;
	margin-left: auto;
  	margin-right: auto;
	max-width:850px;
	}
	
#tags {
	width:100%;
	padding:0px;
	font-size:9px;
	padding-right:0%;
	text-align:center;
	color:#666666;
	margin-left: auto;
  	margin-right: auto;
	max-width:850px;
	}
	

/* Content -----------------------------------------------------*/

h1 {
	letter-spacing: 0.4em;
	line-height: 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 24px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height: 10px;
	letter-spacing: 0.3em;
	padding:10px 0;
	text-indent:20px;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:normal;
	padding:0;
	text-indent:40px;
	text-decoration:underline;
	}
	
#content ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	padding-left:40px;
	list-style:none;
	}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	padding: 0 50px 0 50px;
	line-height: 20px;
	font-size: 14px;
	text-indent: 0.5in;
	}

#content img {
	margin:5px;
	}
#content a:link, a:visited { 
	color:#eee
	}
#content a:hover, a:active {
	color:#990000
	}


#wyd img{
	float:right;
	margin: 10px 0 0 35px;
}

#wyd p{
	padding: 0;
	text-indent:0;
	}
#content p.petit {
	font-size: 10px;
	padding-bottom: 60px;
	border-bottom: 1px solid #999;
}
#content p.powrot {
	font-size: 10px;
	padding: 0 0 20px 0;
}
#content p.bottom {
	padding-bottom: 60px;
	border-bottom: 1px solid #999;
}


	
#wyd h2{
	text-indent:0;
	line-height:10px;
	letter-spacing:0.2em;
	}

.align {
	margin-bottom:100px;
	}

ol {
	padding:0;
	margin:0 0 0 100px;
	list-style-type:decimal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

ol li {
	margin:0 0 10px 0;
	}
.blog {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	text-decoration:underline
	}



/* Links --------------------------------------------------------------*/
a {
	outline:none;/*removes little dotted border/outline around the linked elements*/
	}

a:link, a:visited {
	color:#999999;
	background:transparent;
	text-decoration:none;
	}

a:hover, a:active {
	color:#ffffff;
	background:transparent;
	text-decoration:none;
	}


/* Menu ------------------------------------------------------------- */

#navigation a{
	color:#999;
	}
	
#navigation a:hover {
	color:#fff;
	}

ul.menu {
	list-style:none;
	margin:0;
	padding:0
}
ul.menu * {margin:0; padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight:lighter;
	text-decoration: none;
	letter-spacing:0.2em;
	font-size: 11px;
	}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {
	position:absolute;
	top:15px;
	left:0px;
	display:none;
	opacity:0;
	list-style:none
}
ul.menu ul li {
	position:relative;
	border:1px solid #999;
	border-top:none;	
	width:160px;
	margin:0;
	text-align:center;
}

ul.menu ul li a {display:block; padding:7px 7px; background-color:#111}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	margin:0;
	padding:0px 5px;	
	border-left:1px solid #999999;
	width:148px
}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

	
ul.menu .endborder {
	margin:0;
	padding:0px 5px;	
	border-left:1px solid #999999;
	width:150px;
	border-right:1px solid #999999;
	}

