
/* ==================================== */
/* = General styles for specific tags = */
/* ==================================== */

body {
    width: 100%;
    font-size: 62.5%;
    color: #A68F72;
    padding-top: 30px;
    background-color: #F6F4EA;
    font-family: arial, helvetica, clean,sans-serif;
    line-height: normal;
    padding-bottom:20px;
}

img {
    /* 
    * Setting the height to 100% here makes Safari stretch the image to its             original size
    * */
/*    height: 100%;*/
    width: 100%;
    margin-bottom: 10px;
    margin: 0;
}

h1,h2,h3,h4 {
    padding: 2px 0;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.8em;   
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

a {
    color: #A68F72;
/*    text-decoration:none;*/
}

a:hover{
    color:#355872;
}

p {
    padding: 3px 0px;
    color: #A68F72; 
    font-size:1.3em;
}

.border {
    border: 1px gray solid;
}

.container {
/*    margin-top:2%;*/
    background-color:white;
    border: 1px gray solid;
}

.box {
    padding: 5px;
}

.default_headline {
    background-color: #A68F72;
    color:white; 
    padding-left: 5px;
    margin-bottom: 5px;
    /* the font size should override 
    * other specific styles wherever 
    * this class is used*/
    font-size: 1.2em !important;
}


/* =========== */
/* = Spacers = */
/* =========== */

.spacer_5 {
    margin: 5px 0;
}

.spacer_10 {
    margin: 10px 0;
}

.spacer_20 {
    margin: 20px 0;
}


/* ===================== */
/* = Styles for Header = */
/* ===================== */

#header {
    margin-bottom:10px;
    padding-top:20px;
}

.main_navigation{
    float:left;
    white-space: nowrap;
    padding-top:25px;
}

.main_navigation .selected {
    color:#355872;
}

.main_navigation li {
    list-style: none;
    display: inline;
    float: left;
    padding:5px 7px;
    margin-left:5px;
    font-size: 1.4em;
}

.main_navigation a {
    text-decoration: none;
}

.main_navigation .primary li {
    border-right: 1px solid white;
    border-left: 2px solid #eeeeee;
    text-transform: uppercase;
}

.main_navigation .primary li.first {
    border-left: none;
}

.main_navigation .primary li.last {
    border-right: none;
}

.logo {
    float:left;
}

.logo img {
    width: 119px;
    height: 78px;
}


/* =========================== */
/* = Styles for the front page = */
/* =========================== */

.area_images {
    padding-left:10px;
}

.area_images .big_image img {
    width: 600px;
    height: 400px;
}

.area_images .small_images {
/*    padding: 0 10px;*/
 
}

.area_images .small_images img {
    width: 100px;
    height: 75px;
    margin: 10px 8px 0;
}

.welcome_text {
    padding: 10px;
}

.welcome_text_header {
    padding: 10px;
}


/* =========================== */
/* = Styles for the carousel = */
/* =========================== */

#frontpage_image {
    width: 620px;
    height: 420px;
}

.main_front_carousel {
    margin-top: 10px;
}

.main_front_carousel .prev,
.main_front_carousel .next {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    float:left;
    background-repeat: no-repeat;
    background-position: center center;    
}

.main_front_carousel .prev {
    background-image: url(/media/images/icons/prev.png);
}

.main_front_carousel .next {
    background-image: url(/media/images/icons/next.png);
}

.front_carousel {
    float: left;
    margin-left: 8px;
    margin-right: 10px;
}

.carousel_thumb_img {
    margin: 0 5px;
    width: 75px;
    height: 75px;
}

/* ============================ */
/* = Styles for the info boxes = */
/* ============================ */

.info_box h1,
.info_box h2,
.info_box h3,
.info_box h4 {
    font-size: 1.1em;
}

.info_box h3 {
    background-color: #A68F72;
    color:white; 
    padding-left: 5px;
    margin-bottom: 5px;
}

#info_box_3 img {
    padding-top: 3px;
    float: left;
    width: 100px;
    height: 75px;
    margin-right: 5px; 
}



/* =========================== */
/* = Styles for the news box = */
/* =========================== */

.news_box h1 {
    font-size: 1.2em;
}

.news_box h2,
.news_box h3,
.news_box h4 {
    font-size: 1.1em;
}

/*.news_box #news_header {
    color: white;
    text-align: left;
    background-color: #A68F72;
    padding-left: 5px;
}*/

.news_box .news_item {
    padding: 0 5px;
}

.news_box .news_item a {
    font-weight: bold;
}


/* ================================ */
/* = Styles for the location  box = */
/* ================================ */

.location_box h1,
.location_box h2,
.location_box h3,
.location_box h4 {
    font-size: 1.1em;
}

.location_box .location_info table {
    font-size: 1.2em;
    font-weight: bold;
}

.location_box .location_info caption {
    background-color: #A68F72;
    color:white; 
    margin: 5px 0;   
}

.location_box .location_info tr {
    text-indent: 5px;
}


/* =============================== */
/* = Styles for the download section = */
/* =============================== */

.downloads li {
    padding-left: 5px;
}


/* ============================ */
/* = Styles for the lot pages = */
/* ============================ */

/* styles for the lots overview template 'tomter.html' */

#lots_overview .info {
    font-weight: bold;
    background-color: #F6F4EA;
    padding-left: 5px;
    margin-bottom: 20px;
}

/* Styles for the individual lots template 'tomt.html' and 'tomt_2.hmtl' */

#lot .lot_box h3, #lot .cabin_box h3 {
    background-color: #F6F4EA;
    color: #A68F72;
    padding: 5px;
}

#lot h3 a {
    padding: 5px 0;
    font-size: 0.9em;
    text-decoration: none;
}

#lot .lot_box h1,
#lot .lot_box h2,
#lot .lot_box h3,
#lot .lot_box h4 {
    font-size: 1.1em;
}

#lot .cabin_box h1,
#lot .cabin_box h2,
#lot .cabin_box h3,
#lot .cabin_box h4 {
    font-size: 1.1em;
}

#lot p {
    padding-left: 5px;
}

#lot img {
    width: 100%;
}

/* Styles for the lot dropdown list*/
.lots_link_list h3 {
    border:1px solid gray;
    padding: 2px 5px;
    background-color: #A68F72;
    color: white;
    margin-bottom: 5px;
}


/* ================================= */
/* = Styles for google maps iframe = */
/* ================================= */



/* ===================== */
/* = Styles for footer = */
/* ===================== */

#footer {
    margin-top:30px;
    margin-bottom:10px;
    padding-top:10px;
    border-top: 1px #A68F72 solid;
}

#veggli_addthis {
    padding-bottom:10px;
}

#newsletter h2 {
    font-size: 1.2em;
}

/* This is the end, nuttin' more to see, move along now ... */ 






















































































/* HEY! I SAID nothing more to see! Look at your scrollbar dude/dudette, theres nothing more left is there? Told you .. geez some people.*/