/* general */

body
{
    color: #ffffff;
    background-color: #3060a0;
    font-family: arial,helvetica,verdana,tahoma,sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

a
{
    text-decoration: none;
}

a:link, a:visited
{
    color: #ffff11;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    color: #bbffff;
    text-decoration: none;
    background-color: black;
}

#pagecontainer
{
    width: 810px;
    padding: 5px;
    margin: auto;
    text-align: center;
}

#bodycontainer
{
    width: auto;
    margin: 20px 0px;
}

/* header + footer */

#headercontainer, #footercontainer, .toolbarHeader, .toolbarFooter
{
    clear: both;
    background: #204090 url(../img/headerbg.jpg) repeat fixed;
    border: solid 4px #5080cf;
    width: auto;
    margin: 10px auto;
}

#headercontainer, .toolbarHeader
{
    background-position: top center;
}

#footercontainer, .toolbarFooter
{
    background-position: center center;
}

#headercontainer a, #footercontainer a,
.toolbarHeader a, .toolbarFooter a
{
    /* For some reason IE6 doesn't respect these styles for the toolbar styles unless we use !important */
    text-decoration: none !important;
    background-color: transparent !important;
}

#title
{
    font-size: 30px;
    float: left;
    padding: 10px 27px;
    letter-spacing: 7px;
}

.titletextimg, .titletextimg:hover
{
    vertical-align:top;
    border: 0px none;
    margin: 0px;
}

#footercontainer
{
    height: 25px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
}

.divsplitter
{
    clear: both;
}

.footerbox
{
    padding: 2px;
}

.leftside
{
    float: left;
}

.rightside
{
    float: right;
}

.middleside
{
    text-align: center;
}

.fieldname
{
    font-style: italic;
}

.fieldvalue
{
}

#counterbox
{
    font-size: 8px;
    padding: 0px;
    margin: 0px;
}

/* toolbar */

#toolbar
{
    text-align: right;
    padding: 5px;
    padding-right: 20px;
}

#toolbar ul
{
    list-style-type: none;
}

#toolbar li
{
    display: inline;
    margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
}

#toolbar a
{
    padding: 2px 4px 2px 4px;
    margin: 3px;
}

#toolbar a:hover
{
    border: solid 3px #5080cf;
    text-decoration: none;
    margin:0px;
}

.tabselect_home #toolbar a.tab_home,
.tabselect_lego #toolbar a.tab_lego,
.tabselect_cg #toolbar a.tab_cg,
.tabselect_blog #toolbar a.tab_blog
{
    color: #ddeeff;
}

/* misc */

.imgframe
{
    width:500px;
    height:500px;
    margin:auto;
}

.img
{
    border-style:groove;
}

.bigmessage
{
	font-size: 200%;
}

.twitter_modified
{
    font-size: 9px;
}

/* feedburner */
.feedburnerFeedBlock
{
    display: inline;
}

.feedburnerFeedBlock ul
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

.feedburnerFeedBlock ul li
{
    list-style-type: none;
    display: inline;
}

.feedburnerFeedBlock #creditfooter
{
    display: none;
}