/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body {
    background: #444444;
}

#container {
    background: transparent;
    margin: 40px auto;
    width: 821px;
}

#page {
    background: transparent;
    padding: 0;
}

#header {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#logo {
    background: transparent url(/theme/custom/images/banner.jpg) top left no-repeat;
}

#header #logo a {
    display: block;
    height: 126px; 
    text-indent: -9999px;
}

.menu {
    background: #222;
    border-color: #444;
    border-top-width: 1px;
    border-left-width: 0px;
}

.menu a:hover {
    background: #222;
    color: #eee;
    text-decoration: underline;
}

.menu a {
    background: #222;
    border-color: #666;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: white;
    letter-spacing: 1px;
    margin: 0.5em 0;
    padding: 0.2em 0.818em;
}

.menu .current a,
.menu .current a:hover {
    background: #222;
    color: #d91010;
}

.menu .search {
    float: right;
}

.menu .search form {
    margin: 0.5em 0;
    padding: 0.2em 0.818em;
}

#content_box {
    background: white;
}

#footer {
    background: white;
    border: 0;
    border-top: 1px solid #888;
}

#content {
    width: 550px;
}

#sidebars {
    background: #eae8d1;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 0.88em;
    width: 262px;
}

.sidebar h3 {
    background: transparent url(/theme/custom/images/sidebar.gif) center left no-repeat;
    color: #fff;
    font-variant: normal;
    letter-spacing: 1px;
    margin-bottom: 1.2em;
    padding: 6px 8px;
}

.sidebar input[type="text"], .sidebar input[type="submit"]  {
    padding: 0.10em;
}

.sidebar input[type="submit"] {
    background: #222;
    border: 0;
    color: white;
    font-weight: bold;
}

.thesis_widget_search {
}

li.widget {
    line-height: 1.05em;
    margin-bottom: 1.6em;
}

.widget ul,
.widget form {
    margin-left: 10px;
}

#social  {
    margin: 0px auto;
    width: 205px;
}

#social li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.7em;
}

#social li.last_social {
    border-bottom-width: 0px;
}

.post-stats {
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding-top: 5px;
}

.sub_rss a { padding-left: 20px; background: url('/theme/custom/images/icon-rss.gif') 0 50% no-repeat; }

.sub_facebook {
    float: left;
    width: 39%;
}

.sub_twitter {
    float: left;
    width: 39%;
}

.sub_facebook a { padding-left: 20px; background: url('/theme/custom/images/icon-facebook.gif') 0 50% no-repeat; }

.sub_twitter a { padding-left: 30px; background: url('/theme/custom/images/icon-twitter.png') 10px 50% no-repeat; }

.sub_rss {
    clear: both;
}

.sub_rss img {
    border: 0;
    vertical-align: middle;
}

.comments_byline {
    background: url(/theme/custom/images/comment-count.gif) top left no-repeat;
    display: block;
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.4em 0.7em 1.2em 0.7em;
    text-align: center;
    width: 35px;
}

.comments_byline a {
    color: white;
}

.format_text .to_comments a {
    color: #2361A1;
    font-weight: bold;
}

.accordian-widget {
    margin-bottom: 1.6em;
}

.accordian-widget ul li.widget {
    margin-bottom: 0.3em;
}

.accordian-widget ul li {
    list-style-type: none;
}

.sidebar .accordian-widget h3 {
    margin-bottom: 0;
}

.accordian-widget ul li ul {
    margin-top: 1.2em;
}

.ui-accordion-content-active {
}

#respond {
    background: #eae4a1;
    border: 1px solid #bbb;
    padding: 5px 10px;
}

#respond_intro {
    margin-top: 1.1em;
}

.comment-admin {
    background: #eee;
}

.format_text .to_comments {
    clear: none;
    float: left;
    margin-bottom: 0.3em;
    width: 67%;
}

.post-social {
    float: right;
    text-align: left;
}

.post-social iframe {
    margin-top: 10px;
}

.post-social a {
    position: relative;
    top: -8px;
}

.prev_next p {
    font-size: 0.75em;
    float: left;
    text-align: right;
    width: 49%;
}

.prev_next p.previous {
    text-align: left;
}

.prev_next {
    border-width: 0;
    padding-bottom: 0;
}

.post_box {
}

.ui-accordion-header {
    cursor: pointer;
}


dl#comment_list .comment-author-alan,
dl#comment_list .comment-author-grant { background: #e7f8fb; }

dl#comment_list dl .comment-author-alan,
dl#comment_list dl .comment-author-grant { background: none; }

dl#comment_list dl dt.comment-author-alan, dl#comment_list dl dd.comment-author-alan > .format_text,
dl#comment_list dl dt.comment-author-grant, dl#comment_list dl dd.comment-author-grant > .format_text { border-color: #bde0e6; }
