/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
/************************* DEFAULT STYLES ***************************/
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-top:5px solid transparent;
background: #100901 url(images/new_bg.jpg) repeat-x fixed center 0 !important;
}

.container {
margin: 31px auto 20px auto;
    width: 989px;
    background: #000;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.container-inner {
    
}
.entry {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:      13px;
	text-align: left;
	font-family: arial black, arial;
}
#top .sf-menu li:hover, .sf-menu li.sfHover, #top .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
}
#top .sf-menu a, .sf-menu a:visited {
color:#000000;
}
#top .sf-menu a:hover {
color:#666666;
}
#top {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: transparent url(images/header-background.jpg) no-repeat;
border:medium none;
clear:both;
float:none;
height:300px;
margin:0 auto;
padding:0;
width:990px;
}

.link1 {
/*background-color:#FF0000;*/
height:205px;
position:absolute;
width:750px;
margin-top:65px;
margin-left:120px;
}

#top .sf-menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
margin-right:0;
top:2%;

}
#top .sf-menu a, .sf-menu a:visited {
color:#666666;
}
#top .sf-menu a:hover {
color:transparent;
}
#top .sf-menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#top .sf-menu li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#top .sf-menu li li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#top .sf-menu li:hover, .sf-menu li.sfHover, #top .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
p {
color:#ffffff;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}
.sf-menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
font-size:11px;
height:30px;
margin-bottom:1em;
width:950px;
}
.sf-menu a {
padding:12px;
text-decoration:none;
}





h1, h2, h3, h4, h5, h6 {
color:#cccccc;
}
h1, h2, h3, h4, h5, h6 {
color:#cccccc;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#cccccc;
}
h3.sub, h2.sub {
border-bottom:1px solid #EEEEEE;
color:#999999;
font-size:1.1em;
font-weight:bold;
letter-spacing:2px;
line-height:1em;
margin:0 0 10px;
padding:0 0 5px;
text-transform: none;
font-family:Arial,Helvetica,sans-serif;
}
a, .welcomebox h2 a {
color:#428CE7;
text-decoration:none;
}
a:hover, a:focus {
color:#666666;
}
p {
color:#ffffff;
}
h6.top {
color:#CCCCCC
}

#sidebar ul li a, ul.txt li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/li.png) no-repeat scroll 0 50%;
border-bottom:1px solid #CCCCCC;
color:#ffffff;
display:block;
height:1%;
line-height:1.2em;
padding:6px 0 6px 8px;
}

#footer {
color:#999999;
margin:0 auto;
padding:1.5em 0;
text-align:center;
height:40px;
width:950px;
background:#000000 ;
}

/*****
    BEGIN SUB STYLES
    *****/
.logo
    {
    height: 200px;
    background: url(images/logo.png) no-repeat center 30px;
    width: 100%;
    position: relative;
    }
.logo a {
width: 200px;
height: 200px;
background: aqua;
}

    .menu
        {
        background: url(images/menubg.jpg) repeat-x 0 0;
        position: absolute;
        top: 190px;
        left: 50%;
        margin: 0 0 0 -513px;
        height: 46px;
        width: 1008px;
        }
        
        .menu li
            {
            display: block;
            border-left: 1px solid #d10b0b;
            border-right: 1px solid #6e1e06;
            height: 45px;
            float: left;
            }
            .menu li a
                {
                text-decoration: none;
                font-size: 26px;
                padding: 8px 19px;
                line-height: 44px;
                }
            .menu li.lastlink { border-right: none !important; padding-right: 5px !important; }
        .menu .leftedge
            {
            background: url(images/menuleftedge.png) no-repeat -1px 0;
            width: 18px;
            height: 26px;
            position: absolute;
            top: 46px;
            left: 50%;
            margin-left: -504px;
            border: none;
            }


.moviecredits
    {
    background: #000 url(images/movie-credits.gif) no-repeat center 15px;
    position: relative;
    height: 250px;
    }
    .arowana, .advn
        {
        display: block;
        position: absolute;
        top: 160px;
        left: 50%;
        }
        .arowana
            {
            background: url(images/arowana.gif) no-repeat 0 0;
            width: 77px;
            height: 48px;
            margin: 0 0 0 -130px;
            top: 170px;
            }
        .advn
            {
            background: url(images/advn.gif) no-repeat 0 0;
            width: 133px;
            height: 48px;
            margin: 0 0 0 -20px;
            }
.sidecredits
    {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    }
