/*

    Bksjab (Byggkonsult Sölve Johansson AB)
    *******************
    
    SCREEN STYLESHEET
    -----------------
    
    Created by Petra Juhlin
    http://nodestar.se

    Color palette
    -------------
    White:       [#fff]
    Red:          [#582318]
    Green:       [#625a00] (removed)
    Lighter red: [#773F30]
    Grey:	(Text)[#323232]
    Lighter Grey:	(lines)[#afafaf]

    Yellow:		[#fffcdc]

*/

/* @group Reset */

/* v1.0 | 20080212 */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* @end */

/* @group Default */

body {
    background-color: #fffcdc;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #323232;
    line-height: 16px;
}

hr {
    color: #afafaf;
    background-color: #afafaf;
    height: 1px;
}

/* @group Links */

a:link, a:visited {
    color: #773F30;
    font-weight: bold;
    text-decoration: none;
   
}

a:hover, a:focus, a:active {
    color: #582318;
    text-decoration: underline;
}

/* @end */

/* @group Headings */

h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #323232;
}

h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #323232;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #323232;
}

h4 {
    margin-bottom: 5px;
}

/* @end */

/* @group Lists */

ol, ul {
    list-style: none;
}

ul
{
}

ul
{
}

ol
{
}

dt
{
}

dd
{
}

/* @end */

/* @group Margins */

p, ul, ol, dl, blockquote {
    margin-bottom: 20px;
}

/* @end */

#container {
    width: 950px;
    margin: 0 auto;
    background: #fff;
}

/* @group Header */

#header {
    width: 950px;
    margin: 0 auto;
    background-color: #FFF;
    padding-top: 20px;
    position: relative;
}

/* @end */

/* @group Header */

#lang {
    position: absolute;
    right: 20px;
}

#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 Logo */

#logo {
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    margin: 0px 0 0px 20px;
    background: url(../img/logo-with-name.png) no-repeat 0 0px;
    height: 91px;
    padding-bottom: 5px;
    width: 500px;
}

#logo a {
    display: block;
    border: 0;
    height: 90px;
    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: 950px;
    height: 40px;
    margin-top: 10px;
    float: left;
    background-image: url(../img/menu-bg.png);
    background-repeat: repeat-x;
}

#main-nav ul {
    list-style-type: none;
    font-size: 14px;
    height: 40px;
    font-weight: bold;
    color: #fffcdc;
    list-style-type: none;
}

#main-nav li {
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: Georgia, Times New Roman, Times, serif;
}

#main-nav form {
    float: right;
    padding: 7px 20px 0 0;
}

#main-nav input {
    -webkit-appearance: searchfield;
    width: 140px;
}

#main-nav ul li a {
    color: #fffcdc;
    text-decoration: none;
    height: 40px;
    display: block;
    padding: 0 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #fffcdc;
}

#main-nav ul li a:hover, #menu .selected a {
    background: #fffcdc;
    color: #773F30;
}

#main-nav ul a:active {
    background: #fffcdc;
    color: #773F30;
}

/* @end */


/* @group Content */

#content {
    clear: both;
    width: 950px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 19px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* @end */

/* @group Primary */

#primary {
    width: 540px;
    float: left;
    display: inline; /* IEFIX */
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #444;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #afafaf;
}

/* @end */

/* @group Secondary */

#secondary {
    width: 310px;
    float: right;
    display: inline; /* IEFIX */
    height: auto;
    float: left;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
    clear: both;
    width: 950px;
    height: 25px;
    background-color: #773F30;
}

#footer ul {
    list-style-type: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 20px;
}

#footer li {
    float: left;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    font-size: 11px;
}


#footer li a:link {
    color: #FF0;
}

#footer li a:visited {
    color: #FFF;
    text-decoration: underline;
}

#footer li a:hover {
    color: #FF0;
    text-decoration: underline;
}

/* @end */

/* @group Contact- and comment-form */

#contact, #comment {
    border-top: 1px solid #773F30;
    padding: 19px 0 0;
    background: #fffcdc;
    margin: 0;
}

.field {
    border-bottom: 1px solid #773F30;
    padding: 0 0 12px 80px;
    margin: 0 0 20px;
    color: #773F30;
}

.field-label
{
}

.field-label label
{
}

.field-label label span {
    color: red;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.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 #773F30;
}

.field-textarea
{
}

.field-textarea textarea {
    width: 338px;
    height: 175px;
    border: 2px solid #773F30;
    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: #773F30;
    font-size: 12px;
    line-height:normal;
}

.adr {
    color: #773F30;
}

#contact-card span
{

}

a.organization-name {
    color: #582318;
    text-transform: uppercase;
    letter-spacing: 1px;
    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 sitemap */

#sitemap ul {
    margin-left: 10px;
    margin-bottom: 0;
}

/* @group submenu */

#submenu ul {
    margin-bottom: 10px;
}

/* @end */

/* 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 #8a6156;
    border-width: 3px 3px 3px;
}

.mediaList ul a:hover img {
    border: 3px solid #582318;
    border-width: 3px 3px 3px;
    color: #fff;
}

.mediaList a, #jquery-lightbox a {
    border:0;
}

/* @end */



/* @group Misc */

.hide-grid {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.debug {
    position: relative;
    top: -100px;
    overflow: hidden;
    display: inline;
}

/* @end */

