/* @group reset */

/* RESET BROWSERS */
select {
	background-color:transparent;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  background: #fff;
  color: #444;
  line-height: 1.4;
}

body, input, button, textarea, select {
  font-family: "Palatino Linotype", Freeserif, serif;
  letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "DejaVu Serif", serif;
  letter-spacing: .1em;
}
pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1, h2, h3, h4, h5 {font-weight: normal;}

a:link {color: #000;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:focus {text-decoration: none;}
a:focus,:focus {outline: 1px dotted #000;}
a:hover,a:active {outline: none;}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img {vertical-align: bottom;}

ol li,
ul ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

sub {
	line-height:0;
  vertical-align: sub;
  font-size: smaller;
}

sup {
	line-height:0;
  vertical-align: super;
  font-size: smaller;
}

legend {
  color: #000;
  padding-bottom: .5em; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  position: absolute;
  left: -999em;
}

th {text-align: center;} 
tbody th {text-align: left;} 

code {color: #06f;}
code, pre {font-family: "Courier New", monospace, serif; font-size: 1em;}

blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}

blockquote p:before, blockquote p:after, q:before, q:after {content: '';}

th, strong, dt, b {
  font-weight: bold;
}

ins {
  text-decoration: none;
  border-bottom: 3px double #333;
}

del {text-decoration: line-through;} 

abbr, 
acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
} 

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, fieldset, address {padding:0 30px;}

dd p, dd pre, dd ul, dd ol, dd dl, li p, li pre, li ul, li ol, li dl, fieldset p, fieldset ul, fieldset ol {
  padding-right: 0;
  padding-left: 0;
}

dd {
  padding-left: 20px;
  margin-top: .5em;
}

li {margin-left:30px;}

table {
  margin-right: 30px;
  margin-left: 30px;
} 

hr {
  margin-right: 30px;
  margin-left: 30px;
  border-style: inset;
  border-width: 1px;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, li, hr, legend, input, button, textarea, select, address, table {margin-top: 1.2em;}

label {padding-top: 1.2em;}

fieldset {line-height: 1;}

input[type="checkbox"] {
  vertical-align: text-bottom; 
  *vertical-align: baseline;
}

input[type="radio"] {vertical-align: bottom;}

input {_vertical-align: text-bottom;}

input, button, textarea, select, optgroup, option {
  font: inherit;
	text-transform:inherit;
	line-height: inherit !important;
}

select {
	background-color:transparent;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputButton {
  *overflow: visible;
  _width: 0;
  padding: .2em .4em;
}

.block {
  padding: 0 30px;
  margin-top: 1.2em;
}

.padding2margin {
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0;
  padding-left: 0;
}

.noMarker li {
  list-style: none;
  margin-left: 0;
}

/* @end */

/* @group override */

body, input, button, textarea, select {
    letter-spacing: 0em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0em;
}

p, dl {
    margin: 0;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, li, hr, legend, input, button, textarea, select, address, table {
    margin-top: 0em;
}

/* @end */

/* @group global */

.clearer {
	clear: both;
}

/* @end */

/* @group DIV */

#myContainer {
	width: 1024px;
	margin: 0 auto; 
}

#mainContainer {
	width: 1024px;
	margin: 0 auto; 
}

#header {
	height: 347px;
	background: url(../images/header.jpg) no-repeat;
}

#contentContainer {
	min-height: 448px;
	background: url(../images/content.jpg) no-repeat;
	padding-top: 30px;
}

#content {
	padding-left: 60px;
	padding-right: 90px;
	width: 520px;
	float: left;
}

#sidebar {
	width: 354px;
	float: right;
}

#tickets {
	height: 350px;
	background: url(../images/pad.png) no-repeat;
	padding-right: 75px;
	padding-top: 70px;
}

#quote {
	height: 240px;
	background: url(../images/paper.png) no-repeat;
	padding-left: 45px;
    padding-right: 120px;
    padding-top: 30px;
}

.divide {
	background: url(../images/divide.png) no-repeat;
	height: 32px;
}

/* @end */

/* @group Other */

.logo {
	padding-top: 70px;
	padding-left: 60px;
}

#nav {
	float: left;
	list-style: none;
	width: 100%;
}

#nav ul {
	padding-top:50px;
	padding-left: 60px;
}

#nav li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font: normal normal 0.9em Arial, Helvetica, Geneva, sans-serif;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

#nav a {
	color: #cdb391;
	display: block;
	float: left;
	padding: 8px 12px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#nav a.active {
	color: #f8f2e1;
}

/* @end */

/* @group Type */

#content h1,
#content h2 {
	color: #ab1e5a;
	padding-left: 0;
	font: 2.1em 'Dancing Script', arial, serif;
	padding-bottom: 20px;
}

#content h3 {
	padding-left: 0;
	text-transform: uppercase;
	color: #3e3123;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}

#content p,
#content td {
	padding-left: 0;
	color: #3e3123;
	font: 0.9em Arial, Helvetica, Geneva, sans-serif;
}

#content a {
	color: #3e3123;
	text-decoration: none;
}

#tickets p {
	text-align: center; 
	font-family: 'Dancing Script', arial, serif;
	color: #ab1e5a;
	font-size: 1.4em;
}

#tickets .brown {
	color: #65370a;
	font-size: 1.5em;
	line-height: 1.8em;
}

#tickets .plain {
	color: #3e3123;
	font: 0.5em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

#tickets .smaller {
	font-size: 0.8em;
	line-height: 1.3em;
}

#tickets a {
	color: #599c56;
}

#quote p {
	color: #3e3123;
	font: 0.5em/1.5em Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

#quote .quoter,
.quoter,
#content .quoter {
	color: #ab1e5a;
	font: 0.5em/1.5em Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 0em;
}

.tour {
	text-align: center; 
	font-family: 'Dancing Script', arial, serif;
	color: #ab1e5a;
	font-size: 1.3em;
	padding-right: 75px;
}

.bold {
	font-weight: bold;
}

.green {
	color: #599c56;
}

.brown {
	color: #65370a;
}

#footer p {
	color: #3e3123;
	text-align: center;
	font: 0.6em Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
	text-decoration: none;
}

blockquote {
	padding-top: 20px;
	padding-bottom: 5px;
}

/* @end */


