/* Main logo */
#header h1#logo a {
    background:transparent url(../images/my-h1logo.png) no-repeat scroll 0 0;
    margin-left:20px;
    margin-top:20px;
    width:300px;
}

/* Search box */
#header form input[type="text"] {
    font-size:1.6em;
    padding-top:8px;
}

#main h2 {
    margin:0 0 10px;
    padding:0 0 5px 10px;
}

.stripViewer {
    height:300px;
    width:490px;
}
#movers-row {
    float: right;
    margin:0;
}
#movers-row div {
    padding:0;
}
.cross-link {
    display:block;
    margin-top:1;
    padding-top:7px;
    position:relative;
    width:116px;
    z-index:9999;
}

/* Big ad */
#sidebar .bigad {
    padding:10px 14px;
}

/* Pagination tweak */
#pagination li.off {
    padding:3px 6px;
}

#pagination .next,
#pagination .next-off {
    border:none;
}

#pagination a:link,
#pagination a:visited {
    text-decoration:none;
}

/* More */
#main .post .postmeta p.more span {
    background: url(../images/morebadge.jpg) no-repeat;
    color: #fff;
    text-align: center;
    display: block;
    width: 160px;
    height: 21px;
    float: right;
    margin: 0 5px 0 0;
}

/* Post content */
.postcontent p {
    font-size: 110%;
}

/* Post meta */
#main .post .meta span {
    background-color:#008DD7;
}

/* top-banner */
#header #subscribe img {
    float:left;
    margin:7px 0 6px 6px;
}
#header #subscribe h1 {
    color:#0B2236;
    line-height:45px;
    /* text-transform:uppercase;*/
    float:left;
    margin-left:8px;
    font-size:150%
}

/* Popular */
#popular p {
    font-size: 80%;
}

/* featured */
#featured #featured-badge {
    z-index: 0 !important;
}
#featured .featured-badge-fr {
    background:transparent url(../images/featuredbadge-fr.png) no-repeat scroll 0 0 !important;
}
