@charset "UTF-8";
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px; }

.container_16 .grid_2 {
  width: 100px; }

.container_16 .grid_3 {
  width: 160px; }

.container_16 .grid_4 {
  width: 220px; }

.container_16 .grid_5 {
  width: 280px; }

.container_16 .grid_6 {
  width: 340px; }

.container_16 .grid_7 {
  width: 400px; }

.container_16 .grid_8 {
  width: 460px; }

.container_16 .grid_9 {
  width: 520px; }

.container_16 .grid_10 {
  width: 580px; }

.container_16 .grid_11 {
  width: 640px; }

.container_16 .grid_12 {
  width: 700px; }

.container_16 .grid_13 {
  width: 760px; }

.container_16 .grid_14 {
  width: 820px; }

.container_16 .grid_15 {
  width: 880px; }

.container_16 .grid_16 {
  width: 940px; }

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px; }

.container_16 .prefix_2 {
  padding-left: 120px; }

.container_16 .prefix_3 {
  padding-left: 180px; }

.container_16 .prefix_4 {
  padding-left: 240px; }

.container_16 .prefix_5 {
  padding-left: 300px; }

.container_16 .prefix_6 {
  padding-left: 360px; }

.container_16 .prefix_7 {
  padding-left: 420px; }

.container_16 .prefix_8 {
  padding-left: 480px; }

.container_16 .prefix_9 {
  padding-left: 540px; }

.container_16 .prefix_10 {
  padding-left: 600px; }

.container_16 .prefix_11 {
  padding-left: 660px; }

.container_16 .prefix_12 {
  padding-left: 720px; }

.container_16 .prefix_13 {
  padding-left: 780px; }

.container_16 .prefix_14 {
  padding-left: 840px; }

.container_16 .prefix_15 {
  padding-left: 900px; }

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px; }

.container_16 .suffix_2 {
  padding-right: 120px; }

.container_16 .suffix_3 {
  padding-right: 180px; }

.container_16 .suffix_4 {
  padding-right: 240px; }

.container_16 .suffix_5 {
  padding-right: 300px; }

.container_16 .suffix_6 {
  padding-right: 360px; }

.container_16 .suffix_7 {
  padding-right: 420px; }

.container_16 .suffix_8 {
  padding-right: 480px; }

.container_16 .suffix_9 {
  padding-right: 540px; }

.container_16 .suffix_10 {
  padding-right: 600px; }

.container_16 .suffix_11 {
  padding-right: 660px; }

.container_16 .suffix_12 {
  padding-right: 720px; }

.container_16 .suffix_13 {
  padding-right: 780px; }

.container_16 .suffix_14 {
  padding-right: 840px; }

.container_16 .suffix_15 {
  padding-right: 900px; }

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px; }

.container_16 .push_2 {
  left: 120px; }

.container_16 .push_3 {
  left: 180px; }

.container_16 .push_4 {
  left: 240px; }

.container_16 .push_5 {
  left: 300px; }

.container_16 .push_6 {
  left: 360px; }

.container_16 .push_7 {
  left: 420px; }

.container_16 .push_8 {
  left: 480px; }

.container_16 .push_9 {
  left: 540px; }

.container_16 .push_10 {
  left: 600px; }

.container_16 .push_11 {
  left: 660px; }

.container_16 .push_12 {
  left: 720px; }

.container_16 .push_13 {
  left: 780px; }

.container_16 .push_14 {
  left: 840px; }

.container_16 .push_15 {
  left: 900px; }

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px; }

.container_16 .pull_2 {
  left: -120px; }

.container_16 .pull_3 {
  left: -180px; }

.container_16 .pull_4 {
  left: -240px; }

.container_16 .pull_5 {
  left: -300px; }

.container_16 .pull_6 {
  left: -360px; }

.container_16 .pull_7 {
  left: -420px; }

.container_16 .pull_8 {
  left: -480px; }

.container_16 .pull_9 {
  left: -540px; }

.container_16 .pull_10 {
  left: -600px; }

.container_16 .pull_11 {
  left: -660px; }

.container_16 .pull_12 {
  left: -720px; }

.container_16 .pull_13 {
  left: -780px; }

.container_16 .pull_14 {
  left: -840px; }

