/*--- site specifics ---*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 10px;
    background: url('../images/interface/defaultBackground.jpg') repeat-x top center;
    background-color: #0E0E0E;
}

#header
{
    height: 156px;
    /*background: url('../images/interface/Header/header_menu-sept14.jpg') no-repeat left bottom;*/
background: url('../images/interface/Header/headerBallarat.jpg') no-repeat left bottom;
    z-index: 400;
}

#content
{
    background: #000;
    color: #FFF;
}

#footer
{
    top: -10px;
    height: 124px;
    margin-top: 10px !important;
}


/*....... content css starts here......*/

p.bottomcurve
{
    width: 978px;
    height: 2px;
    background-color: #626262;
    border-left: 1px solid #626262;
    border-right: 1px solid #626262;
}

.koukokuContainer /*general koukoku container */
{
    margin: 0px;
    padding: 0px;
    background: none;
    top: 0px;
    left: 0px;
    border: none;
    height: 100%;
    width: auto;
}

.generalPageHeading /*page heading sits on top of content pages */
{
    display: none;
    background-position: left top;
    width: 940px;
    margin: 0px 0px 10px 0px;
    font-size: 28px;
    color: #04538E;
    line-height: 32px;
    clear: both;
    padding: 10px;
    overflow: hidden;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif; /*text-transform: uppercase;*/
    background: url(../images/interface/Sidebar/sidebarboxTitle_bg.png) repeat-x scroll left top transparent;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    font-weight: bold;
}

/*...... General Main Content classes ........*/

/* The mainContentArea covers everything under the header until the footer */
.mainContentArea
{
    width: 955px;
    padding: 0px 0px 30px 0px;
    clear: right;
    overflow: hidden;
    float: right;
    font-size: 13px;
}

/* The rightContentArea classes contain all page content - the different sizes are used depending on sidebar */
.rightContentAreaFluid
{
    width: auto;
    padding: 0px 0px 30px 0px;
    clear: none;
    overflow: hidden;
    float: right;
}

.rightContentAreaNoSidebar
{
    width: 960px;
    padding: 0px 0px 30px 0px;
    clear: none;
    overflow: hidden;
    float: right;
}
.rightContentArea
{
    clear: none;
    overflow: hidden;
    float: right;
    padding: 0 0px 30px;
    width: 640px;
}

.mainContentArea p
{
    clear: both;
    margin-bottom: 20px;
    color: #FFF;
    line-height: 18px;
}
.mainContentArea h1
{
    width: 635px;
    font-size: 27px;
    color: #ca2b31;
    clear: both;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 5px;
    font-weight: bold; 
    font-family: Arial, Helvetica, Sans-Serif;
    border-bottom:2px solid #ca2b31;
}

.mainContentArea h2
{
    width: 635px;
    font-size: 24px;
    color: #ca2b31;
    clear: both;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    border-bottom: 2px solid #3c3c3c;
    padding-bottom: 5px;
}

.mainContentArea .normalList li
{
    margin-left: 16px;
}

.mainContentArea h3
{
    font-size: 15px;
    padding: 0px;
    margin: 16px 0;
    color: #FFF;
    clear: both;
    overflow: hidden;
}

.mainContentArea h4
{
    font-size: 13px;
    padding: 0px;
    margin: 2px 0px 2px 0px;
    color: #FFF;
    clear: both;
    overflow: hidden;

}

.mainContentArea a:link, .mainContentArea a:visited
{
    color: #ca2b31;
    text-decoration: underline;
}

.mainContentArea a:hover, .mainContentArea a:active
{
    color: #FFFFFF;
}

.mainContentArea h2 a:link, .mainContentArea h2 a:visited, .mainContentArea h3 a:link, .mainContentArea h3 a:visited, .mainContentArea h4 a:link, .mainContentArea h5 a:visited
{
    color: #ca2b31;
    border: none;
    text-decoration: none;
}

.mainContentArea h2 a:hover, .mainContentArea h2 a:active, .mainContentArea h3 a:hover, .mainContentArea h3 a:active, .mainContentArea h4 a:hover, .mainContentArea h4 a:active
{
    color: #FFFFFF;
    border: none; /*text-decoration: underline;*/
}

.mainContentArea ul, .mainContentArea table
{
    margin-bottom: 20px;
}


.margin
{
    margin: 0 17px 0 0px;
}

/*facebook plugin background*/
.facebookLikeButton
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.facebookLikeBox
{
    background-color: #FFF;
}



/*.... movie poster grids .....*/

.fullMoviePosterGrid
{
    width: 651px;
}

.fullMoviePosterGrid .MoviePosterGridColumn
{
    width: 200px;
    float: left;
    margin-right: 15px;
}

.fullMoviePosterGrid .moviePosterDiv
{
    width: 200px;
    margin-bottom: 20px;
    background: #272727;
    clear: none;
    float: left;
    padding: 0px;
}

/*cancel the dotted underline for movie posters*/
.fullMoviePosterGrid .moviePosterDiv a:link, .fullMoviePosterGrid .moviePosterDiv a:visited
{
    border: none;
}


.fullMoviePosterGrid_NoSidebar
{
    width: 990px;
}

.fullMoviePosterGrid_NoSidebar .MoviePosterGridColumn
{
    width: 220px; /*background: #CCC;*/
    float: left;
    margin-right: 19px;
    padding-left: 5px;
    padding-top: 15px;
}

.fullMoviePosterGrid_NoSidebar .moviePosterDiv
{
    width: 228px;
    margin: 0 15px 15px 0;
    background: #19256a;
    clear: none;
    float: left;
}

.moviePosterDiv p
{
    padding: 10px;
    color: #fff;
    padding-top: 7px;
    overflow: visible;
}

.moviePosterDiv p strong
{
    font-size: 16px;
}

.moviePosterDiv p strong a:link, .moviePosterDiv p strong a:visited
{
    color: #fff;
    text-decoration: none;
}
.moviePosterDiv p strong a:hover
{
    color: #FFD538;
}


/*.......Page Link Buttons.......*/

.PageLinkDiv
{
    width: 500px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #FFF;
    clear: both;
    padding: 0px;
    overflow: hidden;
}

.PageLinkDiv .introduction
{
    float: left;
    width: 100px;
    padding-top: 5px;
}

.PageLinkDiv ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.PageLinkDiv li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.PageLinkDiv a:link, .PageLinkDiv a:visited
{
    float: left;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 3px 0 0; /*Margin between each menu item*/
    padding: 5px 10px 5px 10px; /*Padding within each item*/
    background-color: #e87300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.PageLinkDiv a:hover, .PageLinkDiv a:active
{
    background-color: #e87300;
    color: white;
    text-decoration: underline;
}

.buttons a:link {
    background: #19256a;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    margin: 0 3px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 70px;
    border: solid 1px #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}