﻿/* Style sheet for scadi-voyage.com 2009 */
/* Created by Christian Jasinski */



/* Resets */
.clear {
  clear: both;
}


/* html rewriting */


body {
    font-family: Georgia, serif;
    background-color: white;
}





a {
    color: #A11B0D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




table {
    text-align: left;
}


textarea, textarea, select, input {
    color: #834F16;
    background-color: white;
    border: 1px solid #FCC7BB;
}















/* Main divs */
#container { /* This is to have a border around the text */
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/main_background.gif) repeat-y;
    background-color: #DED8C8;
}


#wrapper {  /* This is to limit the width to 850px */
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DED8C8;
}





#topBanner {
    height: 127px;
    background: url(../images/forum_header_top.gif) no-repeat top center;
}
    #logo {
        position: relative;
        top: 10px;
        left: 60px;
    }
    #cse-search-box {
        float: right;
        margin: 60px 60px 0 0;
    }
        .redSubmit {
            background-color: #A11B0D;
            color: white;
            padding: 2px 5px;
        }






#mainHeader {
    height: 0;
}
    ul#mainMenu {
        position: absolute;
        top: 105px;
    }
    ul#mainMenu li {
        display: inline;
        list-style: none;
        margin: 0;
    }
    ul#mainMenu li a {
        display: block;
        float: left;
        color: white;
        font-size: 12px;
        padding: 0 20px 0 15px;
        line-height: 22px;
    }
        /* Change background color of main menu items if selected */
        body#index ul#mainMenu li a#home, body#sweden ul#mainMenu li a#suede, body#norway ul#mainMenu li a#norvege, body#denmark ul#mainMenu li a#danemark, body#stay ul#mainMenu li a#sejour, body#photo ul#mainMenu li a#images, body#hotel ul#mainMenu li a#reservation, body#phpbb ul#mainMenu li a#discussion {
            background-color: #789814;
        }
        /* Change background color of submenu items if selected */
        body#stay div.stay1 h3.headerbar a#lill, body#stay div.stay2 h3.headerbar a#paolo, body#stay div.stay3 h3.headerbar a#yo, body#stay div.stay4 h3.headerbar a#trom, body#stay div.stay5 h3.headerbar a#lapon, body#stay div.stay6 h3.headerbar a#uppsa, body#hotel div.s h3.headerbar a#hotels_suede, body#hotel div.dk h3.headerbar a#hotels_danemark, body#hotel div.fl h3.headerbar a#hotels_finlande, body#hotel div.is h3.headerbar a#hotels_islande, body#hotel div.n h3.headerbar a#hotels_norvege {
            background-color: #789814;
        }




#newOnsite {
    position: relative;
    top: 278px;
    height: 38px;
    background: url(../images/newonsite_background.gif) repeat-x;
}
    img#elan {
        float: left;
        padding: 5px 0 0 10px;
    }
    p#nouveau {
        float: left;
        padding: 3px 0 0 15px;
        color: #2D1696;
    }





#content {
    top: 38px;
    position: relative;
    padding: 0;
}
    #leftColumn {
        margin-right: 250px;
        padding: 10px;
    }
    .quote {
        border-top: 1px solid #E5E5E5;
        background-color: #f7f7f7;
        border-bottom: 1px solid #E5E5E5;
        padding: 15px 15px 15px 65px;
        margin: 15px;
        background-image: url(../images/bg_quote.gif);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        color: #111;
        font-style: italic;
    }
    div.video {
        text-align: center;
        margin: 20px;
    }

    #rightColumn {
        width: 240px;
        float: right;
        border-left: 1px solid #FCC7BB;
        padding: 10px;
    }
        #rightColumn li {
            list-style: none;
            margin: 0 0 15px 0;

        }



#templateContent {             /* This is the content for the template page */
    top: 0;
    position: relative;
    padding: 0;
}
    #mainContent {
        margin-left: 200px;
        border-left: 1px solid #FCC7BB;
        padding: 10px;
        text-align: justify;
    }
        #googleAds {   /* This is for the ads below the secondary menu */
            position: absolute;
            top: 1000px;
            width: 180px;
            padding: 0 10px;
        }
        #googleAdsMiddle {
            margin: 20px 0 0 10px;
        }
        #googleAdsTop {
            position: absolute;
            left: 0;
            width: 180px;
            padding: 10px;
        }
        .imgLegend {
            text-align: center;
        }
            .imgLegend p {
                margin: -30px 5px 20px 5px;
                font-style: italic;
            }
        #sejourForm {  /* Now are the styles for the various forms in the sejour section */
        	width: 85%;
        	margin: 0;
        	padding: 0;
        	color: #834F16;
        }
        #sejourForm fieldset {
        	border: 1px dotted #FCC7BB;
        }
        #sejourForm label {
        	display: block;
        	font-size: 90%;
        	font-weight: bold;
        }
        #sejourForm p {
            padding: 0 0 3px 10px;
        }


        #sejourForm #submit {
        	margin: 1em 0 1em 80%;
        }
        .paoloServices1 {
            background-color: #eee;
            padding: 10px;
            clear: both;
        }
            .paoloServices1 h3 {
                border-bottom: 1px solid black;
            }
        .paoloServices2 {
            background-color: #ccc;
            padding: 10px;
            clear: both;
        }
            .paoloServices2 h3 {
                border-bottom: 1px solid black;
            }
        .imageBorder {
            padding: 5px;
            border: 1px solid #A11B0D;
            margin: 20px;
        }
        #ferrySearch {
            margin: 20px 0 0 20px;
        }
        .hotelSearch {
            margin-left: 250px;
        }



#wideContent {
    width: 830px;
}



#details {
    margin: 15px;
}







#footer {
    position: relative;
    background-color: #333;
    height: 440px;
    color: #ddd;
    margin-top: 25px;
    padding: 10px;
    clear: both;
    font-size: 14px;
    line-height: 2em;
}
      #footer a {
          color: #EF5848;
      }
      #footer #leftFooter {
          margin-right: 250px;
          width: 570px;
          border-right: 1px dotted #FCC7BB;
      }
      #footer #rightFooter {
          float: right;
          width: 230px;
      }
	  
	#footer #rightFooter li {
		margin-left: 20px;
	}
			
      #footer img {
          float: left;
          margin-right: 15px;
      }
      #footer h2 {
          color: white;
          font-size: 16px;
          margin: 15px 0 0 0;
      }
      #footer p {
        padding: 10px;
        margin-bottom: 15px;
    }












