﻿/* Headline Entertainment Webiste - December 2008. Site developed by Magic House. */


/* Zeroing for better cross browser positioning */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset 
{
	margin: 0;
	padding: 0;
	border: 0;
	color:#FFFFFF;
}
#floatClearer /* Pull down parent div in Firefox */
{
    clear:both;
}


/*Styling main page elements */
body 
{
    background-color:#771508;
}
h1 
{
    font-size:22px;
    font-family:"Century Gothic", "Trebuchet MS";
    color:#EFE9B5;
}
h2
{
    font-size:16px;
    font-family:"Century Gothic", "Trebuchet MS";
    color:#EFE9B5;
}
p
{
    font-size:12px;
    font-family:"Century Gothic", "Trebuchet MS";
}
a 
{
    color:#EFE9B5;
}
blockquote 
{
    margin:0;
    padding:0;
    font-style:italic;
}
img 
{
    border:none;
}


/* Structural Elements */
#wrapper 
{
    width:945px;
    padding-left:50px;
    padding-right:50px;
    margin-left:auto;
    margin-right:auto;
}
#header 
{
    margin:0px;
    padding:0px;
}
#topFrame 
{
    height:30px;
    background-image:url(../images/frameTop.jpg);
}
#content 
{
    width:945px;
    min-height:450px;
    background-image:url(../images/contentBackground.jpg);
    background-repeat:repeat-y;
}
#navigation 
{
    width:130px;
    float:left;
}
        #navigation ul 
        {
            list-style:none;
            text-align:right; 
        }
        #navigation ul li a
        {
            padding-right:10px;
            padding-left:3px;
            font-family:"Century Gothic", "Trebuchet MS";
            font-size:12px;
            text-decoration:none;
            color:#FFFFFF;
        }
        #navigation ul li .yah
        {
            color:#771508;
            background-color:#EFE9B5;
        }
        #navigation ul li a:hover
        {
            color:#771508;
            background-color:#EFE9B5;
        }
#images
{
    width:180px;
    margin-left:30px;
    float:left;
    padding-top:4px;
    padding-right:20px;
}
    #images img 
    {
    border: solid 2px #A09875;
    margin-bottom:10px;
}
#text
{
    width:502px;
    float:right;
    margin-right:70px;
    font-family:"Century Gothic", "Trebuchet MS";
    font-size:12px;
    line-height:20px;
}
    #text ul 
    {
        list-style:none;
    }
    #text ul li
    {
        padding-bottom:4px;
    }
    #text ul li a
    {
        color:#EFE9B5;
    }
#gallery 
{
    width:712px;
    margin-left:30px;
    float:left;
}
    #gallery ul 
    {
        list-style:none;
    }
    #gallery ul li 
    {
        display:inline;
    }
    #gallery img 
    {
        border: solid 2px #A09875;
        margin-bottom:10px;
        margin-right:50px;
        vertical-align:middle;
    }