body{
    text-align: center;
    background-color: #333333;
}
.ui-widget{
    margin-top: 18px;
}
h1.ui-widget-header{
    padding: 6px;
    font-size: 14px;
}
a:hover{
    color: #003399;
}
.ui-icon{
    display: inline-block;
}
#site-wrapper{
    margin-top: 18px;
    background-color: #f9f9f9;
    background-image: url(../img/gradient-background.png);
    background-repeat: repeat-y;
}
#header{
    text-align: left;
    background-position: 0 0;
}
#header span#logo{
    display: inline-block;
    float: left;
    width: 389px;
	width: 700px;
    height: 80px;
	height: 130px;
    margin: 6px;
	margin-left: 100px;
    background-image: url(../img/logo.png);
}
#header span#slogan{
    float: left;
    margin-top: 0px;
    font-size: 18px;
}
#menu-h-t{
    height: 36px;
}
#ariane-wrapper{
    margin-left: 38px;
    margin-top: 18px;
    text-align: left;
}
#ariane-wrapper a{
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#search-wrapper{
    margin-left: 38px;
}

#content-wrapper{
    margin-top: 6px;
}
#content{
    text-align: left;
    padding: 16px;
}
#content object{
    display: block;
    margin: 0 auto;
}
#content ul li{
    padding-top: 20px;
    border-top: 2px dotted #333333;
}
#content ul li h3{
    font-size: 16px;
    text-decoration: underline;
}
#feed-infos span{
    float: right;
}
.feed-pagination-prev, .feed-pagination-next, #return{
    padding: 4px;
}
.feed-pagination-prev, #return{
    float: left;
}
.feed-pagination-next{
    float: right;
}
#video-wrapper{
    margin: 0 auto;
    padding: 12px;
    width: 425px;
}
#video-comments li{
    padding: 14px;
    border-top: 1px dotted #cccccc;
}
#col-r{
    min-height: 432px;
}
#popular-tag .ui-widget-content{
    padding: 18px;
}
#popular-tag a{
    margin: 4px;
}
#tags-cloud-wrapper{
    margin-top: 18px;
    min-height: 72px;
    text-align: center;
}
#tags-left, #tags-right{
    min-height: 72px;
}
#tags-cloud{
    min-height: 60px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 20px;
}
#tags-cloud a{
    margin: 4px;
}
#tags-cloud a:hover{
    text-decoration: underline;
}
#footer{
    height: 54px;
}
#copy{
    margin-top: 18px;
}