/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */

/************
  * Misc Styles and defaults
  */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%;
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif;
    background: #000000 url(../images/motif.jpg) repeat;
    background-position: top left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {

}
.clear{
	clear:both;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 818px;
	margin: -1px 82px;
}

#Container {
    background-position: -32px 0;
    background-repeat: no-repeat;
    width: 757px;
    margin-right: 29px;
    margin-left: 32px;
}

#Layout {
    clear: both;
    margin: 0px;
    overflow: hidden;
    width: 757px;
    height: auto;
}

#Heading {
    display: inline;
    float: left;
    padding-right: 78px;
    overflow: hidden;
    text-align: left;
    width: 757px;
    background: transparent url(../images/WebTheatrePrincessBodyBg.jpg) repeat-y;
    background-position: -32px 0;
}

#Content {
    display: inline;
    float: left;
    margin: 0;
    padding: 10px 78px 0;
    overflow: hidden;
    text-align: left;
    width: 757px;
    background: transparent url(../images/WebTheatrePrincessBodyBg.jpg) repeat-y;
    background-position: -32px 0;
}

#ContactUsContent {
    display: inline;
    float: left;
    height: auto;
    width: 600px;
    overflow: hidden;
}

/** Header **/
#Header {
    margin: 0 auto;
    overflow: hidden;
    width: 818px;
    height: 139px;
    background-repeat: no-repeat;
}

    #Header h1 {
        color: #fff;
        font-size: 3.2em;
        font-family: Tahoma, Verdana, sans-serif;
        font-weight: 300;
        padding: 20px 0 0 30px;
    }

    #Header p {
        font-size: 1.4em;
        color: #fff;
        clear: left;
        margin: 0 0 0 100px;
    }

    div.blankHeader1 {
        width: 280px;
        height: 139px;
        float: left;
        display: inline;
    }

    div.blankHeader2 {
        float: left;
        height: 99px;
        width: 500px;
        display: inline;
    }

/*** Main Nav ***/
#Navigation {
    width: 768px;
    margin: 0 auto;
    padding-top: 7px;
    overflow: hidden;
    float: left;
    width: auto;
    height: 35px;
    display: inline;
}

    #Navigation ul {
        float: left;
        width: 100%;
        display: inline;
    }
        #Navigation ul li {
                display: block;
                float: left;
                height: 32px;
                line-height: 2.8em;
                list-style-image: none;
                list-style-position: outside;
                list-style-type: none;
                margin: 0px 16px;
                width: 62px;
        }

            #Navigation ul li a {
                display: block;
                float: left;
                font-size: 1.2em;
                height: 2.3em;
                text-decoration: none;
                width: 100%;
            }

            #Navigation ul li a.current,
            #Navigation ul li a.section,
            #Navigation ul li a.section:hover,
            #Navigation ul li a.current:hover {
                color: #444;
            }

            #Navigation ul li a:hover {
                color: #333;
                cursor: pointer;
            }

                #Navigation ul li a span {
                    float: left;
                    height: 2.3em;
                    text-align: center;
                    width: 100%;
                    display: inline;

                }

                #Navigation ul li a:hover span {
                    cursor: pointer;
                }


                #Navigation ul li a.current span,
                #Navigation ul li a.section span,
                #Navigation ul li a.section:hover span,
                #Navigation ul li a.current:hover span {
                    color: #444;
                }

/** Breadcrumbs **/
#Breadcrumbs {
    color: #B7C0C5;
    text-align: left;
    font-size: 0.9em;
    margin: 0px 5px 10px 0;
}

    #Breadcrumbs p {
        margin: 0;
    }

/*** Message Boxs ***/

.message {
    margin: 15px;
    padding: 5px;
    width: 92%;
    color: #979908;
    border: 4px solid #F7F8B4;
    background: #FFFFEA;
}

span.middleColumn .message {
    margin: 4px 0 0 3px;
}

