﻿/* ----------------------------------------------

   Summersite - All rights reserved
   
   Simple web sites for renting out holiday homes
   www.summersite.dk
   
   ¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>

   ---------------------------------------------- */

html, body { margin: 0; padding: 0; }
body { background: #fff url("img/bg.png") repeat-x; font-family: Verdana, Arial, Tahoma, Sans-Serif; font-size: 10pt; }
a img { border: none; }

/* Structure */
#canvas { width: 100%; }
    #container { width: 1100px; margin: 0 auto 0 auto; }
        #header { background: url("img/box_top.png") no-repeat; background-position: center bottom; height: 115px; width: 980px; padding: 0 60px; }
            #logo { width: 230px; float: left; }
            #menu { width: 500px; padding-top: 9px; float: left; text-align: left; }
            #logon { background: #f9f1db; float: right; padding: 0 15px; font-size: 8pt; height: 40px; line-height: 40px; }
                #logon a { color: #8d825f; }
                #logon form { margin: 0; padding: 0; }
                #logon table { border-collapse: collapse; }
                #logon td { font-size: 8pt; padding: 0px; color: #8d825f; }
                #logon input { border: solid 1px #b2a580; color: #444; padding: 5px; font-size: 8pt; }
                #logon input[type=text] { width: 60px; margin-left: 5px; }
                #logon input[type=password] { width: 60px; margin-left: 5px; }
                #logon input[type=checkbox] { position: relative; top: 3px; }
                #logon input[type=submit] { background: #fff; padding: 5px; }
        #main { width: 830px; padding: 40px 135px 0 135px; background: url("img/box.png") no-repeat; height: 900px; }
            #mainshot { float: left; width: 400px; height: 500px; }
            #teaser { float: left; margin-left: 50px; width: 380px; height: 500px; }
                h1 { font-size: 1px; color: #fff; text-align: right; background: url("img/headers/dk_teaser.png") no-repeat; width: 380px; height: 63px; margin: 0 0 15px 0; padding: 0; }
                #price { font-size: 1px; color: #fff; text-align: right; background: url("img/headers/dk_price.png") no-repeat; width: 380px; height: 27px; margin: 0 0 15px 0; }
                #teaser table { width: 100%; border-collapse: collapse; margin-bottom: 15px; }
                #teaser table td { background: url("img/bullet.png") no-repeat left center; padding: 5px 20px; font-size: 14px; }
                #signup { width: 274px; height: 57px; line-height: 57px; text-align: center; font-size: 14pt; color: #fff; margin: 0 53px; text-decoration: none; background: url("img/signup.png") no-repeat; display: inline-block; }
                #explanation { margin-top: 10px; font-size: 8pt; text-align: center; color: #222; }
        #info { background: url("img/info.png") no-repeat; height: 129px; position: relative; top: -100px; padding: 20px; }
            #info h2 { font-size: 1px; color: #f4f4f4; text-align: right; background: url("img/headers/dk_about.png") no-repeat; width: 100%; height: 18px; margin: 0 0 10px 0; padding: 0; }
        #steps { position: relative; top: -100px; }    
        
#register { }
    #register h2 { font-size: 1px; color: #f4f4f4; text-align: right; background: url("img/headers/dk_register.png") no-repeat center center; width: 100%; height: 63px; margin: 0 0 10px 0; padding: 0; }
    #register table { margin: 20px auto; }
    #register td { padding: 3px 0; font-size: 8pt; }
    #register td.key { font-size: 12pt; padding-right: 10px; }
    #register input { font-size: 12pt; padding: 5px; margin-right: 5px; border: inset 1px #aaa; }
    #register a { margin-top: 10px; }

#reset { }
    #reset h2 { font-size: 1px; color: #f4f4f4; text-align: right; background: url("img/headers/dk_reset.png") no-repeat center center; width: 100%; height: 63px; margin: 0 0 10px 0; padding: 0; }
    #reset table { margin: 20px auto; }
    #reset td { padding: 3px 0; font-size: 8pt; }
    #reset td.key { font-size: 12pt; padding-right: 10px; width: 40%; text-align: right; }
    #reset input { font-size: 12pt; padding: 5px; margin-right: 5px; border: inset 1px #aaa; }
    #reset a { margin-top: 10px; }

.signup_error { padding: 20px; background: #fdd; font-size: 12pt; width: 500px; margin: 20px auto; }
.message { padding: 20px; background: #fffcdd; border: solid 1px #dfdaa4; font-size: 12pt; text-align: center; width: 500px; margin: 20px auto; }

h3 { text-align: center; }

/* Menu */
#menu a { color: #ff008a; text-decoration: none; font-size: 20px; font-weight: bold; margin-left: 30px; font-family: Calibri, Arial; }
#menu a:hover { color: #a6005a; }

/* Tools */
.br { clear: both; }
.crack { margin-bottom: 5px; }
.gap { margin-bottom: 10px; }
.canyon { margin-bottom: 20px; }