@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - -

Title:  The Theatre Company 2008 Layout
Author: Blake Fitzgerald
URL:    http://www.theatrecompany.com/css/ttc.css

Description: 

Created : July 27, 2008
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body{
background: #c91f04 url(../img/ttcback.jpg) top left repeat-x;
}

/* ----- IDS ----- */

#container{
width: 800px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
text-align:;
overflow: hidden;
}

#navigation{
   margin-top: -30px;
   font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: .75em; font-weight: bold;
}

#logo
{
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  width: 198px;
  height: 95px;
  margin: 0 auto 0 auto;
}

#content_top
{
   background: url(../img/border-top.png) top left no-repeat;
   width: 800px;
   height:96px;
   margin-top: -20px;
}

#content{
   width: 700px;
   color: white;
   padding-left: 50px;
   font-size: .8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1
{
   color: white;
   font-size: 1em;
   text-align: center;
}

#content h2
{
   color: white;
   font-size: 1em;
   margin-bottom: 0;
   margin-top: 0;
   font-weight: normal;
   font-style: italic;
}

#content_bottom{
   background: url(../img/border-bottom.png) top left no-repeat;
   width: 800px;
   height: 96px;
   color: white;
   margin-top: -20px;
}

#index #content
{
   width: 800px;
   background: url(../img/movieback.png) top left no-repeat;
   color: white;
   height: 482px;
   margin-top: -20px;
   padding-top: 50px;
   padding-left: 50px;
}

#index #navigation
{
   margin-top: -80px;
}

.top
{
   color: white;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: .55em;
}

table.performance_dates
{
   border-collapse: collapse;
   margin-bottom: 50px;
}

table.performance_dates tr:hover { background-color:#FF4444; }
table.performance_dates td { padding-left: 5px;}

/* ----- IMAGES ----- */

img{
border: none;
}
img a{
border:;
text-decoration:;
}
img a:hover{
border:;
}

/* ----- LINKS ----- */

a{
font:;
color: white;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a.no_underline:hover{
text-decoration: none;
}