.required {
    margin: 4px 0 0 3px;
    padding: 5px;
    width: 92%;
    color: #DC1313;
    border: 4px solid #FF7373;
    background: #FED0D0;
}

p#Remember label {
    margin: -24px 0 0 20px;
    text-align: left;
}

.entry {
    border-bottom: 1px solid #eee;
}

/* Sidebar
***********************************/
#Sidebar {
    float: right;
    font-family: trebuchet MS;
    margin: 0px 35px 0px 0px;
    padding: 0px;
    text-align: right;
    height: auto;
    display: inline;
}

    #Sidebar .sidebarBox {
        height: 100%;
        width: auto;
    }

    #Sidebar ul {
        margin: 0px;
        height: 65px;
        width: auto;
    }

    #Sidebar li {
        margin:0px;
        padding:0px 0px 3px;
        list-style: none;
    }

    #Sidebar h3 {
        clear: both;
        text-transform: lowercase;
        color: #fff;
        font-weight: 700;
        font-size: 1.4em;
        margin: 0px 0px;
        line-height: 1.8;
        padding: 0px 0px;
    }

	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
	}

	#Sidebar a em {
		font-style: normal;
	}

    #Menu2 li {
        font-size: 0.9em;
        height: 12px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        white-space: nowrap;
        text-align: right;
    }

        #Menu2 li a {
            color: #7D8082;
            font-size: 11px;
	    padding-left: 8px;
        }

            #Menu2 li a img {
                display: none;
            }

            #Menu2 li a.current img {
                display: inline;
                width: 13px;
                height: 11px;
                border: 0px;
                float: left;
            }


	#Menu2 li em {
	}
		#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      #Menu2 li a:hover,
      #Menu2 li a.current,
      #Menu2 li a.current:hover {
            color: #000000;
			cursor: pointer;
            text-decoration: none;
      }

	  #Menu2 li a.current {
            font-size: 12px;
            font-weight: bold;
            float: left !important;
            width: auto !important;
            display: inline !important;
	  }

      #Menu2 li a.section,
      #Menu2 li a.section:hover {
            background: #898989;
            font-weight: 700;
            width: 193px;
      }

      #Menu2 li a.levela:hover span,
      #Menu2 li a.current span,
      #Menu2 li a.section span,
      #Menu2 li a.section:hover span,
      #Menu2 li a.current:hover span {
            display: inline;
            width: auto;
            height: 100%;
      }

      #Menu2 li a.levela:hover em,
      #Menu2 li a.current em,
      #Menu2 li a.section em,
      #Menu2 li a.section:hover em,
      #Menu2 li a.current:hover em {
            display: inline;
            width: auto;
            height: 100%;
      }

      #Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 193px;
            padding: 4px 0 10px 0;
      }

      #Menu2 li ul li ul {
            margin-left: 0;
      }

      #Menu2 li ul li {
            width: 160px;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }

      #Menu2 li li a.current,
      #Menu2 li li a.section,
      #Menu2 li li a.section:hover,
      #Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }

      #Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }

      #Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }

      /* Sub Menu */
      #Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }

	  #Menu2 li a.levelb:hover,
      #Menu2 li li a.current,
      #Menu2 li li a.current:hover,
      #Menu2 li li a.section,
      #Menu2 li li a.section:hover {
            text-decoration: none;
            display: block;
            color: #898989;
      }

      #Menu2 li a.levelb:hover span,
      #Menu2 li li a.current span,
      #Menu2 li li a.current:hover span,
      #Menu2 li li a.section span,
      #Menu2 li li a.section:hover span {
            display: block;
            width: 100%;
            height: 100%;
      }

      #Menu2 li a.levelb:hover em,
      #Menu2 li li a.current em,
      #Menu2 li li a.current:hover em,
      #Menu2 li li a.section em,
      #Menu2 li li a.section:hover em {
            display: block;
            width: 100%;
            height: 100%;
      }

