@charset "UTF-8";
/* CSS Document */

/* GLOBAL RESET
*******************/

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

img {border:none;}

.spacer { clear:both}



/* BODY STYLES
*******************/


body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #000000 url(images/moon.jpg) center top no-repeat;
	background-attachment: fixed;
}

#pageWrapper {
	width:760px;
	margin: 10px auto;
}


#contentWrapper {
	width:739px;
	background: url(images/bg-content-bot.gif) bottom left no-repeat;
	margin:0px 0px 15px 0 ;
	padding:0 0 17px 0;
}


#contentWrapper .top{
	width:739px;
	height:17px;
	background: url(images/bg-content-top.gif) top left no-repeat;
	margin::0;
	padding:0;
}


#content {
	background: url(images/bg-content.gif);
	margin:0;
	padding:15px 30px;
}




/* HEADER STYLES
*******************/

#menu ul {
	margin: 0px;
	padding: 0px;
	height:20px;
	width: 720px;
	padding: 30px 0 7px 0;
	text-align:right;
	font-size:80%;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	text-decoration: none;
	margin:0 5px 0 5px;
	padding:4px 4px 12px 4px;
}

#menu ul li a:link, #menu ul li a:visited{
	color:#ccc;
}
#menu ul li a:hover, #menu ul li a:active {
	color:#fff;
	text-decoration:underline;
	background: url(images/bg-menu-over.png) no-repeat;
}


/* FOOTER STYLES
*******************/


#date {
	font-size: 24px;
	text-align: right;
	background: #fff url(images/date-bg.png) top right repeat-y;
	margin:10px 6px  0  0;
	padding:6px 20px 6px 0;
	COLOR:#FFFFFF;
}

#reflectionhome {
	width:100%;
	height:226px;
	background:#000000 url(images/reflection.jpg) no-repeat;
}

#reflection {
	width:100%;
	height:226px;
	background:#000000 url(images/reflection2.jpg) no-repeat;
}



/* HOME STYLES
*******************/




#logo {
	background: #fff url(images/logo-KSF.gif) no-repeat;
	width:328px;
	height:319px;
	text-indent:-9999px;
	float:left;
	margin:6px 10px 0 0;
}

#storytellers {
	width:330px;
	float:left;
}

.rows {
	background-color:#000000;
	width: 324px;
	text-align:left;
	margin: 0 0 6px 10px;
	padding:0;
}

.rows a {
	text-decoration:none;
	margin:0 2px 0 0;
	padding:0;
}

.thumbnails {
}




/* INSIDE STYLES
*******************/

h1 {
        font-size:140%;
        margin:2px 0 20px 0;
        padding:6px;
        background-color:#333;
        color:#fff;
}


#leftcol {
         width:180px;
         float:left;
}

#logosmall {
	background: #fff url(images/logo-KSF-sml.gif) no-repeat;
	width:160px;
	height:160px;
	text-indent:-9999px;
	margin:6px 10px 0 0;
}




#buy-tickets {
	padding: 0px 0 15px 0;
}

#buy-tickets a {
	width:154px;
	height:50px;
	display:block;
}

#buy-tickets a:link, #buy-tickets a:visited {
	background: transparent url(images/but-buy-tickets.png) no-repeat;
}  

#buy-tickets a:hover, #buy-tickets a:active {
	background: transparent url(images/but-buy-tickets.png) -154px 0px no-repeat;
}  

#buy-tickets a span{
	display:none;
}

#pricesWrapper {
	background-image: url(images/left-col-prices-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 146px;
	padding: 0 0 10px 0;
	margin: 10px 0 15px 4px;
}

#pricesWrapper .top {
	background-image: url(images/left-col-prices-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height:10px;
	margin:0;
	padding:0;
}

#prices {
	background-image: url(images/left-col-prices.gif);
	font-size: 75%;
	margin:0;
	padding:0 10px 0 10px;
}


#prices h3, #prices p {
	margin:0;
	padding:0 0 10px 0;
}

#prices h3 {
	font-size:12px;
}

#prices p {
	font-size:11px;
}

#maincol {
        width:480px;
        float:left;
        text-align:left;
}

.leftcol { 
         width:230px; 
         float: left;
}

.rightcol {
          width:220px;
          float:left
}

.leftcol h3, .rightcol h3 {
          border-bottom:1px dotted #333;
}

.paypalbut {
        width:100px;
        float:left;
        margin: 0 0 15px 20px
}

.paypalbut h4 {
        font-size:12px;
}


.paginate {
       padding:20px 0 20px 0;
       font-size:90%;
}


/* SCHEDULE STYLES
*******************/

table {

}

th {
        font-size:12px;
        font-weight:normal;
        color:#fff;
        background-color:#333;
        padding:5px;
}

td {
        font-size:11px;
        font-weight:normal;
        color:#000;
        background-color:#eee;
        padding:6px 3px 5px 3px;
        vertical-align:top;
}