/* CLASSES */

.clear {
    clear: both;
}

.largest {
    font-size: 19px;
    line-height: 150%;
}

.larger {
    font-size: 17px;
    line-height: 150%;
}

.large {
    font-size: 15px;
    line-height: 150%;
}

.small {
    font-size: 11px;
    line-height: 130%;
}

.smaller {
    font-size: 10px;
    line-height: 130%;
}

.smallest {
    font-size: 9px;
    line-height: 130%;
}

.button,
.more-link {
    background: url(../../images/shared/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;
}

.frame {
    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);
    display: block;
    margin: 0 0 12px 0;
    padding: 5px;
}

.frame img {
    display: block;
}

.pretty {
    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: 5px;
    display: block;
}

.text-highlight {
    background-color: #FFFFAA;
    padding: 3px 2px;
}

.dropcap {
    float: left;
    font-size: 300%;
    font-weight: bold;
    line-height: 100%;
    margin: 5px 7px 0 0;
    position: relative;
}

/* GENERAL TYPOGRAPHY */

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Cantarell', arial, serif; */
    font-weight: normal;
    line-height: 150%;
    margin: 20px 0 0px 0;
}

h1 {
    margin-top: 0;
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

p {
    margin-bottom: 12px;
}

ul {
    padding: 13px 0 13px 25px;
}

ol {
    list-style: decimal;
    padding: 13px 0 13px 25px;
}

ul li {
    padding: 5px 0;
    list-style: disc;
}

ol li {
    list-style: decimal;
}

.hr {
    border-top: 1px solid #cccccc;
    clear: both;
    display: block;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    position: relative;
}

blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 150%;
}

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;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

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

.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;
}

.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;
}