/*
 * contests.css
 * styles pour le module concours -- skipass.com
 */

/*------------------------------------------------------------------------------- *
 *                          declarations globales                                 *
 *------------------------------------------------------------------------------- */

#contests .icon {
    float 				: right ;
    display				: inline;
    width 				: 160px ;
    height				: 80px;
}

#contests .current {
	min-height:300px;
}

.col .text {
    padding				: 10px;
}

#contests .icon img {
    border				: 2px solid #D1D7E7;
    margin				: 2px 15px 2px 2px;
}
#oldcontests {
    float 				: left ;
    margin-left 		: 10px ;
    display				: inline;
    width 				: 240px ;
    padding				: 0 0 0 6px;
    border-left			: 2px solid #D1D7E7;
}
#oldcontests span {
    color				: #999;
}

.vote {
    text-align			: center;
}
.vote img {
    vertical-align		: -25%;
    margin				: 0 3px;
}

.participate {
    margin				: 4px 6px;
    border 				: 2px solid #D1D7E7 ;
    padding 			: 20px ;
    -moz-border-radius	: 8px;
    text-align			: center;
}

.categories {
    text-align			: center;
}

#entries {
    list-style			: none;
    margin				: 0;
    padding				: 0;
}

#entries li {
    margin				: 5px 0 0 5px;
    padding				: 0;
    width				: 200px;
    float				: left;
    border				: 1px solid #D1D7E7;
    text-align			: center;
}

#entries li div.photo {
    height				: 130px;
}

#entries li div.vote {
    border-bottom		: 1px solid #CCC;
    height				: 18px;
}

#entries li h4 {
    padding				: 3px;
    margin				: 0;
}

 #entry div {
    padding					: 10px;
 }

 #entry img.entry {
    width					: 300px;
    margin-left				: 230px;
 }

#contest_nav {
	display:block;
    margin					: 5px 0px 5px 0px;
    padding					: 0 4px;
}

#extra_fields {
    margin-left				: 240px;
}

#extra_fields span {
    width					: 120px;
    float					: left;
    display					: block;
    clear					: both;
    font-weight				: bold;
}

/*------------------------------------------------------------------------------- *
 *                          onglets                                           *
 *------------------------------------------------------------------------------- */

#categories {
    text-align				: center;
}

#categories li {
    display					: inline;
    margin					: 0 5px 0 0 ;
    font-size				: 14px;
    padding					: 3px 5px 2px 5px;
    border-right			: 1px solid #D1D7E7;
    border-left				: 1px solid #D1D7E7;
    border-top				: 1px solid #D1D7E7;
    -moz-border-radius-topright:8px;
    -moz-border-radius-topleft:8px;
}
