/*This is the core style sheet of the site.*/

body {
background-color: #ffffff;
color: #000000;
font-family: "Myriad Web Pro", Calibri, "DejaVu Serif";
font-size: 1em;
align: center;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}


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-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: #666666;
text-decoration: none;
}

a:visited {
color: #777777;
text-decoration: none;
}

a:hover {
color: #000000;
font-style: bold;
}

a:active {
color: #666666;
}


#content {
position: relative;
width: 600px;
}


#main-text {
align: center;
background-color: #ffffff;

margin-bottom: 0px;
padding: 0;
}

#para {
font-size: 1em;
line-height: 1.7em;
text-align: left;
}


#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: 300px;
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: 300px;
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: 250px;
background-image: url(images/lines.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-doodles {
height: 300px;
background-image: url(images/doodles.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-watsonblogs {
height: 300px;
background-image: url(images/watsonblogs.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-deepsprings {
height: 300px;
background-image: url(images/falltreeofwoe.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-kitten {
height: 300px;
background-image: url(images/kitten.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#inner-image-orangetoss {
height: 537px;
background-image: url(comics/orangetoss.gif);
background-repeat: no-repeat;
background-position: center center;
}


#inner-image-oops {
height: 450px;
background-image: url(images/mistakes.jpg);
background-repeat: no-repeat;
background-position: center center;
}





