/* css for ShowBiz.tv */

/* some basic page elements */

body { 
 text-align: center;	 
 font: 14px georgia,times,serif; 
 color: #554A44; 
 background: #E8E4C9; 
 margin: 0;
}

h1 {
 font-size: 48px;
 color: #222222;
 margin-top: 10px;
 margin-bottom: 0px;
}

h2 {
 font-size: 30px;
 color: #222222;
 margin-top: 0px;
}

h3 {
 font-size: 14px;
 font-weight: bold;
 color: #222222;
 margin-top: 5px;
 padding: 0px;
}

h4 {
 color: #222222;
 margin-top: 5px;
}


/* links */
a { 
 color: #B06C3A;
 text-decoration: underline;
}
a:hover,a:active {
 color: #A02C1A;
 text-decoration: underline;
}

/* lists */
li {
 padding: 8px;
 font-size: 14px;
}

form {
 padding: 0;
 margin: 0;
}

/* specific things for divs */
#container {
 text-align: left;
 width: 672px;
 padding: 0;
 margin: 0 auto;
}

#intro h1 {
 font-weight: bold;
 font-size: 48px;
 /*text-transform: uppercase;*/
 padding-bottom: 0px;
 border-bottom: 2px solid;
}

#navigation {
 float: left;
 width: 200px;
 margin: 15px 0px 20px 0px;
 padding: 0px 0px 15px 0px;
 background: #F8F4D9;
}

#navigation h3 {
 margin: 0px 0px 5px 0px;
 padding: 10px 10px 15px 13px;
 font-size: 14px;
 letter-spacing: 8px;
 padding-bottom: 10px;
 border-bottom: 2px solid #E8E4C9;
 text-transform: uppercase;
 color: #444;
}

#navigation ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

#navigation li {
 padding: 8px 20px 8px 20px;
 font-size: 14px;
 font-weight: bold;
}

#mainBody {
 margin-left: 250px;
 margin-top: 10px;
}

#mainBody h2 {
 font-style: italic;
}

#mainBody a.moreInfo {
 margin-left: 25px;
 margin-top: 5px;
}

#mainBody h4 {
 margin-top: 25px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}

#copyright {
 clear: both;
 bottom: 5px;
 font-size: smaller;
 margin-top: 40px;
 margin-bottom: 20px;
 text-align: left;
}
#copyright a {
 font-weight: normal;
 color: #554A44;
}
#copyright a:hover {
 color: #A02C1A;
}
#copyright span {
 display: block;
 position: relative;
}


