﻿/* CSS Document */
/* body */

body {
background-color: #FFFF00; 
background-image: url('../images/bg.PNG'); 
background-repeat: repeat-x;
margin-top: 0px;
}

#page {
width:990px;
margin:0px auto auto auto;
}

/* links */

a {
color:blue;
text-decoration:none;
}

a:hover {
color:blue;
text-decoration:underline;
}

.nav a {
color:red;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:15pt;
font-weight:bold;
}

.nav a:hover {
color:yellow;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:15pt;
font-weight:bold;
}

    
/* div tags */

#header {
width:990px;
height:35px;
text-align:center;
padding:240px 0px 0px 0px;
background-image:url('../images/header.PNG');
background-repeat:no-repeat;
}

#content {
width:977px;
padding:0px 8px 0px 3px;
}

#book {
width:120px;
height:184px;
margin:0px 5px 5px 0px;
}

#h1 {
background-image:url('../images/content_header.PNG');
background-repeat:no-repeat;
font-family:"Times New Roman", Times, serif;
font-size:48pt;
color:white;
text-align:center;
height:80px;
width:726px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#text {
border-left: 5px solid #FF0000;
border-right: 2px solid black;
border-bottom:2px solid black;
background-color:#E4F0FF;
width:699px;
padding: 5px 10px 0px 10px;
margin:0px 0px 0px 0px;
}

#wednesday {
width:120px;
margin:5px 0px 5px 0px;
}

#footer {
background-image:url('../images/footer.PNG');
background-repeat:no-repeat;
text-align:center;
width:706px;
padding:5px 10px 10px 10px;
margin:15px 0px 0px 0px;
}


/* fonts */

.h2 {
font-family:"Times New Roman", Times, serif;
font-size:24pt;
color:#000062;
text-align:left;
margin:5px 0px 5px 0px;
}

.bold {
font-family:"Times New Roman", Times, serif;
font-size:13pt;
color:black;
text-align:left;
font-weight:bold;
}

.text {
font-family:"Times New Roman", Times, serif;
font-size:13pt;
color:black;
text-align:left;
}

.bottom {
font-family:"Times New Roman", Times, serif;
font-size:10pt;
color:black;
font-weight:bold;
text-align:center;
}

.bottom a {
font-family:"Times New Roman", Times, serif;
font-size:11.5pt;
color:red;
font-weight:bold;
text-align:center;
}

.bottom a:hover {
font-family:"Times New Roman", Times, serif;
font-size:11.5pt;
color:blue;
text-align:center;
font-weight:bold;
text-decoration:underline;
}

.borders {
border: 0px;
}

.safari {
font-family:"Times New Roman", Times, serif;
font-size:10pt;
color:black;
font-weight:bold;
text-align:center;
}

.safari a {
font-family:"Times New Roman", Times, serif;
font-size:10pt;
color:black;
font-weight:bold;
text-decoration:none;
}

.safari a:hover {
font-family:"Times New Roman", Times, serif;
font-size:10pt;
color:blue;
font-weight:bold;
text-decoration:underline;
}


/* Trivia & Videos */
.trivia_expand {
float: right;
cursor: hand;
cursor: pointer;
font-weight: bold;
font-family: "Times New Roman" , Times, serif;
font-size: 13pt;
color:red;
}

.trivia {
font-family: "Times New Roman" , Times, serif;
font-size: 13pt;
color: black;
text-align: left;
padding: 10px 10px 10px 2px;
}

.trivia_answer {
width: 669px;
padding: 10px 10px 10px 20px;
font-family: "Times New Roman" , Times, serif;
font-size: 13pt;
color: blue;
text-align: left;
font-weight: bold;
}

.blog_answer {
width: 669px;
padding: 10px 10px 10px 20px;
font-family: "Times New Roman" , Times, serif;
font-size: 12pt;
color: black;
text-align: left;
}

