/******************************************************************************************
                HOME PAGE
 ******************************************************************************************/

#home_top {
    margin-left: 300px;
    width: 675px;
}

#login {
    width: 170px;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#login_email_form input {
    width: 168px;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    border: 1px solid #aaa;
}

#login button {
    float: right;
}

#openid_identity {
    background-image: url('img/openid-icon-small.gif');
    background-repeat: no-repeat;
    margin-bottom: 3px;
    padding-left: 18px;
    width: 150px;
    border: 1px solid #aaa;
}



#register {
    padding-left: 100px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 670px;
    float: left;
    position: relative;
}

#register h1, #login h1 {
    font-size: 36px;
    color: black;
    text-align: left;
    margin-bottom: 5px;
}

#register p {
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    margin-bottom: 30px;
}

#register .buttonXXL {
    margin-right: 10px;
    float: right;
}

#register img {
    float: right;
}


#useraction {
    padding-left: 100px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 770px;
    float: left;

    height: 250px;
    background-image: url('img/layout/slogan.jpg');
    background-repeat: no-repeat;
    background-position: 380px 0;

    position: relative;
}

#user_newsurvey {
    position: absolute;
    top: 130px;
    right: 500px;
}

#user_setttings {
    position: absolute;
    top: 150px;
    right: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

#user_surveys {
    position: absolute;
    top: 50px;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
}

#surveys {
    border: 1px solid #ccc;
    background: transparent url('img/layout/section_bg.png') repeat-x bottom;
    width: 49.2%;
    float: left;
    min-height: 260px;
}

#advertisment {
    border: 1px solid #ccc;
    background: transparent url('img/layout/section_bg.png') repeat-x bottom;
    width: 49.2%;
    float: right;
    min-height: 260px;
}

#advertisment div {
    margin: 20px 10px 10px 20px;
    background: transparent url('img/layout/icon_social_panel.jpg') no-repeat center right;
}

#advertisment h1 {
    margin-bottom: 10px;
    font-size: 28px;
}

#advertisment p {
    padding-top: 8px;
    padding-right: 140px;
    font-size: 12px;
}

#items .moreLink {
  text-align: right;
  float: right;
}

#items .header {
  margin-top: 10px;
  vertical-align: bottom;
  padding-left: 5px;
}

ul#items,ul#items ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#items ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

ul#items ul li {
  display: inline;
}

#items h2 {
  float: left;
  
}

#items .header {
  background: transparent url('img/layout/section_bg.png') repeat-x scroll center bottom;
}


#surveys_switcher {
    display: block;
    background: #ddd url('img/layout/section_bar_bg.png') repeat-x bottom;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
}

#surveys_switcher li {
    width: 49.9999999%;
    display: block;
    float: left;

    margin: 0;
    padding: 0;
    padding-top: 5px;
    height: 30px;

    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;

    background: transparent;
    cursor: pointer;
}

#surveys_switcher li.active {
    background-color: white;
}

#surveys_popular_list {
    display: none;
}

#surveys .list {
    list-style: none;
    margin: 0;
    padding: 10px;
}

#surveys .list li {
    margin-bottom: 6px;
}

#surveys .list li h3 {
    color: black;
    overflow: hidden;
    height: 20px;
}

#surveys .list li span {
    font-size: 11px;
    font-family: Tahoma;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

#surveys .list li span.owner {

}

#surveys .list li span.date {
    width: 70px;
    margin-right: 5px;
    float: left;
}

#surveys .list li span.results {
    width: 100px;
    margin-left: 5px;
    float: right;
}

#surveys .list li span.fillup {
    margin-left: 5px;
    float: right;
    text-align: right;
}

#home_footer_bar {
    background: url('img/layout/home_footer_bg.jpg') repeat scroll 0 0 #3A3635;
    color: white;
    margin-top: 15px;
}

#home_footer {
    background: url("img/layout/home_footer_divider.jpg") no-repeat scroll 181px 0 transparent;
    overflow: hidden;
}

#home_footer h1, #home_footer h2, #home_footer p, #home_footer a {
    color: white;
}

#home_footer h1 {
    margin-bottom: 10px;
}

#home_footer h2 {
    font-size: 14px;
    margin: 10px 0 5px 0;
}

#home_footer p {
    font-size: 12px;
}

#home_footer a {

}

#news_panel .date {
    font-size: 12px;
    width: 100px;
}

#news_panel p {
    padding-left: 70px;
}

#partners_panel {
    padding : 15px 0 15px 0;
    width: 270px;
    float: left;
    margin: 0;
}

#news_panel {
    padding : 15px 0 15px 0;
    margin: 0 0 0 330px;
}

