/* CSS */

body {
background: #f5f3ec url(images/layout/bg.png);
background-attachment: scroll;
background-repeat: repeat-x;
color: #797979;
font-family: trebuchet ms;
font-size: 8pt;
line-height: 13px;
margin-top: 29;
}

blockquote {
background: #ffffff;
color: #797979;
padding: 1 5;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

strong {
color: #8dbc2a;
}

.characters {
color: #797979;
font-size: 13pt;
font-weight: bold;
letter-spacing: 3px;
text-transform: uppercase;
}

b {
color: #505050;
font-weight: bold;
}

i {
color: #505050;
}

em {
color: #cdb00a;
}

table {
font-size: 8pt;
line-height: 13px;
}

/* TABLES */

.ad {
width: 300;
}

.header {
width: 900;
}

.navigation {
background: url(images/layout/3.2.png);
font-size: 8pt;
font-style: italic;
height: 23;
width: 611;
}

.table {
width: 1000;
}

.sidebartable {
background: #f5ec8d;
border: solid #dedad0 0px;
margin: 0 0 3 0;
padding: 5;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.contenttable {
background: #f0ede5;
border: solid #dedad0 0px;
padding: 5;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

/* FORMS */

select {
background: #ffffff;
border: 0;
color: #797979;
font-family: trebuchet ms;
font-size: 8pt;
padding: 5;
width: 90%;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

input, textarea {
background: #ffffff;
border: 0;
color: #797979;
font-family: trebuchet ms;
font-size: 8pt;
padding: 5;
width: 90%;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

/* NAVIGATION */

div#nav a {
color: #656565;
cursor: default;
display: block;
font-family: arial;
font-size: 8pt;
letter-spacing: 1px;
margin: 0;
padding: 1;
text-align: center;
text-decoration: none;
}

div#nav a:hover {
color: #3aa79e;
cursor: default;
display: block;
font-family: arial;
font-size: 8pt;
letter-spacing: 1px;
margin: 0;
padding: 1;
text-align: center;
text-decoration: none;
}

/* WORDPRESS */

.postmetadata {
background: #ffffff;
color: #797979;
padding: 5;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.postmetadata a {
color: #ebd352;
text-decoration: none;
}

.postmetadata a:hover {
color: #ebd352;
text-decoration: none;
}

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }

.post img {
background: #ffffff;
border: solid #b9b9b9 1px;
padding: 3;
margin: 1;
filter:alpha(opacity=100);
-moz-opacity: 0.8;
opacity: 0.8;
}

.post img:hover {
background: #ffffff;
border: solid #ebd352 1px;
padding: 3;
margin: 1;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.catimage {
border: solid #283318 0px;
padding: 1;
margin: 1 2 3 2;
}

.pagenavi {
padding: 10;
text-align: center;
}

.category {
color: #838383;
font-size: 8pt;
line-height: 13px;
padding: 2 25 0 25;
text-align: left;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.category a {
color: #f4c979;
text-decoration: none;
}

.category a:hover {
color: #acd091;
text-decoration: none;
}

.date {
        background: url(images/date.png) no-repeat;
        height: 80px;
        margin-bottom: 0px;
        width: 80px;
        text-align: center;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
}
.date .month {
        display: block;
        color: #7bb431;
        padding: 2px 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 16;
        font-weight: bold;
        margin-bottom: 14;
        margin-right: 22px;
}
.date .day {
        display: block;
        color: #e2d225;
        font: 2.3em Georgia;
        padding-top: 0px;
        text-align: center;
        margin-top: -15px;
        margin-right: 22px;
}

.newstitle {
border-bottom: solid #95af6e 1px;
color: #95af6e;
font-size: 11pt;
font-style: italic;
font-weight: bold;
margin: 0 5 5 0;
padding: 10;
text-align: left;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.newstitle a {
color: #95af6e;
text-decoration: none;
}

.newstitle a:hover {
color: #95af6e;
text-decoration: none;
}

.news {
color: #797979;
font-size: 8pt;
line-height: 14px;
padding: 10;
}

.news a {
color: #3aa7a0;
letter-spacing: 1px;
text-decoration: none;
}

.news a:hover {
color: #ebd352;
letter-spacing: 1px;
text-decoration: none;
}


.newscomment {
background: #ffffff;
border-bottom: solid #d3f2f8 1px;
color: #838383;
font-size: 8pt;
letter-spacing: 1px;
line-height: 14px;
margin: 3;
padding: 5 10;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.newscomment a {
color: #7ccdfb;
text-decoration: none;
}

.newscomment a:hover {
color: #86d6ff;
text-decoration: none;
}

.footer {
border-top: solid #ffffff 1px;
color: #797979;
font-size: 8pt;
line-height: 12px;
margin: 5px;
padding: 5px;
text-align: center;
}

.footer a {
color: #6daac9;
text-decoration: none;
}

.footer a:hover {
color: #ebd352;
text-decoration: none;
}

/* SIDEBAR */

.sidebartitle {
background: #fff694;
border-bottom: solid #7bb431 0px;
color: #d2c752;
font-size: 10pt;
font-style: italic;
font-weight: bold;
letter-spacing: 1px;
margin: 15;
padding: 10 15;
text-align: left;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.sidebarcontent {
color: #797979;
font-size: 8pt;
line-height: 13px;
padding: 7px;
}

.sidebarcontent a {
color: #3aa7a0;
letter-spacing: 1px;
text-decoration: none;
}

.sidebarcontent a:hover {
color: #7baf8d;
letter-spacing: 1px;
text-decoration: none;
}

/* CONTENT */

.facts {
border-bottom: solid #eae7e0 1px;
padding: 3 2 5 2;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.details {
background: #f7ed84;
color: #474747;
font-size: 8pt;
letter-spacing: 1px;
padding: 4 10;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.affiliates {
background: #f7ed84;
color: #ffffff;
font-size: 8pt;
letter-spacing: 1px;
padding: 4;
text-align: center;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.awards {
background: #c7f1f8;
color: #767676;
font-size: 8pt;
letter-spacing: 1px;
padding: 4;
text-align: center;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.awardstitle {
background: #f7ed84;
color: #ffffff;
font-size: 8pt;
letter-spacing: 1px;
padding: 4;
text-align: center;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.awardscontent {
border: solid #eae7e0 1px;
font-size: 8pt;
padding: 4 6;
text-align: center;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.title {
background: #eae7e0;
color: #56af84;
font-size: 8pt;
font-weight: bold;
letter-spacing: 1px;
padding: 6;
text-align: center;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.textinput {
color: #797979;
font-size: 8pt;
line-height: 13px;
padding: 5px;
}

.textinput a {
color: #86d6ff;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

.textinput a:hover {
color: #7ccdfb;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

/* IMAGES */


.films img{
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=70);
-moz-opacity: 0.5;
opacity: 0.5;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.films img:hover{
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.family img{
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=100);
-moz-opacity: 0.8;
opacity: 0.8;
}

.family img:hover{
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.affy img {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.affy img:hover {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.sidebar {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0 5 5 0;
}

.content {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
}

.poster {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0 5 0 0;
}

.layout {
background: #ffffff;
border: solid #d1d1d1 1px;
padding: 2px;
margin: 0 5 0 0;
}