﻿/* @override http://nodestar.se/themes/ns-turquise/css/screen.css */

/*

    N O D E S T A R
    ***************

    SCREEN STYLESHEET
    -----------------

    http://nodestar.se

    Grid Designer 2 - http://goo.gl/OVGE

    Color palette
    -------------
    Lightgrey:      [#ccc]
    Black:          [#000]
    White:          [#fff]
    
    Light green:    [#97d07f]
    Turquoise:          [#00A99D]
*/

/*@font-face {
    font-family: "Miso";
    src: url(/fonts/miso/miso.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Miso";
    src: url(/fonts/miso/miso-light.otf);
    font-weight: lighter;
}

@font-face {
    font-family: "Miso";
    src: url(/fonts/miso/miso-bold.otf);
    font-weight: bold;
}*/

@font-face {
    font-family: 'CantarellRegular';
    src: url('/fonts/cantarell/Cantarell-Regular.eot');
    src: local('Cantarell Regular'), local('Cantarell-Regular'), url('/fonts/cantarell/Cantarell-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CantarellOblique';
    src: url('/fonts/cantarell/Cantarell-Oblique.eot');
    src: local('Cantarell Oblique'), local('Cantarell-Oblique'), url('/fonts/cantarell/Cantarell-Oblique.ttf') format('truetype');
}

@font-face {
    font-family: 'CantarellBold';
    src: url('/fonts/cantarell/Cantarell-Bold.eot');
    src: local('Cantarell Bold'), local('Cantarell-Bold'), url('/fonts/cantarell/Cantarell-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('/fonts/cantarell/Cantarell-BoldOblique.eot');
    src: local('Cantarell BoldOblique'), local('Cantarell-BoldOblique'), url('/fonts/cantarell/Cantarell-BoldOblique.ttf') format('truetype');
}

/* @group RESET
======================================== */

body, html, h1, h2, h3, h4, h5, h6, p, img, object, param, div, blockquote, pre, dl, dt, dd, ol, ul, li, table, caption, tbody, td, tfoot, th, thead, tr, form, fieldset, label, legend, button, span, a, abbr, acronym, address, code, del, dfn, em, ins, strong, tt, cite, q, kbd, samp, var {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    /*font-weight: inherit;*/
    font-style: inherit;
    vertical-align: baseline;
    text-decoration: none;
    list-style-type: none;
    border: 0;
}

select, input, textarea {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

button {
    overflow: visible;
}

textarea, img {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* @end */

/* @group Default */

body {
    color: #333;
    /*background: #ccc url(../img/bg-body.png) repeat-x; 
    background-color: #fff;*/
    background-color: #eee;
    font-family: CantarellRegular, Helvetica, Arial, sans-serif;
    /*font-size-adjust: 0.7;*/
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}

/*body {font-family: Helvetica, Arial, sans-serif;}
body {font-family: Miso; font-size-adjust: 5.75;} */

hr {
    border-width: 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    margin: 15px 0;
    clear: both;
}

/* @group Links */

a:link, a:visited {
    color: #00A99D;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    /*border-bottom: 1px dotted #333;*/
    color: #333;
}

em {
    font-style: italic;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
}

h2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

/* @end */

/* @group Lists */

ol, ul {
    list-style: none;
}

/* @end */

/* @group Margins */

p, ul, ol, dl, blockquote {
    margin-bottom: 20px;
}


/* @end */

#container {
    width: 940px;
    margin: 0 auto;
}

/* @group Header */

#sites-container{
    width: 956px;
    margin: 10px auto 0;
    height: 120px;
    }

#header-container {
    width: 100%;
    background: #000;
    margin: 20px auto 30px;
    height: 50px;
}

#header {
    width: 940px;
    margin: 0 auto 20px;
    padding: 20px 0 0 0;
    height: 130px;
    border-bottom: 1px solid #ccc;
    /*background-color: #fff;*/
}

/* @end */

/* @group Logo */

#logo {
    float: left;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    margin: 0 20px 10px 0;
    width: 120px;
    height: 104px;
    background: transparent url(../img/logo.png) no-repeat 2px 0px; 
    /*height: 110px;          position:relative;     top: 70px;*/
}

#logo a {
    display: block;
    border: 0;
    height: 89px;
    margin-left: -1000px;
}

#logo a:hover, #logo a:focus {
    background-position: right 0;
}

#logo a:active {
    background-position: right 2px;
}

/* @end */

/* @group Main-nav */

#main-nav {
    /*width: 556px;*/
    height: 20px;
    z-index: 102;
}


