﻿/*
    New Diorama Theatre
    Core Style Sheet
    Created on: 23rd February 2010 
    Created by: Climbing Turn Ltd <<www.climbingturn.co.uk>>
    
    Contents:
        $Structure
        $Header
        $Text
        $Form
        $Home
        $ContactPanel
        $FooterBox
        $Footer
*/


/* --------------------------------------------------------------- $Structure */

body {
    margin:0;
    padding:0;
    background-image:url(../assets/background.jpg);
    background-repeat:repeat;
}

#nd-content-container
{
    margin: 0 auto;
    position:relative;
    width:960px;
}

#nd-content-container img#overlay
{
    top:0;
    left:0;
    position:absolute;
    z-index:-1;
}

#nd-notepad-top
{
    margin-left:120px;
    width:600px;
    height:47px;
    background-image:url(../assets/notepad-top.png);
    background-repeat:no-repeat;
}

.ndMainContent
{
    margin-left:120px;
    padding:10px 40px 0 40px;
    width:520px;
    background-image:url(../assets/notepad-lines.png);
    background-repeat:repeat-y;
    overflow:hidden;
}



#nd-notepad-bottom
{
    width:600px;
    height:54px;
    margin-left:120px;
    background-image:url(../assets/notepad-bottom.png);
    background-repeat:no-repeat;
    
}


ul#nd-menu
{
    position:absolute;
    height:369px;
    width:161px;
    left:720px;
    top:200px;
    list-style-type:none;
    margin:0;
    padding:0;
    background:transparent url('../assets/menu2.png') no-repeat 0 0;
    
}


ul#nd-menu a
{
    display:block;
    width:161px;
    margin:0;
    padding:0;
    position:absolute;
    left:0;
}

ul#nd-menu a span
{
    display:none;
}

ul#nd-menu a#menu-home
{
    background-position:0 0;
    height:58px;
    top:0;
}

ul#nd-menu a#menu-whatson
{
    background-position:0 -58px;
    height:45px;
    top:58px;
}

ul#nd-menu a#menu-about
{
    background-position:0 -103px;
    height:50px;
    top:103px;
}

ul#nd-menu a#menu-artistsupport
{
    background-position:0 -103px;
    height:50px;
    top:153px;
}

ul#nd-menu a#menu-hire
{
    background-position:0 -153px;
    height:66px;
    top:203px;
}

ul#nd-menu a#menu-finding
{
    background-position:0 -219px;
    height:111px;
    top:285px;
}

#LeftColumn {
    width:250px;
    border-right:solid 250px transparent;
    margin-right:-250px;
    overflow:hidden;    
    float:left;
    clear:both;
}

#RightColumn {
    width:250px;
    float:left;
    padding-left:20px;
}

.ndHidden { display:none; }

p.ndGoTop { 
    width:100%;
    text-align:right;
    margin:20px 0 10px 0;
    clear:both;
}

/* --------------------------------------------------------------- $Header */

#nd-header
{
    margin-left:120px;
    width:960px;
    height:160px;
}

#nd-logo
{
    position:absolute;
    top:10px;
    right:100px;
}


#ndbuy
{
    position:absolute;
    left:130px;
    top:50px;
}

/* --------------------------------------------------------------- $ContactPanel */


#nd-contact-panel
{
    position:absolute;
    left:740px;
    top:575px;
    width:161px;
    list-style-type:none;
    margin:0;
    padding:0;
}

#nd-contact-panel > p.header
{
    margin:10px 0 10px 0;
    font-weight:bold;
    color:#fff; 
}

#nd-contact-panel > h1
{
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#e1ceba;
    font-size:0.7em;
    letter-spacing:0;
    margin:0;
}


#nd-contact-panel > p
{
    color:#a18f7e;
    line-height:1.1em;
    font-size:0.7em;
}

#nd-contact-panel > p > a {
    color:#a18f7e;
    font-weight:normal;
}

#nd-contact-panel > p > a:visited {
    color:#a18f7e;
}

#nd-contact-panel > p > a:hover {
    text-decoration:none;
}

/* --------------------------------------------------------------- $Text */

h1 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:2.2em;
    letter-spacing:-2px;
    text-transform:none;
    color:#382C1D;
    font-weight:normal;
    margin:0;
}

h2 {
    color:#CA6500;
    text-transform:none;
    font-size:1.2em;
    margin:0 0 20px;
    font-weight:normal;
}

h3 {
    font-size:1.5em;
    font-family:Georgia, Times New Roman, Sans-Serif;
    font-weight:normal;
    color:#382C1D; 
    margin:0 0 20px;
}

h4 {
    color:#c05c00;
    font-size:1em;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin:0 0 3px 0;
}

h5
{
    color:#839200;
    font-size:0.8em;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin:0 0 3px 0;
}

h6
{
    color:#333;
    font-size:0.9em;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin:0 0 12px 0;
    font-weight:bold;
}

p,li {
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#333;
    font-size:0.85em;
    line-height:1.7em;
    margin:0 0 12px;
}

