/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.pageheader {
	font-size: 25px;
        border-width: thin;
        border-color: #999999;
        background-color: #EEEEFF;
        border-style: dotted;
        padding: 10px 10px 10px 10px;
}

.pageheader a {
        color: #000000;
}

.recipeitem {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dotted #E7E2DC;
}


.welcome {
	padding: 5px 0px 5px 10px;
	font-size: 16px;
}

.recipescount {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #339CCB;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 100px;
	background: #1582AB;
	border-bottom: 10px solid #2AA1CC;
}

#header {
	width: 1020px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	color: #000000;
	background: url(images/drama_masks_small.gif) no-repeat left 15px;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 100px;
	padding: 40p 0px 0px 80px;
	letter-spacing: -1px;
	font-size: 3.8em;
	background: redc;
	color: #999999;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 62px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#dates {
	float: top;
	font-size: 1.8em;
	padding: 20px 0px 0px 0px;
	color: #FFFFFF;
        height: 40;
	text-align: center;
}

#menu {
	float: right;
	width: 520px;
	height: 70px;
	_height: 60px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 15px 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #2AA1CC;
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}

/* Results */

#results h3 {
	font-weight: bold;
}


/* Schedule */

#schedule {
}

.festivalday {
        /* border-bottom: 1px dotted #E7E2DC;*/
        border-bottom: thin dotted #999999;
        padding: 20px 0px 10px 0px; 
}  

.yearselect {
        border-width: thin;
        border-color: #999999;
        background-color: #EEEEFF;
        border-style: dotted;
        padding: 0px 0px 0px 20px; 
	text-align: justify;
        height: 48px;
}

.yearselect table {
        border:0;
        cellpadding:0;
        cellspacing:0;
        height:48px;
        valign:middle;
}


.yearseldrop {
 float:left;
}

.yearselscheduletext {
 vertical-align: middle;
 height: 48px;
 float:left;
 padding: 0px 0px 0px 33px; 
 background-image: url(images/buttons/small-sched.png);
 background-repeat: no-repeat;
 background-position: left center; 
}

.yearselresultstext {
 vertical-align: middle;
 height: 48px;
 float:left;
 padding: 0px 0px 0px 33px; 
 background-image: url(images/buttons/small-results.png);
 background-repeat: no-repeat;
 background-position: left center; 
}

.yearselload {
 float:left;
 padding: 0px 30px 0px 10px;         
}

.yearselschedulelink {
 padding: 0px 0px 0px 33px; 
 float:left;
 background-image: url(images/buttons/small-sched.png);
 background-repeat: no-repeat;
 background-position: left center; 
}

.yearselresultslink {
 padding: 0px 0px 0px 33px; 
 float:left;
 background-image: url(images/buttons/small-results.png);
 background-repeat: no-repeat;
 background-position: left center; 
}

.playdate {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
	line-height: 180%;
}

.firstplaydate {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.2em;
    display: inline;
    line-height: 180%;
}

.playtime {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
}



.grouptitle {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
}

.competition {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
}

.playschedtitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #3E3530;
        font-size: 2em;
        display: inline;
}  

.playschedwright {
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
}


.bingo {
	font-weight: bold;
        font-size: 1.2em;
	color: #3E3530;
}


.opening {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.2em;
        display: inline;
}

.mainawardsgroup {
    font-weight: bold;
    color: #3E3530;
    font-size: 1.4em;
}

.mainawardsplaytitle {
    font-weight: bold;
    color: #3E3530;
    font-size: 1em;
}

.mainawardsplaywright {
    font-weight: normal;
    color: #3E3530;
    font-size: 1em;
}

.awardsimage {
   float:left;
   padding: 3px 10px 0px 0px;
   height: 100%;
}

.mainawardstext {
/*   float:left; */
   padding: 3px 0px 0px 0px;
   font-size: 1em;
   display: block;
}

.awardstext {
   padding: 3px 0px 0px 0px;
   font-size: 1.2em;
}

.awarddetailwrapper table {
        border:0;
        cellpadding:0;
        cellspacing:0;
}

.awarddetailwrapper td {
        vertical-align: top;
}

/* Play Page */

#playpage {
}

.plot {
        border-width: thin;
        border-color: #999999;
        background-color: #EEEEFF;
        border-style: dotted;
        padding: 10px 20px 10px 20px; 
	text-align: justify;
}

.plot h1 {
        font-size: 1em;
	font-weight: bold;
}
.playtitle {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 2.4em;
        display: block;
}