#main-nav ul {
    /*margin-left: 20px;*/
}

#main-nav li {
    /*float: left;*/
    display: block;
    margin: 0;
}

#main-nav a:link, #main-nav a:visited, #main-nav ul a:active {
    text-decoration: none;
    color: #00A99D;
    /*float: left;*/
    padding: 13px 0 12px 0;
    /*width: 58px;*/
    /*margin: 0 20px 0 0;*/
    white-space: nowrap;
}

#main-nav ul a:hover, #main-nav ul a:focus, #main-nav ul a.selected {
    color: #333;
    text-decoration: none;
    /*border-bottom: 3px solid #fff;*/
}

#main-nav ul a:active {
}

/* @end */

/* @group USER ACTIONS
======================================== */
#user-actions {
    margin-top: 10px;
    float: right; 
    /*width: 500px;*/
}

#user-menu {
    /*width: 153px;*/
    /*float: right;*/
    border-left: 1px solid #999;
    width: 214px;
}

#user-login, #user-create-account, #user-welcome, #user-edit-account {
    float: left;
    padding: 0 0 0 12px;
}

/*@end*/

/* @group Language
======================================== */

#lang {
    /*position: absolute; 	right: 20px;*/ /*float: left;*/
    margin-top: 8px;
    margin-right: 20px;
    float:right;
}

#lang a {
    height: 24px;
    width: 24px;
    float: left;
    text-indent: -999999px; /*background-color: #000;*/
    background-image: url(../img/flags/lang.png);
    background-repeat: no-repeat;
}

#sv {
    margin: 0 5px 0 0;
    background-position: 0 100%;
}

#en {
    background-position: 100% 100%;
}

#lang #sv.selected-lang {
    background-position: 0 0;
}

#lang #en.selected-lang {
    background-position: 100% 0;
}

/* @end */

/* @group CART
======================================== */

#cart {
    overflow: visible;
}

#cart-items {
    overflow: visible;
}

#userMessage {
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
}

#userMessage .success {
    background: url(../img/icons/dialog-ok.png) no-repeat left;
    display: block;
    padding: 5px 5px 5px 30px;
}

#userMessage .fail {
    background: url(../img/icons/dialog-warning.png) no-repeat left;
    display: block;
    padding: 5px 5px 5px 30px;
}

/* @group Intro
======================================== */
#intro {
    margin-left: 20px;
}

#slideshow {
    margin: 10px 0 0;
    padding: 0px 0;
    clear: both;
    height: 448px;
}

#slideshow ul {
    overflow: hidden;
}

#slideshow ul li {
    display: none;
}

.slide-message-bg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #000;
    position: relative;
    top: -80px;
    /*width: 682px;*/
    width: 604px;
    height: 80px;
    z-index: 100;
    margin-bottom: -136px;
}

.slide-message {
    float: left;
    font-size: 16px;
    text-align: left;
    margin-right: 0px;
    text-shadow: none;
    position: relative;
    top: -35px;
    /*width: 682px;*/
    width: 604px;
    color: #fff;
    z-index: 101;
    padding: 10px;
}

.slide-message h1 {
    /*opacity:1;filter:alpha(opacity=100);*/
    z-index: 100;
    line-height: 40px; 
    /*Testign rotation*/ 
    /*-webkit-transform: rotate(-2deg);      -moz-transform: rotate(-2deg);*/ 
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
}

/* @end */

/* @group Content */

#content {
    clear: both;
    width: 940px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    overflow: hidden;
}

/* @end */

/* @group Columns */

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifthteen-col, .sixteen-col {
    margin-right: 20px;
    float: left;
}

.one-col {
    width: 40px;
}

.two-col {
    width: 100px;
}

.three-col {
    width: 160px;
}

.four-col {
    width: 220px;
}

.five-col {
    width: 280px;
}

.six-col {
    width: 340px;
}

.seven-col {
    width: 400px;
}

.eight-col {
    width: 460px;
}

.nine-col {
    width: 520px;
}

.ten-col {
    width: 580px;
}

.eleven-col {
    width: 640px;
}

.twelve-col {
    width: 700px;
}

.thirteen-col {
    width: 760px;
}

.fourteen-col {
    width: 820px;
}

.fifthteen-col {
    width: 880px;
}

.sixteen-col {
    width: 940px;
}

.last {
    clear: right;
    margin-right: 0px;
}

/* @end */

/* @group Primary */

