/* CLASSES */

.clear {
    clear:both;
}

.small {
    font-size: 11px;
}

.smaller {
    font-size: 10px;
}

#content .wp-smiley, #full-width-content .wp-smiley {
    padding: 0;
    margin: 0;
    border: none;
}

.button,
.more-link {
    background: url(white-grad.png) repeat-x;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px #FFFFFF;
}

.button:hover {
    border-color: #666666;
    color: #666666;
}

.warning {
    background-color: #fcffde;
    border: 1px solid #ebf0ae;
    padding: 15px;
}

/* STANDARD TYPOGRAPHY */

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 20px;
}

ul, ol, dl, table {
    position: relative;
    margin-bottom: 20px;
}

ul {
    padding: 0 0 0 20px;
}

ul ul {
    margin: 0;
}

li {
    background-image: url(bullet.png);
    padding: 3px 3px 3px 10px;
    background-position: 0 8px;
    background-repeat: no-repeat;
}

ol {
    padding: 0 0 0 40px;
}

ol li {
    background-image: none;
    list-style-type: decimal;
    padding: 3px 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; font-weight: normal; line-height: 120%; font-weight: normal;}

h1 {font-size: 30px;}

h2 {font-size: 25px}

h3 {font-size: 20px}

h4 {font-size: 15px}

h5 {font-size: 12px}

h6 {font-size: 11px}

blockquote {
    font-size: 13px;
    font-style: italic;
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #c6c6c6;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

.wp-caption {
    display: block;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px;
}


pre, code {
    background: #f2f2f2;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin-bottom: 12px;
    font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
    font-size: 11px;
    line-height:19px;
    padding: 10px;
}

.clean {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.clean th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    background: #f2f2f2;
}

.clean td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.pretty, .frame, .gallery img {
    background-color: #f5f5f5;
    background: -moz-linear-gradient(bottom, #F2F2F2 0px, #fff 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #fff));
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    padding: 4px;
    display: block;
}

.frame img {
    display: block;
}

.frame {
    margin-bottom: 20px;
}