﻿/* Links */

a:link
{
    text-decoration: none;
    color: #7198A8;
}

a:visited
{
    text-decoration: none;
    color: #7198A8;
}

a:hover, a:active
{
    color: #92C2D7;
}

/* Headings */

h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 20px 0 10px;
}

h1
{
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 0px;
    margin-left: 40px;
    color: #364249;
}

h2
{
    font-size: 28px;
}

h3
{
    font-size: 24px;
}

h4, h5, h6
{
    font-size: 20px;
}

#navigation h1
{
    margin-top: 0px;
    color: #364249;
}

#navigation h1 a:link
{
    color: #364249;
    margin-top: 0px;
}

#navigation h1 a
{
    color: #364249;
    margin-top: 0px;
}

#navigation .page_item
{
    margin-top: 0px;
}

/* Other Html Elements */
.titles
{
    font-weight: normal;
    border-bottom-width: 0;
    font-size: 24px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}

.titles a:link, .titles a:visited, .titles a:active
{
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    border-bottom-width: 0;
}

.title-wrapper .title-subbar
{
    margin-top: 2px;
}

pre
{
    overflow: auto;
    padding: 0 10px;
    margin: 20px 30px;
    line-height: 1.8em;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

blockquote
{
    background: transparent url('/images/quotes.gif') no-repeat scroll left top;
    color: #999999;
    font-size: 88%;
    margin: 0 30px 0 30px;
    padding: 5px 0 1px 20px;
}

pre:hover
{
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
}

pre
{
    padding-top: 10px;
    padding-bottom: 10px;
}

code
{
    color: #779900;
    font-family: Consolas, Verdana, "Courier New" , Sans-Serif;
}

ul, ol
{
    line-height: 1.5em;
}

ul
{
    --list-style-image: url(images/bullet.gif);
}

abbr, acronym
{
    font-style: normal;
    border-bottom: 1px dotted #333333;
    cursor: help;
}

del
{
    text-decoration: line-through;
    color: #999999;
}

ins
{
    text-decoration: none;
    color: #009977;
}

/* Structure */

body
{
    margin: 0;
    padding: 0;
    color: #303030;
    background-color: #4F5255;
    font: normal 70% Verdana, Sans-Serif;
}

#wrapper2
{
    width: 950px;
    margin: 0 auto;
}

#header
{
    float: left;
    width: 950px;
    padding-bottom: 8px;
    clear: right;
    padding-left: 0px;
    height: 69px;
}

#navigation
{
    width: 950px;
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    height: 355px;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 20px;
}

#wrapper
{
    clear: both;
    float: left;
    width: 100%;
    color: #CDCDCD;
    background-color: #34373B;
}

#content-wrapper
{
    float: left;
}

#content
{
    float: left;
    padding: 0 0 10px 30px;
}

#content .title-wrapper
{
    float: left;
    width: 100%;
    margin: 0 0 15px;    
}

#sidebar-wrapper
{
    float: right;
    margin-top: 10px;
}

#sidebar
{
    float: right;
    width: 210px;
    padding: 0 15px 10px 10px;
    margin: 0 15px 0 0;
}

#footer
{
    clear: both;
    color: #CDCDCD;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
}

#footer a
{
    color: #CDCDCD;
    font-size: 11px;
}

#footer a: visited
{
    color: #CDCDCD;
}

#footer a:hover
{
    color: #CDCDCD;
    border-bottom: 1px dashed #CDCDCD;
}


/*====== Navigation ======*/
#navigation ul
{
    float: left;
    padding: 0;
    margin: 2px 0 80px 20px;
    list-style-type: none;
    list-style-image: none;
}

#navigation li
{
    float: left;
    margin-top: 0;
}

#navigation li a, 
#navigation li a:link, 
#navigation li a:visited
{
    float: left;
    display: block;
    height: 27px;
    color: #979797;
    font-size: 14px;
    padding: 20px 10px 14px;
    margin: 0 5px;
}

#navigation li a:hover, #navigation li a:active
{
    color: #fff;
    background: transparent url(images/nav-bg.gif) repeat-x scroll 0 1px;
}

#navigation li.active a
{
    color: #CDCDCD;
    background-color: #ffffff;
}

/*====== Wrapper ======*/
#wrapper a:link, #wrapper a:visited
{
    font-weight: bold;
}

/*====== Content ======*/
#content .post-title a
{
    border-bottom-width: 0;
}

#content .post p.img
{
    float: left;
    margin: 0 15px 0 0;
}

#content .post p.img img
{
    padding: 8px;
    border: 1px solid #d0d0d0;
    background-color: #333;
}

#content .post-footer
{
    font-size: 90%;
    color: #CDCDCD;
    margin-bottom: 5px;
    padding: 5px 5px 5px 15px;
}

/*====== Sidebar ======*/
.sideblock
{
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    padding: 5px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top;
    background: #2C2F33;
    border: 1px solid #212326;    
}

.post-wrapper
{
    padding-left: 10px;
    width: 676px;
    margin-left: -20px;
}

.sideblock h3
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #949788;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
}

.sideblock ul
{
    margin: 8px 0;
    color: #eee;
}

#sidebar dt
{
    margin: 0;
    padding-top: 5px;
    font-weight: bold;
    color: #666;
}

