/* Start of CMSMS style sheet 'preview' */
/* --------------------------------------------------
    Global
   -------------------------------------------------- */
    body
    {
        text-align: left;
        min-width: 960px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #494949;
        font-size: 62.5%;
        margin: 0 auto;
        border: 0;
        padding: 0;
        background-color: #d2232a;
      /*  background: #FFFFFF url(http://www.orchestralondon.ca/uploads/images/preview/background.jpg) center center fixed repeat;*/
    }

/* --------------------------------------------------
    cufon - do not delete!
   -------------------------------------------------- */

    .cufon
    {
    /* nothing needed here, move along... */
    }

/* --------------------------------------------------
    Utils
   -------------------------------------------------- */
   
    dfn 
    {
	display: none;
	overflow: hidden;
    }
    .accessibility
    {
	position: absolute;
	top: -999em;
	left: -999em;
        
    }
    hr
    {
        border: 0;
        color: #c9c9c9;
        background-color: #c9c9c9;
        height: 1px;
        width: 100%;
        text-align: left;
    }
    .clear
    {
	clear: both;
    }   
	.clear:after
	{
	    content: ".";
	    height: 0px;
	    visibility: hidden;
	    display: block;
	    clear: both;
	}
    
/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

    p
    {	
	font-size: 1.2em;
	line-height: 1.5em;
        text-align: justify;
        font-family: "Droid Sans", sans-serif;
    }
    h1
    {
	font-size: 1.8em;
	color: #d2232a; /*006e8d*/
        font-family: "Droid Sans", sans-serif;
    }
    h2
    {
	font-size: 2.4em;
	color: #d2232a; /*a5cf4c*/
	padding-bottom: 0.2em;
	border-bottom: 3px dotted #cccccc;
        font-family: "Droid Sans", sans-serif;
    }
    h3
    {
	color: #494949;
	font-size: 1.6em;
        display:block;
        font-family: "Droid Sans", sans-serif;
    }
    h4
    {
	font-size: 1em;
	color: #494949;
    }
    h5
    {
	color: #1b516b;
    }
    a
    {
	color: #494949; /*a5cf4c*/
    }
    a:hover
    {
    
    }
    /* Custom */
    #contentHeading h1
    {
	margin: 0;
	padding: 0;
	color: #1b516b;
    }
    /* Homepage headings */
    .boxFeaturedContentMain h2
    {
        margin-top: 0;
    }
    .boxSubContentLeft h3, .boxSubContentRight h3
    {
        margin-top: 0;
    }
    #footerContent a
    {
	color: #494949;
	text-decoration: none;
    }
    #footerContent a:hover
    {
              color: #1b516b;
    }
    li
    {
	font-size: 1.2em;
    }
    #altlist li
    {
	font-size: 1.2em;
        margin: .5em 0;
    }
    #leftlist li
    {
	font-size: 1.4em;
        margin: .5em 0;
        font-weight: bold;
        list-style-type: none;
    }
    ul ul li
    {
         font-size: 1em;
    }
	
