a img, :link img, :visited img {
	border:none;
	}
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	position: relative;
	}
body, table, textarea {
	font: 12px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
body {
	border-top: 8px solid #333;
	background-color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	}
h1 {
	margin: 0;
	font-size: 20px;
	}
h2 {
	margin: 20px 0 0 0;
	font-size: 18px;
	}
h3 {
	margin: 20px 0 0 0;
	font-size: 16px;
	}
h6 {
	color: #6D6A49;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
ul {
	margin: 10px 0 10px 40px;
	list-style-position: outside;
	}
a {
	color: #666;
	text-decoration: underline;
	}
.niceButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.niceButton:hover {
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.niceButton:active {
	position:relative;
	top:1px;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.container {
	width: 960px;
	margin: 0 auto;
	}
.leftContent {
	float: left;
	display: inline;
	width: 690px;
	margin-right: 50px;
	}
.leftContent img {
	max-width: 100%;
	}
.sidebar {
	float: right;
	display: inline;
	width: 220px;
	font-size: 14px;
	}
.sidebarBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	}
.sidebarBox li {
	position: relative;
	}
.sidebarBox .nextEvent:before {
	position: absolute;
	top: 2px;
	left: -30px;
	padding: 0 3px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	content: 'Next';
	background-color: #ccc;
	}
.sidebarBox .nextEvent:after {
	position: absolute;
	top: 2px;
	left: -2px;
	font-size: 10px;
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #ccc;
	}
.sidebarEventNotice {
	margin-top: 15px;
	padding: 5px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}
.sidebarBox li {
	margin-left: 20px;
	}
#feeddiv {
	text-align: center;
	}
#feeddiv img {
	width: 104px;
	margin: 2px;
	}
.headerLeft {
	float: left;
	display: inline;
	width: 600px;
	cursor: pointer;
	}
.logo {
	float: left;
	display: inline;
	width: 47px;
	height: 42px;
	margin-top: 13px;
	}
.siteTitle {
	float: left;
	display: inline;
	width: 500px;
	margin-top: 16px;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	}
.siteTagline {
	float: left;
	display: inline;
	width: 500px;
	margin: 5px 0 0 15px;
	font-size: 14px;
	}
.header {
	position: relative;
	z-index: 5;
	height: 90px;
	background: url('../_img/bg-header.png') top left repeat-x;
	}
.title {
	float: left;
	display: inline;
	width: 600px;
	color: #555;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 35px;
    text-transform: uppercase;
	}
.headerUser {
	float: right;
	display: inline;
	width: 200px;
	margin-top: 16px;
	font-size: 13px;
	text-align: right;
	}
.pageDivider {
	width: 880px;
	height: 42px;
	margin: 20px auto;
	background: url('../_img/divider.png') top center no-repeat;
	}
.divider {
	margin-bottom: 40px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	}
.postBox {
	position: relative;
	}
.postBox h2 {
	margin-bottom: 0px;
	}
.postDraft {
	padding: 10px;
	border: 2px dashed #ccc;
	background-color: #f5f5f5;
	}
.postDraft:before {
	position: absolute;
	top: -17px;
	right: 5px;
	padding: 3px 5px;
	content: 'Draft';
	border: 1px solid #ccc;
	background-color: #fff;
	}
.postFuture {
	padding: 10px;
	border: 2px dashed #ccc;
	background-color: #f5f5f5;
	}
.postFuture:after {
	position: absolute;
	top: -17px;
	right: 5px;
	padding: 3px 5px;
	content: 'Future Post';
	border: 1px solid #ccc;
	background-color: #fff;
	}
.postDraft.postFuture:after {
	right: 70px;
	}
.postBoxHead {
	background-repeat: no-repeat;
	background-position: top left;
	}
.postBoxThumbnail {
	padding-left: 60px;
	}
h2.entryTitle {
	font-size: 22px;
	margin-bottom: 5px;
	}
h2.entryTitleIndex {
	float: left;
	display: inline;
	width: 410px;
	margin-top: 0;
	}
.entryComments {
	float: right;
	display: inline;
	width: 260px;
	text-align: right;
	}
.entryDate {
	font-size: 12px;
	margin-bottom: 20px;
	}
.entryText {
	line-height: 22px;
	}
.entryText p {
	word-wrap: break-word;
	}
.miniMap {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 100px;
	cursor: pointer;
	border: 1px solid #ccc;
	}
.nextMeetup {
	position: absolute;
	z-index: 10;
	top: 9px;
	left: 50%;
	padding: 5px 10px;
	width: 140px;
	margin-left: 100px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ffffe6;
	}
.shadow {
	-moz-box-shadow:    0px 0px 3px 6px #ccc;
	-webkit-box-shadow: 0px 0px 3px 6px #ccc;
	box-shadow:         0px 0px 3px 6px #ccc;
	}
.content {
	padding: 20px 0 40px 0;
	background: #fff; /* Old browsers */
/*	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	background: #aaa url('../_img/bg-footer.png') 0px -50px repeat-x;
	}
.copyright {
	font-size: 12px;
	}

.slideBox {
	margin-top: 0px;
	}
.twoCol {
	float: left;
	display: inline;
	width: 50%;
	}
.threeCol {
	float: left;
	display: inline;
	width: 33%;
	}
.loginLoginCol {
	float: left;
	display: inline;
	width: 400px;
	}
.loginSignupCol {
	float: left;
	display: inline;
	width: 290px;
	}
.loginLabel {
	float: left;
	display: inline;
	width: 130px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	}
.personalLabel {
	float: left;
	display: inline;
	width: 110px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	}
.resetPassLabel {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	}
.loginFieldCol {
	float: left;
	display: inline;
	width: 260px;
	}
.loginEmailField {
	width: 180px;
	}
.loginPasswordField {
	width: 140px;
	}
.textBlock {
	line-height: 20px;
	}
.createAccountInfo {
	padding: 20px;
	font-size: 14px;
	}
.createAccountPersonalInfo {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}
.createAccountPersonalInfoNotice {
	width: 80%;
	margin: 10px auto;
	padding: 0 20px;
	font-size: 12px;
	}
.createAccountSubmit {
	}
.newsletterForm {
	width: 960px;
	margin: 0 auto;
	}
#warningBox, #noticeBox, .noticeBox {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}

.userProfilePhoto {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
	}
.userProfileInfo {
	float: left;
	display: inline;
	width: 480px;
	}
.profileEventListing {
	margin: 5px 0 15px 10px;
	}
.myAccountPhotoCol {
	float: left;
	display: inline;
	width: 250px;
	}
.myAccountInfoCol {
	float: left;
	display: inline;
	width: 400px;
	}
.myAccountLabel {
	float: left;
	display: inline;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	}
.pagination a, .pagination b {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	}
.pagination b {
	color: #fff;
	background-color: #666;
	}
@media only screen and (max-width: 768px) {
	.leftContent {
		float: none;
		width: 90%;
		margin: 0 auto;
		display: block;
		}
	.sidebar {
		float: none;
		width: 90%;
		display: block;
		margin: 0px auto 50px auto;
		text-align: center;
		}
	.container {
		width: 100%;
		}
	.logo {
		float: none;
		display: block;
		margin: 10px auto 20px auto;
		}
	.header {
		background: none;
		height: auto;
		}
	.headerLeft {
		float: none;
		display: block;
		width: 100%;
		cursor: pointer;
		text-align: center;
		}
	.siteTitle {
		float: none;
		display: block;
		width: 100%;
		margin-top: 8px;
		margin-left: 0px;
		font-size: 18px;
		font-weight: bold;
		}
	.siteTagline {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
		}
	.headerUser {
		float: none;
		display: block;
		width: 100%;
		margin-top: 16px;
		text-align: center;
		}
	h2.entryTitleIndex {
	    float: none;
	    display: block;
	    width: 100%;
	    font-size: 20px;
		}
	.entryComments {
		float: none;
	    display: block;
	    width: 100%;
		}
}