#primary {
    /*width: 682px;*/
    width: 604px;
    float: left;
    display: inline; /* IEFIX */
    padding: 0 78px 0 0;
}

#primary img {
    max-width: 682px; /* Adjust this value according to your content area size*/
    height: auto;
}

/* @end */

/* @group Secondary */

#secondary {
    width: 214px;
    float: right;
    display: inline; /* IEFIX */
}

/* @end */

/* @group Page specific */

#blog img, #blogg img {
    max-width: 700px; /* Adjust this value according to your content area size*/
    height: auto;
}

/* @end */


/* @group submenu */

#submenu ul {
    /*margin-left: 10px;*/
    margin-bottom: 0;
}

#submenu ul a:hover, #submenu ul a:focus, #submenu ul a.selected {
    /*background: #333;*/
    text-decoration: underline;
}

/* @end */

/* @group Footer */


#footer {
    clear: both;
    width: 940px;
    margin: 0 auto;
    padding: 15px 0;
    /*color: #fff;*/
    overflow: auto;
    /*height: 400px;*/
    border-top: 1px solid #ccc;
}

#footer a {
    color: #00A99D;
}

#footer .column {
    margin-left: 20px;
    width: 214px;
    height: 400px;
    float: left;
    text-align: left;
}

#footer .column h3 {
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* @end */

/* @group Contact- and comment-form */

#contact, #comment {
    border-top: 1px solid #ccc;
    padding: 19px 0 0;
    /*background: #fff;*/
    margin: 0;
}

#honeypot {
    display: none;
}

.required {
    vertical-align: middle;
    padding: 0 5px;
}

#wmd-button-bar {
    visibility: hidden;
    height: 1px;
}

/* @end */

/* @group Contact-Card */

#contact-card {
    margin: 0 0 20px;
}

#contact-card p {
    line-height: inherit;
}

#contact-card span {
}

a.organization-name {
    /*text-transform: uppercase;*/
    border: 0;
    cursor: default;
}

.geo {
    visibility: hidden;
    height: 0;
    margin: 0;
}

/* @end */

/* @group Comment-Info */

#primary .comment-info {
    margin-bottom: 0;
}

/* @end */

/* @group pager */

#pager {
    margin: 10px 0;
}

/* @end */

/* @group jQuery lightBox plugin - Gallery style */

.mediaList {
    background-color: #fff;
    padding: 0 0 110px 0;
}

.mediaList ul {
    list-style: none;
}

.mediaList ul li {
    display: inline;
    margin-right: 20px;
}

.mediaList ul img {
    border: 1px solid #333;
    border-width: 1px 1px 1px;
}

.mediaList ul a:hover img {
    border: 1px solid #000;
    border-width: 1px 1px 1px;
    color: #fff;
}

.mediaList a, #jquery-lightbox a {
    border: 0;
}

/* @end */

/* @group Misc */

.hide-grid {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#twitter_update_list li {
    margin-bottom: 20px;
}

/* @end */

/* @group sitemap */

#sitemap ul {
    margin-left: 10px;
    margin-bottom: 0;
}

/* @end */


/* @group SHARED
======================================== */

.button-container, .search-container {
    margin: 0 0 18px;
    padding: 1px 0;
    overflow: hidden;
}

button.button-default, button.button-small, input.button-default, input.button-small, .search-button, .link-button {
    cursor: pointer;
}

.button-default, .button-small, .button-container .button-default, .button-container .button-small, .search-field {
    color: #656565;
    border: 1px solid #999;
    text-shadow: #fff 0 1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.button-default, .search-button {
    background: #cecece url(../img/buttons/button-bg-default.png) no-repeat scroll 0 -20px;
}

/* PSUEDO! */

.button-default:hover, .button-default:focus, .search-button:hover, .search-button:focus {
    background-position: -1000px -20px;
    outline: none;
    outline-width: 0;
}

.button-default:active, .search-button:active {
    background-position: -1500px -20px;
}

.button-default:active, .button-small:active {
    border-top-color: #656565;
    background-color: #d8d8d8;
    text-shadow: #fff 0 -1px 0;
}

.button-default:hover, .button-default:focus, .button-small:hover, .button-small:focus {
    background-color: #b9b9b9;
}

.button-default:hover, .button-default:focus, .button-small:hover, .button-small:focus, .search-field:hover, .search-field:focus {
    outline: none;
    color: #4d4d4d;
    border-color: #7f7f7f;
}

/* @end */

/* @group BUTTONS
======================================== */

.multiple-buttons .button-default {
    margin-right: 10px;
}
.multiple-buttons .button-small {
    margin-right: 5px;
}

