a { text-decoration:none; }

.clear { clear:both; }

.clearleft { clear:left; }

.entry { line-height:18px !important; }

.entry p { margin-bottom:1em; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, {
        font-weight:bold;
        margin:5px 0;
}

.entry h6 {
        font-size: 14px;
        margin:0px 0px 10px;
        font-weight: bold;
        color: #035896;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #ccc;
        border-bottom: 6px solid #ccc;
}

blockquote {
        width: 90%;
        font-size: 11px;
        font-weight: bold;
        line-height: 130%;
        padding: 20px 20px 3px 10px;
        text-align:justify;
        border: 5px solid #ccc;
        background-color: #eee;
        line-height:20px;

}

.entry ul { padding-left:20px;  }

.entry ul li { list-style-type:square; padding-bottom:10px; }

.entry ol { padding-left:25px; }

/* Begin Images */
p img {
        padding:0;
        margin:0;
        max-width:100%;
}

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.aligncenter {
        display:block;
        margin-right:auto;
        margin-left:auto;
}

img.alignright {
        padding:4px;
        margin:0 0 2px 7px;
        display:inline;
}

img.alignleft {
        padding:4px 4px 4px 0px;
        margin:0px 7px 2px 0px;
        display:inline;
}

.alignright { float:right; }

.alignleft { float:left; }
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor:help; }

acronym, abbr { border-bottom:1px dashed #999; }

blockquote {
        margin:10px;
        padding-left:20px;
}

blockquote cite {
        margin:5px 0 0;
        display:block;
}

.center { text-align:center; }

.hidden { display:none; }

hr { size:1px; color: #ccc; }

a img { border:none; }

.navigation {
        /* display:block;
        text-align:center;
        margin-bottom:60px;*/
        margin-top:10px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
        margin-left:-5px;
        padding-left: 0px;
        margin-right:auto;
        margin-bottom: 15px;
}

div.alignleft {
        margin-left:-5px;
        padding: 3px 15px 15px 0px;
        margin-right:auto;
        margin-bottom: 0px;
}

div.alignright {
        padding: 3px 0px 15px 15px;
        margin-bottom: 0px;
}

.wp-caption {
        border:0px solid #ddd;
        text-align:center;
        background-color:#fff;
        padding-top:0px;
        padding-left: 0px;
        margin-left:0px;
        margin-bottom:0px;
        margin-top:0px;
        margin-right:0px;
/*        -moz-border-radius:3px;
        -khtml-border-radius:3px;
        -webkit-border-radius:3px;
*/
}

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

.wp-caption p.wp-caption-text {
        font-size:10px;
        line-height:12px;
        padding:0 4px 0px 5px;
        margin:0;
        text-align: left;

}
/* End captions */

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
  #container{background-color: rgb(255,255,255);}
}