.container_16 .pull_15 {
  left: -900px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

form input, form select {
  font: normal normal 14px/17px Helvetica, Tahoma, sans-serif; }
form textarea {
  font: normal normal 14px/17px monospace; }
form input[type=submit] {
  margin: 6px 0 0 0;
  padding: 2px 8px;
  font-weight: bold; }
form label {
  margin-top: 8px; }
form .radio, form .check_boxes, form .select {
  position: relative; }
form label.boolean {
  margin-right: 10px; }
form .radio label,
form .check_boxes label,
form .select label {
  font-weight: bold;
  width: 200px;
  display: block;
  margin-right: 20px; }
form .check_boxes input.check_boxes,
form .check_boxes label.collection_check_boxes {
  margin-top: 0;
  display: inline; }
form .check_boxes input.check_boxes {
  margin: 5px 5px 0 0; }
form label.collection_radio,
form label.collection_check_boxes {
  font-weight: normal;
  width: auto; }
form .boolean .hint {
  color: #555;
  font-style: italic; }
form .radio .hint,
form .check_boxes .hint,
form .select .hint {
  float: left;
  clear: left;
  width: 200px;
  font-weight: normal;
  color: #999999;
  text-align: right; }
form .string, form .date, form .text, form .password, form .file, form .integer, form .url, form .email {
  position: relative; }
form .string label,
form .date label,
form .text label,
form .password label,
form .file label,
form .integer label,
form .url label,
form .email label {
  margin-right: 20px;
  display: block;
  font-weight: bold;
  width: 200px; }
form .string .hint,
form .date .hint,
form .text .hint,
form .password .hint,
form .file .hint,
form .integer .hint,
form .url .hint,
form .email .hint {
  display: block;
  color: #999999; }
form .string input, form .date input, form .text input, form .password input,
form .file input, form .integer input, form .url input, form .email input,
form textarea {
  border: 1px solid #999999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 4px 3px;
  width: 400px; }
form .short input {
  width: 200px; }
form select option {
  padding: 1px 8px 1px 2px; }
form label.datetime, form label.date {
  margin-right: 6px; }

.field_with_errors span.error {
  color: #D12F19;
  display: block; }
.field_with_errors input.string {
  background-color: #FBE3E4; }

form.post textarea, form.text_node textarea, form.newsletter_section textarea, form.event textarea {
  width: 100%;
  height: 300px; }
form.post .tags, form.text_node .tags, form.newsletter_section .tags, form.event .tags {
  width: 100%; }

form.event textarea {
  height: 200px; }

fieldset {
  border: 0; }

form .is-draft {
  margin: 8px 0; }
  form .is-draft .selected {
    font-weight: bold; }
  form .is-draft label {
    margin-right: 5px; }

.post {
  margin-bottom: 30px; }
  .post h2 a {
    color: #222; }
  .post .fb-like {
    margin-top: 1px;
    overflow: hidden;
    border: none;
    width: 410px;
    height: 32px; }
  .post .fb-like.tiny {
    margin: 3px 0 0 20px;
    width: 100px;
    height: 20px; }

.meta img.thumb {
  float: left;
  margin-right: 7px;
  width: 28px;
  height: 28px; }
.meta .popup {
  display: none;
  opacity: 0;
  position: absolute;
  width: 317px;
  height: 90px;
  background-image: url("/images/box-arrow.png"); }
.meta .popup-inner {
  float: right;
  font: helvetica, arial, sans-serif;
  height: 80px;
  width: 300px;
  padding: 5px;
  background-color: #242424;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .meta .popup-inner h3, .meta .popup-inner p {
    float: left;
    color: white;
    margin-left: 10px;
    font-family: helvetica, sans-serif;
    font-style: normal;
    width: 200px; }
  .meta .popup-inner h3 {
    margin-top: 12px;
    font-size: 16px; }
  .meta .popup-inner h3 a {
    color: #fff; }
  .meta .popup-inner p {
    margin-top: 0;
    font-size: 13px;
    line-height: 15px; }
  .meta .popup-inner img {
    float: left; }

.tags {
  margin-top: 4px;
  overflow: auto; }
  .tags .tag {
    margin: 2px 5px 2px 0;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 7px;
    font-family: Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: white;
    background-color: #393939;
    line-height: 15px; }
    .tags .tag a, .tags .tag a:visited {
      color: white; }

.foot {
  height: 26px; }
  .foot .comments, .foot .edit {
    float: left;
    padding-left: 26px;
    background: url(/images/icons/AIM.png) no-repeat 0 1px; }
  .foot .edit {
    background-image: url(/images/icons/Writing.png); }
  .foot .edit, .foot .delete {
    float: right;
    margin-left: 20px; }

div.comments, div.respond {
  margin-top: 30px; }

#noise_message {
  width: 80%;
  height: 200px; }

.comment {
  margin: 5px 0 15px; }
  .comment .meta {
    margin: 4px 0; }
  .comment .edit, .comment .delete, .comment .sep {
    float: right;
    font-style: normal; }

.comment .meta, .post .meta {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  height: 28px; }

#textile_preview {
  border: 1px solid black;
  padding: 0.2em; }

div.header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px #d7d7d7;
  -moz-box-shadow: 0px 3px 3px #d7d7d7; }
  div.header .actions {
    margin-top: 10px;
    text-align: right; }
  div.header .login {
    margin: 13px 0 8px 0;
    font-size: 13px;
    line-height: 28px; }
    div.header .login img {
      margin-left: 4px;
      height: 28px;
      vertical-align: bottom; }
    div.header .login .person {
      color: #e2007f;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none; }
    div.header .login .person:hover span {
      text-decoration: underline; }
    div.header .login a.do {
      margin-left: 8px;
      padding: 3px 6px;
      color: #fff;
      background: #666;
      font-weight: bold;
      border-radius: 5px;
      -moz-border-radius: 5px; }
    div.header .login a.do:hover {
      background: #777;
      text-decoration: none; }
  div.header input#search {
    padding: 5px 3px;
    font-size: 14px;
    width: 200px;
    text-align: left; }
  div.header input#search.active {
    color: black; }
  div.header input#search.inactive {
    color: #bbb; }
  div.header h1 {
    font-family: 'Yanone Kaffeesatz', arial, serif;
    font-size: 35px;
    margin-bottom: 0px; }
  div.header ul.nav {
    margin: 0px;
    padding: 8px 0px 28px 0px; }
    div.header ul.nav li {
      font-size: 15px;
      list-style-type: none;
      margin-right: 30px;
      float: left; }
    div.header ul.nav li.active {
      font-weight: bold; }
  div.header .shield img {
    position: absolute;
    left: 10px; }

div.subnav {
  margin-top: 80px;
  color: #222;
  font-size: 14px;
  text-align: right;
  line-height: 1.5; }
  div.subnav ul {
    margin-left: 0;
    list-style-type: none; }
  div.subnav h3, div.subnav ul {
    margin: 0; }
  div.subnav ul {
    margin-bottom: 20px; }
  div.subnav h4 {
    margin: 4px 0 0; }
  div.subnav .current {
    font-weight: bold; }

div.admin h4, div.admin ul {
  font-size: 13px; }
div.admin ul {
  margin-bottom: 5px; }

div.info_box {
  float: right;
  margin: 0 0 0 10px;
  border: 1px solid #000;
  background: #fafafa;
  font: normal normal 12px/17px Helvetica, Tahoma, sans-serif;
  text-align: left; }
  div.info_box ul {
    margin-left: 0;
    list-style-type: none; }
  div.info_box .grid_3 {
    margin: 0 0px 0 10px; }
  div.info_box h4 {
    margin-top: 0px;
    margin-bottom: 0px; }
  div.info_box dl {
    margin-bottom: 0px; }

table {
  margin-bottom: 10px;
  width: 100%; }

table.auto {
  width: auto; }

table.wide {
  width: 700px; }

th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd; }

td.strong {
  font-weight: bold; }

caption, th, td {
  padding: 1px 10px 1px 0; }

caption {
  background: #f1f1f1;
  padding: 10px 0;
  margin-bottom: 1em; }

tr, td, th {
  vertical-align: middle; }

/* Use this if you use span-x classes on th/td. */
table .last {
  padding-right: 0; }

#mottagningen h3 a {
  color: black; }