#lang {
    display: inline;
    float: right;
    height: auto;
    margin-top: 23px;
    margin-right: 35px;
    margin-bottom: 3px;
    width: 55px;
}

    #lang a {
        float: right;
        display: inline;
        text-align:right;
        color: rgb(125, 128, 130);
        font-size: 9px;
        font-family: Trebuchet MS;
        text-decoration: underline;
    }

    #changeLang {
        float: right;
        display: inline;
        text-align:right;
        color: rgb(125, 128, 130);
        font-size: 9px;
        font-family: Trebuchet MS;
        text-decoration: underline;
        border: none;
    }


/* Comments
******************************************/

#PageComments_holder {
    margin-top: 25px;
}

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}

#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}

.actionLinks li {
   display: inline;
   border-right: 1px solid;
}

   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}

#PageComments p {
	font-size: 1em;
}

#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}

ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}

	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer
*****************************************/

#Footer {
 	clear: both;
    background: transparent url(../images/WebTheatrePrincessFooter.jpg) no-repeat;
    background-position: -32px 0;
	text-align: center;
    margin-right: 29px;
    margin-left: 32px;
    height: 134px;
    width: 757px;
    float: left;
    display: inline;
    color: #917f6d;
}

	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}

  	#Footer p {
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}

  	#Footer a {
	   	color: #fff;
	   	text-decoration: none;
    }

	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

        div.footerLeft {
            float: left;
            text-align: left;
            width: auto;
            height: 100%;
            font-family: trebuchet MS;
            font-size: 10px;
            padding-top: 60px;
            padding-left: 67px;
            display: inline;
        }

            div.footerLeft span {
                font-size: 12px;
            }

        div.footerRight {
            float: right;
            text-align: left;
            width: auto;
            height: 100%;
            font-family: trebuchet MS;
            font-size: 16px;
            font-weight: bold;
            padding-right: 67px;
            padding-top: 70px;
            display: inline;
        }

    #Copyright {
        color: #99999C;
        font-family: Verdana;
        font-size: 9px;
        height: 35px;
        width: 818px;
        float: left;
        display: inline;
    }

        div.copyrightLeft {
            width: auto;
            float: left;
            padding-left: 31px;
            padding-top: 4px;
            display: inline;
        }

        div.copyrightRight {
            width: auto;
            float: right;
            padding-right: 29px;
            padding-top: 4px;
            display: inline;
        }

#ContentScrollPane.scroll-pane p {
    margin-top: 0px;
    margin-bottom: 0px;
    /*text-align: center;*/
}

    #ContentScrollPane.scroll-pane p img.center {
        display: inline !important;
        margin-left: 89px;
    }

img.center {
    border: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(125, 128, 130);
    margin-top: 0px;
}

#ListSubscribe {
    margin: 200px auto 0;
    padding: 10px 32px 0 244px;
    overflow: hidden;
    height: 32px;
    line-height: 1.2em;
    text-align: center;
}

    #ListSubscribe a {
        font-size: 11px;
        color: #7d8082;
        border-bottom: 1px dotted #7d8082;
        text-decoration: none;
    }

    #ListSubscribe a:hover {
        color: black;
        border-bottom: 1px solid black;
    }

#ListSubscribeToolTip * {
    font-size: 11px;
}

/*#infoContact {
    float: left;
    width: auto;
    height: auto;
    padding-right: 20px;
    display: inline;
}

#contactComments {
    float: left;
    width: auto;
    height: auto;
    padding-left: 10px;
    display: inline;
}*/

/* Content
*****************************************/

