@font-face {
  font-family: Aller;
  src: url("Aller_Rg.ttf");
}


@font-face {
  font-family: Aller;
  font-weight: bold;
  src: url("Aller_Rg.ttf");
}


@font-face {
  font-family: AllerLight;
  src: url("Aller_Lt.ttf");
}


@font-face {
  font-family: AllerLight;
  src: url("Aller_Lt.ttf");
}


@font-face {
  font-family: AllerBold;
  font-weight: bold;
  src: url("Aller_Bd.ttf");
}

html {
	background: #fafafa/* url('/images/themes/kry/bg-fade.png') repeat-x*/;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #000;
}





/*==
	 L I S T S
====	*/
#content ul, ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

#content li {
	line-height: 1.5em;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}


/*==
	 T Y P E
====	*/
#content blockquote p {
	margin: 20px 0px;
	padding-left: 10px;
	border-left: 2px solid #ccc;
	font-style: italic;
	color: #333;
	font-size: 14px;
}

.clear {
	clear: both;
}

#container, #footer {
	width: 1000px; /* 960 + ( padding x 2 ) */ 
}

#container {
	background: white;
	margin: 0px auto;
}

.container-padding {
	padding: 0px 20px;
}

h1, h2, h2 span, h3, #menu a {
	font-family: Aller, "Helvetica Neue", Helvetica, Arial, Verdana;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1, h2, h1 a, h2 a {
	color: #db9e1d;
	font-size: 22px;
	margin-bottom: 5px;
}

#items h1 {
	margin-bottom: 15px;
}

p, #content ul, #content li, label, dd div {
	font-size: 14px;
	color: #7d7b78;
	line-height: 1.5em;
}

dd div input {
	margin-right: 4px;
}

p, a {
	font-size: 14px;
}

p, img {
	margin-bottom: 14px;
}

.snippet img {
	margin-bottom: 0px;
}

a {
	color: #db9e1d;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.read-more {
	white-space: nowrap;
}




/*==
	 U P P E R
====	*/
#upper {
	/*background: rgba(0,0,0,0.15);*/
	padding-top: 20px;
	/*margin-top: 20px;*/
}

	#logotype {
		/*height: 100px;*/
		background: #fff;
		margin: 0 0 20px;
	}
	
	#logotype img {
		margin-bottom: 0;
	}
	
	#upper-image img {
		margin-bottom: 0px;
		display: block;
	}
	
	

/*==
	 M E N U
====	*/
#menu {
	background: url('/images/themes/kry/bg-menu.png');
	height: 39px;
	padding-right: 35px;
}

#menu ul li.active a, #menu ul li.activeRoot a {
	color: #000;
}

#menu ul li {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 6px;
	position: relative;
	background: none;
	padding: 4px 18px 12px 18px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#menu ul li.hover {
	background: #fff;
}


#menu ul li a {
	font-size: 15px;
	color: #5a5a5a;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover {
	color: #db9e1d;
}

#menu ul li .menu-arrow {
	width: 11px;
	height: 11px;
	background: red;
	float: left;
	background: #aaa url('/images/themes/kry/menu-arrow.png') top left no-repeat;
	margin-top: 4px;
	margin-left: 6px;
	display: none;
	cursor: pointer;
}

#menu ul li.hover .menu-arrow {
	background-position: right;
}

#menu ul li.hover .menu-arrow, #menu ul li .menu-arrow:hover {
	background-color: #db9e1d;
}

#menu ul li.has-children .menu-arrow {
	display: block;
}

#menu ul li ul {
	position: absolute;
	top: 33px;
	left: 0px;
	background: #fff;
	display: none;
}

#menu ul li.last ul {
	left: auto;
	right: 0px;
}

#menu ul li.hover ul {
	display: block;
}

#menu ul li ul li {
	margin: 0px;
	/*margin-bottom: 10px;*/
	padding: 0px;
	float: none;
}

