﻿/* Theme Colorsgreen : #008752 yellow : #ffe402*/
a {
    color: #008752
}
a:focus {
    outline: dotted 1px
}
hr {
    border-color: #bebebe;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: 400
}
.typography h6,
.typography strong,
.typography table th {
    font-weight: 700
}
.typography h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
}
.typography h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px
}
.typography h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}
.typography h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px
}
.typography h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}
.typography h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px
}
::-moz-selection,
::selection {
    background: #b80000;
    color: #fff;
    text-shadow: none
}
.typography p {
    line-height: 26px;
    padding: 2px 2px 14px;
    margin: 0
}
.typography em {
    font-style: italic
}
.typography blockquote {
    background: url(../images/blockquote.png) 0 6px no-repeat;
    color: #777;
    display: block;
    font-style: italic;
    margin: 0 0 20px 5%;
    float: right;
    text-indent: 30px;
    width: 50%;
    clear: both
}
.typography blockquote p {
    line-height: 25px
}
.typography pre {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    margin: 0 0 20px;
    padding: 15px;
    clear: both
}
.GetInSeat-header{
	font-size:40px;
}
.GetInSeat-sup{
	font-size:30px;
}
address {
    display: block;
    margin-bottom: 20px
}
.blue {
    color: #0f4da1
}
.cyan {
    color: #00849d
}
.white {
    color: #fff
}
.green {
    color: #008752
}
.inherit {
    color: inherit;
    text-decoration: none
}
ul {
    margin: 0 0 0 20px
}
ol li,
ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom:10px;
}
.typography table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 10px
}
.typography table td,
.typography table th {
    padding: 10px;
    vertical-align: top;
    border:solid thin silver;
}
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
.typography img {
    height: auto
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 15px 0 0
}
.typography img.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 0 15px
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both
}
.typography .captionImage {
    width: 100%;
    margin-top: 5px
}
.typography .captionImage img {
    margin: 0
}
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0
}
.typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
    max-width: 50%
}
.typography .captionImage.left img,
.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%
}
.typography .captionImage.left img {
    margin-right: -10px
}
.typography .captionImage.right img {
    margin-left: -10px
}
.typography .captionImage.right p {
    text-align: left;
    margin-left: -10px
}
.typography .captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0
}
.typography .captionImage.center {
    margin: 0 auto 20px
}
.typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888
}
@media only screen and (max-width: 720px) {
	.typography img.break-on-mobile {
	    float: none;
	    max-width: 100%;
	    display:block;
	    margin: 0 auto 10px auto;
	}
}
@media only screen and (max-width: 580px) {
	.GetInSeat-header{
		font-size:28px;
	}
	.GetInSeat-sup{
		font-size:20px;
	}	
}