@charset "utf-8";

/* CSS Document */

span.required {
    font-weight: bold;
    color: #990000;
}

div.input-wrapper {
    background-image: url(../images/input-wrapper-bg.png);
    background-repeat: no-repeat;
    height: 21px;
    border: none;
    width: 325px;
}

div.textarea-wrapper {
    background-image: url(../images/textarea-wrapper-bg.png);
    background-repeat: no-repeat;
    height: 21px;
    border: none;
    width: 325px;
    height: 200px;
}

input.box {
    background-color: transparent;
    height: 21px;
    border: none;
    width: 100%;
}

textarea.box {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 200px;
    overflow: auto;
}

/* START: pagenavigator */

div.pagenavigator {
    margin-top: 1em;
    text-align: center;
}

div.pagenavigator span.previous {
    float: left;
}

div.pagenavigator span.next {
    float: right;
}

div.pagenavigator span.current {
    font-weight: bold;
}

/* END: pagenavigator */

div.separator {
    border-top: 1px dashed #307BAB;
}

div.attribute-byline {
    font-size: 85%;
}

div.attribute-byline p {
    margin-bottom: 0.5em;
    color: #000000;
}

div.attribute-byline p.date {
    clear: left;
    float: left;
}

div.attribute-byline p.additional-info, div.attribute-byline p.author {
    clear: right;
    float: right;
}

div.attribute-byline a {
    border-bottom: 1px dotted #990000;
    display: block;
}

/* START: view='frontpage' */

div.view-frontpage div div.attribute-title a {
    border-bottom: 1px dotted #990000;
}

div.view-frontpage div div.attribute-title p {
    margin-bottom: 0.5em;
}

/* END: view='frontpage' */

/* START: view='listitem' */

div.view-listitem div div.attribute-title a {
    border-bottom: 1px dotted #990000;
}

div.view-listitem div div.attribute-title p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* END: view='listitem' */

/* START: view='full' */

div.view-full div.attribute-title h1, 
div.view-search div.attribute-title h1, 
div.view-sitemap div.attribute-title h1,
div.view-edit div.attribute-title h1 {
    font-weight: normal;
    color: #990000;
    margin-bottom: 1em;
}

/* END: view='full' */

/* START: view='line' */

div.view-line div.attribute-title h2 {
    font-weight: normal;
}

div.view-line div.attribute-title a {
    border-bottom: 1px dotted #990000;
}

/* END: view='line' */

/* START: recent-posts/recent-projects */

div.view-recent-posts, div.view-recent-projects {
    margin-top: 1.5em;
    width: 220px;
}

/* END: recent-posts/recent-projects */

/* START: class-weblog */

div.class-weblog h1 {
    font-weight: normal;
    color: #000000;
}

div.class-weblog div.attribute-title h1 {
    margin-bottom: 0.5em;
}

div.class-weblog div.view-children {
    margin-top: 2em;
    padding-top: 1em;
}

/* END: class-weblog */

/* START: class-comment */

div.class-comment div.attribute-title h2 {
    font-weight: normal;
    color: #990000;
}

/* END: class-comment */

/* START: search */

div.view-search div.input-wrapper {
    float: left;
    margin-right: 0.5em;
}

div.view-search div.button-wrapper input.button {
    margin-top: 0;
}

/* END: search */

/* START: ads */

div.ads-wrapper {
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px dashed #3C8CC0;
    border-bottom: 1px dashed #3C8CC0;
}

div.view-appreciation {
    text-align: center;
    margin: 0.5em 0 0.5em 0;
}

div.view-appreciation p.amazon-badge {
    margin-top: 0.5em
}

/* END: ads */

/* START: gallery */

div.view-line div.class-gallery div.attribute-image {
    border: 1px dashed #3C8CC0;
    padding: 5px;
    background-color: #E6F3F9;
    margin-right: 1em;
}

div.view-line div.class-gallery div.attribute-image {
    float: left;
}

div.class-gallery div.attribute-image img {
    display: block;
}

div.view-full div.class-gallery table, th, td {
    border: none;
}

div.view-full div.class-gallery table td {
    padding: 0 0.5em 0.75em 0;
}

div.view-full div.class-gallery div.attribute-image {
    border: 1px dashed #3C8CC0;
    padding: 5px;
    background-color: #E6F3F9;
}

/* END: gallery */

/* START: recaptcha */

div#recaptcha_image {
    padding-bottom: 0.5em;
}

div#custom_theme_widget {
    display: none;
}

/* END: recaptcha */

