/*
Theme Name: UnionNet
Theme URI: http://unionnet.pl/
Description: The default UnionNet theme.
Version: 1.0
Author: Tomasz Muszyński
Author URI: http://muszynski.art.pl/
Tags: black, custom header, fixed width, two columns, widgets


*/


/* CSS Document */
body,td,th {
	font-family: sans-serif;
	color: #FFFFFF;
}

body {
	background-color: #979797;
	background-repeat: repeat-x;
	margin-left: 8%;
	margin-top: 20px;
	margin-right: 8%;
	margin-bottom: 20px;
	background-image: url('images/bg_main.gif');
}

/* FX */
.border {
	border: 1px solid #2E2E2E;
}
.border2 {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D1D1D;
	border-right-color: #1D1D1D;
	border-bottom-color: #1D1D1D;
	border-left-color: #1D1D1D;
}
.border3 {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
}
.border4 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
}
.fill_navi {
	background-attachment: scroll;
	background-image: url('images/bg_leftbar.gif');
	background-repeat: repeat-x;
	background-position: right bottom;
}
.fill_top {
	background-image:url('images/bg_contain.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.fill_bottom {
	background-image:url('images/bg_bottombar.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 50px;
}



#header {
	background-color: #2E2E2E;
	background-attachment: scroll;
	background-image: url('images/bg_logo_clear.jpg');
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0px;
	height: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .info {
	color: #ACACAC;
	font-size: 9px;
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-right: 5px;
	margin: 0px;
}
.menu {
	background-color: #2E2E2E;
	color: #FFFFFF;
	display: block;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}
.menu a, .menu a:visited, .menu a:active {
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu a span, .menu a:visited span, .menu a:active span {
	color: #585858;
	font-size: 15px;
	font-weight: bolder;
	line-height: normal;
	margin-right: 3px;
	margin-left: 3px;
}

.menu a:hover {
	color: #828282;
}
.menu a:hover span {
	color: #FF0107;
}
#footer {
	font-size: 50%;
}
#footer, #footer a, #footer a:visited, #footer a:active {
	color: #828282;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: none;
}
#footer a:hover {
	color: #FE0000;
}


#sidebar h2 {
}

#sidebar ul {
	margin: 0px;
	padding-left: 0px;
}

#sidebar ul li {
	list-style-type: none;
	padding-top: 5px;
}

#sidebar ul ul {
	padding-left: 20px;
}

#sidebar ul ul li {
}

#sidebar ul ul li a {
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FF0107;
}

#container {
	text-decoration: none;
	font-size: 100%;
	background-color: #EBEBEB;
	color: black;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}

#sidebar {
/*	display: block;
	float: left;*/
	width: 11em;	
	position: absolute;
	right: 8%;
}

#content {
	margin-right: 200px;
	min-height: 25em;
/*	margin-left: 250px;*/
}
#content h3 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

#content a, #content a:visited, #content a:active {
	color: #910000;
	font-style: oblique;
	text-decoration: none;
}
#content a:hover {
	color: #FE0000;
}
#content table {
	margin-top: 20px;
	width: 100%;
}
#content thead {
	font-weight: bolder;
}
#content td {
	border: 1px solid #bbbbbb;
	color: #000000;
}

img {
	border: 0px;
}

.center { text-align: center;}

.noborder img { border: 0px;} 