.button-container {
    padding-top: 5px;
}

.button-default, .button-small, .button-container .button-default, .button-container .button-small {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}

button.button-default, input.button-default {
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
}

a.button-default, a.button-small {
    float: left;
}

.button-default {
    line-height: 1;
    padding: 6px 13px;
}

.button-default.button-action {
    padding-left: 6px;
}

.button-default.button-action img {
    position: relative;
    top: -2px;
}

.button-small {
    background: #cecece url(../img/buttons/button-bg-small.png) no-repeat scroll 0 0;
    font-size: 12px;
    line-height: 1.1;
    padding: 2px 5px 3px 5px;
}

.button-small:hover, .button-small:focus {
    background-position: -1000px 0;
}

.button-small:active {
    background-position: -1500px 0;
}

.link-button {
    color: #375d81;
    border-bottom: 1px solid #cdd6df;
}

.link-button:hover {
    color: #375d81;
    border-bottom: 1px solid #999;
}

/* @end */


/* @group EDITOR
======================================== */

.editor-label {
    padding: 10px 0;
}

.editor-label label {
    font-size: 12px; /*font-weight: bold;     text-transform: uppercase;*/
    cursor: pointer;
}

.editor-field {
}

.editor-field input[type="text"], .editor-field input[type="password"], .editor-field textarea, .editor-field select {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border: 2px solid #ddd;
    padding: 4px;
    outline: none;
    width: 448px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}



.editor-field input[type="text"]:focus, .editor-field input[type="password"]:focus {
    border: 2px solid #000;
}

.editor-field .honeypot, .honeypot {
    display: none;
}

/* @end */

/* @group Catalog Nav */

#catalog-nav input[type="text"], .editor-field select {
    width: 250px;
}

/* @end */

/* @group Checkout */

#checkout-order {
    border-color: #EAEAEA;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.2em;
    list-style-type: none;
    margin: 0 0 15px;
    overflow: auto;
    padding: 14px 0;
}

#accordion {
    border: 0;
}

#accordion .header {
    display: none;
}


/* grid */
.checkout-cart {
    border-collapse: collapse;
    margin: 0px;
    text-align: left;
    width: 480px;
}

.checkout-cart th {
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}

.checkout-cart td {
    color: #666699;
    padding: 8px;
}
.checkout-cart .odd {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #E8EDFF none repeat scroll 0 0;
}


/* @end */
/* checkout */
.checkout-head {
    font-size: 16px;
    background: #04396B;
    margin: 4px 0px 4px 0px;
    padding: 5px;
    overflow: auto;
}
.checkout-head h3 {
    float: left;
    color: #fff;
}
.checkout-head img {
    float: right;
}
.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.checkout-summary li {
    margin: 4px 0;
}
/* @end */

/* @group Project-list */

div.project-list {
    
}

div.project-list div {
    margin-bottom: 20px;
}

div.project-list .four-col:nth-child(4n+4) {
    margin-right: 0px;
}

div.project-list a {
    border: 0;
    padding: 1px;
    /*border-bottom: 3px solid #fff;*/
    background: #ccc;
    overflow: auto;
    display: block;
    float: left;
    opacity: 0.8;
}

div.project-list a:hover {
    border: 0;
    padding: 1px;
    /*border-bottom: 3px solid #000;*/
    background: #333;
    overflow: auto;
    display: block;
    float: left;
    opacity: 1;
}

/* @end */

/* @group project-taglist */

div#project-taglist {
    /*margin-left: 20px;*/
    line-height: 30px;
}

div#project-taglist ul li {
    display: inline;
}

.tag-size-10 {
    font-size: 0.8em;
}
.tag-size-20 {
    font-size: 0.9em;
}
.tag-size-30 {
    font-size: 0.1em;
}
.tag-size-40 {
    font-size: 1.1em;
}
.tag-size-50 {
    font-size: 1.3em;
}
.tag-size-60 {
    font-size: 1.4em;
}
.tag-size-70 {
    font-size: 1.6em;
}
.tag-size-80 {
    font-size: 1.8em;
}
.tag-size-90 {
    font-size: 2.2em;
}
.tag-size-100 {
    font-size: 2.3em;
}

/* @end */

/* @group Project Details */

#project-img {
    padding: 1px;
    background: #ccc;
    margin: 0 0 20px 0px;
    width: 700px;
    overflow: auto;
}

#project-img img {
    float: left;
    overflow: auto;
}

#project-url {
}

/* @end */