/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #EEE url(img/bg.gif);*/
	color: #000000;
	font: normal 10px Verdana,Helvetica,"Lucida Sans Unicode",sans-serif;
	margin: 0;
	/*background: #171D33 url(img/stopy_bg.jpg);*/
	background: #171D33;
}

p {
	font:bold 2.5em Arial;
	/*padding-bottom: 1.2em;*/
	line-height:130%;
	color: #000000;
	text-align:justify;
}

/* structure */
.container {
	/*background: url(img/stopy_bg.jpg) repeat-y;*/
	margin: 0 auto;
	padding-bottom: 6px;
	padding-top: 0px;
	width: 978px;
}

.container img {
	border:0px;
}

.psji a {
	display: block;
	
	color: #AAAAAA;
	text-decoration:underline;
}


.menu {
	margin-right:-50px;
	width:320px;
	
	float:right;
	font:bold 2.5em Arial;
	/*padding-bottom: 1.2em;*/
	line-height:130%;
	color: #000000;
	text-align:left;
}

.menu li {
	margin-bottom:20px;
	list-style-type:none;
}
/*
a {
	display: block;
	background-color: red;
	color: #000000;
	text-decoration:none;
}

a:hover {
	background-color: yellow;
	color: #000000;
	text-decoration:none;
} */
/* title */
.title h1 {
	color: red;
	font: normal 8em Arial;
	text-align: center;
	line-height: 100px;
	margin-bottom: 8px;
	text-shadow: #000000 3px;
}

h1 {
	font: normal 3em "Arial Black";
	color:#000000;
}
/* content */
.content {
	/*float: left;*/
	/*width: 520px;*/
	padding:10px;
	padding:10px 50px;
	padding-top:0px;
}

.content strong{
	font:bold 1.5em "Arial Black";
}

.content img {
	margin: 15px;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	margin-bottom: 8px;
}

.content .item-y  p{
	color: yellow;
	margin-bottom:30px;
}
/* footer */
.footer {
	background: #FFF;
	border: 0px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
	width: 636px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

.header {
	background: url(img/title.jpg);
	border: 3px solid #000B20;
	border: 3px solid #FFFFFF;
	border-bottom: 4px solid #000B20;
	border-bottom: 3px solid #FFF;
	border: 0;
	height: 160px;
}


/* misc */
.clearer {
	clear: both;
}