/*
    Blue : #6f9fbd
    Text: #42423d
    Black: #464646
    Deep Black: #272727
    Silver: #eeeeee 
    Pink: #ec81c0
*/

body {
    font: 12px sans, verdana;
    color: #42423d;
    background: #FFF url('images/header_bg.png') repeat-x;
    text-align: center;
}

a {
    color: #6f9fbd;
    text-decoration: none;
}

a:hover {
    color: #464646;
}

#container {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

ul {
    position: relative;
    float: left;
}

li {
    display: block;
    float: left;
    margin-left: 10px;
}

blockquote {
    margin: 20px;
}

blockquote p {
    display: inline;
    background: #6f9fbd;
    color: #FFF;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    position: relative;
}

p cite {
    margin-left: 80px;
    color: #FFF;
    font-weight: bold;
}

cite a {
    color: #464646;
    padding: 5px;
}

cite a:hover {
    background: #464646;
    color: #FFF;
}

img.alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

img.alignright {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    letter-spacing: -.042em;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    color: #6f9fbd;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
    color: #6f9fbd;
}

h5 {
    font-size: 11px;
    color: #6f9fbd;
}

h6 {
    font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
    position: relative;
    width: 940px;
    height: 50px;
    margin: 0 10px;
}
#banner {
    background: url('images/flisol.png') no-repeat;
    width: 429px;
    height: 124px;
    position: relative;
    display: block;
    float: left;
    left: -25px;
    top: 10px;
    text-indent: -9999px;
}

#logo {
    background: url('images/logo_bg.png') no-repeat;
    width: 429px;
    height: 124px;
    position: relative;
    display: block;
    float: left;
    left: -25px;
    top: 1px;
    text-indent: -9999px;
}

#logo a {
    background: transparent url('images/logo.png') no-repeat;
    width: 227px;
    height: 35px;
    left: 25px;
    top: 45px;
    position: relative;
    display: block;
}

/* Category Navigation
----------------------------------------------------------------------------------------------------*/

#cat_nav {
    margin: 6px 0;
}

#cat_nav li:first-child {
    margin-left: 0;
}

#cat_nav li {
    background: #313131 url('images/cat_left_off.png') no-repeat;
    height: 20px;
}

#cat_nav li a {
    background: url('images/cat_right_off.png') no-repeat top right;
    display: block;
    padding: 0 10px 0 10px;
    font-family: Sans, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #eeeeee;
}

#cat_nav li:hover, #cat_nav li.over {
    background: #6f9fbd url('images/cat_left_on.png') no-repeat;
}

#cat_nav li a:hover {
    background: url('images/cat_right_on.png') no-repeat top right;
    color: #FFF;
}

#cat_nav li.current-cat {
    background: #6f9fbd url('images/cat_left_on.png') no-repeat;
}

#cat_nav li.current-cat a {
    background: url('images/cat_right_on.png') no-repeat top right;
    color: #FFF;
}

/* Category Navigation
----------------------------------------------------------------------------------------------------*/

#page_nav {
    position: relative;
    float: right;
    top: 22px;
}

#page_nav li {
    margin-left: 0;
}

#page_nav a {
    background: url('images/nav_bg.png') repeat-x;
    display: block;
    padding: 13px 30px 12px 30px;
    font-weight: bold;
    color: #ddd;
    text-transform: uppercase;
}.

#page_nav a:hover {
    background: #FFF;
    color: #6f9fbd;
}

#page_nav li.current_page_item a {
    background: #FFF;
    color: #6f9fbd;
}


/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
    width: 580px;
    margin: 30px 0 0 0;
    position: relative;
    top: 30px;
    float: right;
}

.post ol, .post ul {
    float: none;
    list-style-position: inside;
    margin-left: 30px;
}

.post ul {
    list-style-type: disc;
}

.post ol {
    list-style-type: decimal-leading-zero;
}

.post li {
    display: list-item;
    float: none;
    margin: 0;
}

.post {
    margin-bottom: 20px;
}

.post_date {
    font-style: italic;
    font-weight: bold;
    color: #7b7b7b;
    font-size: 12px;
}

.post_header {
    margin-bottom: 20px;
}

#title {
    background: #FFF url('images/headline_line.png') no-repeat bottom;
    width: 580px;
    padding-bottom: 15px;
    position: relative;
}

