/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
  display: block;
  width: 150px;
  height: 80px;
  background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

#logo2 a.logo-icon {
  display: block;
  width: 75px;
  height: 44px;
  background: url(../../../images/yootheme/logo_small.png) 0 0 no-repeat;
}

.pagination a{padding:5px;}

.profileimage img{padding:30;}

#header div.frontpage1 {
  width: 800px;
  height: 300px;
  background: url(../../../images/yootheme/yoocarousel/image_01_default.jpg) 0 0 no-repeat;
}

/*
 * Facebook-Plugs
 */ 

.friendsAtEvent ul{
    margin: 0 auto;
    padding: 0;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
.friendsAtEvent{
    width: 800px;
    display:block;
  clear:both;
  padding-top:15px;
}
/* The wider this li is, the fewer columns there will be */
.friendsAtEvent ul li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 120px;
    }
.fae_name {font-size:9px;margin:0px 0px 0px 30px;line-height:11px}
.fae_image img {width:25px;height:25px;float:left;}

