/* ELEMENTS */

body {
    background:url(/css_images/main/page_background.jpg);
    margin: 0;
    height: 100%;
    color: #333333;
}

a {
    font-weight: bold;
}

/* IDs */

#header {
    background:url(/css_images/header/header_centre.jpg);
    height: 139px;
    width: 990px;
    overflow: hidden;
}

#footer {
    background:url(/css_images/footer/footer_background.jpg);
    height: 100px;
    padding-top: 1em;
    text-align: right;
    width: 990px;
}

#sub-header-centre {
    background:url(/css_images/header/sub_header_centre_background.jpg);
    height: 20px;
    text-align: right;
    width: 750px;
}

#main-wrapper, #sidebar-wrapper, #sub-header-center, #sidebar-portrait, #sidebar-left, #footer  {
    float: left;
}

#main-wrapper {
    width: 750px;
    overflow: hidden;
}

#full-wrapper {
    width: 990px;
    background-color: #FCFCF9;
}

#main {
    padding-top: 18px;
    zoom: 1;
}

#sidebar-wrapper {
    width: 240px;
}

#sidebar-landscape {
    background:url(/css_images/sidebar/sidebar_landscape_background.jpg);
    height: 183px;
    width: 240px;
}

#sidebar-portrait {
    background:url(/css_images/sidebar/sidebar_portrait_background.jpg);
    height: 327px;
    width: 240px;
}

#sidebar-right, #main {
    background-color: #FCFCF9;
}

#sidebar-left {
    text-align: center;
    width: 222px;
}

#sidebar-left h1 {
    margin: 15px 0 15px 0;
}

#above-tabs {
    background:url(/css_images/header/top_ad_background.jpg) bottom;
    /* height: 113px; Need when there is an actual ad */
    height: 40px;
}

#above-tabs span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2em;
}

#main-left {
    float: left;
    width: 450px;
    margin-left: 10px !important;
    margin-left: 5px;
    margin-bottom: 20px !important;
}

#main-right {
    float: left;
    margin-left: 20px;
    width: 260px;
    
}

#main-full {
    float: left;
    width: 730px; 
    margin-left: 10px !important;
    margin-left: 5px;
}

#menu {
    background:url(/css_images/tabs/menu_background.png) top left;
    height: 32px;
}

#menu ul {
    margin:0 0 0 10px;
}

#menu ul li {
    display:inline;
    list-style-type:none;
    padding-right: 5px;
    margin: 0 auto;
}

#menu ul li.selected a {
    background:url(/css_images/tabs/selected_tab.png) top left no-repeat;
    color: black;
    font-size: 1.2em;
    text-decoration: none;
}

#menu ul li a {
    font-size: 1.1em;
    display:-moz-inline-stack;
    display:inline-block;
    width: 91px;
    height: 32px;
    line-height: 32px;
    background:url(/css_images/tabs/unselected_tab.png) top left no-repeat;
    text-align: center;
    color: #513F10;
}

#menu ul li a span {
    display: block;
    text-align: center;
    position:relative;
}

#menu a:focus, #menu a:active {
    outline-color:invert;
    outline-style:none;
    outline-width:medium;
}

#menu a:hover {
    color: black;
}

#menu a:hover span {
   text-decoration: underline;
}

/* ELEMENTS WITHIN IDS */

#sidebar-left h1 {
    color: #513F10;
    font-size: 1.5em;
}

#header img {
    margin: 20px 0 0 15px;
}


#sidebar-left img {
    margin: 20px 0;
}

#sub-header-centre ul, #footer ul {
    list-style-type: none;
    margin: 0;    
}

#sub-header-centre ul {
    padding-right: 45px;
}

#sub-header-centre ul li, #footer ul li {
    display: inline;
    font-weight: bold;
    padding-right: 5px;
}

#sub-header-centre ul li a {
    color: #DE2571;
}
    
#sidebar-portrait img, #sidebar-landscape img {
    margin: 8px 0 0 15px;
}

#footer ul, #footer p {
    color: #7A7B79;
    margin: 1em;
    display: inline;
}

#footer ul li {
    padding: 0 0.75em;
}

#footer ul li a {
    color: #0090CD;
}

#main-left input.text-set-width, #main-left fieldset.borderless input.text-set-width{
	width: 440px;
}

#main-left textarea, #main-left fieldset.borderless textarea {
	width: 430px;
}

#main-left fieldset textarea {
	width: 375px;
}

#main-left fieldset input.text-set-width {
	width: 385px;
}

/* CLASSES */

table.album-edit td.photo_column {
    width: 25%;
}
table.album-edit td.caption_column {
    width: 45%;
}
table.album-edit td.baby_column {
    width: 30%;
}

form.uniForm select {
    margin: 0;
}

.container {
    background:url(/css_images/sidebar/sidebar_left_background.jpg) repeat-y;
    /* Add this back after you better understand the IE6 box model. */
    /*border: 1px solid #e5e5e5;*/
}

.container_no_bg_img {
    background-image: none;
    background-color: #FCFCF9;
}

table.album-edit td {
	vertical-align: top;
}

.centre {
    text-align: center;
}

.right {
    text-align: right;
}

.male {
    color: #29AAE1;
}

.female {
    color: #DE2571;
}

.float-wrap {
    overflow: auto;
    zoom: 1;
}

ul.no_bullets {
    list-style: none;
    margin-left: 0;
}

div.pageination {
    text-align: right;
    margin-bottom: 1em;
}

.bigger {
    font-size: 1.2em;
}

.even_bigger {
    font-size: 1.4em;
}

p.clear {
    clear: both;
    margin-bottom: 0;
}

.zebra {
    background-color: #f2f2f2;
}

.top_bump {
    margin-top: 10px;
}