#naringsliv .company {
  font-style: italic; }

#menu_edit #child_list {
  width: 500px; }
  #menu_edit #child_list li {
    border-top: 1px solid #bbb; }
  #menu_edit #child_list form {
    margin: 0;
    display: inline;
    float: right; }
    #menu_edit #child_list form input {
      font-size: 12px;
      font-weight: normal;
      padding: 1px 2px;
      margin: 0; }
#menu_edit #menu_content {
  width: 500px;
  list-style: none; }
  #menu_edit #menu_content li {
    cursor: move;
    margin-top: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    background-color: #fff6bf;
    border: 1px solid #ffd324;
    color: #817134;
    padding: 2px 4px; }
#menu_edit .menu_edit_info {
  float: right; }
#menu_edit .menu_edit_info span, #menu_edit .menu_edit_url {
  font-size: 12px;
  color: #a4924a; }
#menu_edit .menu_edit_info span {
  margin-right: 5px; }
#menu_edit .menu_edit_url {
  margin-left: 20px; }
#menu_edit .order_input {
  width: 20px;
  text-align: right; }
#menu_edit .menu_edit_sort {
  margin-left: 7px; }

* {
  padding: 0;
  margin: 0; }

p, pre, blockquote, ul, ol, dl, fieldset, address {
  margin: 8px 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 4px; }

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

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