.playwright {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
        font-size: 1.6em;
}

.playfeatured {
        font-style:italic;
}

.urllink {
        border-width: thin;
        border-color: #999999;
        background-color: #EEEEFF;
        background-image: url(images/buttons/small-info.png);
        background-repeat: no-repeat;
        background-position: left center; 
        border-style: dotted;
        padding: 10px 20px 10px 30px;

}

.recordtable {
       border-width:1px;
       font-size: 1.1em;
}

.recordtable td {
    padding: 2px 10px 2px 10px;
}

.recordheader {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1582AB;
}

.recorddetail {
    font-weight: normal;
    background-color: #EEEEFF;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

/* Back Link */

.backlink {
        background-image: url(images/buttons/small-left.png);
        background-repeat: no-repeat;
        background-position: left center; 
        padding: 10px 0px 10px 30px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	#height: 41px;
	padding: 7px 0px 0px 0px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #333333;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.previous{
       text-align: right;
}

.index{
       text-align: center;
       font-weight: bold;
}

.next{
       text-align: left;
}

/* Sidebar */

#sidebardiv {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}

#sidebardiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebardiv li {
	margin: 0;
	padding: 0;
}

#sidebardiv li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebardiv li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px 30px;
	border-left: none;
}

#sidebardiv li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebardiv li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/img01.jpg) no-repeat left 5px;
}

#sidebardiv h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebardiv p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebardiv a {
	border: none;
	color: #339CCB;
}

#sidebardiv a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #1582AB;
	border-top: 1px solid #1885B0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/* Optional styles */
		.easycap {
			text-align: center;
		}
		
		.eccaption p {
			font-size: 11px;
			margin: 0;
			padding: 3px;
		}
		
/* Tonight Tomorrow */

.tonighttomorrow {
	font-size: 12px;
        width:650px;
        min-height:100px;
        height:auto !important;
        height:100px;

}

.tonighttomorrow h1 {
}

.ttschedlink {
        width: 520px;
        position:absolute;
        margin-left:130px;
        _margin-left: -520px; /* IE6 and below */
        text-align: center;
	font-size: 16px;
        margin-top: -22px;
        _color: #FFFFFF; /* IE6 and below */
        font-weight: bold;
}

.ttmenu {
        float:left;
        width:130px;
        height:100px;
}

.ttmenuitemtext {

}

.ttmenuitem {
        height:37px;
        font-size: 1.8em;
        padding: 13px 0px 0px 15px;
        *padding:  13px 0px 0px 6px; /* IE7 and below */
        _padding:  13px 0px 0px 6px; /* IE6 and below */
        cursor:pointer;
        color: #999999;
        z-index: 20;
	font-weight: bold;
}

.ttcurrentmenuitem{
        position:relative;
        height:37px;
        font-size: 1.8em;
        padding: 13px 0px 0px 15px;
        *padding:  13px 0px 0px 6px; /* IE7 and below */
        _padding:  13px 0px 0px 6px; /* IE6 and below */
        cursor:pointer;
        color: #FFFFFF;
        text-shadow: 4px 4px 4px #0e526b;
        z-index: 30;
	font-weight: bold;
}

#ttarrow{
	background: url(images/buttons/arrow-trans.png) no-repeat left;
        _background: url(images/buttons/arrow-trans.jpg) no-repeat left; /* IE6 and below */
        position:relative;
        width: 150px;
        height: 50px;
        margin-top: -100px;
        _padding-top: 1px; /* IE6 and below */
        left: 0px;
        z-index: 10;
}

.ttdetail{
        position:relative;
        padding-left: 30px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;

	border-bottom: 3px solid #999999\9; /* IE8 and below */
	border-right: 3px solid #999999\9; /* IE8 and below */

        float:left;
        width:485px; /* Modern Browsers */
        *width:480px; /* IE7 and below */
        _width:480px; /* IE6 and below */

        _margin-left:-20px; /* IE6 and below */

        height:100px;
        -moz-box-shadow: 3px 3px 4px #000;
        -webkit-box-shadow: 3px 3px 4px #000;
         box-shadow: 3px 3px 4px #000;
}

.ttdetailitem{
        position:relative;
        z-index: 0;
}


#tomorrowdetail{
        display:none;
}

.infobox {
        border-width: thin;
        border-color: #999999;
        background-color: #EEEEFF;
        background-image: url(images/buttons/small-info.png);
        background-repeat: no-repeat;
        background-position: 15px center; 
        border-style: dotted;
        padding: 10px 20px 10px 55px;

}