div.Moviefirstbottomrightborder,
div.Moviefirstbottomborder,
div.Moviebottomrightborder,
div.Moviebottomborder,
div.Movierightborder,
div.Movie {
    float: left;
    height: 126px;
    width: auto;
    display: inline;
}

    div.Moviefirstbottomrightborder,
    div.Moviebottomrightborder {
        border-bottom: solid;
        border-right: solid;
    }

    div.Moviefirstbottomborder,
    div.Moviebottomborder {
        border-bottom: solid;
    }

        div.Moviefirstbottomrightborder {
            padding: 0px 16px 16px 0px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

        div.Moviefirstbottomborder {
            padding: 0px 16px 16px 16px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

        div.Moviebottomrightborder {
            padding: 16px 16px 16px 0px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

        div.Moviebottomborder {
            padding: 16px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

        div.Movierightborder {
            border-right: solid;
            padding: 16px 16px 0px 0px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

        div.Movie {
            padding: 16px 16px 0px 16px;
            border-width: 1px;
            border-color: #C9C9C9;
            display: inline;
        }

div.MovieLarge {
    float: left;
    margin: 16px 0;
}

    div.MovieLarge div.RightContent {
        width: 405px;
    }

        div.MovieLarge div.Info {
            border-bottom-width: 0;
        }

            div.MovieLarge a {
                border-bottom: 1px dotted #7d8082;
                text-decoration: none;
                color: #7d8082
            }

            div.MovieLarge a:hover {
                border-bottom: 1px solid #303030;
                text-decoration: none;
                color: #303030;
            }

div.blankMoviePages {
    float: left;
    width: 544px;
    height: 265px;
    display: inline;
}

#MovieContent {
    float: left;
    margin: 0px 0px 0px 37px;
    display: inline;
    width: 563px;
    overflow:hidden;
}

    div.LeftContent {
        display: inline;
        float: left;
        height: auto;
        overflow: hidden;
        width: 122px;
        margin-right: 13px;
    }

        img.poster {
            border: 0;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(125, 128, 130);
        }

    div.RightContent {
        float: left;
        width: 120px;
        height: auto;
        display: inline;
        overflow: hidden;
    }

        div.Title {
            border-width: 1px;
            border-bottom: 1px solid rgb(153, 153, 156);
            color: rgb(76, 88, 91);
            font-size: 10px;
            font-family: Verdana;
            float: left;
            padding-bottom: 5px;
            width: 100%;
            display: inline;
        }

        div.Info {
            border-width: 1px;
            border-bottom: 1px solid rgb(153, 153, 156);
            color: rgb(125, 128, 130);
            font-size: 10px;
            font-family: Verdana;
            float: left;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 100%;
            display: inline;
            overflow: hidden;
        }

        div.Schedule {
            color: rgb(125, 128, 130);
            font-size: 10px;
            font-family: Verdana;
            float: left;
            padding-top: 5px;
            width: 100%;
            display: inline;
        }

            div.Schedule table.Grid {
	        float: left;
		margin: 0;
		margin-left: 1px;
                /*border: 1px solid red;*/
            }

                div.Schedule table.Grid td {
                    padding: 1px 6px;
                    /*border: 1px solid red;*/
		    font-size: 10px;
                }

#MovieInfo {
    float: left;
    display: inline;
    margin:0px 0px 0px 37px;
    width: 100%;
    height: 100%;
}

    #MovieInfo div.leftSide {
        float: left;
        display: inline;
        width: 257px;
        height: 100%;
        padding-right: 15px;
    }

    #MovieInfo div.rightSide {
        float: left;
        display: inline;
        width: 264px;
        height: 100%;
        padding-left: 15px;
        border-left-style: solid;
        border-width: 1px;
        border-color: rgb(153, 153, 156);
        overflow: hidden;
    }

/* Newsletter subscribe form */
#Newsletters.optionset {
    margin: 5px;
}

#Form_Form fieldset li label {
   display: inline;
}

#inscription {
    display: inline;
    float: right;
    height: auto;
    margin-bottom: 3px;
    margin-right: 64px;
    width: 84px;
}

    #inscription a {
        color: #7D8082;
        display: inline;
        float: right;
        font-family: Trebuchet MS;
        font-size: 11px;
        text-align: right;
        text-decoration: none;
    }
