﻿/* @override http://nodestar.se/themes/portfolio/css/screen.css */

/*

    **  H O W W  **
    ***************

    SCREEN STYLESHEET
    -----------------

    http://houseofwin-win.se

    Color palette
    -------------
    
    White:          [#fff]
    Gray:           [#979D98]
    Green:          [#a2bd89] not in use!
    Turquise        [#78c293]

*/

/* @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; /*font-family: normal;*/
}
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: #111111; 
    background: #fff url(../img/bg-body.png) repeat-x;
    /*background-color: #e9e9e9;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

hr {
    border-width: 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    margin: 15px 0;
    clear: both;
}

strong {
    font-weight: bold;
}

/* @group Links */

a:link, a:visited {
    color: #111111;
    /*font-weight: bold;*/
    text-decoration: none;
    border-bottom: 1px solid #aaa;
}

a:hover, a:focus, a:active {
    border-color: #000;
   /* text-decoration: underline;*/
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5 {
    color: #1A1A1A;
}

h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    /*text-transform: uppercase;*/
}

/* @end */

/* @group Lists */

ol, ul {
    list-style: none;
}

/* @end */

/* @group Margins */

p, ul, ol, dl, blockquote {
    margin-bottom: 15px;
}

/* @end */

#container {
    width: 920px;
    /*margin: 0 auto;*/
    margin-left: 40px;
    border: 0px #ddd solid;
}

/* @group Header */

#header {
    width: 920px;
    margin: 20px auto 0;
    /*background-color: #e9e9e9;*/
    height: 130px;
    color: #aaa;
    font-size: 11px;
}

/* @end */

/* @group Logo */

#logo {
    float: left;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    margin: 0 0 10px 0;
    width: 200px;
    height: 121px;
    background: url(../img/logo.png) no-repeat 0 0;
}

#logo a {
    display: block;
    border: 0;
    height: 87px;
    margin-left: -1000px;
}

#logo a:hover, #logo a:focus {
    background-position: right 0;
}

#logo a:active {
    background-position: right 2px;
}

/* @end */

/* @group Main-nav */

.navigation {
    text-transform: uppercase;
}

.navigation a {
    border-color: #fff;
}

.navigation a:hover, .navigation a.selected {
    /*border-bottom: 1px  solid #000;*/
    border-color: #000;
}

/*#main-nav {
    clear: both;
    width: 920px;
    height: 40px;
    background-color: #fff;
    border-bottom: 5px solid #a2bd89;
}

#main-nav-right {
    float: right;
    overflow: visible;
}*/

/*
#main-nav #srch-frm {
    
}

#main-nav #searchString {
    background: transparent none no-repeat 0 0;
    border: none;
    margin: 0px 0px 4px 24px;
    color: #333;	
}

#main-nav form {
    float: right;
    padding: 8px 15px 0 0;
}

#main-nav input {
    -webkit-appearance: searchfield;
    width: 136px;
    padding-left: 8px;
}

#main-nav input[type="button"] {

}*/



#main-nav ul {
    width: 98px;
}

#main-nav ul a {
    margin-left: -20px;
    padding-left: 20px;
}

#main-nav ul a.selected {
    background: url(../img/nordic-arrow.png) no-repeat 0px -2px;
}

/*#main-nav li {
    float: left;
    display: inline;
    margin: 0; 
}

#main-nav a:link, #main-nav a:visited, #main-nav ul a:active {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    float: left;
    padding: 10px 12px;
}

#main-nav ul a:hover, #main-nav ul a:focus, #main-nav ul a.selected {
    color: #333;
    text-decoration: none;
    border-bottom: 5px solid #000;
}

#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: 230px;
}

#user-login, #user-logoff, #user-create-account, #user-welcome, #user-edit-account {
    float: left;
    padding: 0 0 0 12px;
}

/*@end*/

/* @group Language
======================================== */

#lang {
    margin-top: 8px;
}

#lang a {
    height: 24px;
    width: 24px;
    float: left;
    text-indent: -999999px;
    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: auto;*/
}

