/*  Blog CSS File */

.blog-content-container { float: left; width: 540px; }
.blog-content-header { width: 540px; height: 10px; background: url(../../images/blog_content_header.gif) top left no-repeat; overflow: hidden; }
.blog-content { width: 520px; padding: 1px 10px; background: url(../../images/blog_content_background.gif) top left repeat-y; }
.blog-content h2 { float: left; margin: 0; line-height: 1.2em; color: #002a95; font-size: 90%; }
.blog-content .date { float: right; font-size: 90%; color: #002a95; font-weight: bold; }
.blog-divider { height: 1px; border: 0; background: url(../../images/blog_divider.gif) top left repeat-x; overflow: hidden; margin-bottom: 5px; }
.blog-content .blog-next { float: right; font-size: 76%; font-weight: bold; }
.blog-content .blog-prev { float: left; font-size: 76%; font-weight: bold; }
.blog-content-footer { width: 540px; height: 10px; background: url(../../images/blog_content_footer.gif) top left no-repeat; overflow: hidden; }

.blog-articles-container { float: left; width: 150px; }
.blog-articles-header { width: 150px; height: 10px; background: url(../../images/blog_posts_header.gif) top left no-repeat; overflow: hidden; }
.blog-articles { width: 130px; padding: 1px 10px; background: url(../../images/blog_posts_content_background.gif) top left repeat-y; }
.blog-articles h3 { margin: 0 0 1px 0; line-height: 1.2em; color: #002a95; font-size: 90%; }
.blog-articles h4 { margin: 0.6em 0 0.2em 0; line-height: 1em; color: #67A840; font-size: 80%; }
.blog-articles p { font-size: 70%; margin: 0 0 1.2em 0; line-height: 1em; }
.blog-articles a { text-decoration: none; }
.blog-articles-footer { width: 150px; height: 10px; background: url(../../images/blog_posts_footer.gif) top left no-repeat; }

#blog-articles-up { width: 130px; height: 20px; background: url(../../images/blog_scroll_up.gif) bottom left no-repeat; margin: 10px 0 20px 0; }
#blog-articles-up span { display: none; visibility: hidden; }
#blog-articles-up.enabled { width: 130px; height: 20px; background: url(../../images/blog_scroll_up.gif) top left no-repeat; cursor: pointer; }
#blog-articles-down { width: 130px; height: 20px; background: url(../../images/blog_scroll_down.gif) bottom left no-repeat; margin: 20px 0 0 0; }
#blog-articles-down span { display: none; visibility: hidden; }
#blog-articles-down.enabled { width: 130px; height: 20px; background: url(../../images/blog_scroll_down.gif) top left no-repeat; cursor: pointer; }