﻿body
{
    margin: 0px;
    background: black;
    font-family: "Trebuchet MS";
    font-size: .75em;    
}

a
{
    color: #F60;
    text-decoration: none;
}

a:hover
{
    color: #d40;
}

a img
{
    border: none;
}

h1
{
    font-size: 1.8em;
    margin: 0px 0px 20px 0px;
    color: #C00;
}

h2
{
    font-size: 1.4em;
    margin: 10px 0px 5px 0px;
    color: #C00;
}

h3.by
{
    font-size: 1em;
    margin: -3px 0px 5px 10px;
    color: #444;
}

input
{
    font-family: "Trebuchet MS";
}

textarea
{
    font-size: .9em;
    overflow: hidden;
}

/* General */

td.fieldHeader
{
    text-align: right;
    font-weight: bold;
}

label.fieldHeader
{
    margin-left: 20px;
    font-weight: bold;
}

textarea.textBox-multiLine
{
    overflow: hidden;
    width: 500px;
    height: 100px;
    font-family: "Trebuchet MS";
}

input.fullWidth
{
    width: 500px;
}

input.submitButton
{
    font-weight: bold;
}

div.hiddenDiv
{
    display: none;
}

div.clearFloats
{
    clear: both;
}

p.nomargin
{
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Semispecific */

div.blogDate
{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 15px;
    color: #444;
}

h1.titleHeader
{
    margin-bottom: 1px;
}

img.loadingImage
{
    display: none;
}

div.PagingLinks
{
    display: block;
    font-weight: bold;
    float: right;
}

.PagingLinks a
{
    margin-left: 10px;
}

div.blogEntry
{
    position: relative !important;
    overflow: hidden !important;
}

div.blogEntryFooter
{
    border-top: 1px Solid #777;
    background-color: #f8f8f8;
    margin-top: 3px;
    padding: 2px;
    font-size: .8em;
    color: #777;
}

div.blogEntryFooter strong
{
    color: #222;
}

div.blogEntryFooter>a
{
    color: #777;
}

div.blogEntryFooter>a:hover
{
    color: #222;
    font-weight: bold;
}

div.blogEntryFooter>span.floatRight
{
    float: right;
}

ul.tabBar
{
    margin: 0px;
    list-style: none;
    width: 500px;
    border-bottom: 2px Solid #aaa;
    margin-left: 10px;
    padding: 5px 15px 3px;
}

ul.tabBar>li
{
    display: inline;
    padding: 2px 2px 2px 6px;
    text-align: center;
    height: 25px;
    font-size: 1.2em;
    border: 1px Solid #aaa;
    margin: 0px;
    cursor: pointer;
    background-color: #f9f9f9;
}

ul.tabBar>li:hover
{
    background-color: #f4f4f4;
    border-color: #000;
}

ul.tabBar>li.selected
{
    background-color: #aaa;
    color: #fff;
}

ul.tabBar>li.selected:hover
{
    background-color: #aaa;
    border: 1px Solid #aaa;
}

div#_previewItems>span
{
    display: inline-block;
}

div.previewItem
{
    border: 1px Solid #aaa;
    background-color: #f7f7f7;
    margin: 10px;
    display: inline-block;
    padding: 4px;
    width: 200px;
}

div.previewItem h5
{
    margin-bottom: 2px;
}

div.previewItem img
{
    padding: 2px;
    border: 1px Solid #ccc;
    float: left;
    margin-right: 5px;
}

/* Layout */

#wrapper
{
    background: url("Images/bg-repeat.jpg") repeat-y;
    width: 950px;
    margin-left: auto;
    margin-right: auto;    
}

#header
{
    background: url("Images/header.jpg") no-repeat;
    height: 260px;
}

#mainLogo
{
    width: 239px;    
    height: 58px;
    margin: 15px 0px 0px 45px;
}

#topLinks
{
    float: right;
    color: White;
    font-size: .9em;
    margin-top: -10px;
    margin-right: 60px;
    text-align: right;
}
#topLinks div
{
    margin-bottom: 5px; 
}
#topLinks a, #footer a
{
    color: White;
    text-decoration: none;
}

#mainMenu
{
    margin: 10px 57px 0px 47px;
    padding: 5px;
    font-size: 1.2em;
    color: #ddd;
    background-color: #f3f3f3;
    border-bottom: 1px Solid #ddd;
}

#mainMenu a
{
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 3px;
    border: 1px Solid #f3f3f3;
}

#mainMenu a:hover
{
    margin-right: 0px;
    color: #000;
    background-color: #fdfdfd;
    border: 1px Solid #ccc;
}

#mainMenu div.right
{
    float: right;
    height: 20px;
}

#content
{
    width: 850px;
    margin: -130px 0px 0px 40px;
}

#innerContent
{
    float: left;
    width: 600px;
    margin: 0px 20px 0px 25px;
}

#sidePanel
{
    background: #F9F9F9;
    border: solid 1px #F0F0F0;
    width: 200px;
    float: left;
}

#sidePanelContent
{
    padding: 5px;
}

#userDetails
{
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    background: White;
    padding: 10px 5px 10px 5px;
    float: left;
    margin-right: 10px;
    width: 180px;
    margin-bottom: 5px;
}

#userInfo
{
    float: left;
    width: 95px;
    font-style: italic;
}

#footer
{
    background: url("Images/footer.jpg") no-repeat;
    height: 75px;
    margin-top: 20px;
}

#footer div
{
    text-align: center;
    color: #999;
    font-size: .8em;
    margin-top: 5px;
}

/*Discussion Container*/
.DiscussionItem
{
    margin-left: 15px;
    background: White;
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.DiscussionItemExpanded
{
    padding-bottom: 85px;
}

.DiscussionItemWrapper
{
    padding-bottom: 10px;
}

.Timestamp
{
    color: #555;
}

.DiscussionText
{
    display: block;
    padding: 10px;
    border: solid 1px #ddd;
    background-color: #f9f9f9;
}

div.QuoteStub
{
    width: 10px;
    height: 10px;
    background-image: url("Images/quote_stub.png");
    margin-left: 15px;
    margin-top: -1px;
}

div.blogCommentFooter
{
    margin-bottom: 10px;
}

#_commentText
{
    font-family: "Trebuchet MS";
    margin-top: 10px;
    margin-bottom: 10px;
    width: 575px;
    overflow: hidden;
}

#_addCommentDiv
{
    text-align: right;
    margin-bottom: 5px;
}

.InlineCommentBox
{
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 500px;
    display: none;
}

.InlineCommentBox textarea
{
    font-family: "Trebuchet MS";
    margin-bottom: 5px;
    height: 50px;
    width: 100%;
}

div.blogReplyLinks
{
    float: right;
}

div.blogReplyLinks a
{
    margin-left: 10px;
}

#_moreCommentsButton
{
    border-top: Solid 1px #888;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #c00;
    display: none;
}

#_moreCommentsButton:hover
{
    border-top-color: #c88;
    background-color: #f2eeee;
    color: #e33;
}

a.button
{
    padding: 2px 4px;
    border: 1px Solid #ddd;
    background-color: #f7f7f7;
}

a.button:hover
{
    background-color: #f0f0f0;
    border-color: #999;
    text-decoration: none;
}

/* Media Items */
div.MediaItemContainer>div>span
{
    display: inline-block;
}

div.MediaItemContainer>div.PreviousNextLinks
{
    margin: 3px 0px 2px 5px;
    font-weight: bold;
    font-size: .8em;
}

div.MediaItemContainer>div.PreviousNextLinks a
{
    color: #555;
}

div.MediaItemContainer>h3
{
    margin-bottom: -5px;
}

div.FileMediaItem
{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
}

div.FileMediaItem img
{
    position: relative;
    top: 6px;
}

div.FileMediaItem>a
{
    font-weight: bold;
}

div.FileMediaItem>span.Timestamp
{
    margin-left: 8px;
    font-size: .8em;
}

div.MediaItem
{
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 106px;
    padding: 5px;
    border: 1px Solid #fff;
    display: inline-block;
}

div.MediaItem img
{
    border: 1px Solid #ccc;
    padding: 2px;
}

div.MediaItem div
{
    font-weight: bold;
    visibility: hidden;
}

div.MediaItem:hover
{
    border: 1px Solid #777;
    background-color: #f6f6f6;
}

div.MediaItem:hover div
{
    visibility: visible;
}

div.agContainer
{
    clear: both;
    width: 300px;
    height: 250px;
    margin: 10px;
}

/* Specifics */

#_previewContainer
{
    margin-top: 20px;
    display: none;
}

#_previewControls
{
    background-color: #444;
    color: #fff;
    padding: 3px;
    border: 1px Solid #ddd;
    margin-bottom: -1px;
}

#_previewPane
{
    border: 1px Solid #ddd;
    background-color: #f3f3f3;
    padding: 5px;
    position: relative !important;
    overflow: hidden !important;
}

#blogSearch
{
    background-image: url("Images/search.gif");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    width: 165px;
}

#globalSearchBox
{
    border-top: 1px Solid #444;
    border-bottom: 1px Solid #444;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px;
}

#globalSearch
{
    background-image: url("Images/search.gif");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    width: 530px;
}

ul#userArchive
{
    margin: 0px;
    margin-left: 30px;
}

#_mediaSearchBar
{
    background-color: #aaa;
    margin: 0px;
    padding: 1px 3px 4px;
    width: 524px;
    margin-left: 10px;
    position: relative;
}

#_mediaSearchBar>#blogSearch
{
    width: 476px;
}

#clearSearch
{
    width: 15px;
    height: 15px;
    background-image: url("images/clearSearch.png");
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 7px;
    display: none;
}

#_currentEmbeds
{
    display: none;
}

#_pleaseWait
{
    display: none;
}

#blogLoadingIndicator
{
    width: 16px;
    height: 16px;
    background-image: url("images/snake_transparent.gif");
}