#menu ul li ul li a {
	padding: 5px 0px;
	float: none;
	display: block;
}

#menu ul li ul {
	padding: 0px 18px 8px 18px;
}

#menu ul li ul li a, #menu ul li.active ul li a, #menu ul li.activeRoot ul li a {
	white-space: nowrap;
	color: #5a5a5a;
}

#menu ul li ul li.active a {
	color: #000;
}

#menu-content {
	float: right;
}




/*==
	 S I D E B A R
====	*/
#sidebar, #content {
	padding-top: 21px;
}

#sidebar .part {
	margin-bottom: 20px;
}

#sidebar .part h2 {
	display: block;
	background: #dcdcdc;
	color: #fff;
	padding: 6px 0px 5px 0px;
	font-size: 22px;
	padding-left: 35px;
}

#sidebar .part .video {
	margin-left: 35px;
}

#sidebar .part-video h2 {
	margin-bottom: 0px;
} 


/*==
	 B L O G
====	*/
.blog-list .post {
	border-bottom: 1px solid #e5e5e5;
	margin-left: 35px;
	padding: 5px 0px;;
}

.blog-list .post.link-archive {
	border-bottom: none;
}

.blog-list .post a {
	color: #706f6f;
	font-size: 14px;
	text-decoration: none;
}

.blog-list .post.link-archive a {
	font-style: italic;
}

#blog .post {
	margin: 35px 0px 25px 0px;
}

#blog .post-date, .post-date {
	font-size: 12px;
	color: #6f6d6d;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 10px;
}

.post-date {
	margin-top: 0px;
	margin-bottom: 0px;
}

#blog .post-image {
	float: left;
}

#blog .post-text {
	float: right;
	width: 315px;
	margin-top: -3px;
}
#blog .no-image .post-text {
	float: none;
	width: auto;
	margin-top: 0;
}

#blog .swap .post-image {
	float: right;
}

#blog .swap .post-text {
	float: left;
}

	#blog .post-header-text {
		float: left;
	}
	
	#blog .share {
		float: right;
		margin-top: 6px;
	}

	.share .twitter, .share .facebook, .share .rss {
		display: block;
		float: left;
		height: 17px;
		width: 17px;
		background: url("/images/themes/kry/social-icons.jpg");
		background-position: 0px 17px;
		margin-right: 5px; 
	}
	
	.share .twitter:hover, .share .facebook:hover, .share .rss:hover {
		background-position: 0px 0px; 
	}

	.share .twitter {
		background-position: 34px 17px; 
	}

    .share .twitter:hover {
		background-position: 34px 0px; 
	}

	.share .rss {
		background-position: 17px 17px; 
	}

    .share .rss:hover {
      background-position: 17px 0px; 
	}



/*==
	 M I D
====	*/
#middle {
	background: url('/images/themes/kry/bg-sidebar.png') top right repeat-y;
}

#content {
	width: 640px;
	min-height: 200px;
	float: left;
	padding-bottom: 30px;
}

#sidebar {
	float: right;
	width: 285px;
	min-height: 200px;
}

	.part .fb {
		margin-left: 37px;

		border: 1px solid #fff;
		/*background: #fff;*/
		width: 248px;
		z-index: 10;
		overflow: hidden;
		position:relative;
		top:-1px;
		left:-2px;
	}
	
	.part .fb iframe {
		/*width: 250px !important;
		height: 380px !important;*/
		/*margin: -33px -4px 0 !important;*/
		left:-5px;
		overflow:hidden;
		position:relative;
		top:-1px;
	}
	
	#sidebar .part.rss-fetcher h2 span {
		background: url(/images/themes/kry/rss-fetcher-logga.png) no-repeat;
		padding-left: 35px;
	}



/*==
	 F O O T E R
====	*/
#footer {
	margin: 0px auto 30px auto;
	padding: 10px 0px;
	height: 97px;
	background: #fefefe url('/images/themes/kry/bg-footer.png') top left repeat-x;
}