html, body {
  height: 100%; }

body {
  background-image: url("/images/background.png");
  font-family: Helvetica, Tahoma, sans-serif;
  min-height: 100%;
  line-height: 1.3;
  overflow-y: scroll; }

blockquote {
  padding-left: 48px;
  font-style: italic;
  background: url("/images/quotation.png");
  background-repeat: no-repeat; }

#wrapper {
  min-height: 100%; }

#main {
  overflow: hidden;
  /* funkar(?), auto lägger till horisontal scrollbar i FF */
  padding-bottom: 150px; }

#footer {
  position: relative;
  margin-top: -150px;
  /* negative value of footer height */
  height: 150px;
  clear: both;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px #7b7b7b;
  -moz-box-shadow: 0px 5px 20px #7b7b7b; }

.meta {
  color: #222;
  font-style: italic; }

.meta span.dim {
  color: #777; }

.logo {
  float: left;
  height: 150px;
  width: 150px;
  margin-top: 20px;
  margin-left: 240px;
  background-image: url(/images/shield-small-shadow.png); }

.body h1, .body h2, .body h3, .body .content h4 {
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  line-height: 1.2; }
.body h1 {
  font-size: 28px; }
.body h2 {
  font-size: 26px; }
.body h3 {
  font-size: 24px;
  font-weight: normal; }
.body h3.sub {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 1; }
.body .content h4 {
  font-size: 20px;
  font-weight: normal; }

.content {
  color: #222;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.643; }
  .content ul {
    margin-left: 18px; }
  .content ol {
    margin-left: 18px; }
  .content a {
    color: #e2007f; }
  .content a:hover {
    text-decoration: underline; }
  .content dl dt {
    font-weight: bold; }
  .content dl dd {
    margin-left: 20px; }
  .content .more_info {
    float: right; }

.events .event {
  padding-left: 22px;
  background: url(/images/icons/Bookmarks.png) no-repeat -3px 1px; }
  .events .event .description {
    margin-bottom: 0px; }
  .events .event .time {
    font-style: italic;
    margin: 0px; }
.events .event.inspiration {
  background-image: url(/images/lightbulb.png); }

.justify {
  text-align: justify; }

form.noise #noise_message {
  height: 80px; }

div.error, div.notice, div.success,
#flash_failure, #flash_success, #flash_notice {
  margin: 12px 0 10px 190px;
  padding: 0.8em;
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

div.error,
#flash_failure {
  background: #FBE3E4;
  color: #D12F19;
  border-color: #FBC2C4; }

div.error a,
#flash_failure a {
  color: #D12F19; }

div.notice,
#flash_notice {
  background: #FFF6BF;
  color: #817134;
  border-color: #FFD324; }

div.notice a,
#flash_notice a {
  color: #817134; }

div.notification {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #E6EFC2;
  color: #222;
  border-color: #C6D880;
  padding-top: 0px;
  margin-top: 12px; }
  div.notification a {
    color: #428204; }
  div.notification form {
    margin-bottom: 8px; }

.profile.gravatar {
  float: right;
  margin-top: 10px; }

.pagination em {
  font-style: normal;
  font-weight: bold; }
.pagination em, .pagination a, .pagination span {
  margin-right: 4px; }

.search-results {
  margin-bottom: 10px; }
  .search-results h3 .type {
    margin-left: 10px;
    font-size: 20px; }
  .search-results h3 {
    margin: 10px 0 0; }
  .search-results p {
    margin: 2px 0 2px 14px; }

h3 .delete, h3 .edit {
  margin-left: 25px;
  font-size: 18px; }

.body .toggle {
  cursor: pointer;
  padding-left: 14px;
  background-image: url("/images/toggle.gif");
  background-repeat: no-repeat;
  background-position: 0 12px; }

.body .toggle.off {
  background-position: 0 -28px; }

.subnav .toggle {
  background-position: 147px 8px;
  padding: 0 18px 0 0;
  color: #666; }

.subnav .toggle:hover {
  color: #e2007f; }

.subnav .toggle.off {
  background-position: 147px -33px; }

/*# sourceMappingURL=screen.css.map */
