/* Colors: 3d3a2b, cc6733 */

body {
    color: #3d3a2b;
    font-family: Arial, sans-serif;
    background-image: url("../img/avaitec_super_gray_blur.png");
    background-repeat: no-repeat;
    overflow-y: scroll;
    /* Fixar hopp, gör att scrollbar alltid finns! */
}

header {
    padding-top: 10px;
}

header .logo {
    width: 25%;
}

@media handheld,
only screen and (max-width: 767px) {
    header .logo {
        width: auto;
    }
}

header .nav {
    display: inline-block;
}

header .nav li {
    float: left;
    list-style: none;
    position: relative;
}

header .nav li a {
    padding: 12px 35px 26.5px;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}


/*
p {
	border-left: 3px solid #cc6733;
	padding-left: 10px;
}
*/

.row {
    margin-bottom: 15px;
}

a {
    color: #3A2B3D;
}

a:focus {
    outline: none;
}


/* #om rssfeed */

.rssBody li {
    list-style: none;
}

.rssBody .rssRow a {
    text-decoration: none;
}

.rssBody div {
    /* date */
    font-size: 95%;
}

.space {
    margin-top: 50px;
}