﻿

/* Index Page
/* @Index
---------------------------------
*/


/* Left side
---------------------- */

#home {
   background: #fff url('../../graphics/site/home/page_bg.gif') no-repeat bottom left;
}

#home h1 {
   font-size: 22pt;
}

#home h2 {
   font-size: 17pt;
}

#home h3 {
   font-size: 14pt;
}

#home .colorBar {
   display: none;
}

.navBar {
    margin-bottom: -13px;
}

#home .homeLeft {
   position: absolute;
   top: 60px;
   left: 30px;
   z-index: 2;
}

.homeLeft h1, .homeLeft h2, .homeLeft h3, .homeLeft h4 {
   font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
   color: #888;
   margin-bottom: -7px;
}

.languageLink {
   font-size: 11pt;
   font-weight: 600;
   position: absolute;
   top: 180px;
   left: 5px;
}

.joinNowSection {
   position: absolute;
   top: 265px;
   left: 230px;
}

#home .guestWelcomeBlock ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}

#home .guestWelcomeBlock ul li {
    background-image: url('../../graphics/site/star.png');
    background-repeat: no-repeat;
    padding-left: 26px;
    margin: 8px 0;
    font-weight: 600;
    color: #777;
}

#home .memberWelcomeBlock .welcomeMessage {
   margin: 25px 0 0 10px;
   font-size: 12pt;
   width: 370px;
   height: 40px;
}

#home .memberWelcomeBlock .memberLinks {
   margin: 10px 0 0 150px;
   font-size: 14pt;
   line-height: 20pt;
}

.footer {
   border-top: solid 2px #aaa;
}


/* Swap panel
---------------------- */

#home .spText {
   position:absolute;
   top: 90px;
   left: 630px;
   padding-right: 20px;
   font-size: 12pt;
   font-weight: 600;
   color: #eee;
   visibility: hidden;
   opacity: 0;
   MozOpacity: 0;
   KhtmlOpacity: 0;
   filter: alpha(opacity=0);
   z-index: 2;
}

#home .spText p {
   margin: 0 0 0 50px;
}

#home .dark {   
   color: #444;
}

#home .blogButton {
   position: absolute;
   border:none;
   z-index: 3;
   right:50px;
}

#home .bgsp {
   position:absolute;
   visibility: hidden;
   opacity: 0;
   MozOpacity: 0;
   KhtmlOpacity: 0;
   filter: alpha(opacity=0);
   z-index: 1;
   width:950;
   height:409;
}

#home .swapButton, #home .swapButton img, #home .swapButton  .barLink {
   position: absolute;
   border:none;
   z-index: 3;
}

#home .swapButton .button {
    width: 55px;
    height: 55px;
    z-index: 4;
}

#home .swapButton .buttonBar {
   left: 25px;
   top: 37px;
   width: 183px;
   height: 24px;
   z-index: 3;
}

#home .swapButton .barLink {
   left: 40px;
   top: 33px;
   text-align: center;
   width: 166px;
   font-size: 13.2pt;   
   font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
   line-height: 21.5pt;
   font-weight:500;
   color: #666;
   text-decoration: none;
   z-index: 4;
}

#home .hidden {
   display: none;
}