.post_headline h2 {
    position: relative;
    width: 535px;
    margin: 0;
}

.post_comments_number {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    background: #464646;
    color: #FFF;
    font-weight: bold;
}

.post_comments_number a {
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px 0;
}

.post_comments_number a:hover {
    background: #6f9fbd;
}

.post_byline {
    font-style: italic;
    color: #7b7b7b;
    font-size: 12px;
}

.post_author a {
    font-weight: bold;
    color: #464646;
}

.post_author a:hover {
    color: #6f9fbd;
}

a.more-link {
    clear: both;
    display: block;
    float: right;
    width: 75px;
    height: 22px;
    margin-top: 10px;
    background: url('images/read_more.png') no-repeat center left;
    padding-top: 2px;
    padding-left: 25px;
    color: #ec81c0;
}

a.more-link:hover {
    background: url('images/read_more_hover.png') no-repeat center left;
    color: #464646;
}

ul.post_footer {
    margin: 0;
    list-style-type: none;
}

li.google_adsense {
    border: 1px #DDD solid;
}

.post_footer_ads {
    background: #EEE;
    padding: 5px;
    border: 5px #FFF solid;
    text-align: center;
}

.post_footer_ads iframe {
    padding: 0;
    margin: 0;
}

h2.search_results {
    font-style: italic;
}

h6.search_headline {
    margin: 0;
}

.search_header {
    margin-bottom: 10px;
}

.search_header .post_date {
    font-weight: normal;
}

.search_term {
    color: #42423d;
}

#archives li {
    margin: 0;
    padding: 0;
}

.archives_date {
    position: relative;
    display: block;
    float: left;
    width: 120px;
    font-style: italic;
    font-weight: bold;
    color: #7b7b7b;
}

.archives_headline {
    position: relative;
    display: block;
    float: right;
    width: 460px;
}

.archives_comments_number a {
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px 0;
}

.archives_comments_number a:hover {
    background: #6f9fbd;
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
    width: 200px;
    margin: 30px 10px 0 0;
    position: relative;
    float: left;
}

#sidebar ul {
    float: none;
    margin-bottom: 30px;
}

#sidebar li {
    float: none;
    padding: 0;
    margin: 2px 0;
}

#sidebar li.sidebar_header {
    background: #FFF url('images/sidebar_line.png') no-repeat;
    font-size: 18px;
    color: #6f9fbd;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    border: 0;
}

#popular li a {
    display: block;
    color: #464646;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 10px;
    margin: 0;
}

#popular li a:hover {
    color: #FFF;
    background: #464646;
}

#subscribe li {
    position: relative;
    color: #464646;
    background: #EEE;
    border: 1px solid #DDD;
    width: 320px;
    padding: 10px;
}

#subscribe_buttons {
    position: relative;
    display: block;
    float: left;
    width: 320px;
    padding: 0;
    margin: 0;
}

#subscribe_buttons li:first-child {
    margin-right: 4px;
}

#subscribe_buttons li {
    background: transparent url('images/button_left.png') no-repeat top left;
    display: block;
    position: relative;
    float: left;
    width: 157px;
    height: 25px;
    font-size: 13px;
    padding: 0;
    border: 0;
}

#subscribe li a {
    display: block;
    position: relative;
    background: #6f9fbd url('images/button_right.png') no-repeat top right;
    width: 154px;
    height: 25px;
    margin-left: 3px;
    padding: 0;
    color: #FFF;
}

#subscribe li a:hover {
    color: #333;
}

#subscribe li span.rss_icon span {
    position: relative;
    font-weight: bold;
}

#subscribe li span.rss_icon {
    background: url('images/rss_button.png') no-repeat center left;
    position: relative;
    display: block;
    width: 157px;
    height: 22px;
    padding: 3px 0 0 25px;
}

#search_widget li {
    position: relative;
    color: #464646;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 10px;
}

#search_widget input.text {
    position: relative;
    width: 230px;
}

#search_widget fieldset {
    margin: 0;
}

.sidebar_widget ul li a {
    display: block;
    color: #464646;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 10px;
    margin: 0;
}

.sidebar_widget ul li a:hover {
    color: #FFF;
    background: #464646;
}

#wp-calendar {
    width: 300px;
    margin: 0 auto;
    border: 1px #00000 solid;
}