#cart-items {
    /*overflow: auto;*/
}


#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
======================================== */

#slideshow {
    clear: both;
    /*padding-bottom: 5px; */
    /*border-bottom: 1px dotted #999;*/ 
    /*position: relative;*/
}

#slideshow ul {
    height: 350px;
    overflow: hidden;
}

#slogan {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    text-shadow: none;
    position: absolute;
    width: 100%;
}

/* @end */

/* @group Content */

#content {
    width: 920px;
    margin: 0 auto;
    padding: 20px auto;
    overflow: hidden;
    background: #fff;
}

/* @end */

/* @group Columns */

.one-col,.two-col,.three-col {
    margin-right: 20px;
    float: left;
}

.one-col {
    width: 188px;
}

.two-col {
    width: 396px;
}

.three-col {
    width: 604px;
}

.four-col {
    width: 812px;
}

.last {
    clear: right;
    margin-right: 0px;
}

.border-top {
    border-top: 1px solid #aaa;/*78c293*/
    padding-top: 10px;
}

.puff {
    /*background-color: #ddd;*/
    height: 150px;
    margin-bottom: 15px;
}
.puff p {
    padding: 5px 0;
}

.puff h3 {
    text-transform:uppercase;
}

#agenda li 
{
    text-transform:none;
    font-size:11px;
}

/* @end */

/* @group Primary */

#primary {
    width: 604px;
    float: left;
    display: inline; /* IEFIX */
    padding: 0 20px 0 0;
}

#primary img {
    max-width: 550px; /* Adjust this value according to your content area size*/
    height: auto;
}

/* @end */

/* @group Secondary */

#secondary {
    width: 292px;
    float: right;
    display: inline; /* IEFIX */
}

/* @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: 812px;
    margin: 5px 0 20px 0;
    padding: 15px 0;
    /*background: #a2bd89;
    color: #fff;*/
    overflow: auto;
    color: #aaa;
    font-size: 11px;
}

#footer ul {
    list-style-type: none;
    /*margin: 0 0 0 15px;*/
    padding: 0;
}

#footer li {
    display: inline;
    float: left; 
    margin-right: 5px;
}

#footer a {
    /*color: #fff;*/
    color: #aaa;
    font-size: 11px;
}

/* @end */

/* @group Contact- and comment-form */

#contact, #comment {
    /*border-top: 1px solid #ddd;
    padding: 19px 0 0;*/
    margin: 0;
}

.tags {
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    margin-bottom: 10px;
}

#wmd-button-bar, #wmd-preview {
    display: none;
}

.field {
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px 80px;
    margin: 0 0 20px;
}

.field-label {
}

.field-label label {
}

.field-label label span {
    color: red;
    font-size: 10px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.field-input-text {
    display: block;
    margin-right: 10px;
    clear: both;
}

.field-input-text input {
    font-size: 12px;
    padding: 4px;
    background: #fff;
    width: 338px;
    border: 2px solid #B6BFB9;
}

.field-textarea {
}

.field-textarea textarea {
    width: 338px;
    height: 175px;
    border: 2px solid #B6BFB9;
    padding: 4px;
}

.field-submit {
}


.field-submit input {
    margin: 0 0 8px;
}

.field-validation-error {
    display: block;
}

#honeypot {
    display: none;
}

.required {
    vertical-align: middle;
    padding: 0 5px;
}

/* @end */

/* @group Contact-Card */

#contact-card {
    /*padding: 20px;*/
    margin: 0 0 20px;
}

#contact-card p {
    color: #666;
    font-size: 12px;
    line-height: inherit;
}

#contact-card span {
}

a.organization-name {
    color: #666;
    /*text-transform: uppercase;*/
    border: 0;
    cursor: default;
}

.geo {
    visibility: hidden;
    height: 0;
    margin: 0;
}

/* @end */

/* @group Comment-Info */

#primary .comment-info {
    font-size: 11px;
    margin-bottom: 0;
}

/* @end */

/* @group pager */

