﻿@import "Reset.css";
@import "Global.css";

/****************
MASTER LAYOUT 
*****************/

body
{
    background: transparent url(        '../images/bg.png' ) repeat-x;
}

/* 980 / 1.618 = 605px(content) 375px(sidebar) */
#wrap
{
    width: 980px;
    margin: 0 auto;
}
#header
{
    /*980px -10px - 10px = 960px*/
    width: 960px;
    height: 215px;
    background: transparent url(        '../images/header-bg.png' ) no-repeat;
    padding: 0 10px;
    position: relative;
}
#contentWrapper
{background-color:#fff;}
#content
{
    /*605px - 30px -30px = 545px */
    width: 545px;
    height: auto;
    padding: 10px 30px;
    float: left;
    background-color: #fff;
}
#sideBar
{
    /* 375px - 30px = 345px */
    width: 345px;
    padding: 10px 30px 10px 0px;
    float: left;
    min-height: 300px;
    background-color: #fff;
}
#footer
{
    /*980px - 30px - 30px = 920px*/
    width: 920px;
    height: 168px;
    padding: 0 30px;
    background: transparent url('../images/footer.png') no-repeat;
}

/********************
	NAVIGATION
********************/

#navigation
{
    width: 550px;
    height: 70px;
    background: transparent url(        '../images/navigation.png' ) no-repeat;
    position: absolute;
    top: 120px;
    left: 380px;
}
#navigation li
{
    width: 110px;
    height: 70px;
    top: 0;
    left: 0;
    float: left;
}
#navigation a
{
    position: absolute;
    display: block;
    text-indent: -999999px;
    width: 110px;
    height: 70px;
}

.home a
{
    left: 0px;
}
.gallery a
{
    left: 110px;
}
._menu a
{
    left: 220px;
}
.where a
{
    left: 330px;
}
.contact a
{
    left: 440px;
}


.home a:hover
{
    background: transparent url(                     '../images/navigation.png' ) 0px -70px no-repeat;
}
.gallery a:hover
{
    background: transparent url(                     '../images/navigation.png' ) -110px -70px no-repeat;
}
._menu a:hover
{
    background: transparent url(                     '../images/navigation.png' ) -220px -70px no-repeat;
}
.where a:hover
{
    background: transparent url(                     '../images/navigation.png' ) -330px -70px no-repeat;
}
.contact a:hover
{
    background: transparent url(                     '../images/navigation.png' ) -440px -70px no-repeat;
}

/*********************
		MENU
***********************/

.menu
{
    width: 545px;
    height: auto;
}
.menuHeader
{
    padding: 4px;
    padding-left: 5px;
    border-bottom: solid 1px #B8CEEB;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 13px;
    background: #F5FAFF url(                   '../images/menu-hide-show.png' ) no-repeat 500px 8px;
}
.menuItem
{
    background-color: #FFFEE3;
    padding-left: 15px;
    border-bottom: solid 1px #FFEC9F;
}
.menuItem.hover
{
    background-color: #FFFDAF;
}
.menuCounter
{
    font-weight: bold;
    font-family: Lucida Sans;
    color: #275FA3;
}
.menuDescription
{
    font-style: italic;
}
.menuHeader.active
{
    background-position: 500px -30px;
}

.menuItemContainer
{
}


/**********************
	 BUTTONS
**********************/

.btnSun
{
    /*125px - 8px =117px*/
    width: 117px; /*43px - 14px =29px */
    height: 28px;
    display: block;
    background: transparent url(                           '../images/btnSun.png' ) no-repeat 0 0;
    padding-top: 15px;
    padding-left: 8px;
    text-align: center;
    font-size: 12px;
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #285483;
}
.btnSun:hover
{
    text-decoration: none;
    background-position: 0 -43px;
}

.btnGal
{
    text-align: center;
    display: block;
    color: #F7C930;
    font-family: Trebuchet MS;
    font-size: 14px;
    padding: 10px;
    border: solid 1px #D3E0F1;
    border-left: none;
    border-right: none;
    background-color: #F5FAFF;
    margin: 5px 0px;
}
.btnGal a:link
{
    text-decoration: none;
}

.btnGal:hover
{
    background-color: #FFFAC3;
}




/**********************
	TEXTBOXES
***********************/

.txtGeneral
{
    border: solid 1px #999;
    border-top: solid 2px #999;
    padding: 2px 0;
    font-size: 12px;
}
.txtContact
{
    border: solid 1px #A2BEE0;
    font-size: 12px;
    padding: 2px 0;
}

/*********************
	FORMS
**********************/

.login-container
{
    width: 430px; /*256px-60px = 196px*/
    height: 196px;
    padding-top: 60px;
    padding-left: 30px;
    background: transparent url(                        '../images/bg-login.png' ) no-repeat;
}
.login-container h2
{
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #2e69a8;
    font-weight: bold;
}

.form-login
{
    width: 350px;
}
.form-login strong
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333;
}
.login-link-area a
{
    color: #134257;
    text-decoration: underline;
    padding-left: 20px;
    font-size: 11px;
    background: transparent url(                        '../images/arrow-link.png' ) no-repeat 1px 0px;
}
.login-link-area a:hover
{
    text-decoration: underline;
}

