/*  
Theme Name: CaseLogs
Theme URI: http://gettemplate.com/
Description: WP theme by <a href="http://gettemplate.com" title="GetTemplate">GetTemplate</a>. 
Version: 1.0
Author: GetTemplate
Author URI: http://gettemplate.com/
GetTemplate (c) 2008. All rights reserved. 
/* reset */
*
{
    margin: 0;
    padding: 0;
}
a img, iframe
{
    border: 0;
}
a:active
{
    outline: none;
}
a:focus
{
    -moz-outline-style: none;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
ul, ol, dl, li, dt, dd
{
    list-style: none;
}
form, fieldset
{
    border: 0;
}
input, textarea, select, button
{
    font-size: 100%;
}
select
{
    margin: inherit;
}
img#wpstats
{
    display: none;
}

/* LAYOUT */
body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6B6B6B;
    background: #303c40 url(/images/bg_body.gif) repeat-x;
}
#Root
{
    width: 960px;
    margin: 0 auto;
}

#Head
{
    float: left;
    position: relative;
    height: 82px;
    width: 100%;
    font-size: 12px;
}
#Head h1
{
    float: left;
    margin: 12px 0 0 0;
    width: 183px;
    height: 65px;
    background: url(/images/logo.gif) no-repeat;
}
#Head h1 a
{
    display: block;
    width: 100%;
    height: 65px;
    text-indent: -5000px;
}
#Quick
{
    float: right;
    width: 300px;
    height: 25px;
    padding: 0 35px 0 0;
    background: url(/images/bg_quicknav_r.gif) no-repeat right;
    color: #DDDEDE;
    overflow: hidden;
}
#Quick span
{
    float: right;
    height: 21px;
    padding: 4px 0 0 35px;
    background: url(/images/bg_quicknav_l.gif) no-repeat;
}
#Quick a
{
    color: #DDDEDE;
    text-decoration: none;
    padding: 0 5px;
}
#Quick a:hover
{
    color: white;
}
#Nav
{
    position: absolute;
    top: 53px;
    right: 0;
    padding: 0 10px 0 0;
}
#Nav ul
{
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
}
#Nav li
{
    float: left;
    height: 29px;
    padding: 0;
    background: #1e2b2e url(/images/bg_nav_l.gif) no-repeat;
}
#Nav a
{
    float: left;
    height: 24px;
    padding: 5px 20px 0 20px;
    background: url(/images/bg_nav_r.gif) no-repeat right;
    color: #c8cbcc;
    text-decoration: none;
}
#Nav a:hover
{
    color: white;
}
#Nav li.current_page_item
{
    height: 30px;
    background: #60c5f7 url(/images/bg_nav_active_l.gif);
}
#Nav li.current_page_item a
{
    height: 25px;
    color: white;
    background: url(/images/bg_nav_active_r.gif) no-repeat right;
}

#Content
{
    float: left;
    width: 100%;
    background: white url(/images/bg_content.gif) repeat-y;
}

#Main
{
    padding: 0;
}

#Footer
{
    float: left;
    width: 100%;
    height: 45px;
    padding: 20px 0 20px 0;
    color: #B0BCC1;
    text-align: center;
    background: url(/images/bg_footer.gif) no-repeat;
}
#Footer img
{
    margin-bottom: 6px;
}
#Footer p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 4px 0;
}




/* CONTENT */
.tl
{
    text-align: left;
}
.tr
{
    text-align: right;
}
.tc
{
    text-align: center;
}
.tj
{
    text-align: justify;
}
.clear
{
    font-size: 1px;
    height: 1px;
    clear: both;
    line-height: 1px;
    overflow: hidden;
}
.hidden
{
    display: none;
}

a
{
    color: #0f91e4;
}
a:visited
{
    color: #87aac0;
}
a:hover
{
    color: #cc0000;
}
p, ul
{
    margin: 0 0 20px 0;
}
h2
{
    font-size: 2.1em;
    color: #545454;
    margin: 0 0 15px 0;
}
h3
{
    font-size: 1.7em;
    color: #545454;
    margin: 30px 0 6px 0;
}
h4
{
    font-size: 1.5em;
    color: #545454;
    margin: 0px 0 6px 0;
}
h5
{
    font-size: 1.3em;
    color: #545454;
    font-weight: bold;
    margin: 0px 0 6px 0;
}

h6
{
    font-size: 1.1em;
    color: #545454;
    font-weight: bold;
    margin: 0px 0 6px 0;
}

/* POSTS */
.post
{
    margin: 0 0 35px 0;
}
.post h2.title
{
    margin: 0;
}
.post .title a
{
    color: #545454;
    text-decoration: none;
}
.post .title a:hover
{
    color: #0f91e4;
}
.meta
{
    font-family: "MS Sans Serif" , Geneva, sans-serif;
    font-size: 11px;
    color: #5c5c5c;
}
.meta a
{
    text-decoration: none;
}
.meta a:hover
{
    text-decoration: underline;
}
.topmeta
{
    margin: 0 0 15px 0;
}


/* Begin Images */
p img
{
    padding: 0;
    max-width: 100%;
}
img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright
{
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft
{
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright
{
    float: right;
}
.alignleft
{
    float: left;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
    cursor: help;
}
acronym, abbr
{
    border-bottom: 1px dashed #999;
}
blockquote
{
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #DCB05D;
}
blockquote cite
{
    margin: 5px 0 0;
    display: block;
}
.center
{
    text-align: center;
}
.navigation
{
    font-size: 12px;
    padding: 0;
    margin-bottom: 2em;
    float: left;
    width: 100%;
    text-align: right;
}
.navigation .alignleft
{
    width: 100%;
    text-align: left;
}
.navigation .alignright
{
    width: 100%;
    text-align: right;
}
.pagetitle
{
    font-size: 13px;
}
/* End Various Tags & Classes*/
