html, body {
  padding: 0;
  margin: 0;
}

body {
  background: #e3e3e3 url(../images/escheresque.png);
  color: #000;
  font-family: Verdana, Georgia;
  font-size: 0.8em;
}

.fullContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 3px solid #999;
	overflow: auto;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  border: 0px;

}

.pageContainer {
  
}

.clear {
  clear: both;
}

.mainContainer, .back {
  margin-top : 5px;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #bbb;
  -moz-box-shadow: 2px 2px 3px #bbb;
  box-shadow: 2px 2px 2px #bbb; */
}

p.introText {
  
}

.widthContainer {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.bigImageCol {
  float: left;
  width: 700px;
  height: 400px;
}

.flipSpace {
  /* Ensure that the card lives correctly in 3D space */
	/*-webkit-transform-style: preserve-3d;*/
	/* We apply this property to the card so it can smoothly flip between its sides */
	/*-webkit-transition-property: -webkit-transform;*/
	/* Make the animation occur over a period of 1.5 seconds */
	/*-webkit-transition-duration: 0.8s;*/
}

.flipSpace.flipped {
  -webkit-transform: rotateY(180deg);
}

#page {
  position: relative;
}

.face 
{
  position: relative;
  width: 940px;
  margin: 0 auto;
	/*-webkit-backface-visibility: hidden;*/
}

.back 
{
	color: #fafafa;
	/*background-color: #fafafa;*/
}

#backFace {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	overflow: auto;
	background: url(../images/dark_Tire.png);
	border: 3px solid black;
}

.eventDetail {
  padding: 10px;
  position: relative;
	text-align: center;
}
a.backButton {
  position: fixed;
  left: 10px;
  top: 10px;
  font-size: 1.0em;
  text-shadow: 1px 0px 0px #e3e3e3;
  padding: 4px 15px 5px 5px;
  border: solid 1px #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
}
div.backButton a {
  color: #000;
}
.eventFlyers {
  text-align: center;
  padding: 10px;
  /*background: black;*/
  width: 920px;
}
.eventFlyers img {
  padding-right: 10px;
}


.bigImageCol img {
  /*-webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;*/
	-webkit-box-shadow: 2px 2px 3px #bbb;
	  -moz-box-shadow: 2px 2px 3px #bbb;
	  box-shadow: 2px 2px 2px #bbb;
}

.newsCol {
  float: left;
  margin-left: 20px;
  width: 220px;
  height: 400px;
}

.newsCol img.first {
  /*-webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;*/
}
.newsCol img.last {
  /*-webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;*/
}

.newsTitle {
  background-image: url(../images/titlebg.jpg);
  color: #fafafa;
  line-height: 30px;
  padding: 0 10px;
  float: left;
  width: 200px;
  /*-webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;*/
}

.newsContent {
  float: left;
}

.eventList {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
.eventList li {
	float: left;
	margin-left: 20px;
	width: 220px;
}
.eventList li a {
  display: block;
  width: 100%;
  background: #999;
  color: #fafafa;
}

.eventList li a span.eventTitle {
  font-weight: bold;
  padding: 3px 8px;
  display: block;
}

.eventList li a img {
  /*border: thin solid #000;*/
  height: 80px;
}

.eventList li a span.eventDetails {
  font-size: 0.9em;
  font-style: italic;
  padding: 3px 8px;
  display: block;
  min-height: 25px;
}

.imageCol {
  float: left;
  width: 220px;
  margin-right: 20px;
  height: 200px;
}

.imageCol.last {
  margin-right: 0px;
}

.imageCol img.jpg {
  -webkit-box-shadow: 2px 2px 3px #bbb;
  -moz-box-shadow: 2px 2px 3px #bbb;
  box-shadow: 2px 2px 2px #bbb;
}

.header {
  position: relative;
  height: 40px;
  /*background-image: url(../images/headerbg.jpg);*/
	background: none;
}

.header #ajaxLoader {
  position: absolute;
  top: 10px;
  left: 580px;
  display: none;
}

.logo {
  height: 40px;
  line-height: 40px;
  width: 300px;
  right: 0px;
  top: 5px;
  position: absolute;
  cursor: pointer;
}

.logo img {
  margin-left: 10px;
}

.back h2 {
  margin: 0;
}

.ads {
  font-size: 0.8em;
  text-align: center;
  color: grey;
}
.ads a {
  display: block;
  border-top: thin solid grey;
  border-bottom: thin solid grey;
  padding: 5px 0px;
}

.creator {
  text-align: right;
  font-size: 0.1em;
  padding-bottom: 10px;
  color: #c0c0c0;
}
.creator a {
  color: #c0c0c0;
}
.creator a:hover {
  color: #3e3e3e;
}

.content {
  padding: 0 20px;
}