/* Shared */
body {
    background-image: url('pattern.png');
    margin: 0px;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
}

a {
    color: red;
    text-decoration: none;
}

a img {
    border: none;
}

#menublock {
    background-image: url('topborder.png');
    background-repeat: repeat-x;
    height: 111px;
    font-family: sans-serif;
    padding: 15px;
    min-width: 800px;
    text-align: center;
    font-size:42px;
}

#menublock a{
    margin-left: 5px;
    margin-right: 5px;
}

#menublock a img{
    padding-bottom: 10px;
}

#menublock a:hover{
    border-bottom: 4px dashed red;
}

#menublock #selIcon {
    border-bottom: 4px solid red;
}

.box {
    font-size: 12px;
    background-image: url('trans.png');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 5px solid black;
    padding: 10px;
}

/* Home page */

.feeds {
    width: 29%;
    /*font-size:14px;*/
    margin: 5px;
    float: left;
    min-width: 275px;
    height: 300px;
    overflow: hidden;
}

h2 a {
    color: red;
    text-decoration: none;
}

.feeds ul {
    padding-left: 19px;
    line-height: 16px;
    color: red;
}

.feeds ul a {
    color: red;
    text-decoration:none;
}

.feeds ul span {
    color: white;
}

.movielink {
    height: 44%;
    background-repeat: no-repeat;
}

.movielink a {
    color:white;
    font-size:41px;
    text-decoration:none;
    text-shadow: 0px 3px 5px #111;
}

.movielink a:hover {
    color: red;
}

#dinoimg {
    background-image: url('dino.png');
    margin-top:-8px;
    margin-bottom: 2px;
}

#wiggimg {
    background-image: url('wiggles.png');
}

#airplaneimg {
    background-image: url('airplane.png');
}

/* Subpage */
.bigbox {
    margin: auto;
    width: 800px;
    height: 575px;
    text-align: center;
}

.bigbox  h1{
    margin: 0px;
}

#subpageleftnav {
    float: left;
    width: 150px;
}

/* Movie Page */
#movielist {
    list-style-type: none;
    padding-left: 0px;
}

#movielist li {
    padding-bottom: 17px;
    border-right: 4px solid red;
}

#movielist #unselmovie {
    border-right: none;
}

#movielist #unselmovie:hover {
    border-right: 4px dashed red;
}

/* Speak page */
#speakcontent {
    text-align: left;
    overflow: auto;
    height: 100%;
}

#speakcontent form textarea{
    display: none;
}

#speakcontent form #NoType{
    display: block;
}

.shout {
    border-bottom: 2px solid white;
    padding: 3px;
    margin-bottom: 3px;
}

#highlight {
    color: red;
}







