/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************** wrapper, Header *********************************************/

#wrapper{
    width: 1200px;
   height: 1800px;
    margin: 0 auto 0 auto; /* T R B L */
    background-image: url(Images/hangman.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 20px;
}
h1{
    background-image: url(Images/Grasping.png);
    background-repeat: no-repeat;
   text-indent: -12000px;
    font-size: 250px;
  padding-top:600px;
   background-position: bottom left;
}
/*********************** nav *************************/
nav {
    width: 900px;
    font-size: 25px;
    margin-bottom: 120px;
    position: fixed;
    margin-top: 30px;
  
}
nav ul {
    
}
nav ul li {
    
}
nav ul li a{
    float: left;
    display:inline-block;
    padding: 0 30px 0 10px;
    color: rgb(169, 79, 33);
    font-family: 'josefin-sans', arial, sans-serif;
    text-decoration:none;
    
}
nav ul li a:hover{
    color: rgb(154,12, 26);
    transform: rotate(23deg);
    
}
.clearfix{
  content: "";
  display: table;
  clear: both;
}
a{
   
    color: rgb(249, 159, 61);
    font-family: 'josefin-sans', arial, sans-serif;
    text-decoration: none;
}
a:hover{
    color: rgb(154,12, 26);
       
}

/************************ h2, p, section ****************/
section{
    width: 800px;
    padding: 0 50px 50px 25px;
    text-align: left;
    border-top: 50px;
    border-left: 10px solid;
    border-left-color: rgb(249, 159, 61);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 {
    color: rgb(249, 159, 26);
    font-family: 'josefin-sans', arial, sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
        
}
p {
    width: 500px;
     color: rgb(169, 79, 33);
    font-family: 'josefin-sans', arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-indent: 30px;
    margin-left: 25px;
    margin-top: 20px;
}
sup{
    font-size: 20px;
   
}
i{
   font-style: italic;
   
}
p sup{
    font-size: 10px;

}
#ticketsTop{
    width: 1200px;
}
#ticketsTop div h2{
    
   color: rgb(154,12, 26);
    font-size: 20px;
    text-align: center;
}
#ticketsTop div{
    width: 210px;
    float: left;
    display: block;
    background-color:rgb(249, 159, 26);
    margin-left: 10px;
    text-align: center;
}

#ticketsTop div p{
    text-align: center;
    width: 200px;
    margin-left: 5px;
    text-indent: -10px;
    font-size: 14px;
    line-height: 20px;
}
#castTop .image{
    float: left;
    display: block;
    margin: 10px;
}
#castTop p{
    
    margin-top: 70px;
    
}
h3{
    font-size: 200px;
}
/******************************* form ****************************/
form {
    font-family: 'josefin-sans', arial, sans-serif;
    margin: 0 auto 0 auto;
    width: 800px;
    padding: 50px;
}
fieldset {
    border-top:5px;
    border-bottom:5px;
    padding: 20px 0 20px 0;
    margin: 0 0 40px 0;
}

label{
    font-size: 14px;
    display: block;
    margin: 5px 0 5px 60px;
     color: rgb(249, 159, 61);
}
input[type="text"], input[type="email"] {
    height: 16px;
    width: 200px;
    padding: 10px;
    margin: 0 0 18px 60px;
    font-size: 16px;
    color: rgb(154,12, 26);
}
input[type="text"]:focus, input[type="email"] {
  
}
feildset p {
    font-size: 16px;
    margin: 0 0 8px 0;
}
label.radioGroup {
    margin: 0 0 0 8px;
}
textarea {
    width: 200px;
    height: 100px;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    margin: 14px 0 0 60px;
    color: rgb(154,12, 26);
}
button {
    cursor: pointer;
     background-color: rgb(249, 159, 61);
    color: rgb(154,12, 26);
    margin-left: 60px;
}
button:hover{
    color:rgb(249, 159, 61);
    background-color:rgb(154,12, 26); 
}






