p a, li a {
    color:#2a4661;
    font-weight:bold;
}

p a:visited, li a:visited {
    color:#2a4661;
}

p a:hover, li a:hover {
    text-decoration:none;
}

ul {
    margin:6px 0 20px 0;
}

ul li {
    margin:0 0 2px 0;
}

ol li  {
    margin:0 0 20px 0;
}

strong {
    color:#505050;
}

img {
    border:0;
}

img.floatright {
    float:right;
    margin:0 0 10px 20px;
}

img.floatleft {
    float:left;
    margin:10px 20px 4px 0;
}

img.clearboth {
    clear:both;
    margin:0 0 20px 0;
}

/* --------------------------------------------------------------- $Form */

#ndform
{
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    position:relative;
    width:500px;
}
#ndform p
{
    line-height:1.2em;
}

.formrow
{
    width:500px;
    height:25px;
    clear:both;
}

.formrow > label
{
    float:left;
    width:200px;
    text-align:right;
    margin-bottom:10px;
    padding-right:6px;
    color:#666;
    font-size:1em;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.formrow > input
{
    left: 202;
    width:200px;
    margin-bottom:10px;
    padding-right:6px;
    font-weight:bold;
    color:#6e6e6e;
    font-size:0.8em;
}

.formrow > input.ndsubmit
{
    width:100px;
    margin-left:205px;
    margin-bottom:0px;
}

.ValidationError {
    color:#f00;
    clear:both;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:0.85em;
    padding-top:20px;
}

.ValidationError li {
    color:#f00;
}

/* --------------------------------------------------------------- $Home */


div.EventText
{
    padding-left:65px;
    margin:30px 0 20px 0;
}

p.date {
    background-image:url(../assets/date-box.jpg);
    background-repeat:no-repeat;
    background-position:top left;

    display:block;
    width:39px;
    height:40px;
    margin:0 0 0 -65px;
    color:#fff;
    float:left;
    text-align:center;
    font-size:0.7em;
}

p.dateto
{
    margin-top:50px;
}

p.date em, p.dateto em {
    font-weight:bold;
    font-style:normal;
    font-size:1.6em;
    line-height:0.6em;
}


/* --------------------------------------------------------------- $FooterBox */
#nd-footer-box-container
{
    width:600px;
    margin:40px 0 40px 120px;
    overflow:hidden;
}

#nd-footer-box-top
{
    width:600px;
    height:10px;
    background-image:url(../assets/footerbox-top.png);
    background-repeat:no-repeat;    
}

#nd-footer-box
{
    width:560px;
    background-image:url(../assets/footerbox-mid.png);
    background-repeat:repeat-y;
    padding:10px 20px 20px 20px;
    overflow:hidden;
}


#nd-footer-box-bottom
{
    width:600px;
    height:10px;
    background-image:url(../assets/footerbox-bottom.png);
    background-repeat:no-repeat;
}

#nd-footer-box-left > h1
{
    color:#b6a590;
    font-size:1.5em;
    letter-spacing:0;
}

#nd-footer-box-left > p
{
    color:#b6a590;
    font-size:0.8em;
    margin-top:20px;
    line-height:1.1em;
}

#nd-footer-box-left
{
    width:340px;
    border-right:solid 250px transparent;
    margin-right:-250px;
    overflow:hidden;    
    float:left;
}


#nd-footer-box-right
{
    width:200px;
    margin-left:20px;
    float:left;
}


#nd-footer-box-right > ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#nd-footer-box-right > ul li
{
    margin-bottom:8px;
}

#nd-footer-box-right > ul > li > a
{
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#b6a590;
    font-size:0.9em;
    text-decoration:none;
}

#nd-footer-box-right > ul > li > a:visited
{
    color:#b6a590;
}


#nd-footer-box-right > ul > li > a > img
{
    margin-right:4px;
    vertical-align:middle;
}

/* --------------------------------------------------------------- $Footer */


#nd-footer
{
    width:820px;
    text-align:center;
    margin-bottom:40px;
}

#nd-footer > p
{
    color:#a18f7e;
    font-size:0.7em;
    font-weight:normal;
}

#nd-footer > p > a
{
    color:#a18f7e;
    font-size:1em;
    text-decoration:none;
    font-weight:bold;

}

#nd-footer > p > a:visited
{
    color:#a18f7e;
}

#nd-footer > p > a:hover
{
    text-decoration:underline;
}

/* --------------------------------------------------------------- $What's On */

.whatson {
    margin-top:30px;
}


.whatson > h1 {
    font-size:1.3em;
    margin:0 0 6px 0;
    letter-spacing:normal;
    text-transform:none;   
}

.whatson > h2 {
    color:#839200;
    margin:0 0 4px 0;
    font-size:0.9em;

}

.whatson > p {
    margin:0;
    line-height:1.5em;
}


/* Editing Only */

#ctMainContent
{
    margin-left:0;
    padding:10px 40px 0 40px;
    width:520px;
    background-image:url(../assets/notepad-lines.png);
    background-repeat:repeat-y;
    overflow:hidden;
}
