/* Webkit font slimming */
@media only screen and (max-device-width: 480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}
@font-face {
	font-family: Calluna;
	src: url(fonts/Calluna-Regular.otf);
	format: opentype;
	font-weight: 100;
}
a {
  color: #FFF;
  text-decoration: none;
}
.main .post_body a {
  text-decoration: underline;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
body {
	background: #1C1B1B url(images/background_color.png);
	margin: 0px;
}
form#form1 .info {
  display: none;
}
.container {
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.left_sidebar {
	height: 100%;
	min-height: 700px;
	width: 356px;
	background: url(images/sidebar_bg.png) repeat-y;
	margin-top: 0px;
	float: left;
	padding-top: 25px;
	position: fixed;
}
.logo {
	height: 75px;
	width: 356px;
	background: url(images/logo.png) no-repeat;
	margin-bottom: 20px;
	padding-top: 0px;
	position: relative;
}
.menu_container {
	width: 350px;
	height: auto;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/semi_transparent.png);
}
ul#navigation {
  width: 100%;
  list-style-type: none;
  padding-top: 17px;
  padding-bottom: 10px;
  margin-left: -25px;
  margin-right: auto;
}
ul#navigation li {
  display: inline;
  margin-left: 0px;
  margin-right: 7px;
}
ul#navigation li a {
  text-decoration: none;
}
.ribbon {
	height: 47px;
	width: 381px;
	margin-left: -32px;
	margin-right: auto;
	margin-top: 20px;
	background: url(images/ribbon.png) no-repeat;
}
.ribbon .pad_a_bit {
        margin-top: 80px;
}
.ribbon_title {
	height: auto;
	width: 356px;
	text-align: center;
	font-size: 22px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
.main {
	height: auto;
	min-height: 500px;
	width: 560px;
	margin-top: 20px;
	float: right;
	color: #FFFFFF;
}
.post_header {
	font-family: 'Calluna';
	border-bottom: #999 1px solid;
	margin-bottom: 30px;
}
.events_box {
width: 100%;
margin-left: 20px;
margin-right: 20px;
padding-bottom: 30px;
}
.events_copy {
  width: 100%;
  margin-left: -40px;
  margin-right: auto;
  text-align: center;
}
ul.nostyle {
list-style-type: none;
}
.padding {
height: 60px;
width: 100%;
}
