﻿/*

    Quicksilver Children's Theatre
    Main Style Sheet
    Created 10th June 2009
    By Climbing Turn Ltd
    
    Contents:
    @Header
    @Menu
    @SubMenu
    @Footer
    @Content
    @Resources
    @Lightbox


*/


body {
    margin:0;
    padding:0;
    background-color:#69c;
    font-family:Arial, Sans-Serif;
}

img
{
    border:0;
}

img.floatright
{
    float:right;
}

img.floatleft
{
    float:left;
    margin:0 20px 20px 0;
}

h1
{
    margin:10px 0 20px 0;
    font-size:1.6em;
    font-weight:normal;
    color:#333;
}

h2
{
    margin:10px 0 20px 0;
    font-size:1.3em;
    font-weight:normal;
    color:#69c;
}

h3
{
    margin:20px 0 4px 0;
    font-size:1.1em;
    font-weight:normal;
    color:#333;
}

h4
{
    margin:10px 0 4px 0;
    font-size:0.8em;
    font-weight:bold;
    color:#333;
}

p
{
    margin:0;
    padding:4px 0 4px 0;
    font-size:0.8em;
    line-height:1.6em;
    color:#666;
}

ul
{
    margin-top:4px;
    padding-top:4px;
    list-style-image:url(../assets/qsbullet.gif);
}

ul li
{
    font-size:0.8em;
    line-height:1.6em;
    color:#666;
}


a
{
    color:#486d91;
    font-weight:bold;
}

a:visited
{
    color:#486d91;
}

a:hover
{
    text-decoration:none;
}

ul.inlinelist
{
    padding:0;
    list-style-image:none;
    list-style-type:none;
    width:100%;
    text-align:center;
    margin:20px;
 
}

ul.inlinelist li
{
    display:inline;
    margin:20px;
}

#introtext
{
    display:none;
}

/* --------------------------------- @Header */

#qsHeader
{
    position:relative;
    width:1000px;
    height:145px;
    background-image:url(../assets/header_bg.gif);
    background-repeat:no-repeat;
    margin:0 auto;
    overflow:hidden;
}

img#qsLogo
{
    position:absolute;
    top:14px;
    left:57px;
}


p#qsHeaderStrap
{
    position:absolute;
    width:400px;
    top:44px;
    right:30px;
    color:#fff;
    font-size:1em;
    text-align:right;
    font-weight:bold;
    line-height:1.3em;
}
/* color:#562a75; */

/* --------------------------------- @Menu */

#qsMenu
{
    position:absolute;
    left:0;
    bottom:0;
    width:940px;
    padding:4px 30px 0 30px;
    height:26px;
    overflow:hidden;
    background-image:url(../assets/white_bg.gif);
    background-repeat:repeat-y;
    text-align:right;
}

#qsMenu ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

#qsMenu ul li
{
    display:inline;
    padding:10px 0 0 30px;
    font-size:1.1em;
}

#qsMenu ul li a
{
    text-decoration:none;
    color:#000;
    font-size:0.8em;
    font-weight:bold;
}

#qsMenu ul li a:visited
{
    color:#000;
}

#qsMenu ul li a:hover
{
    text-decoration:underline;
}
       
#qsMenu ul li a.selected
{
    color:#69c;
}

#qsMenu ul li a:visited.selected
{
    color:#69c;
}

/* --------------------------------- @SubMenu */

#qsSubMenu 
{
    position:absolute;
    top:10px;
    left:20px;
    width:160px;
    padding:0 10px 0 10px;
    overflow:hidden;
}

#qsSubMenu h1
{
    margin:0;
    font-size:0.9em;
    font-weight:bold;
}

#qsSubMenu ul
{
    list-style-image:none;
    list-style-type:none;
    margin:8px;
    padding:8px;
}

#qsSubMenu ul li
{
    line-height:1.1em;
    margin-bottom:10px;
}

#qsSubMenu ul li a
{
    text-decoration:none;
    color:#486d91;
    font-size:0.9em;
    font-weight:bold;
}

#qsSubMenu ul li a:visited
{
    color:#486d91;
}

#qsSubMenu ul li a:hover
{
    text-decoration:underline;
}
       
#qsSubMenu ul li.selected a
{
    color:#69c;
}

#qsSubMenu ul li.selected a:visited
{
    color:#69c;
}

ul.qsSubMenuImgs li a img
{
    margin:20px 0 20px 0;   
}

/* ----------------------------------------------- @Content */

img#qsMainImg
{
    position:absolute;
    top:10px;
    right:20px;
}

.qsContentContainer
{
    position:relative;
    width:810px;
    margin:0 auto;
    background-image:url(../assets/white_bg.gif);
    background-repeat:repeat-y;
    padding:220px 0 0 190px;
    overflow:hidden;
}

