#header {
	//background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZyIgeDE9IjAiIHkxPSIwIiB4Mj0iMCIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZWVlZWUiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjExMCUiIGhlaWdodD0iMTEwJSIgc3R5bGU9ImZpbGw6dXJsKCNnKSIvPjwvc3ZnPg==');
	//background-image: -moz-linear-gradient(top, #fefefe 30%, #eeeeee 100%);
	//background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fefefe), color-stop(1, #eeeeee));
	//background-image: -o-linear-gradient(top, #fefefe 30%, #eeeeee 100%);
	//background-image: linear-gradient(top, #fefefe 30%, #eeeeee 100%);
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#fefefe', EndColorStr = '#eeeeee');
	min-height: 50px;
	height: 50px;
	padding: 8px 30px 9px;
	position: relative;
	font-family: 'PT Sans';
}

#header .header_navigation strong {
	font-weight: normal;
}


#logo {
	margin: 0 60px 0 0;
	white-space: nowrap;
}
#logo a,
#logo strong {
	font-weight: bold;
	font-size: 235%;
	text-decoration: none;
	letter-spacing: -0.03em;
	border: none;
}
#logo a:hover,
#logo a:visited {
	color: #000 !important;
}

#logo .logo {
	font-family: 'PT Sans';
}
#logo .logo span {
	color: #00aeef;
}

#logo .region {
	position: absolute;
	left: 0;
	top: 2.5em;
}

#logo .region .regions_list {
	background: #fff;
	border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	padding: 1em;
}
#logo .region a {
	font-weight: normal;
	font-size: 100%;
}

#header .header_navigation {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}

#header .header_navigation ul {
	margin-left: -0.7em;
}

#header .header_navigation li {
	margin: 0 0.2em;
	padding: 0.2em 0.5em 0.3em;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#header .header_navigation li.selected {
	background: #00aeef;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#login {
	font-size: 13px;
	font-family: 'PT Sans';
}

#login.login_with_add_field {
	margin-top: -7px;
}


#login.no_logged_in{
	margin-top: 10px;
}


#login a {
	margin-left: 1em;
}

#login .logout-user-link{
	font-size: 9px;
}

#login .label {
	width: 4em;
}
#login .field {
	padding-left: 5em;
}

#login .username {
	position: relative;
}


.user_icon {
	display: block;
	float: left;
	background: url("icons.png") no-repeat;
	background-position: 0 -18px;
	width: 11px;
	height: 11px;
	margin-top: 4px;
	padding-right: 5px;
}

#header .header_extra_content {
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
}

#header .header_extra_content .buttons_label {
	color: #999;
}

#header .add_place {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 0.7em;
}

#header .add_place_button {
	padding: 4px 10px;
}

.add_event {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 1em;
	*margin-bottom: 0.2em;
}

.header_extra_content_inner {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#header .social {
	margin-top: 0.5em;
	padding-top: 40px;
	float: right;
}