#footer p {
	margin: 0px;
	font-family: Aller;
}

#footer .container-padding {
	padding-top: 8px;
}

#footer-info {
	float: left;
}

#footer #promotions {
	float: right;
	padding-top: 17px;
}

#footer .promotion {
	float: right;
	margin-left: 25px;
}


/* BUTTON */
.editField-menuCreateNew.editDontDisable {
	line-height: normal;
	margin-top: 30px;
	margin-bottom: -25px;
	padding: 5px 14px;
	display: table;
	background: -moz-linear-gradient(top, #FAFAFA, #EAEAEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EAEAEA));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA');
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #005d80 !important;
	border: 2px solid #00A5DF;
	text-shadow: 0 1px 1px #fff;
	font-size: 16px;
}
.editField-menuCreateNew.editDontDisable:hover, 
.editField-menuCreateNew.editDontDisable:focus, 
.editField-menuCreateNew.editDontDisable:active{
	color: #0081AF;
	border-color: #2FC9FF;
	outline: none;
}
.editField-menuCreateNew.editDontDisable:active {
	padding: 6px 14px 4px 14px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) inset;
}
#items .editField-menuCreateNew.editDontDisable {
	margin: 0px;
	margin-bottom: 10px;
}


/*==
	 A R C H I V E
====	*/
#archive li {	
	list-style: none !important;
}

#archive ul {
	padding: 0px;
}

#archive li span.date {
	width: 25px;
	display: block;
	float: left;
	clear: both;
}

#archive ul.month {
	padding-bottom: 10px;
}

#archive ul.days {
	padding-left: 0px;
	font-weight: normal;
}

#archive li .month {
	font-weight: bold;
}



/*==
	 F O R M S
====	*/
dl, dt, dd {
	margin: 0;
	padding: 0;
}

.form_error p, .missing-instructions {
	display: block;
	color: #c55;
	font-weight: bold;
}

form label {
	display: block;
}

form dt {
	margin-bottom: 2px;
}

form dd {
	margin-bottom: 15px;
	font-size: 13px;
}
form dd div {
	margin-bottom: 3px;
	margin-top: 2px;
}

form .input, form textarea {
	width: 380px;
	padding: 8px;
	/*font-family: "Helvetica Neue", Arial, Verdana;*/
	font-size: 13px;
	
	border: 1px solid #c3bfbe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.submitBtnArea {
	padding-top: 5px;
}
.submitBtnArea input {
	padding: 2px;
	font-weight: bold;
	display: block;
}

.snippet-form.right {
	display: none;
}




/*==
	 S T U D I O
====	*/
.snippet {
	margin-bottom: 20px;
}

.snippet.column {
	margin-bottom: 0px;
}

#items .item-fill {
	width: 310px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

.snippet.column {
	width: 310px;
	float: left;
	margin-right: 20px;
}

.snippet.column, #items .item-fill.right {
	margin-right: 0px;
}

#items h2 {
	margin-bottom: 0px;
} 

.snippet.column.right {
	float: right;
}

#map {
	height: 330px;
}

.snippet-pris {
	margin-bottom: 30px;
}

.snippet-pris p {
	margin: 0px;
}

.pris-category {
	float: left;
	width: 210px;
}

.pris-content {
	float: left;
	width: 380px;
}

.pris-content-item {
	float: left;
	width: 225px;
}

.pris-content-price {
	float: left;
	width: 100px;
}

.medarbetare-info {
	width: 390px;
}

.snippet-medarbetare {
	margin-bottom: 30px;
}

.medarbetare-image {
	float: left;
	margin-right: 20px;
}

.medarbetare-info {
	float: left;
}

.medarbetare-info p {
	margin: 0px;
}

.med-namn h2 {
	margin-top: -4px;
	margin-bottom: 0px;
}

.med-titel {
	margin-top: -2px;
	margin-bottom: 30px;
} 


