/*
	####################################################
	www.sosnowiec-usg4d.pl
	Autor: Mateusz 's!n' Sienkan [mateusz.jogger.pl]
	####################################################
*/

/*
	#############################
	various
	#############################
*/

body {
	background: #e8ddc7 url('background.png') repeat-x;
	color: #115599;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img {
	border: 4px solid #5397bf;
}


/*
	#############################
	site structure
	#############################
*/

div#top {
	width: 100%;
	height: 150px;
	margin: 0;
	background: #a7cfe2 url('logotype.png') no-repeat center;
	border-bottom: 1px solid #dddddd;
}

div#top * {
	display: none;
}

div#menu {
	background: #83b5eb url('menuline.png'); 
	width: 100%;
	height: 25px;
}

div#content {
	border: 4px solid #5397bf;
	width: 550px;
	margin: 38px auto 10px auto;
	background: #a7cfe2 url('title.png') repeat-x;
}

div#footer {
	border: 4px solid #5397bf;
	width: 550px;
	margin: 0 auto;
	background: #a7cfe2;
}

div#footer:after { content: ""; display: block; height: 0; clear: both; }

div#footerLeft {
	float: left;
}

div#footerRight {
	float: right;
	border-left: 1px dotted #5397bf;
	width: 300px;
}

div#main {
	background: #000;
	padding: 5px;
	width: 530px;
}

div#nav {
	float: right;
	padding: 15px 0 10px 10px;
	width: 190px;
}


/*
	#############################
	site elements
	#############################
*/

ul.menu {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul.menu li {
	display: inline-block;
	margin: 0;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #5397bf;
}

ul.menu li a {
	padding: 0 10px;
	font-variant: small-caps;
	font-weight: bold;
}

ul.menu li.menuNormal {
	border-left: 1px solid #5397bf;
}

ul.menu li.menuLast {
	border-right: 1px solid #5397bf;
}

ul.menu li.menuNormalActive {
	background: url('menuactive.png');
}

ul.menu li.menuLastActive {
	border-right: 1px solid #5397bf;
	background: url('menuactive.png');
}

ul.menu li:hover {
	background: url('menuselected.png');
}

ul.menu li a:hover {
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-family: Sans-Serif;
	font-variant: small-caps;
	padding: 12px;
	margin: 0;
}

p {
	text-align: justify;
	margin: 0px;
	padding: 5px;
}

div.gallery {

	margin: 30px auto;
	padding: 2px;
	width: 378px;
}

div.gallery img {
	height: 180px;
	margin: 2px;
	width: 180px;
	border: 2px solid #5397bf;
}

div.photo {
	margin: 4px;
}

div.photo img {
	border: 1px solid #5397bf;
}

div.photo p {
	text-align: center;
}

div.photo a {
	color: #115599;
}

div.leftMain {
	width: 350px;
	float: left;
}

div.rightMain {
	float: right;
	padding: 5px 10px 0 0;
}

div.centerMain {
	padding-top: 472px;
}

textarea#content {
	height: 500px;
	width: 544px;
	margin: 0 auto;
	display: block;
	border: 0;
	border-bottom: 1px solid #5397bf;
	background: #a7cfe2;
	color: #000;
	font-family: monospace;
}

.pass input, .submitbig input {
	border: 1px solid #5397bf;
	background: #a7cfe2;
	color: #000;
}
