﻿/* Everything for the master pages */

#leftbackground
{
    background-image:url(../images/headers/left.jpg);
    background-repeat:no-repeat;
    background-position:left;
    position:fixed;
    width:384px;
    height:500px;
    top:0px;
    left:0px;
}

#rightbackground
{
    background-image:url(../images/headers/right.jpg);
    background-repeat:no-repeat;
    position:fixed;
    width:384px;
    height:500px;
    top:0px;
    right:0px;
}

#container
{
    position:relative;
    top:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width:840px;
    background-color: #fff;
    border-color:#fff;
    color:Black;
    min-height:300px;
    text-align:left;
    text-align:-moz-left;
}

/* Header styles */
#header
{
    width:840px;
    height:128px;
    background-color: white;
}

#header img
{
    float:left;
}

#SubHeader
{
    position:absolute;
    left: 260px;
    top:115px;
    background-image:url(../Images/main/SubHeader.jpg);
    width:420px;
    height:26px;
    text-align:right;
    padding: 8px 15px 5px 0;
}

#SubHeader img
{
    float:right;
}

#SubheaderText
{
    float:left;
    margin:-5px 0px 0px 40px;
    font-family:Georgia;
    font-size:.8em;
    width:200px;
    color:Green;
}

#SocietyName
{
    position:absolute;
    top:20px;
    left:220px;
    font-size:36px;
    font-weight:bold;
    font-family:Georgia;
    color:#FFFF66;
}

#SocietyShadow
{
    position:absolute;
    top:22px;
    left:222px;
    font-size:36px;
    font-weight:bold;
    font-family:Georgia;
    color:#000000;
}

#MemberName
{
    position:absolute;
    top:88px;
    left:320px;
    color:White;
    margin:0px;
    font-family: Verdana;
}

/* Menu Styles */

#MainLeftColumn
{
    float:left;
    width:116px;
    height:100%;
    background-color: WHITE; 
    padding-right:6px;  
}

#MainLeftColumn img
{
    float:right;
}

#Menu
{
    width:111px;
    height:240px;
    float:right;
    padding:0px;
    margin:0px;
    border-style:none;
    background-color:Black;
}

#LeftMenu
{
    width:111px;
    display:block;
    background-color:black;
    margin-left:5px;
    margin-bottom:0px;
    font-family:Georgia;
    font-style:italic;
}

#LeftMenu a
{
    
    color:white;
    border-bottom:dotted 1px white;
    display:block;
    width:91px;
    background-color:black;
    margin:0 10px 5px 10px;
    text-decoration:none;
    font-size:.8em;
}

#LeftMenu a:hover
{
    color:Yellow;
}

#LeftMenu .Spacer
{
    position:relative;
    color:white;
    border-bottom:Dashed 1px gray;
    display:block;
    width:101px;
    height:5px;
    background-color:black;
    margin:0 10px 5px 4px;
}

/* Admin Menu */
.AdminMenu
{
    float:right;
    margin-right:20px;
    margin-top:-10px;
    background-color:black;
    width:580px;
}

.AdminMenu Table
{
    margin:0 0 0 10px;
    padding:0;
    font-family:Verdana;
    font-size:1.3em;
    background-color:Black;
}

.AdminMenu td
{
    margin:0;
    padding:1px;
}

.AdminMenu A:Hover
{
    color:Green;
}

.AdminMenu a
{
    color:Yellow;
}

/* Adverts */
#MainRightColumn
{
    float:right;
    width:110px;
    height:240px;
    background-color: white; 
    padding-right:30px;
    margin-top:-20px;
}

.Advert
{
    margin:5px 1px 1px 1px;
}

/* Login Status */

#LogMeIn
{
    font-family:Verdana;
}

#LogMeIn A:Link, #LogMeIn A:Visited, #LogMeIn A
{
    text-decoration: none;
    color:Black;
    font-size:medium;
    font-style:italic;
}

#LogMeIn A:Hover, #LogMeIn A:Active
{
    color:green;
    text-decoration:none;
    font-size:medium;
    font-style:italic;
} 

/* Footer */
#Footer
{
    width:840px;
    height:40px;
    position:relative;
    background-color:white;
    color:#6C7C2E;
    text-align:center;
    padding-bottom:8px;
}