html { min-height: 100%; margin-bottom: 1px; }

body {
    margin: 0px 0px 10px 0px;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #333333;
    text-align: center;
    line-height: 125%;
}

form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 100%;
}

p {
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}

a {
    text-decoration: underline;
}

a:link {
    color: #8fabbe;
}

a:visited {
    color: #8fabbe;
}

a:active {
    color: #8fabbe;
}

a:hover {
    color: #ff6600;
}

.popup
{
    cursor: help;
}

input {
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

input#url {
    border: 1px solid #cccccc;
    font-size: x-small;
}

input#author {
    border: 1px solid #cccccc;
    font-size: x-small;
}

input#email {
    border: 1px solid #cccccc;
    font-size: x-small;
}

input#scode {
    border: 1px solid #cccccc;
    font-size: x-small;
}

textarea {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    width: 99%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
}

input#q {
    border: 1px solid #cccccc;
    font-size: x-small;
}

#page {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border: 0px;
}

#header {
    text-align: center;
}

#leftpanel {
    width: 216px;
    min-width: 216px;
    float: left;
    text-align: right;
    margin-right: 10px;
    background-color: #ffffff;
    line-height: 150%;
}

#centerpanel {
    width: 468px;
    min-width: 468px;
    max-width: 468px;
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}

#rightpanel {
    width: 216px;
    min-width: 216px;
    max-width: 216px;
    float: left;
    color: #cccccc;
    text-align: left;
    line-height: 150%;
    background-color: #ffffff;
}

.hostingby {
    margin-bottom: 20px;
}

.movie {
    border-left: 79px solid #ffffff;
    border-right: 79px solid #ffffff;
}

.tags {
    width: 310px;
    max-width: 310px;
    text-align: center;
    border-left: 79px solid #ffffff;
    border-right: 79px solid #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tags a {
    color: #666666;
    text-decoration: none;
}

.tags a:hover {
    color: #ff6600;
}

h1 {
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-align: center;
}

.commentsheader {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}

.commentscount {
    font-weight: normal;
    color: #cccccc;
}

.comments {
    text-align: left;
    width: 468px;
    max-width: 468px;
    overflow: hidden;
    float: right;
}

.comments p {
    color: #666666;
    margin: 0px;
}

.comments a {
	color: #aaaaaa;
        text-decoration: none;
}

.comments a:visited {
	color: #aaaaaa;
}

.comments a:hover {
    color: #D2D91F;
    text-decoration: underline;
}

.comments a img {
     border: none;
}

.comments a:visited img {
     border: none;
}

.comments .postedby {
    color: #aaaaaa;
    border-top: 1px solid #aaaaaa;
    margin-top: 3px;
    margin-bottom: 28px;
    width: 468px;
    min-width: 468px;
    max-width: 468px;
}

.comments .postedby .name {
    width: 336px;
    max-width: 336px;
    float: left;
}

.comments .postedby .duckie {
    width: 60px;
    max-width: 60px;
    float: left;
    text-align: center;
}

.comments .postedbyscore {
    width: 48px;
    max-width: 48px;
    float: left;
    text-align: right;
    vertical-align: top;
}

.comments .postedbyscorenoduckie {
    width: 108px;
    max-width: 108px;
    float: left;
    text-align: right;
    vertical-align: top;
}

.comments .postedbyfinalscore {
    width: 132px;
    max-width: 132px;
    float: left;
    text-align: right;
    vertical-align: top;
}


.comments .postedbyscore2 {
    width: 72px;
    max-width: 72px;
    float: left;
    text-align: right;
    vertical-align: top;
}

.comments .yesvote {
    color: #0000FF;
}

.comments .novote {
    color: #FF0000;
}

.comments .postedbyicons {
    width: 24px;
    max-width: 24px;
    float: left;
    text-align: right;
}

.comments .postedby a {
	color: #bbbbbb;
        text-decoration: underline;
}

.comments .postedby a:visited {
	color: #bbbbbb;
}

.comments .postedby a:hover {
    color: #D2D91F;
}

.searchbox
{
   padding-top: 20px;
}

.searchtext
{
   padding-top: 10px;
}

/* archives */

#archives {
    width:600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
}

#archives a.date {
    color: #666666;
}

#archives a.date:hover {
    color: #ff6600;
}

blink { behavior:url(http://www.zefrank.com/theshow/commentgame/blink.htc);}