#sidebar dd
{
    margin: 0 0 5px;
    padding-bottom: 5px;
    line-height: 1.8em;
}

#sidebar dd a:link
{
    border-bottom-width: 0;
    font-weight: normal;
    border-bottom: none;
    text-decoration: none;
}

#sidebar dd a:visited
{
    border-bottom-width: 0;
    font-weight: normal;
    border-bottom: none;
    text-decoration: none;
}

#sidebar dd a:hover, #sidebar dd a:active
{
    border-bottom: none;
    text-decoration: none;
}



/*====== Extras ======*/
#extras
{
    float: left;
    width: 780px;
    color: #444444;
    text-align: left;
    padding: 0 10px 10px;
    margin: 10px 12px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#extras h6
{
    font-size: 14px;
    text-transform: uppercase;
    color: #CDCDCD;
}

#friends
{
    float: left;
    width: 150px;
    margin-left: 20px;
    margin-right: 10px;
}

#links
{
    float: left;
    width: 275px;
    margin-right: 50px;
}

#about
{
    float: left;
    width: 250px;
    margin-right: 20px;
}

#friends ul
{
    padding-left: 20px;
}

#links dl, #links dt, #links dd
{
    margin: 0;
    padding: 0;
}

#links dt
{
    font-weight: bold;
    padding-top: 5px;
}

#links dd
{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}


/*====== Comments Styling ======*/
#commentlist
{
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    padding-left: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#commentlist li
{
    border: 1px solid #999;
    list-style-type: none;
    margin: 0 15px 0 5px;
    padding: 7px;
}

#commentlist cite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -1px;
}

#commentlist cite, #commentlist a:link
{
    text-decoration: none;
    color: #7198A8;
}

#commentlist a:hover, #commentlist a:active
{
    color: #92C2D7;
}

#commentlist .commentmetadata
{
    text-transform: uppercase;
}

#commentlist .gravatar
{
    float: left;
    padding-left: 5px;
}

#commentlist .userinfo
{
    float: left;
    font-size: 10px;
    height: 30px;
    margin: 0 0 10px 5px;
    padding: 0 0 0 5px;
}

#commentlist .commenttext
{
    border-top: 1px solid #666;
    clear: both;
    min-height: 20px;
    padding: 5px 0 0 5px;
    width: 95%;
}

#commentform .text_input:focus, #commentform textarea:focus
{
    border-color: #666 #ddd #ddd #666;
}

#commentform .text_input, #commentform textarea
{
    border-style: solid;
    border-width: 0.15385em 0.07692em 0.07692em 0.15385em;
    font-size: 1.3em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding: 0.23077em;
    width: 15.3846em;
    border-color: #999 #eee #eee #999;
}

#commentform textarea
{
    width: 80%;
}

#commentform label
{
    font-size: 1.2em;
    padding: 0 0pt 0 0.83333em;
}

#commentform .form_submit:hover
{
    color: #A90000;
}

#commentform .form_submit
{
    cursor: pointer;
    background: transparent url('/images/submit_bg.gif') repeat-x scroll 0% 0%;
    border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
    border-style: double;
    border-width: 0.21429em;
    font-size: 1.4em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1em;
    padding: 0.5em;
    color: #000000;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}


/*====== Date ======*/
.date
{
    -x-system-font: none;
    float: left;
    color: #666;
    height: 55px;
    width: 54px;
    background: transparent url(images/calendar.png) no-repeat scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    margin-right: 10px;
}


.date .month
{
    -x-system-font: none;
    color: #fff;
    display: block;
    height: 16px;
    padding-top: 9px;
    padding-bottom: 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}


#searchform
{
    color: #333333;
    float: right;
    margin: 1px 0 0;
    padding: 0;
    width: 205px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial,Verdana,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

#searchform #s
{
    margin: 0;
    color: #999;
    width: 158px;
    padding: 3px 7px 2px 5px;
    border: 1px solid #888;
    background: #fff url(images/form-field-bg.gif) no-repeat scroll 0 0;
}

#searchform input
{
    -x-system-font: none;
    border-color: #ccc #aaa #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, Helvetica;
    font-size: 110%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

#searchform #searchsubmit
{
    text-indent: -999%;
    background: transparent url(images/search-button.png) no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    line-height: 1px;
    height: 24px;    
    width: 24px;    
    margin: 0;
}


#left
{
    width: 60px;
    float: left;
}

.aligncenter
{
    margin-left: auto;
    margin-right: auto;
}

.slogan
{
    color: #def;
    font-size: 17px;
    margin-left: 40px;
    margin-bottom: 2px;
}

.post_separator
{
    width: 98%;
    background-color: #364249;
    border-color: #364249 #ccc;
    margin-bottom: 20px;
    margin-top: 30px;    
}

.post
{
    font-size: 108%;
    clear: both;
    margin: 0 5px;
}

#rss
{
    background: transparent url(/images/rss.png) no-repeat scroll 0% 0%;
    cursor: pointer;
    float: right;
    height: 48px;
    width: 48px;
    margin-right: 20px;
    margin-top: 9px;
}

#rss:hover
{
    background-position: -1px -48px;
}

.wp-caption img
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    margin: 0pt;
    padding: 0 4px 5px;
}

.wp-caption
{
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}

