﻿body
{
    border: 0;
    margin: 0;
    padding: 0;
    font: 100%/1.25 arial, helvetica, sans-serif;
    font-size: .75em;
    background: #004460 url(img/bg.gif) top left repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul, ol
{
    margin: 0;
    padding: 0;
}

p
{
    margin-top: 6px;
}

ul, ol
{
    list-style: none;
    padding: 0;
}

blockquote
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

a, a:visited
{
    text-decoration: none;
}

input[disabled]
{
    text-decoration: none;
    color: Gray;
}
/***** Forms *****/

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input, select, textarea
{
    font: 1em arial, helvetica, sans-serif;
}

#wrap
{
    width: 1009px;
    margin: auto;
    padding-bottom: 5px;
}

#headline
{
    
    float: left;
    height: 100px;
    padding: 30px 0 0 5px;
    text-align: left;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    
}

#title
{
    font-size: 3em;
    padding-top: 1px;
    color: #fff;
    letter-spacing: -.005em;
    padding-bottom: 0px;
}

#title a
{
    color: #fff;
}

#intro
{   
    padding-left: 2px;
    display: block;
    font-size: 1.5em;
    color: #7996A2;
    margin-top: -6px;
}

#topBanner
{ 
    height: 60px; 
    width: 468px; 
    margin: 15px 25px 22px 0px;
    border: solid 1px #003148;
}

#navBar
{
    float: left;
    clear: both;
    margin: 1px 0px 0px 0px;
}

#nav
{
    padding-left: 15px;
    height: 55px;
    background: url('img/navbg.gif') no-repeat left top;
    text-align: left;
    width: 631px;
    float: left;
    margin: 22px 0 0px 0;
}

#nav li
{    
    float: left;
    margin-right: 25px;
    padding-top: 9px;
}

#nav li a
{    
    padding-left: 5px;
    font-size: 1.6em;
    color: #fff;
    display: block;
}

#nav li a:hover
{
    color: #7A949F;
}

#nav li a span
{   
    display: block;
    color: #7A949F;
    font-size: .55em;
    margin-top: -4px;
}

#nav li a:hover span
{
    text-decoration: underline;
}

#searcharea
{
    height: 75px;
    background: url('img/searchnfeed.gif') left top;
    float: left;
    width: 360px;
    padding: 0px;
    margin-bottom: 0px;
}

#searchbox
{
    padding: 36px 0 0px 18px;
    height: 28px;
    margin-bottom: 0px;
}

.search
{    
    float: left;
    border: 0px;
    padding: 8px 10px 0px 10px;
    height: 21px;
    width: 242px;
    color: #fff;
    background: url(img/searchtxt.gif) top left no-repeat;
}

.searcher
{    
    float: left;
    border: 0px;
    margin-left: 8px;
    height: 29px;
    width: 30px;
    background: url(img/searcher.gif) top left no-repeat;
}

#bitnav
{   
    padding: 0px 0 0px 9px;
    height: 33px;
    text-align: left;
}

#bitnav a
{    
    padding: 0 0 0 20px;
    height: 18px;
    font-size: 1em;
    color: #fff;
    _display: block;
    _margin-top: -2px;
}

#bitnav a:hover
{
    text-decoration: none;
    color: #7A949F;
}

.feed
{   
    background: url(img/rss_16.png) bottom left no-repeat;
    float: left;
    width: 60px;
}

.mail
{   
    background: url(img/mail_16.png) bottom left no-repeat;
    float: left;
    width: 90px;
}

.twitter
{   
    background: url(img/twitter_16.png) bottom left no-repeat;
    float: left;
    width: 120px;
}

#mainContent
{
    width: 631px;
    background-color: White;
    float: left;
    margin: 10px 0px 0px 6px;
}

#sidebar
{
    width: 300px;
    float: right;
    margin: -4px 12px 0 0;
    padding: 20px 30px 20px 30px;
    background: url(img/SearchShadow.gif) no-repeat top;
    text-align: center;
    
}

.post
{
    background: url(img/postbg.gif);
}

.post h2
{   
    font-size: 1.9em;
    font-weight: bold;
    color: #242424;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Helvetica, sans-serif;
}

.postTop
{
    background: url(img/PostTopBG.gif) top left no-repeat;
    height: 15px;
    width: 634px;
    padding: 0px;
    margin: 0px;
}

.postContent
{
    background: url(img/PostFadeBG.gif) bottom left repeat-x;
    padding: 15px;
    margin: 0px 0px 0px 6px;
    min-height: 300px;
    width: 592px;
}

.postBottom
{
    background: url(img/PostBottomBG1.gif) top left no-repeat;
    height: 15px;
    width: 634px;
    padding: 0px;
    margin: 0px;
}



.post a
{
    color: #008EEF;
    text-decoration: underline;
}

.post h2 a
{
    color: #0d4b66;
    text-decoration: none;
}

.post a:hover
{
    color: #698600;
}

.publishDate
{
    float: left;
    margin-right: 15px;
    margin-left: 2px;
    padding: 3px 7px 3px 7px;
    color: #fff;
    background: #698600;
    font-size: .9em;
    border: 1px solid #fff;
}

.postinfo
{
    padding: 5px 20px 0px 0px;
    font-size: 1.1em;
    color: #212121;
    clear: both;
}

.postText
{
    clear: both;
    margin-top: 40px;
}

.postfoot
{
    margin: 30px 20px 10px 20px;
    height: 29px;
    padding: 5px 0px 5px 15px;
    border: 1px solid #B2AE9A;
    background: #EFEFEB;
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    text-align: center;
}

.commentLink
{
    _position: relative;
    float: left;
    color: #242424;
    width: 22%;
    padding: 5px 5px 6px 28px;
    background: url(img/comment.png) top left no-repeat;
    text-align: left;
}



.rating
{
    _position: relative;
    float: left;
    color: #242424;
    width: 27%;
    margin-top: 5px;
}

.shareLink
{
    _position: relative;
    float: left;
    color: #242424;
    width: 18%;
    margin-top: 5px;
    padding: 2px 0px 0px 0px;
}

.entryCount
{
    _position: relative;
    float: left;
    color: #242424;
    width: 15%;
    background: url(img/entered.png) top left no-repeat;
    padding: 5px 0px 6px 27px;
    text-align: left;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(img/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(img/SavedStar.png);
}



#archives
{
    background: url(img/folder.png) no-repeat;
    font-size: 1.5em;
    color: #fff;
    margin-left: 30px;
    display: block;
    padding-left: 35px;
}

#archive
{
    font-size: 1.4em;
    width: 300px;
    text-align: left;
    padding-left: 30px;
}

#popularTopics
{
    background: url(img/topics.png) no-repeat;
    font-size: 1.5em;
    color: #fff;
    margin-left: 30px;
    display: block;
    padding-left: 35px;
}

#tagCloud
{
    font-size: 1.4em;
    width: 300px;
    text-align: left;
    padding-left: 30px;
}


#tagCloud a:hover
{
    text-decoration: underline;
}

.tagCloud1
{
    color: #7A949F;
    font-size: .65em;
}

.tagCloud2
{
    color: #7A949F;
    font-size: .9em;
}

.tagCloud3
{
    color: #fff;
    font-size: .9em;
}

.tagCloud4
{
    color: #fff;
    font-size: 1.1em;
}

.tagCloud5
{
    font-size: 1.3em;
    color: #fff;
}

#sponsored
{
    width: 300px;
    text-align: center;
    padding-left: 20px;
    padding-right: 30px;
}

.ad120x60
{
    float: left;
    margin: 0 15px 15px 0;
    width: 120px; 
    height: 60px;
    border: solid 1px #003148;
}

#foot
{
    clear: both;
    margin: auto;
    width: 1009px;
    height: 84px;
    background: url(img/footbg.gif) top left no-repeat;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Helvetica, sans-serif;
    padding: 15px 0 0 25px;
}

#foottitle
{
    top: 9px;
    left: 14px;
    font-size: 2.1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

#footdesc
{
    top: 36px;
    left: 14px;
    font-size: 1.2em;
    font-weight: bold;
    color: #7996A2;
}

#copylink
{
    top: 61px;
    left: 14px;
    font-size: 1em;
    color: #7996A2;
}

#copylink a
{
    color: #fff;
}

#copylink a:hover
{
    color: #fff;
    text-decoration: underline;
}

.sidebarSection
{
    margin-left: -27px; 
    margin-top: 80px;
    background: url(img/sidebarBG.gif) top no-repeat; 
    min-height: 180px; 
    padding-top: 35px;
    width: 370px;
    text-align: left;
}

.sidebarSection h2
{
    font-size: 1.5em;
    color: #fff;
    margin-left: 30px;
    display: block;
    
}

#dataPager
{
    width: 614px;
    text-align: right;
    background-color: #004460;
    padding-right: 20px;
    padding-bottom: 30px;
}

.pagerLinks 
{
    color: Gray;
}

#dataPager a
{
    color: #FFF;
    text-decoration: none;
}

#dataPager a:hover
{
    text-decoration: underline;
}

.currentPage
{
    color: Gray;
}

.postTags
{
    margin: 20px 10px 20px 10px;
}
.postTags a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

.postTags a:hover
{
    text-decoration: underline;
}

.postContent a
{
    color: #0d4b66;
    text-decoration: none;
}

.postContent a:hover
{
    text-decoration: underline;
}

a.tag1
{
    color: #0d4b66;
    font-weight: normal;
}

a.tag2
{
    color: #2e6d88;
}

.contestInfo
{
    clear: both;
    margin-top: 6px;
}

div.contestText
{
    clear: both;
    margin-top: 15px;
}

.message
{
    background-color: #004460;
    font-size: 1.1em;
    color: White;
    font-weight: bold;
    padding: 0 0 8px 10px;
}

td.archiveTree a
{
    color: White;
    font-size: 11px;
}

td.archiveTree a:hover
{
    text-decoration: underline;
}

#contestAd
{
    margin: 10px 0 10px 0;
    text-align: center;
    margin: 20px 20px 10px 20px;
    clear: both;
}