#wp-calendar caption {
    font-size: 20px;
}

#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 3px;
}

#wp-calendar #prev a, #wp-calendar #next a {
    display: block;
    background: #EEE;
    border: 1px solid #ddd;
    padding: 3px 2px 2px 2px;
    color: #464646;
    font-size: 14px;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    background: #464646;
    border: 1px solid #333;
    color: #FFF;
}

/* `Form
----------------------------------------------------------------------------------------------------*/

input.text {
    background: #FFF url('images/form_bg.png') repeat-x;
    border: 1px solid #DDD;
    color: #5b5b5b;
    padding: 5px;
    font-size: 14px;
}

input.button {
    background: #6f9fbd url('images/form_button.png') repeat-x;
    border: 1px solid #57839f;
    padding: 3px 2px 2px 2px;
    font-family: sans, Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 14px;
}

input.button:hover {
    background: #464646;
    border: 1px solid #333;
    color: #FFF;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer_container {
    background: #e0e2e3;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    margin-top: 30px;
}

#footer {
    margin: 0 auto;
    width: 960px;
    text-align: center;
}

#footer_recent {
    width: 600px;
}

#footer_recent li {
    position: relative;
    float: none;
}

#footer_recent li a {
    position: relative;
    display: block;
    background: #363636;
    border: 1px solid #DDD;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
}

#footer_recent li a:hover {
    background: #FFF;
    color: #464646;
}

.footer_header {
    position: relative;
    margin: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #464646;
}


.footer_date {
    font-style: italic;
    font-weight: bold;
    color: #7b7b7b;
    font-size: 12px;
}

.footer_headline {
    position: relative;
    display: block;
}

.footer_headline_title {
    position: relative;
    display: block;
    width: 542px;
    font-size: 18px;
    margin: 0;
}

.footer_comments_number {
    position: absolute;
    display: block;
    bottom: 4px;
    right: 0;
    width: 18px;
    height: 18px;
    background: #6f9fbd;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;
    font-size: 12px;
}

#footer_about {
    width: 340px;
    margin: 0 10px;
    float: right;
}

.footer_about_text {
    background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
    border: 3px solid #FFF;
    padding: 10px;
}

#footer_about li {
    float: none;
}

#footer_copy {
    width: 920px;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    font-size: 12px;
    color: #7b7b7b;
}

#footer_copy li {
    margin: 0;
}

#footer_copy a {
    color: #7b7b7b;
    font-weight: bold;
}

#footer_copy a:hover {
    color: #464646;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* `Comments
----------------------------------------------------------------------------------------------------*/

#comments_list {
    background: #EEE;
    border: 1px solid #ddd;
    width: 580px;
    padding: 7px 0;
    margin-bottom: 60px;
}

#comments_list li {
    float: none;
    margin: 0;
}

.comments_block {
    position: relative;
    margin: 3px 10px;
    background: #FFF url('images/comment_white_bg.png') repeat-x bottom;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666;
}

li.odd .comments_block {
    background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
}

.comments_header {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.comments_header a {
    color: #464646;
    margin-left: 10px;
    letter-spacing: -1px;
}

.comments_header a:hover {
    border-bottom: 3px solid #464646;
}

.comments_index {
    position: relative;
    display: block;
    background: #6f9fbd;
    width: 60px;
    height: 34px;
    text-align: center;
    float: left;
    letter-spacing: -1px;
}

li.comments_author .comments_index {
    background: #ec81c0;
}

.comments_body {
    position: relative;
    margin-left: 70px;
}

.comments_date {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #BBB;
    font-family: "Gerogia", "Times", serif;
    font-style: italic;
    font-weight: bold;
    float: right;
}


/* `Comments form
----------------------------------------------------------------------------------------------------*/

#commentform fieldset {
    width: 560px;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 10px;
}

#commentform fieldset li {
    float: none;
    margin: 10px 0;
}

#commentform fieldset label {
    width: 150px;
    float: left;
    font-weight: bold;
    color: #777;
}

#commentform fieldset label span {
    color: #ec81c0;
}

#commentform fieldset textarea {
    background: #FFF url('images/form_bg.png') repeat-x;
    border: 1px solid #DDD;
    color: #5b5b5b;
    padding: 5px;
    font-size: 14px;
    width: 550px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
