/* GENERAL */
div.center
{
    margin:auto;
}

/* WRAPPER */
div#wrapper, div#header, #nav
{
    width:960px;
}
div#scrollwrap
{
    height: 78px;
    margin-top:18px;
    margin-left:4px;
    width:298px;
    overflow: hidden;
}

/* RECENT POSTS */
div#recentposts ul
{
    font-size:12px;
}

div#recentposts ul li
{
    width:298px;
    height:16px;
    white-space:nowrap;
}

div#recentposts a.evelinks
{
    display:block;
    width:112px;
    height:12px;
    float:right;
    margin-right:4px;
    margin-top:2px;
}

/* NAVIGATION */
#nav a
{
    color: #222;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding:0px 15px;
    height:37px;
    line-height:37px;
    outline:0;
    margin-left:-1px;
}
#nav a:hover
{
    color: #fff;
    background: #b1b1b1 url(../images/grad.gif) repeat-x 0 -37px;
}

#nav li a:active
{
    color: #fff;
    background: #2a2a2a url(../images/grad.gif) repeat-x 0 -74px;
}

#nav a.home
{
    padding:6px 15px 3px;
    height:28px;
    margin-left:8px;
    line-height:normal;
}

/* SUB NAVIGATION */

#nav li li
{
    float:none;
    background: none;
    position:relative;
    white-space: nowrap;
    width:auto;
}

#nav ul ul
{
    padding-top:5px;
    margin-left:-1px;
    position:absolute;
    z-index:500;
    top:auto;
    display:none;
    background: url(../images/grad.gif) repeat-x #e6e6e6 0 -220px;
}

#nav ul ul ul
{
    margin-left:0;
    padding:0;
    top:0;
    left:100%;
    background: none #e6e6e6;
    text-align:left;
}

#nav li li a
{
    margin-left:-1px;
    height:27px;
    line-height:27px;
    position:relative;
    left:1px;
}

#nav li li a:hover
{
    background:#b1b1b1 none;
}

#nav li:hover ul ul,
#nav li li:hover ul ul,
#nav li li li:hover ul ul,
#nav li li li li:hover ul ul,
#nav li li li li li:hover ul ul,
#nav li li li li li li:hover ul ul,
#nav li li li li li li li:hover ul ul
{display:none;}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li li li li li:hover ul,
#nav li li li li li li:hover ul,
#nav li li li li li li li:hover ul
{display:block;}

/* SEARCH */

form.searchform
{
    float:right;
    margin:5px 5px 7px 0;
}

form.searchform input
{
    background: url(../images/search-bar.png) repeat-x transparent;
    border:0;
    height:19px;
    outline:0;
    display:block;
    float:left;
    color: #666;
    padding:7px 0 8px;
    width:163px;
}

form.searchform div.left, form.searchform div.right
{
    background: no-repeat;
    height:27px;
    float:left;
}
form.searchform div.left
{
    background: url(../images/search-caps.png) 0 0;
    width:23px;
}
form.searchform div.right
{
    background: url(../images/search-caps.png) -21px 0;
    width:15px;
}

form.searchform .submit
{
    display:none;
}

/* POSTS */
div.postcomments
{
    padding-top: 0px;
}

/* POSTS/HEADER */
div.post div.post-header
{
    float:left;
    margin-left:10px;
    width:558px;
    text-align: left;
}

div.post-data span.category
{
    float:left;
}

div.post-data span.comments
{
    float:right;
}

div.post-data .mini-add-comment {
    background: url(../images/mini-down-arrow.gif) no-repeat left bottom;
    padding-left: 12px;
    float: right;
}

div.post-data span.author {
    float:left;
    font-weight:bold;
    padding-right:10px;
}

/* POSTS/CONTENT */

div.post-content
{
    text-align:left;
    clear:both;
    margin-bottom:1em;
    padding:15px 0 5px;
    font-size:14px;
    line-height:22px;
}

div.post-content ol, div.post-content ul
{
    margin:5px 0 15px;
    padding-left:20px;
}

div.post-content ol ul, div.post-content ul ul, div.post-content ol ol, div.post-content ul ol
{
    margin:0;
}
div.post-content ol li
{
    list-style: decimal;
}

div.post-content ul li
{
    list-style:disc;
}
div.post-content table ul, div.post-content table ol
{
    margin:0;
}

/* SIDEBAR */
div.sidebar div.sidebar-box
{
    display:block;
    clear:both;
    margin:0 0 15px;
    padding:0;
}

/* DEFAULT STYLES */
em
{
    font-style: italic;;
}

strong
{
    font-weight: bold;
}

h1
{
    font-size:32px;
    line-height: 38px;
}

h2
{
    font-size:26px;
    line-height:34px;
}

h3
{
    font-size:20px;
    line-height:26px;
}

h4
{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}

h5
{
    font-weight:bold;
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

p, pre, .post table
{
    margin-top:0.5em;
    margin-bottom:0.5em;
}

div.alignCenter
{
    text-align: center;
}
img.aligncenter
{
    margin-left:auto;
    margin-right:auto;
}

small
{
    font-size:10px;
}

.aligncenter
{
    margin-left: auto;
    margin-right: auto;
}

/* POSTS/TABLE */
.post table th
{
    text-align:center;
    font-weight:bold;
}
.post table
{
    margin-top:4px;
}

/* POSTS/CAPTION */
.wp-caption p
{
    margin:0;
}

/* POSTS/COMMENTS/RESPOND */

div.respond
{
    text-align:left;
}

div.respond h3
{
    background:url(../images/icons/edit.png) no-repeat 0 10px;
    clear:both;
    margin-top:20px;
    padding-left:20px;
    margin-bottom:12px;
}

del
{
    text-decoration:line-through;
}

/* ADS */
p.ad
{
    text-align:left;
    line-height:20px;
}
p.ad img
{
    width:125px;
    height:125px;
}

/* HACKS */

/* Sociable Image Size */
.sociable img
{
    width:64px !important;
    height:64px !important;
}

/* Tweet Blender */
div.tb_header
{
    display:none;
}

#tweetlist
{
    border-bottom:0 !important;
}

div.tb_tweetlist
{
    border-bottom: 0px !important;
}

a.tb_photo
{
    line-height:1em;
}

/* IntenseDebate Fixes */
div.idc-tb /* Hide Trackbaks */
{
    display:none !important;
}
#idc-loading-comments /* Add a top margin to the loading text */
{
    margin-top:15px !important;
}

/* Sociable */
div.sociable
{
    text-align: center;
}

/* Pluggit */

.pluggit
{
    float:right;
    margin:5px;
    padding:5px;
}

/* Style Switcher */
.styleswitch
{
    margin-bottom:15px;
    padding:5px;
}

/* Tweetfleet Badge */
#tweetfleet-badge
{
    position:fixed;
    top:0;
    left:0;
    z-index:5000;
}