/*********************
	REGISTER
**********************/

.register-container
{
}
.form-register
{
    width: 400px;
}
.form-register .bold
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333;
}


/*************************
	MISC
*************************/

.arrow
{
    padding-left: 20px;
    background: transparent url(                        '../images/arrow-link.png' ) no-repeat 1px 2px;
}

.infoPanel
{
    padding: 5px;
    border: solid 1px #ACCE89;
    background-color: #EDFFDB;
    margin: 5px 0px;
}

.generalCaption
{
    background: transparent url(        '../images/caption-line.png' ) no-repeat;
    padding: 10px 0px 10px 35px;
    font: bold small-caps 190%/100% Trebuchet MS;
    letter-spacing: -1px;
    color: #FFC60D;
}
.sideLineCaption
{
    background: transparent url(      '../images/caption-sideLine.png' ) no-repeat bottom;
    color: #275FA3;
    font: small-caps bold 14px Verdana;
    padding: 5px 0px 0px 0px;
}
.myHr
{
    display: block;
    background: transparent url(     '../images/hr.png' ) no-repeat;
    height: 21px;
}

.lastComments a
{
    color: #275FA3;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 285px;
    border-bottom: solid 1px #fffbce;
}
.lastComments a:hover
{
    /*background-color: #FFFAC3;*/
    background: transparent url(  '../images/commentSign.png' ) no-repeat right;
    text-decoration: none;
}

.randomMenu a
{
    width: 285px;
    color: #666;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.randomMenu a:hover
{
    text-decoration: none;
    background: transparent url(  '../images/suggestion.png' ) no-repeat right;
}

.commentNumber
{
    float: left;
    font-size: 40px;
    font-family: Trebuchet MS;
    font-weight: bold;
    padding: 20px 0px;
    padding-right: 5px;
    color: #AED9F6;
}

.paddingLeft35
{
    padding-left: 35px;
}


/* PICTURE OF THE MOMENT */
.picOfTheMoment
{
    position: relative;
    padding: 10px;
    float: left;
    margin-right: 5px;
}

.picOfTheMoment a
{
    cursor: pointer;
}

.picOfTheMoment span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 140px;
    display: block;
    background: transparent url(  '../images/imgPicOfTheMomentFrame.png' ) no-repeat;
}

/* MAURICE RECOMMEND */

.recommendedMenuPic
{
    position: relative;
    padding: 10px;
    float: left;
    margin-right: 5px;
}

.recommendedMenuPic a
{
    cursor: pointer;
}

.recommendedMenuPic span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 140px;
    display: block;
    background: transparent url(  '../images/recommendMenuPicFrame.png' ) no-repeat;
}

/* LAST 10 PICTURES */

.last10Pics
{
    position: relative;
    width: 160px;
    height: 120px;
    padding-top: 10px;
    float: left;
    margin: 10px;
}
.last10Pics a
{
    cursor: pointer;
}
.last10Pics img
{
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 5px;
}
.last10Pics span
{
    position: absolute;
    top: 0px;
    left: 45px;
    width: 160px;
    height: 130px;
    background: transparent url( '../images/tape.png' ) no-repeat;
    display: block;
}




/*************************
	GALLERY
*************************/

.photo
{
    position: relative;
    margin: 5px;
    padding: 5px;
    float: left;
    width:160px;
    height:160px;
    text-align:center;
}
.photo a
{
    cursor: pointer;
}
.photo span
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    height: 130px;
    display: block; /*background: url(../images/imgWaterBorder.png) no-repeat;*/
}

.h2GalleryCaptions
{
    display: block;
    padding: 10px 0px;
    padding-left: 10px;
    color: #A2BEE0;
    font-variant: small-caps;
    border-top: solid 1px #D3E0F1;
    background: url(           '../images/h2GalleryCaption.png' ) repeat-x;
}

.h2GalleryCaptions.reverse
{
    background: url(           '../images/h2GalleryCaption-reverse.png' ) repeat-x;
    border-bottom: solid 1px #D3E0F1;
}

.commentCaption
{
    display: block;
    padding: 10px 0px;
    padding-left: 10px;
    color: #A2BEE0;
    border-top: solid 1px #D3E0F1;
    background: url(           '../images/h2GalleryCaption.png' ) repeat-x;
}
.galMainCaption
{
    font-variant: small-caps;
    color: #275FA3;
    font-size: 14px;
    font-weight: bold;
}

.galNavLink
{
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
}
.galNavLink a
{
    color: #A2D3F5;
    text-decoration: none;
}
.galNavLink a:hover
{
    text-decoration: underline;
}

.lnkGallery a
{
    text-decoration: none;
    color: #275FA3;
    font-variant: normal;
}
.lnkGallery a:hover
{
    text-decoration: underline;
}


/*************************
	CONTACT
*************************/

.contactCaptions
{
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    text-align: right;
    color: #10488D;
}

.imgContact
{
    background: transparent url(     '../images/contact-phone.png' ) no-repeat right top;
}

.pMainPage
{
    font: 1.2em/1.5em Trebuchet MS;
    color:#222;
}

