/*========================================= UTILITIES =======================================*/
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

p.clear {
    clear: both;
    height: 0; /*======================= FOR INTERNET EXPLORER ============================*/
}

.clearFooter {
    height: 100px;
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.button {
    font-size: 12px;
    background: #fff;
    color: #909;
    float: right;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    background-image: -moz-linear-gradient(top,#999,#fff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #fff));
    border: 2px solid #666;
}

.button:hover {
    background: #fff;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #999;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption-text {
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
}

.sticky {
    border: 1px solid #ddd;
    background-color: #333;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 5px solid #030;
}

.gallery-caption {
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #999;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.bypostauthor {
    color: #0f0;
}

#submit {
    font-size: 12px;
    background: #fff;
    color: #909;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    background-image: -moz-linear-gradient(top,#999,#fff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #fff));
    border: 2px solid #666;
}

#submit:hover {
    background: #fff;
}