@charset "utf-8";
/*
Theme Name: icue
Theme URI:
Author: 
Author URI: 
Description: icue
Version: 1.0
*/
/*      WordPress
-------------------------------------------------------------- */
a.post-edit-link {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4D1B04;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
a.post-edit-link:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
/* must for WP */
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    text-align: center;
}