/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
   
    #masthead
    {
	margin: 0 auto;
              margin-top: 20px;
        padding: 0;
	width: 960px;
	height: 99px; /*114*/
        color: #000;
        background: url(uploads/images/mastheadbackground.gif) no-repeat;


    }
        /* I know this is horrible, but Safari/Chrome are 1px out */
        @media screen and (-webkit-min-device-pixel-ratio:0)
        {
            #masthead
            {
                height: 100px; /*115*/
            }
        }
        #masthead x:-moz-any-link, x:default
        {
            height: 100px; /*115*/
        }
	#mastheadLeft
	{
	    float: left;
	    margin-left: 50px;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
            #mastheadLeft img
            {
                border: 0;
            }
	#mastheadRight
	{
	    float: right;
	    margin-right: 20px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
    #navMain
    {
             margin: 0 auto;
	width: 960px;
             height: 35px;
             background: url(uploads/images/navmainbackground.gif) no-repeat;
    }
    #navSub
    {
        margin: 0 auto;
        width: 960px;
        height: 20px;
        background: url(uploads/images/navsubbackground.gif) no-repeat;

    }
    #contentHeading
    {
	text-align: left;
	width: 960px;
	margin: 0 auto;
        height: 20px;
        padding: 0px; 
        margin-top: 10px;
        background: url(uploads/images/contentheadingbackgroundp.gif) no-repeat;
    }
    #contentEnding
    {
	text-align: left;
	width: 960px;
	margin: 0 auto;
        height: 20px;
        padding: 0px; 
        margin-top: 0px;
        background: url(http://www.orchestralondon.ca/uploads/images/contentendingbackground.gif) no-repeat;
    }

    #contentWrapper
    {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	border: 0;
        background-color: #FFFFFF; /*ebe9e9*/
    }  
    #contentMain
    {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
    }
    /* HACK: IE6 doubles the right margin. */
    * html #contentMain 
    {
	margin-right: 10px;
    }
    /* Full-width content page, no child pages */
    #contentMainFullWidth
    {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/

    }
    /* Two column content page, no children */
    #contentLeftNoChildren
    {
        float: left;
        width: 630px;
        margin-left: 20px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/
    }
        /* HACK: IE6 doubles the left margin. */
        * html #contentLeftNoChildren 
        {
            margin-left: 10px;
        }
    #contentRightNoChildren
    {
        float: left;
        width: 250px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/
    }
        /* HACK: IE6 doubles the right margin. */
        * html #contentRightNoChildren 
        {
            margin-right: 10px;
        }
    /* Two column content page, with children */
    #contentLeftWithChildren
    {
        float: left;
        width: 480px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/
    }
        /* HACK: IE6 doubles the margins. */
        * html #contentLeftWithChildren 
        {
            margin-left: 0;
            margin-right: 10px;
        }
    #contentRightWithChildren
    {
        float: left;
        width: 200px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/
    }
        /* HACK: IE6 doubles margins. */
        * html #contentRightWithChildren 
        {
            margin-left: 10px;
            margin-right: 10px;
        }
        
/* --------------------------------------------------
    Homepage content boxes
   -------------------------------------------------- */

    .boxFeaturedContentLeft
    {
        float: left;
        width: 920px; /*610*/
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
        background-color: #FFFFFF; /*ebe9e9*/

    }
        /* HACK: IE6 doubles the left margin. */
        * html .boxFeaturedContentLeft 
        {
            margin-left: 10px;
        }
    .boxFeaturedContentMain
    {
        width: 920px; /*610*/
    }
    .boxSubContent
    {
        float: left;
        width: 900px; /*275 */
        padding: 10px;
        min-height: 15px;
        margin-right: 10px;
        margin-top: 20px;
        background-color: #FFFFFF; /*ebe9e9*/
    }
    .boxSubContentLeft
    {
        float: left;
        width: 260px;
        padding: 10px;
        min-height: 15px;
        margin-right: 10px;
        margin-top: 0px;
        background-color: #FFFFFF; /*ebe9e9*/
    }

    .boxSubContentRight
    {
        float: left;
        width: 600px;
        padding: 10px;
        min-height: 15px;
        margin-left: 10px;
        margin-top: 0px;
       background-color: #FFFFFF; /*ebe9e9*/
    }
    .boxNewsRight
    {
        float: right;
        width: 290px; /*290 */
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 10px; /*10 */
        margin-right: 20px; /*20 */
        margin-bottom: 20px; /*20 */
    }
        /* HACK: IE6 doubles the right margin. */
        * html .boxNewsRight 
        {
            margin-right: 10px; /*10 */
        }
    #footerWrapper
    {
	text-align: left;
	width: 960px;
             height: 370px; /*60*/
	margin: 0 auto;
             margin-top: 8px;
             margin-bottom: 20px;
        background: url(uploads/images/footerwrapperbackground.gif) no-repeat; 
   }
	#footerContent
	{
	    width: 940px;
            margin: 0 auto;
            padding: 10px;
	    font-size: 1.1em;
	}

/* --------------------------------------------------
    Main Navigation
   -------------------------------------------------- */
   
    #navMain ul
    {
	list-style: none;
	margin: 0;
	padding: 0;
        float: left;
    }
	#navMain li
	{
	    float: left;
	    padding: 0;
	    font-size: 1.5em;
                 margin-right: 2px;
	}
	    #navMain li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0 20px;
		line-height: 2.3em;
		color: #1b516b;
		border: 0;
	    }
	    #navMain li a
	    {
		display: block;
		float: left;
                           text-decoration: none;
		padding: 0 18px;
		line-height: 2.3em;
		color: #494949;
                           font-weight: bold;
	    }
		#navMain li a:hover
		{
		   color: #1b516b; 
 		}
	    #navMain li.currentpage
	    {
	       color: #1b516b; /*text-decoration: underline;*/
	    }
            #navMain li.activeparent
            {
                    color: #1b516b;
            }
                #navMain li.activeparent a
                {
                    color: #1b516b;
                }
                    #navMain li.activeparent a:hover
                    {
                        color: #1b516b;
                    }

/* --------------------------------------------------
    Sub Navigation
   -------------------------------------------------- */

    #navSub ul
    {
        list-style: none;
	margin: 0;
	padding: 0;
        margin-top: 0px;
        float: left;
    }
        #navSub li
	{
	    float: left;
	    padding-left: 30px;
	    font-size: 1.3em;
            margin-right: 2px;
            font-weight: none;
	}
            #navSub li a
            {
                text-decoration: none;
                color: #494949;
                font-weight: bold;

            }
                #navSub li a:hover
                {
                    color: #1b516b;
                }
            #navSub li h3
	    {
		display: block;
		float: left;
		font-size: 1em;
		margin: 0;
		padding: 0;
		color: #1b516b;
		border: 0;
                           text-decoration: bold;
                }
               
/* --------------------------------------------------
    Tables
   -------------------------------------------------- */
   
    table
    {
border-style:none;
/*        border: 0px solid #c2d2e9;*/

        background-color: #ffffff;
        font-size: 1.1em;
        border-collapse: collapse;
    }
	.cellHeading
	{
	    text-align: left;
	    border: 0;
	    color: #000;
	    background-color: #dfe8f6;
	    font-weight: bold;
	}
	td
	{
	    text-align: left;
	    border: 0px solid #c2d2e9;
	}
	.cellBold
	{
	    color: #1f437c;
	    font-weight: bold;
	    background-color: #dfe8f6;
	}
	.cellAlt
	{
	    background-color: #f6f9fe;
	}
	.cellAlignCentre
	{
	    text-align: center !important;
	}

/* --------------------------------------------------
    Forms
   -------------------------------------------------- */

    input
    {
	background: #f5f5f5 url(uploads/ocean/bg_form.gif) repeat-x top left;
	border: 1px solid #c9c9c9;/*e3e3e3*/
	padding-left: 5px;
	margin-bottom: 6px;
    }

/* --------------------------------------------------
    Search
   -------------------------------------------------- */

    .search-input
    {
	margin-right: 2px;
    }
    .search-button
    {
	
    }

/* --------------------------------------------------
    News
   -------------------------------------------------- */
   
    /* Summary */
    .NewsSummary
    {
	margin-bottom: 5px;
        border-bottom: 1px dotted #cccccc;
    }
        /* Homepage */
        .boxNewsRight .NewsSummary
        {
            padding: 10px;
        }
	.NewsSummaryPostdate
	{
	    color: #666;   
	}
	.NewsSummaryLink
	{
	    font-size: 1.2em;
	}
	.NewsSummaryCategory
	{
	    color: #666; 
	}
	.NewsSummaryAuthor
	{
	    color: #666; 
	}
	.NewsSummarySummary
	{
	    font-size: 1em;
	    line-height: 0;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryContent
	{
	    font-size: 1.2em;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryExtra
	{
	    
	}
	.NewsSummaryField
	{
	    
	}
    /* Detail */
    .NewsPostDetailDate
    {
	
    }
    h3.NewsPostDetailTitle
    {
	
    }
    hr.NewsPostDetailHorizRule
    {
	
    }
    div.NewsPostDetailCategory
    {
	
    }
    div.NewsPostDetailAuthor
    {
	
    }
    div.NewsPostDetailContent
    {
	
    }
    div.NewsPostDetailExtra
    {
	
    }
    div.NewsPostDetailPrintLink
    {
	
    }
    div.NewsPostDetailReturnLink
    {
	
    }
    div.NewsDetailField
    {
	
    }
    
/* --------------------------------------------------
    Slideview homepage widget
   -------------------------------------------------- */

    /* Preloader stuff, do not modify! */
    .svwp
    {
        width: 50px;
        height: 20px;
        background: #FFFFFF; /*ebe9e9*/
    } 
        .svwp ul
        {
            position: relative;
            left: -999em;
        }
    .slideViewer
    { 
        position: relative;
        overflow: hidden; 
        margin: 0;
        padding: 0;
        background: #fff;
    }
     /* Your list of images */
    .slideViewer ul
    { 
        position: relative;
        left: 0;
        top: 0;
        width: 1%;
        list-style-type: none;
        margin: 0; 
        padding: 0;
    }
        .slideViewer ul li
        {
            float:left;
        }
    /* For the text pop-up */
    .slideViewer span.typo
    { 
        padding: 0px; /* 6 do not modify padding */
        background: #fff;
        color: #494949;
        font: bold 12px Arial;
    }
    .thumbSlider
    { 
    overflow: hidden;
    width: 1%;
    background: #fff;
    }
        .thumbSlider ul
        { 
        list-style-type: none;
        margin: 0; 
        padding: 0;
        }
            .thumbSlider ul li
            { 
                float:left;
                margin: 0;
            }
        .thumbSlider a
        {
            color: #fff;
            text-decoration: none;
        }
            .thumbSlider a img
            {
                border: 0;
                display: block;
                padding: 0;
            }
        .thumbSlider p.tmbrdr {
            /* the border above -not around- each thumb */
            /* width, height and top values are dynamically added by the script. Do not modify. */
            position:relative; 
            left: 0;
            font-size: 0.01em;
            left: 0;
            margin: 0;
            padding: 0;
        }
        a.left, a.right
        {
            /*the left and right buttons (links)*/
            background: transparent; /* could be any color  */
            color: #000000; 
            font: bold 16px Arial;
            overflow: hidden;
        }
        a.left span, a.right span
        {
              }
        a.left img, a.right img
        {
            border: 0;
        }
        a.l_dis, a.r_dis
        {
            background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
            cursor: default;
        }
        a.l_dis span, a.r_dis span
        {
            display: none;
        }
            a:focus
            {
                outline:none;
            }

/* --------------------------------------------------
    Background image
   -------------------------------------------------- */


/* End of 'preview' */