body {
	background: url('img/MetroCAF2014_Background.png') top right no-repeat;
	background-attachment:fixed;
	background-color: black;
	color: black;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	letter-spacing: normal;
}

P {
	margin-top: 0;
}
H1, H2, H3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
H2,H3 {
	color: #FFFFFF;
	background: #4b554b;
	padding: .25em 1em .25em 1em;
	margin-top: 0px;
	vertical-align: text-top;
}
H1 {
	color: #;
	padding: 0 1em .25em 1em;
	text-align: center;
	font-size: 28px;
	line-height: 31px;
}
H2 {
	font-size: 24px;
	line-height: 26px;
}
H3 {
	font-size: 20px;
	line-height: 23px;
}
H4 {
	color: #466829;
	margin: 0;
	padding: 0;
	font-size: 16px;	
	line-height: 19px;
}

A {
    color: white;
    padding: 0 .25em;
    font-weight: bold;
    text-decoration: underline;
}

A:visited{
    color: white;
    text-decoration: none;
}
A:hover {
	color: #FFFFFF;
}
hr {
	border-top: 2px solid #e6cec2;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
sidelogo a {
	background: none;
}

#block {
	float: left;
	display: block;
	clear: both;
	width: 580px;
}
#center {
	text-align: center;
}
#logo {
	text-align: center;
	background: url('img/2015_Banner.png') top center no-repeat;
	display: block;
	margin: 0;
	height: 118px;
}
#logo img{
	border-width: 0;
	margin: 14px 0 0 25px;
}
#logo a{
	background: none;
}
#tabBar {
	background-color: #04021A;
	max-width: 1000px;
	min-width: 600px;
	border-radius: 1em 1em 0 0;
	-webkit-border-top-left-radius: 1em;
  	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-topleft: 1em;
  	-moz-border-radius-topright: 1em;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
}
.topTab {
	display: inline;
	color: #FFFFFF;
}
.topTab li {
	font-family: 'bebas_neueregular', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: 2px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 3px 25px 3px 0;
}
.topTab a{
	color: #58C892;	
	background: none;
	padding: 0;
	text-decoration: none;
}
.topTab a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.imgCenter {
	border: 0;
	margin: .5em auto .5em auto;
	display: block;
}
.imgCenter a{
	background: none;
}

#cityBottom{
	position: fixed;
	bottom: 0px;
	right: 25px;	
}
#cityBottomSmall{
	position: fixed;
	bottom: 0px;
	right: 25px;
	visibility: hidden;	
}

#entry{
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 0;
	padding-left: 1em;
}
.level1{
	margin-top: 1em;
}
#contentDIV {
	max-width: 1000px;
	min-width: 600px;
	margin: 0 auto 0 auto;
}

table.content{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	background: #BFBFBF;
}

table.content P{
	margin: 0 1em 1em 1.5em;
	padding: 0;
}
td.sidebar {
	width: 200px;
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	border: solid black;
}
td.column-left {
	border-width: 0 2px 2px 0;
}
td.column-right {
	border-width: 0 0 2px 2px;
}
td.column-center {
	padding: 0;
	margin: 0; 	
	vertical-align: text-top;
}
td.column-center H2, td.column-center H3 {
	color: #466829;
	background: transparent;
	margin: 0 1em .25em .5em;
	padding: 0;
}
td.column-center H4{
	padding: 0 1em .25em 1em;
}
td.column-center li {
	margin-left: 2em;
	margin-right: 1em;
	padding: 0;
}
#faq {
	display: block;
	padding: .5em 0 1em 2em;
	font-weight: normal;
}
.faq li{
	font-weight: bold;
}

.numlist li {
	margin: 0 0 1em 0;
}

.count {
	margin-left: 1em;
	font-size: 10px;
}
.gobut {
	margin: 1em .5em .5em 0;
}
#facebook {
	width: 200px;
	background: url('img/newsback.png') top center repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#facebook a {
	background: none;
}
#facebook_big {
	width: 500px;
	background: url('img/newsback.png') top center repeat;
	margin-left: auto;
	margin-right: auto;
}
#facebook_big a {
	background: none;
}
#news{
	padding: 0;
	margin: 0;
}
#news .item {
	margin: 0 1em 0 1em;
}
#news .newstitle {
	padding-top: 0;
	padding-bottom: 0;
}
#news .date{
	font-size: 10px;
	display: inline;
	list-style-type: none;
	padding: 0;
	}
#news .pagedate {
	list-style-type: none;
}
#news .summary {
	color: black;
	padding: 0;
}
.placeRight {
	text-align: right;
}
.readmore{
	display: inline;
	list-style-type: square;
	padding: 0;
}
news hr {
	border-top: 2px solid  #707070;
}
.sideNav {
	list-style-type: square;
	padding: 0 0 1em 0;
	margin: 0 0 0 2em;
	font-size: 1.1em;
	letter-spacing: 1px;
}
#midNav{
    background-color: black;
    padding: .5em 0;
    margin-bottom: .5em;
}
#midNav li {
    list-style-type: none;
    padding: .5em;
    margin: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    display: inline;
}

#splash {
	text-align: center;	
	padding-top: 32px;
}
#splash img {
	border: 0;
}
#sidelogo {
	text-align: center;
	padding: 1em 0 1em 0;
}
#sidelogo img {
	border: 0;
}
#sidelogo a {
	background: none;
}
.mailform {
	margin-left: 1em;
	margin-right: 1em;	
}
.mailform tr {
	height: auto;
	}
.ImgNews {
	float: right;
	vertical-align: top;
	margin: .5em .5em .5em 1em;
	border: none;
}
#animlist H3 {
	display: block; 
	float: left;
	margin: 0 .5em 0 0;
	}
#animtime {
	display: inline; 
	font-size: 10px;
	line-height: 36px;
}
#animlist P {
	margin-top: -.5em;
	}
#animlist img {
	display: block; 
	float: left;
	margin: 0 1em 1emx 0;
}
.white {
	color: white;
	display: inline;
}
.sideMargin {
	margin: 0 1em 1em 1em;
	padding: 0;
}
.title {
	text-align: center;
	font-weight: bold;
}
.bigName {
	text-align: left;
	color: #466829;
	font-weight: bold;
}
.afill {
	text-align: right;
}
#footerspacer {
	margin-bottom: 118px;
}
@media screen and (max-width: 1024px) {
	#cityBottom{
		visibility: hidden;
	}
	#cityBottomSmall{
		visibility: visible;
	}
	#footerspacer {
	margin-bottom: 50px;
	}
}
.todo {
	font-weight: bold;
	color: red;
}
.noBack {
	padding: 0;
	background: none;
}
#bottomBar {
	background-color: #04021A;
	max-width: 1000px;
	min-width: 600px;
	border-radius: 0 0 1em 1em;
	-webkit-border-bottom-left-radius: 1em;
  	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
  	-moz-border-radius-bottomright: 1em;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
}
.selectedAnim{
    margin: 0 1em;
    clear: both;
}
.animThumb {
    width: 128px;
    height: 72px;
    float: left;
    margin: 0 1em 1em 0;
    border: 0;
}
