body {
	margin: 0;
	font-size: 14px;
	font-family: "Droid Sans", Tahoma, Arial;
	/*font-family: Arial;*/
	background: #eee;
}


#logowanie {
	margin: 0 auto; margin-top: 20px;
	padding: 20px;
	width: 300px;
	background: white;
	border: 1px solid #ccc;
}
#logowanie a {
	color: #777;
	text-decoration: none;
	font-size: 0.8em;
}
#logowanie a:hover {
	color: black;
}


#wrapper {
	margin: 0 auto;
	width: 800px;
}

#log_menu {
	text-align: right;
	font-size: 0.8em;
	padding: 7px 0 3px 0;
}
#log_menu a {
	color: #777;
	text-decoration: none;
}
#log_menu a:hover {
	color: black;
}

#content {
	padding: 20px;
	background: white;
	border: 1px solid #ccc;
}
#page_title {
	margin: 0;
	padding: 20px 0 30px 0;
	font-size: 2.0em;
	text-align: center;
	font-weight: bold;
}
#content a {
	color: #0091AB;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#content a:hover {
	color: #00c7eb;
}

#admin_menu {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}



#news_list {

}
#news_list .item {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 15px 20px 20px 20px;
}
#news_list .item.highlighted {
	background: #eee;
}
#news_list .item.promoted {
	border: 1px solid black;
}
#news_list .item h1 {
	margin: 0; padding: 0;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #4D1F41;
	padding-bottom: 0px;
	text-transform: uppercase;
}
#news_list .item h1 a {
	color: #4D1F41;
}
#news_list .item h1 a:hover {
	color: #a9448e;
}
#news_list .item .header {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 5px;
}
#news_list .item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}