/* MAIN STYLESHEET FOR 10:19 PRODUCTIONS WEBSITE (tennineteenproduction.com) */


/* HTML Re-definitions */

body {
text-align: center;
width: 1000px;
background-repeat: repeat;
margin: 0px auto;
padding: 0px;
background-position: center;
background: black;
} /* Body definitions with background style. */

a img {border: none;}

/* HEADER & NAVIGATION */

/* Header */
#page-header {
position: relative;
width: 1000px;
height: 60px;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
background-color: white;
background-image: url(graphics/headertop.png);
background-repeat: no-repeat;
margin-top: 10px;
} /* Page header displaying the 10:19 Logo. */

/* Navigation */
#navigation {
position: relative;
width: 1000px;
height: 46px;
margin: -1px auto;
padding-top: 2px;
padding-bottom: 5px;
text-align: center;
background-color: white;
background-image: url(graphics/headerbottom.png);
background-repeat: no-repeat;
background-position: bottom;
}

/* Padding for navigation buttons */
.nav {
padding-left: 10px;
padding-right: 10px;
}

/* CONTENT CONTANERS */

#container {
overflow: hidden;
width: 100%;
height: 100%;
}

#mainbox {
float: left;
width: 640px;
padding: 30px;
margin-top: 10px;
background-color: white;
background-image: url(graphics/roundtext1.png);
background-repeat: no-repeat;
padding-bottom: 500em;
margin-bottom: -500em;
}

#mainbox-bottom {
float: left;
width: 700px;
height: 14px;
background-color: white;
background-image: url(graphics/roundtext2.png);
background-repeat: no-repeat;
}

#sidebar {
float: left;
width: 260px;
padding: 15px;
margin-top: 10px;
margin-left: 10px;
margin-right: -1px; /* Thank you IE */
background-color: #FF6600;
background-image: url(graphics/roundsidebar.png);
background-repeat: no-repeat;
padding-bottom: 500em;
margin-bottom: -500em;
}

#sidebar-bottom {
float: left;
width: 290px;
height: 14px;
margin-left: 710px;
margin-right: -1px; /* Thank you IE */
background-color: #FF6600;
background-image: url(graphics/roundsidebar2.png);
background-repeat: no-repeat;
}

#footer {
clear: both;
width: 1000px;
margin-top: 24px;
margin-left: -710px;
padding-top: 5px;
padding-bottom: 1px;
background-color: #005CFF;
background-image: url(graphics/roundfooter.png);
background-repeat: no-repeat;
}

#footer-bottom {
clear: both;
width: 1000px;
height: 14px;
margin-top: 0px;
margin-left: -710px;
margin-bottom: 50px;
background-color: #005CFF;
background-image: url(graphics/roundfooter2.png);
background-repeat: no-repeat;
}

#bigbox {
width: 940px;
padding: 30px;
margin-top: 10px;
background-color: white;
background-image: url(graphics/bigtext1.png);
background-repeat: no-repeat;
}

#bigbox-bottom {
float: left;
width: 1000px;
height: 14px;
background-color: white;
background-image: url(graphics/bigtext2.png);
background-repeat: no-repeat;
}

#footer2 {
clear: both;
width: 1000px;
margin-top: 24px;
padding-top: 5px;
padding-bottom: 1px;
background-color: #005CFF;
background-image: url(graphics/roundfooter.png);
background-repeat: no-repeat;
}

#footer-bottom2 {
clear: both;
width: 1000px;
height: 14px;
margin-top: 0px;
margin-bottom: 50px;
background-color: #005CFF;
background-image: url(graphics/roundfooter2.png);
background-repeat: no-repeat;
}

/* ROUNDED BOXES */

.t {background: url(graphics/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(graphics/dot.gif) 0 100% repeat-x}
.l {background: url(graphics/dot.gif) 0 0 repeat-y}
.r {background: url(graphics/dot.gif) 100% 0 repeat-y}
.bl {background: url(graphics/bl.gif) 0 100% no-repeat}
.br {background: url(graphics/br.gif) 100% 100% no-repeat}
.tl {background: url(graphics/tl.gif) 0 0 no-repeat}
.tr {background: url(graphics/tr.gif) 100% 0 no-repeat; padding:10px}

/*  LINK SCHEME */

a:link {color: blue; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:hover {color: blue; text-decoration: underline;}
a:active {color: orange; text-decoration: underline;}

a.email:link {color: #F02626;}
a.email:visited {color: #F02626;}
a.email:hover {color: black; text-decoration: none;}
a.email:active {color: #F02626;}

a.navigation:link {color: #FFFFFF; text-decoration: none;}
a.navigation:visited {color: #FFFFFF; text-decoration: none;}
a.navigation:hover {color: #C7C7C7; text-decoration: none;}
a.navigation:active {color: #C7C7C7; text-decoration: underline;}

a.footer-link:link {color: gray; text-decoration: none;}
a.footer-link:visited {color: gray; text-decoration: none;}
a.footer-link:hover {color: gray; text-decoration: underline;}
a.footer-link:active {color: red; text-decoration: underline;}

/* TEXT STYLES */

.title {
margin: .2em;
padding: 0px;
font-size: 2.2em;
font-weight: bold;
color: #FF6600;
font-family: "Trebuchet MS", "Geneva", sans-serif;
line-height: 1em;
}

.subtitle {
margin: .5em;
padding: 0px;
line-height: 1em;
font-size: 1.5em;
font-family: "Verdana", "Helvetica", sans-serif;
letter-spacing: .10em;
color: #0066FF;
text-transform: small-caps;
}

.subtitle2 {
margin: 0px;
padding: .2em;
line-height: 1em;
font-size: 1.5em;
font-family: "Verdana", "Geneva", sans-serif;
letter-spacing: .15em;
color: #4F81BD;
text-transform: lowercase;
}

.text {
margin: .2em;
padding: 0px;
line-height: 1.2em;
font-size: 100%;
font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
text-align: justify;
}

.heading {
margin: .2em;
padding: 0px;
line-height: 1.2em;
font-size: 100%;
font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
font-weight: bold;
text-align: left;
color: #D63333;
}

.text-centered {
margin: .2em;
padding: 0px;
line-height: 1.2em;
font-size: 100%;
font-family: "Helvetica", "Arial", sans-serif;
text-align: center;
}

.text-list {
margin: .2em;
padding: 0px;
line-height: 1.2em;
font-size: 100%;
font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
text-align: center;
list-style-type: circle;
}

.text-list2 {
margin: .8em;
padding: 0px;
line-height: 1.2em;
font-size: 100%;
font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
text-align: justify;
list-style-type: disc;
}

.caption {
margin: .2em;
padding: 0px;
line-height: 1.1em;
font-size: 105%;
font-family: "Helvetica", sans-serif;
text-align: center;
color: #A6A6A6;
}

.footer {
font-size: 80%;
letter-spacing:.10em;
font-family: "Helvetica", sans-serif;
text-align: center;
color: white;
}

.email {
margin: .2em;
padding: 0px;
line-height: 1.2em;
font-size: 1.1em;
font-family: "Helvetica", "Arial", sans-serif;
text-align: center;
}

.left-float {
float: left
}

.right-float {
float: right
}

/* MISC */

.wallpaper {
width: 250px;
padding: 10px;
}

.downloadbox {
width: 650px;
min-height: 100px;
margin-left: 230px;
}

.filetype {
float: left;
margin-right: 10px;
}

.img
{
  margin: 8px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}