/*
  Mörk: #3B8542
  Ljus: #7AB445
*/
@font-face {
	font-family: 'Univers';
	src: url('/fonts/UniversLTStd.otf');
}

@font-face {
	font-family: 'UniversBold';
	src: url('/fonts/UniversLTStd-Bold.otf');
}

a {
	font-family: 'Univers', 'Arial';
	text-decoration: none;
}

body {
	background: #FFF;
	font-family: 'Univers', 'Arial';
	font-size: 11px;
}

input {
	color: #7AB445;
	font-family: 'Univers', 'Arial';
}

h2, h3 {
	font-family: 'UniversBold', 'Arial';
	font-weight: normal;
	font-size: 15px;
}

strong {
	font-family: 'UniversBold', 'Arial';
}

.cake-sql-log {
	display: none;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.project h1 {
	display: none;
}

.project.contracted a.title {
	background: #7AB445 url('/img/project_contracted.png') 682px no-repeat;
}

.project.expanded a.title {
	background: #7AB445 url('/img/project_expanded.png') 680px no-repeat;
}

.project a.title:hover {
	background-color: #3B8542;
}

.project .container {
	display: none;
}

.project .date {
	clear: both;
	font-family: 'UniversBold', 'Arial';
	margin-bottom: -15px;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
}

.project .intro {
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 210px;
	width: 700px;
}

.project .intro div {
	height: 20px;
	padding-right: 10px;
	text-align: right;
}

.project .intro div a,
.project .intro div span {
	color: #FFF;
	cursor: pointer;
	font-family: 'UniversBold', 'Arial';
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
}

.project .more {
	background: #FAFAF8;
	color: #666;
	display: none;
}

.project .more a {
	color: #7AB445;
}

.project .more.no_intro {
	display: block;
}

.project .float_left,
.project .float_right {
	line-height: 12px;
	padding: 20px 20px 15px 20px;
	width: 310px;
}

.project .float_right {
	width: 200px;
}

#contact {
	margin-bottom: 20px;
}

#contact strong.spacing {
	display: block;
	margin-bottom: 3px;
}

#content {
	float: left;
	margin-bottom: 20px;
	width: 700px;
}

#feed_header {
	background: #3B8542;
}

#feed_header h2 {
	float: left;
	font-family: 'UniversBold', 'Arial';
	font-size: 13px;
}

#feed_header span {
	cursor: hand;
	cursor: pointer;
	float: right;
	font-family: 'Univers', 'Arial';
	font-size: 9px;
	margin-right: 10px;
	margin-top: 1px;
}

#feed_header,
.project a.title {
	color: #FFF;
	display: block;
	font-family: 'UniversBold', 'Arial';
	font-size: 13px;
	height: 14px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 6px;
	text-transform: uppercase;
}

#filter a {
	display: block;
}

#filter h3 {
	margin-top: 15px;
}

#filter h3 a {
	cursor: default;
	margin: 0;
}

#filter h3 a:hover {
	color: #7AB445;
}

#filter li {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

#filter li a {
	margin: 0;
}

#filter ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

#filter .big {
	font-family: 'UniversBold', 'Arial';
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#filter .content {
	padding: 0 20px;
}

#footer {
	background: #FAFAF8 url('/img/footer.gif') 915px no-repeat;
	color: #7AB445;
	clear: both;
	margin: 20px 20px 0 20px;
	padding: 20px;
	text-align: center;
	width: 920px;
}

#footer a {
	color: #7AB445;
}

#footer span {
	margin: 0 25px;
}

#logo {
	display: block;
	padding-left: 20px;
	padding-bottom: 60px;
	padding-top: 60px;
}

#navigation {
	color: #7AB445;
	float: left;
	line-height: 13px;
	width: 280px;
}

#navigation a {
	color: #7AB445;
}

#navigation a.selected {
  color: #3B8542;
}

#navigation a:hover {
	color: #3B8542;
}

#navigation a.group {
  color: #3B8542;
	display: block;
	font-family: 'UniversBold', 'Arial';
	font-size: 15px;
}

#navigation a.group:hover {
	color: #3B8542;
}

#navigation a.group,
#navigation .group h2 {
  color: #7AB445;
	cursor: hand;
	cursor: pointer;
	height: 14px;
	padding-left: 20px;
	padding-top: 6px;
	text-transform: uppercase;
	overflow: hidden;
}

#navigation .group.contracted h2 {
  background: url('../img/group_contracted.png') no-repeat 255px 7px;
}

#navigation .group.expanded h2 {
  background: url('../img/group_expanded.png') no-repeat 253px 9px;
}

#navigation .group h2.hover {
	color: #3B8542;
}


#navigation .group p {
	margin: 10px 20px 20px 20px;
}
#navigation .group .content {
	display: none;
}

#search {
	background: #FFF;
	border: 0;
	margin: 10px 0;
	padding: 3px 5px 5px 5px;
	width: 240px;
}

#wrapper {
	background: #F0EFE8;
	margin: 20px auto;
	padding: 20px 0;
	width: 1000px;
}