.qsContent
{
    width:750px;
    padding:0 0 40px 0;
}

.qsContentWithRes
{
    width:570px;
    padding:0 40px 40px 0;
    overflow:hidden;
    border-right:180px #fff solid;
    margin-right:-180px;
    float:left;
    background-color:#fff;
}

/* ------------------------------------------------- @Resources Panel */

div.qsResourcesPanel
{
    width:180px;
    float:left;
    text-align:left;
    padding-bottom:40px;
}

div.qsResourcesPanel ul
{
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
}

div.qsResourcesPanel ul li a
{
    text-decoration:none;    
}

div.qsResourcesPanel h1
{
    font-size:1.6em;
    color:#333;
    margin-bottom:10px;
}

div.qsResourcesPanel h2
{
    font-size:1em;
    font-weight:bold;
    color:#666;
    margin-bottom:10px;
}

div.qsResourcesPanel ul li a img
{
    margin-bottom:10px;
}

/* The following two styles are thanks to Alan Pearce and Ryan Brill */

#leftcolumn
{
    width:375px;
    border-right:375px solid #fff;
    margin-right:-375px;
    float:left;
    padding-bottom:40px;
}

#rightcolumn
{
    width:375px;
    float:left;
    padding-bottom:40px;
}

/* ----------------------------------------------- @Forms */

.formRow
{
    width:500px;
    clear:both;
}

.formRow label
{
    width:100px;
    float:left;
    text-align:right;
    margin-bottom:20px;
    padding-right:6px;
    font-weight:bold;
    color:#6e6e6e;
    font-size:0.8em;
}

#qsContactForm
{
    margin:20px 0 20px 0;
}

#errorMessage p
{
    font-weight:bold;
    color:#c00;
}

#ContactValidationSummary
{
    font-size:0.8em;
    font-weight:bold;
    color:#c00;    
}

#ContactValidationSummary ul
{
    list-style-image:none;
    list-style-type:square;
}

#ContactValidationSummary ul li
{
    font-size:1em;
    font-weight:bold;
    color:#c00;
}

p.qsFormNote
{
    font-size:0.7em;
    display:inline;
}

/* --------------------------------- @Footer */

#qsFooter
{
    width:670px;
    height:90px;
    margin:0 auto;
    clear:both;
    padding:10px 40px 20px 290px;
    background-image:url(../assets/footer_bg.gif);
    background-repeat:no-repeat;
    overflow:hidden;
    position:relative;
}

#qsFooter p
{
    font-size:0.7em;
    color:#562a75;
    margin:2px 0 0 0;
    line-height:1em;
    padding:0 0 1px 0;
}

#qsFooter ul
{
    list-style-type:none;
    margin:0 0 4px 0;
    padding:0;
}

#qsFooter ul li
{
    display:inline;
    padding:0 4px 0 4px;
    margin:0;
}

#qsFooter ul li#ffirst
{
    padding-left:0;
}

#qsFooter ul li#flast
{
    border:0;
}

#qsFooter ul li a
{
    font-size:0.7em;
    color:#fff;
    text-decoration:none;
}

#qsFooter ul li a:visited
{
    color:#fff;
}

#qsFooter ul li a:hover
{
    text-decoration:underline;
}

p#rightlogo
{
    position:absolute;
    top:24px;
    right:42px;
    padding:0;
    margin:0;
}


p#leftlogo
{
    position:absolute;
    top:24px;
    left:42px;
    padding:0;
    margin:0;
}

#qsFooter > p.footerpatrons 
{
    color:#fff;
    margin-top:8px;

}

#homeImageFaderContainer
{
    position:absolute;
    top:10px;
    right:20px;
    width:790px;
    height:200px;

}

#homeImageFaderContainer img
{
    position:absolute;
    left:0;
    top:0;
}

    
/* ------------------------------------------ @Lightbox */

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
	
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption
{ 
    float: left; 
}

#keyboardMsg
{ 
    float: right;
}

#lightbox img
{ 
    border: none; 
} 

#overlay img
{ 
    border: none; 
}

#overlay
{ 
    background-image: url(../assets/overlay.png); 
}

* html #overlay
{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../assets/overlay.png", sizingMethod="scale");
}

#ctAd
{
    width:920px;
    height:76px;
    margin:0 auto;
    text-align:center;
    clear:both;
    color:#fff;
}

#ctAd p
{
    color:#fff;
    font-size:0.7em;
}

#ctAd a
{
    color:#fff;
    font-weight:normal;
    text-decoration:none;
}

#ctAd a:visited
{
    color:#fff;
}

#ctAd a:hover
{
    text-decoration:underline;
}