#pager {
    font-size: 14px;
    margin-bottom: 10px;
}

/* @end */

/* @group jQuery lightBox plugin - Gallery style */

.mediaList {
    background-color: #fff;
    padding: 10px 0;
}

.mediaList ul {
    list-style: none;
}

.mediaList ul li {
    display: inline;
    margin-right: 10px;
}

.mediaList ul img {
    border: 3px solid #ccc;
    border-width: 3px 3px 3px;
}

.mediaList ul a:hover img {
    border: 3px solid #666;
    border-width: 3px 3px 3px;
    color: #fff;
}

.mediaList a, #jquery-lightbox a {
    border: 0;
}

/* @end */

/* @group Misc */

.hide-grid {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

/* @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 {
    font-size: 14px;
    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: 11px;
    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: 300px;
    -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 Products */

#products {
    color: #a8a8a8;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}

#products h1 {
    color: #222;
    margin: 0 0 20px;
}

#products h1 span {
    color: #a8a8a8;
}

#products img {
    background: black;
    vertical-align: middle;
}

#products ul {
    margin: 0 0 0 -20px;
}

#products li {
    width: 145px;
    display: inline;
    float: left;
    margin: 0 0 20px 20px;
    background: #eee;
}

#products li h2 {
    font-size: 15px;
    height: 40px;
}

/* @end */

/* @group Products-details */

#product-info {
    float: right;
    width: 316px;
}

#product-browse-and-images {
    float: left;
    padding-top: 5px;
}

#product-browse-and-images ul#browse {
    padding: 0;
    margin: 5px 0 0 0; 
    /*width: 100%;*/
    overflow: hidden;
}

#product-browse-and-images ul#browse li {
    display: inline;
    float: left;
}

#product-browse-and-images ul#browse #next-item {
    float: right;
}

#product-browse-and-images ul#details {
    padding: 0;
    margin: 5px 0 0 0;
    overflow: hidden;
}

#product-browse-and-images ul#details li {
    display: inline;
    margin: 0 12px 0 0;
    float: left;
}

/* @end */

/* @group Checkout */

/* grid */
.checkout-cart {
    border-collapse: collapse;
    margin: 0px;
    text-align: left;
    width: 480px;
}

.checkout-cart th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}

.checkout-cart td {
    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;
}

.checkout-head {
    font-size: 16px;
    background: #a2bd89;
    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 Projects */

div#projects {
    overflow: auto; /*margin-left: -10px;*/
}

div#projects li {
    overflow: auto;
    margin: 10px 0;
}

/*div#projects span {
    display: block;
    padding: 10px 0 0 50px;
}*/

div#projects div {
    width: 200px;
    float: left;
    margin: 0 40px 40px 0;
    padding: 20px 0 0;
}

div#projects h2 {
    font-size: 14px; /*text-transform: uppercase;*/
    margin-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
    width: 214px;
    overflow: hidden;
}

div#projects a {
    border: 0;
    /*padding: 1px;
    border-bottom: 3px solid #fff;
    background: #333;*/
    overflow: auto;
    display: block;
    float: left;
}

div#projects a:hover {
    border: 0;
    /*padding: 1px;
    border-bottom: 3px solid #000;
    background: #000;*/
    overflow: auto;
    display: block;
    float: left;
}

div#projects img {
    float: left;
}

div#projects a:active span {
    padding-top: 12px;
}

div#project-taglist {
    margin-left: 20px;
    line-height: 30px;
}

div#project-taglist ul li {
    display: inline;
}

.tag-size-10 {
    font-size: 0.7em;
}
.tag-size-20 {
    font-size: 0.8em;
}
.tag-size-30 {
    font-size: 0.9em;
}
.tag-size-40 {
    font-size: 1.0em;
}
.tag-size-50 {
    font-size: 1.2em;
}
.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: #333;
    margin: 0 0 20px 0px;
    width: 602px;
    overflow: auto;
}

#project-img img {
    float: left;
    overflow: auto;
}

#project-url {
}

/* @end */