body {
background-image: url('http://portfolio.yzoja.pl/szablony/darkbrightness/bg.png');
background-color: #e2e2e2;
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top;
margin: 0;
color: #e2e2e2;
font-family: arial;
font-size: 11px;
}

#kontener {
width: 724px;
margin: 0 auto;
}

#main {
padding: 20px 25px;
background-image: url('http://portfolio.yzoja.pl/szablony/darkbrightness/main.png');
}

#btm {
height: 50px;
background-image: url('http://portfolio.yzoja.pl/szablony/darkbrightness/btm.png');
}

#menu {
float: left;
width: 200px;
}

	#menu a {
	display: block;
	margin: 0px 0 0px 12px;
	text-decoration: none;
	color: #aeaeae;
	padding: 2px 5px;
	text-transform: lowercase;
	}
	
	#menu a:hover {
	color: #DE1E58;
	}
	
	
		#menu h1, .top p a, .comment a {
		font-size: 22px;
		text-decoration: none;
		margin: 10px 0 0 0;
		font-weight: normal;
		padding-left: 5px;
		border-bottom: 1px dashed #9FCBCC;
		}
		
			#menu h1:first-letter, .top p a, .comment a {
			color: #9FCBCC !important;
			font-family: georgia;
			font-weight: normal;
			}
			
		#menu br {
		line-height: 0;
		display: none;
		}
	
#blog {
float: right;
width: 450px;
text-align: justify;
}

textarea {
background: #000000;
color: #e2e2e2;
font-family: arial;
font-size: 10px;
border: 1px solid #e2e2e2;
}

ul {
list-style-type: none;
font-size: 11px;
width: 80%;
margin: 0 auto;
font-family: tahoma;
line-height: 11px;
}

li {
border: 5px solid #eaeaea;
background: #222222;
margin: 8px auto;
text-align: center;
font-family: georgia;
padding: 10px;
}        

.comment, .top p {
text-align: center;
}	
	
	.comment a:hover, .top p a:hover {
	font-variant: small-caps !important;
	text-transform: lowercase;
	}

	.top span {
	display: block;
	color: #FF8D06;
	font-family: georgia;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 0 10px 0;
	}
	
	#blog h1, #blog h2, i {
	color: #DE1E58;
	font-family: georgia;
	letter-spacing: 1px;
	font-weight: normal;
	}

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

a:hover {
text-transform: capitalize;
}

b {
color: #FF8D06;
letter-spacing: 2px;
}

s {
color: #9FCBCC;
letter-spacing: 4px;
text-decoration: none;
border-top: 1px solid  white;
}

u {
border-bottom: 1px dashed  #E5EF16;
text-decoration: none;
}

a:nth-of-type(2n) {
color: #FF8D06;
}

	.sign, .tags, .mood, .category {
	display: none;
	}
	
.exClear {
clear:both;
line-height:0px;
}

