/*This is the core style sheet of the site.*/

body {
background-color: #ffffff;
color: #000000;
font-family: "Myriad Web Pro", Calibri, "Poor Richard";
font-size: 1em;
align: center;
margin-left: 200px;
margin-right: 200px;
text-align: center;
height: 740px;
background-image: url(images/face2.jpg);
background-repeat: no-repeat;

}


h1 {
text-align: center;
font-size: 2em;
font-style: none;
margin-bottom: -5px;
margin-top: 2px;
}

h2 {
text-align: center;
font-size: 1.5em;
font-style: none;
margin-bottom: -2px;
margin-top: 0;
}

h3 {
text-align: center;
font-size: 1em;
font-style: none;
margin-bottom: -50px;
margin-top: 0;
}

h4 {
text-align: center;
font-size: .2em;
color: #FFFFFF;
}

video-links {
font-size: 2em;
line-height: 1.7em;
text-align: center;
}

p {
font-size: 1em;
line-height: 1.7em;
text-align: center;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #000000;
font-style: bold;
}

a:active {
color: #000000;
}


#content {
position: relative;
width: 600px;
}


#main-text {
align: center;
margin-top: 100px;
margin-bottom: 0px;
padding: 0;
margin-left: 200px;
margin-right: 200px;
}


#main-text-video {
align: center;
background-color: #ffffff;
margin-top: -100px;
margin-bottom: 0px;
padding: 0;
font-size: 2em;
line-height: 1.7em;
text-align: center;
}


#inner-image-about {
height: 400px;
background-image: url(images/nathan.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-video {
height: 400px;
background-image: url(images/tv.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-comics {
height: 400px;
background-image: url(images/garlic.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-watson {
height: 400px;
background-image: url(images/world.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-lines {
height: 400px;
background-image: url(images/lines.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-media {

position: 0;

}

#inner-image-oops {
height: 450px;
background-image: url(images/mistakes.jpg);
background-repeat: no-repeat;
background-position: center center;
}




#menu {
margin-left: auto;
margin-right: auto;
align: center;
}

.menu ul{
list-style-type:none;
padding:0;
margin-left: auto;
margin-right: auto;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
margin-left: auto;
margin-right: auto;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
margin-left: auto;
margin-right: auto;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:149px;
padding:7px 0;
color:#000;
background:#949e7c;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


