* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 0 10px 0;
  padding: 0px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #808080;
}

#container {
  position: relative;
  height: auto;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: relative;
  height: 245px;
  width: 100%;
  background-color: #000;
  background-image: url(/images/header_home_new.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  border-bottom: 1px solid #ccc;
}
#header h1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 2px 2px 2px #000000;
}

#navigation {
  border-top: 1px solid #ccc;
  padding: 0 2px;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#navigation ul li {
  font-size: 16px;
  display: block;
  float: left;
  line-height: 29px;
  margin-left: -2px;
  cursor: pointer;
  background: url(../img/divider.png) top right no-repeat;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000000;
}

#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px 0 15px;
}

#navigation ul li a:hover {
  display: block;
  text-decoration: none;
  background: url(../img/hover.png) top right no-repeat;
}

#navbar {
  float: left;
  width: 100%;
  height: 35px;
}
.col-left #navbar {
  margin-left: 10px;
}

#navbar ul {
  list-style: none;
  margin-left: 1px;
}

#navbar li {
  float: left;
  width: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #272727;
  border: 1px solid #ccc;
  margin: 4px 0 0 -1px;
  padding: 6px 4px;
  font-size: 12px;
}

#navbar li.current {
  background: #333;
  border-bottom: 1px solid #333;
  padding: 8px 5px;
  margin-top: -4px;
  font-size: 15px;
}

#navbar a {
  float: left;
  width: auto;
  padding: 0 0 0 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ccc;
}

#navbar li.current a span {
  color: #fff;
}

#navbar a span {
  float: left;
  width: auto;
  padding: 0 10px 0 0;
}

#navbar a:hover span {
  color: #fff;
  cursor: pointer;
}
#home {
  position: static;
  left: 0px;
  top: 0px;
  height: 220px;
  width: 490px;
}

#nav {
  position: static;
  left: 0px;
  top: 282px;
  width: 200px;
}

#pageBottom {
  padding: 10px 15px 10px 10px;
  font-size: 11px;
  color: #000;
}

#pageBottom a {
  color: #000;
  text-decoration: underline;
}

#userNav .userLeft {
  padding: 0 20px;
}

#userNav .userRight {
  padding: 0 20px;
  text-align: right;
}

#userNav a {
  color: #fff;
  text-decoration: none;
}

#userNavTop {
  color: #fff;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  position: sticky;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}

#userNavTop a {
  color: #fff;
  text-decoration: none;
}

#userNavTop a:hover {
  color: #fff;
  text-decoration: none;
}

#userNavTop .userLeft span.userInfo {
  display: inline-block;
  vertical-align: bottom;
}
#userNavTop .userRight span.userInfo {
  display: block;
  height: 22px;
  line-height: 22px;
}

#userNavTop .userRight {
  text-align: right;
}
#userNavTop .profile_div {
  display: inline-block;
  cursor: pointer;
  margin: -1px 6px 0 0;
  vertical-align: bottom;
}
#userNavTop .profile_div .profile {
  margin-right: 3px !important;
  vertical-align: bottom !important;
}

#userNavTop .message_div {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  float: left;
}
#userNavTop .message_div .new_pm {
  position: absolute;
  left: 17px;
  top: 4px;
  color: #000;
  font-size: 10px;
  width: 22px;
  line-height: 20px;
  cursor: pointer;
}

#userNavTop .message_div .pm_icon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/img/psicons/white/pm.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#userNavTop .message_div.new .pm_icon {
  background-image: url("/img/psicons/green/pm.png");
}
#userNavTop .message_div.full .pm_icon {
  background-image: url("/img/psicons/red/pm.png");
}
#userNavTop .message_div.new .new_pm,
#userNavTop .message_div.full .new_pm {
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
}

#userNavTop .pm_div {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 6px;
  cursor: pointer;
}

#userNavTop .settings_icon {
  width: 22px;
  height: 22px;
  background-image: url("/img/psicons/white/settings.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  float: right;
}
#userNavTop .user_nav,
.settings_nav {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: right;
  z-index: 999;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  min-height: 214px;
}
#userNavTop .profile_nav,
#userNavTop .message_nav {
  text-align: left;
}

#userNavTop .user_nav b,
#userNavTop .settings_nav b {
  padding: 10px 20px 5px 20px;
  color: #fff;
  display: block;
}
#userNavTop .user_nav a,
#userNavTop .settings_nav a {
  display: block;
  line-height: 1.5;
  padding: 5px 20px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.4);
}
#userNavTop .user_nav a:hover,
#userNavTop .settings_nav a:hover {
  color: #272727;
  background: rgba(255, 255, 255, 0.8);
}

#content {
  background: #000;
  width: 100%;
  min-height: 600px;
  margin: 0;
}

#content .col1 {
  margin: 0;
  padding-top: 20px;
}

.bigBox {
  clear: both;
  border: 1px solid #ccc;
  background: #333;
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.bigBox.full {
  margin: 0 10px 20px 10px;
}
.bigBox.error {
  background: #cc0000;
}
.bigBox.error a {
  color: #fff;
  text-decoration: underline;
}

.bigBoxContent {
  padding: 20px;
}
.boardstat-row {
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 0;
  border-top: 1px solid #808080;
}
.bigBox h1 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 0 0 10px 0;
  padding-left: 0;
  text-transform: uppercase;
}

.bigBox h2 {
  font-size: 16px;
  display: block;
  text-transform: none;
  margin: 0 0 10px 0;
  padding-left: 0;
  letter-spacing: 0.1em;
}

.bigBox .text {
  letter-spacing: 0.1em;
}

.bigBox .tagCloud {
  margin: 0 20px 10px 10px;
  padding: 15px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: justify;
}

.col1 .bigBox .box-margin {
  margin: 0 20px 10px 10px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}

.bigBox .imgborderLeft {
  float: left;
  border: 1px solid #aeaeae;
  margin: 0 10px 5px 0;
}

.bigBox .imgborderRight {
  float: right;
  border: 1px solid #aeaeae;
  margin: 0 15px 5px 10px;
}

#content .col2 {
  padding-top: 20px;
}

.smallBox {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 15px;
  background: #333;
  clear: both;
}
.col-right .smallbox {
  margin: 0 10px 20px -10px;
}

.smallBox h2 {
  display: block;
  letter-spacing: 0.1em;
}

.smallBox a {
  color: #fff;
}

.smallBox ul {
  margin: 0;
  list-style-type: none;
}

.smallBox ul li {
  margin: 0 0 10px 0;
  font-size: 14px;
  display: block;
  border-top: 1px solid #808080;
  padding-top: 5px;
  clear: both;
}

.smallBox ul li h3 {
  font-size: 14px;
  margin: 0;
}

.forumColLeft {
  margin: 0;
  width: 250px;
  float: left;
  margin-top: 2px;
}

.profileColLeft {
  margin: 0;
  width: 350px;
  float: left;
  margin-top: 2px;
}

.leftBox {
  clear: both;
  border: 1px solid #ccc;
  background: #333;
  margin: 10px 0 10px 20px;
  border-radius: 10px;
  border-top-left-radius: 0;
}

.leftBox .text {
  padding: 0 10px 10px 10px;
  line-height: 1.5;
}

.leftBox h2 {
  margin: 0;
  display: block;
  line-height: 35px;
  padding-left: 10px;
  letter-spacing: 0.1em;
}

.leftBox ul {
  margin: 0;
  padding: 0 0 10px 15px;
  list-style-type: none;
}

.leftBox ul li {
  margin: 0 0 5px 0;
  font-size: 12px;
  display: block;
}

.leftBox ul li h3 {
  font-size: 12px;
  margin: 0;
}

.rightBox {
  clear: both;
  border: 1px solid #ccc;
  background: #333;
  margin: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
}

.rightBox h2 {
  margin: 0;
  display: block;
  line-height: 35px;
  padding-left: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.rightBox .text {
  margin: 0 10px 10px 10px;
}

.rightBox .text td {
  line-height: 20px;
}

.rightBox .rightBoxFooter {
  display: none;
}
.forum-post {
  margin: 10px 0;
  background: #3e3e3e;
  padding: 10px;
  position: relative;
  border-radius: 0 10px 10px 10px;
}
.forum-post:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  top: 0px;
  left: -17px;
  margin-left: 0;
  border-style: solid;
  border-width: 17px 17px 0;
  border-color: #3e3e3e transparent;
}
.forum-post .inner-row {
  padding: 0 10px;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
.forum-post .inner-row ul {
    margin: 10px 0;
}
.forum-post .inner-row ul li {
    list-style: disc outside;
    margin: 0 0 0 20px;
}
.pagination-top,
.pagination-bottom {
  margin: 10px 5px !important;
}
.profileImg {
  width: 100%;
  border-radius: 10px;
}
.profileAvatarImg {
  width: 100px;
  height: 100px;
  margin-bottom: 3px;
  border-radius: 50px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}

#content h1 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000000;
}

#content h2 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000000;
}

strong {
  font-weight: bold;
}

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

a:hover {
  color: #aeaeae;
  text-decoration: underline;
}

img {
  border: none;
}

.transparent {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

span.small {
  font-size: 12px;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: none;
  font-weight: normal;
}

.bannerAd {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
}

.bannerDiv {
  width: 468px !important;
  height: 60px !important;
  margin: 0 auto;
}
.eventFilter {
  font-size: 12px;
  border-top-right-radius: 10px;
  background: #333;
  padding: 10px 0;
  text-align: center;
}
.event-pagination {
  font-size: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #333;
  padding: 10px 0;
}

#eventTable {
  padding: 10px;
  font-size: 14px;
}

#eventTable .eventRow {
  background: transparent;
  cursor: pointer;
  padding: 10px 0;
  border-top: 1px solid #808080;
}

#eventTable .eventRow.feature {
  background: #7d0000;
  cursor: pointer;
}

#eventTable .eventRow:hover {
  background: #444;
}

#eventTable a {
  color: #fff;
  text-decoration: none;
}

#eventTable img {
  border: none;
}
#eventTable .date,
#eventTable .title,
#eventTable .venue {
  line-height: 25px;
}

#eventTable .title span,
#eventTable .venue span {
  display: block;
  margin-bottom: 10px;
}

#eventTable h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-shadow: 2px 2px 2px #000000;
}

#eventTable h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  text-shadow: 2px 2px 2px #000000;
}

#eventTable .options {
}

.prevNext {
  padding: 10px;
}
.prevNext a.button,
.event-actions a.button {
  margin: 0 !important;
  text-align: center;
}
.prevNext a.button .psicon,
.event-actions a.button .psicon {
  margin: 0 !important;
}

.searchterms {
  padding: 0 0 10px 0;
}

#busy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background-image: url(../img/spinner_alpha.gif);
  background-position: center 100px;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}

#load {
  background: rgba(0, 0, 0, 0.8);
  background-image: url(../img/spinner_alpha.gif);
  background-position: center 100px;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.infoBox {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.infoBox h3,
.text h3 {
  margin: 0;
  display: block;
  line-height: 25px;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-shadow: 2px 2px 2px #000000;
}

.infoBox span.smallerFont {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.text h3 {
  padding-left: 0;
  text-shadow: 2px 2px 2px #000000;
}

.infobox h3 {
  padding-left: 5px;
  font-size: 16px;
}

.infoBox dl {
  overflow: auto;
  margin: 0 0 1em;
  padding-left: 5px;
}

.infoBox dt {
  width: 40%;
  float: left;
  font-weight: bold;
}

.infoBox dt {
  clear: both;
}

.infoBox dl.eventInfo dd,
.infoBox dl.promoterInfo dd {
  float: left;
  width: 500px;
  margin: 0 0 0 0;
}

.infoBox dl.venueInfo dd {
  float: left;
  width: 200px;
  margin: 0 0 0 0;
  overflow: hidden;
}

.infoBox img {
  margin: 2px 2px 0 0 !important;
}

.infoBox a img:hover {
  background: #ccc;
}

.infoBox .maintitle {
  cursor: pointer;
  font-size: 12px;
  margin-top: 10px;
}

.infoBox .maintitle img.toggle {
  border: none !important;
  float: left;
  padding: 5px 5px 0 0;
}

#map {
  width: 100%;
  height: 420px;
  margin: 0;
}

.mapLink {
  line-height: 15px;
  font-size: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.hintBox {
  color: #fff;
  background: #cc0000;
  padding: 6px 12px;
  border-radius: 3px;
}

#eventContent {
}
#eventContent label.error,
#newsContent label.error {
  color: #cc0000;
}

#eventContent .exampleBox,
#newsContent .exampleBox {
  margin-left: 90px;
  font-size: 11px;
  font-style: italic;
}

#eventContent select,
#newsContent select {
  border: none;
}

div.autocomplete {
  width: 100%;
  background-color: #ffb;
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  z-index: 9;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 5px;
  height: auto;
  cursor: pointer;
}

.forminput.error {
  border: 1px solid #cc0000;
  background: #edadad;
}
span.error {
  font-weight: bold;
  color: #cc0000;
  margin-bottom: 10px;
}

div.fakeInput {
  background: #fff;
  color: #000;
  font-size: 13px;
}

#eventListing ul {
  list-style-type: none;
  margin: 10px 0 0 0;
}

#eventListing ul li {
  font-size: 14px;
  padding: 5px 0 5px 0;
  display: block;
  cursor: pointer;
}

#eventListing ul li h3 {
  font-size: 14px;
  text-shadow: 2px 2px 2px #000000;
}

#eventListing ul li h3:hover {
  background: #333;
}

.abstand {
  width: 100%;
  height: 1px;
  margin: 3px 0 3px 0;
}

#addImgContainer,
#showImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#showImg,
#showDel {
  margin: 300px 0 0 200px;
  position: absolute;
  top: 150px;
  left: 75px;
  width: 600px;
  height: 400px;
  text-align: center;
  background: #515151;
}

#flyerField {
  width: 100%;
}

#addNewImg {
  display: none;
}
.action-buttons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
}
.transparent {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

iframe#uploadframe {
  border: 0;
  height: 40px;
  width: 100% !important;
}

iframe#uploadframe.hidden {
  display: none;
}

a.tag {
  color: #fff;
  text-decoration: none;
}

a.tag:hover {
  color: #aeaeae !important;
  text-decoration: underline !important;
}

.postedBy {
  float: right;
  width: 250px;
  text-align: right;
  padding-right: 5px;
  font-size: 11px;
}
#amazonAd img {
  border: none !important;
}

span#eventHeadline {
  font-size: 18px;
  padding: 15px 0px 10px 20px;
  display: block;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  margin: 0px 10px 0 0px;
}
.eventDetailBox {
  padding: 15px;
  line-height: 1.25;
}

.eventDetailBox span {
  display: block;
  padding: 0 0 10px 0;
  line-height: 1.5;
}

.eventDetailBox span.date {
  font-size: 16px;
}
.mapContainer {
  border: 1px solid #808080;
  border-radius: 10px;
  overflow: hidden;
}

.event-actions {
  padding-top: 15px;
}

.submitBar {
  margin-top: 20px;
}

span.hint {
  display: none;
}

.toggleDiv {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.toggleDiv img.toggle {
  margin: 0 10px 0 0;
  float: left;
}

#rightEventSearch label {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 6px 0 3px 0;
}

#rightEventSearch select,
#rightEventSearch input {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 3px;
}

input,
select,
textarea,
.fakeInput {
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  border-radius: 3px;
  color: #272727;
  font-size: 13px;
  border: 1px solid #d7d7d7;
  border-bottom-color: #808080;
  box-shadow: 0 1px 0.5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 5px 0;
  background: #fff;
}
input[type="submit"] {
  margin-top: 10px !important;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 5px;
  zoom: 1.5;
}
select {
  height: 34px;
}
select.multiple {
  height: 200px;
}

textarea {
  padding: 6px;
}
#eventContent label,
.bigBoxContent label {
  display: block;
  padding: 6px 0 0 0;
  font-weight: bold;
}
.form-row {
  margin-bottom: 10px;
}
h1 a,
h2 a {
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
}
h1 a:hover,
h2 a:hover {
  color: #ccc;
  text-decoration: none;
}
.board-row {
  border-top: 1px solid #808080;
  padding: 10px 0;
  margin: 0;
}
.post-row {
  border-top: 1px solid #808080;
  padding: 10px 0;
  margin: 0;
}
.bottom-links {
  margin-bottom: 0;
  border-top: 1px solid #808080;
  padding-top: 10px;
}
.poll {
  background: #222;
  border-top: 1px solid #808080;
  margin: 0 -10px;
}
.poll-row {
  padding: 5px 10px;
  margin: 0 !important;
}
.poll-row .subheadline h2 {
  margin: 0 !important;
  letter-spacing: 0.1em;
}
.board-row a {
  color: #fff;
}
.board-row a:hover {
  color: #ccc;
  text-decoration: none;
}
.board-row h3 {
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000000;
}
.board-row .postinfo {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.board-row.subheadline {
  background: #222;
}
.board-row.subheadline h2 {
  margin: 0 !important;
  letter-spacing: 0.1em;
}
.board-row .topic-desc {
  font-size: 15px;
  letter-spacing: 0.1em;
}

a.button,
input.forminput,
b.button {
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  border-radius: 3px;
  color: #272727;
  font-size: 13px;
  border: 1px solid #d7d7d7;
  border-bottom-color: #cecece;
  box-shadow: 0 1px 0.5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 5px 5px;
  letter-spacing: 0.1em;
}
.pagination .button {
  margin: 0px 0 5px 0;
  padding: 6px 7px;
  border-radius: 0;
  border-right: 1px solid #808080;
}
.pagination a.button.current {
  background: #444;
  color: #fff;
}
.pagination a.button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination a.button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #d7d7d7;
}

input.forminput {
  background: #fff;
}

input.forminput.fullwidth,
select.forminput.fullwidth,
textarea.forminput.fullwidth {
  width: 100% !important;
  margin: 3px 0 0 0;
}
input[type="submit"] {
  background: #ccc;
}

a.button {
  background: #ccc;
  font-size: 14px;
}

a.button.button_small {
  font-size: 12px;
  padding: 3px 5px;
  margin: 2px;
}
a.button.fullwidth {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
a.button.fullwidth.regular {
  font-weight: normal;
}

a.button:hover,
input.forminput:hover {
  background: #d7d7d7;
  text-decoration: none;
  color: #333;
}
a.white-link {
  color: #fff;
  line-height: 2;
}
#content .userInfo {
  margin: 20px 0 10px 0;
}
#content .userInfo h2 {
  text-transform: none;
}
#content .userInfo .profileAvatarImg {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

#content .eventInfo {
  margin: 5px 0 10px 0;
}
#content .eventInfo h2 {
  text-transform: none;
}
#content .eventInfo .eventImage {
  margin: 10px 20px 10px 0;
  border: 1px solid #808080;
  border-radius: 10px;
  overflow: hidden;
}

#content .eventInfo .eventImage img {
  width: 100%;
}

.post-smilies {
  border-radius: 3px;
  padding: 3px 0 5px 5px;
  background: #fff;
  margin-top: -10px;
  border: 1px solid #d7d7d7;
  border-bottom-color: #808080;
  box-shadow: 0 1px 0.5px 0 rgba(0, 0, 0, 0.1);
}

.forum-post .youtube,
.forum-post iframe {
  width: 100% !important;
  border: 0 !important;
}

@media (max-width: 580px) {
  #navigation li {
    display: none !important;
  }
  #navigation li.top_nav {
    display: block !important;
  }
}

@media (max-width: 768px) {
  #content {
    border-radius: 0;
  }
  #content h1 {
    font-size: 20px;
  }

  #userNav {
    font-size: 13px;
  }
  #userNav .userRight {
    text-align: left;
  }

  .topicHeadline,
  .linkthru {
    font-size: 16px;
  }

  .leftBox h2,
  #content h2 {
    font-size: 15px;
  }

  .leftBox ul li {
    font-size: 13px;
    line-height: 1.5;
  }
  .thePost a,
  #QUOTE a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #QUOTE {
    font-size: 13px;
    max-width: 95%;
    display: block;
  }

  .maintitle {
    font-size: 16px;
  }

  div.signature {
    overflow-x: hidden;
  }

  div.signature img {
    max-width: 100% !important;
  }

  .darkrow1 {
    font-size: 18px;
  }

  .smallBox ul li {
    font-size: 15px;
  }

  .smallBox ul li h3 {
    font-size: 16px;
  }

  .teaser_1 {
    display: none;
  }

  .normalname a {
    font-size: 15px;
  }

  .small {
    font-size: 13px;
  }

  .desc {
    font-size: 13px;
    color: #ccc;
  }

  .desc.topic_desc {
    display: none;
  }

  .row2,
  .row4,
  .darkrow1 {
    padding: 10px 5px;
    font-size: 13px;
  }

  .new_post_icon {
    float: left;
    padding: 8px 8px 0 0;
    display: block;
  }
}
@media (max-width: 1024px) {
  #userNavTop {
    padding: 4px 0;
  }
  #userNavTop .message_div .new_pm {
    left: 7px;
  }
  #navigation ul li a {
    padding: 0 20px 0 7px;
  }
  #content .col1 {
    margin: 0;
    padding: 20px 0 10px 0;
  }
  #content .col2 {
    margin: 0;
    padding: 0;
  }

  #content .eventInfo .eventImage {
    margin: -20px -10px 10px -10px;
    max-height: 300px;
    border: none;
    border-radius: 0;
  }
  .bigBox,
  .smallBox,
  .leftBox,
  .rightBox,
  .bigBox.full {
    margin: 0 0 20px 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .smallBox {
    margin: 0 0 20px 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }

  .col-right .smallbox {
    margin: 0 0 20px 0;
  }
  .bigBoxContent,
  .tagCloud {
    padding: 10px;
  }
  .tagCloud {
    margin: 0 0 10px 0;
  }
  .forum-post {
    margin: 10px 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  #navbar ul {
    margin-left: 11px;
  }
  .post-smilies a {
    display: inline-block;
    padding: 2px 3px;
    margin: 3px 3px 0 0;
  }
  .post-smilies a img {
    height: 20px;
  }

  .forum-post:before {
    top: -17px;
    left: 30px;
    border-width: 0 17px 17px;
  }
}
.meter {
  height: 34px;
  background: #555;
  border-radius: 17px;
  padding: 6px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: rgb(131, 136, 130)
    linear-gradient(to bottom, rgb(131, 136, 130) 37%, rgb(63, 66, 63) 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 1px 12px;
  min-width: 34px;
  font-size: 13px;
}
.meter > span.active {
  background: rgb(32, 130, 15)
    linear-gradient(to bottom, rgb(32, 130, 15) 37%, rgb(59, 165, 59) 69%);
}
@media (min-width: 1024px) {
  .bigBox {
    margin-right: 0;
  }
  #content img.imgLink,
  #content img.attach {
    max-height: 500px;
  }
}

i.psicon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 6px 0 0;
  line-height: normal;
  vertical-align: middle;
}

i.psicon.small {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 6px 0 0;
}

i.psicon.xsmall {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
}
i.psicon.login {
  background-image: url("/img/psicons/white/login.png");
}
i.psicon.logout {
  background-image: url("/img/psicons/white/power.png");
}
i.psicon.profile {
  background-image: url("/img/psicons/white/profile.png");
}
i.psicon.members {
  background-image: url("/img/psicons/members.png");
}
i.psicon.search {
  background-image: url("/img/psicons/search.png");
}
i.psicon.signup {
  background-image: url("/img/psicons/white/signup.png");
}
i.psicon.continue {
  background-image: url("/img/psicons/continue.png");
}
i.psicon.next {
  background-image: url("/img/psicons/next.png");
}
i.psicon.prev {
  background-image: url("/img/psicons/prev.png");
}
i.psicon.edit {
  background-image: url("/img/psicons/edit.png");
}
i.psicon.cancel {
  background-image: url("/img/psicons/close.png");
}
i.psicon.save {
  background-image: url("/img/psicons/continue.png");
}
i.psicon.imagezoom {
  background-image: url("/img/psicons/image.png");
}
i.psicon.delete {
  background-image: url("/img/psicons/delete.png");
}
i.psicon.error {
  background-image: url("/img/psicons/error.png");
}
i.psicon.statistics {
  background-image: url("/img/psicons/statistics.png");
}
i.psicon.birthday {
  background-image: url("/img/psicons/birthday.png");
}
i.psicon.vcard {
  background-image: url("/img/psicons/vcard.png");
}
i.psicon.web {
  background-image: url("/img/psicons/web.png");
}
i.psicon.pm {
  background-image: url("/img/psicons/new-pm.png");
}
i.psicon.new-topic {
  background-image: url("/img/psicons/new-topic.png");
}
i.psicon.new-poll {
  background-image: url("/img/psicons/new-poll.png");
}
i.psicon.email {
  background-image: url("/img/psicons/mail.png");
}
i.psicon.web {
  background-image: url("/img/psicons/web.png");
}
i.psicon.quote {
  background-image: url("/img/psicons/quote.png");
}
i.psicon.reply {
  background-image: url("/img/psicons/reply.png");
}
i.psicon.phone {
  background-image: url("/img/psicons/phone.png");
}
i.psicon.newpost {
  background-image: url("/img/bf_new.png");
}
i.psicon.nonewpost {
  background-image: url("/img/bf_nonew.png");
}
i.psicon.new {
  background-image: url("/img/psicons/new.png");
}
i.psicon.web {
  background-image: url("/img/psicons/web.png");
}
i.psicon.up {
  background-image: url("/img/psicons/up.png");
}
i.psicon.down {
  background-image: url("/img/psicons/down.png");
}
i.psicon.share {
  background-image: url("/img/psicons/share.png");
}
i.psicon.locked {
  background-image: url("/img/psicons/login.png");
}

i.psicon.members.white {
  background-image: url("/img/psicons/white/members.png");
}
i.psicon.error.white {
  background-image: url("/img/psicons/white/error.png");
}
i.psicon.statistics.white {
  background-image: url("/img/psicons/white/statistics.png");
}
i.psicon.birthday.white {
  background-image: url("/img/psicons/white/birthday.png");
}
i.psicon.cancel.white {
  background-image: url("/img/psicons/white/close.png");
}
i.psicon.pm.white {
  background-image: url("/img/psicons/white/new-pm.png");
}
i.psicon.email.white {
  background-image: url("/img/psicons/white/mail.png");
}
i.psicon.web.white {
  background-image: url("/img/psicons/white/web.png");
}
i.psicon.phone.white {
  background-image: url("/img/psicons/white/phone.png");
}
i.psicon.profile.white {
  background-image: url("/img/psicons/white/profile.png");
}
i.psicon.vcard.white {
  background-image: url("/img/psicons/white/vcard.png");
}
i.psicon.search.white {
  background-image: url("/img/psicons/white/search.png");
}
i.psicon.new.white {
  background-image: url("/img/psicons/white/new.png");
}
i.psicon.delete.white {
  background-image: url("/img/psicons/white/delete.png");
}
i.psicon.edit.white {
  background-image: url("/img/psicons/white/edit.png");
}
i.psicon.facebook.white {
  background-image: url("/img/psicons/white/facebook.png");
}

i.psicon.pm.green {
  background-image: url("/img/psicons/green/pm.png");
}
i.psicon.pm.red {
  background-image: url("/img/psicons/red/pm.png");
}

.activeNav .user_nav {
  display: block !important;
}
.user_nav a:focus {
  outline: none !important;
}
#navstrip {
  margin: 10px 10px 5px 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.eventDate {
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  padding: 1px;
}
.eventDate span {
  display: block;
  text-align: center;
  color: #444;
  letter-spacing: 0.2em;
}
.eventDate span.border {
  border-top: 1px solid #808080;
}
.eventDateMonth {
  font-size: 18px;
}
.eventDateDay {
  font-size: 30px;
  padding: 5px 0;
}
.eventDateTo {
  font-size: 30px;
  padding: 3px 0;
}
.eventDateYear {
  background: #444;
  color: #fff !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: normal;
}
ul#eventList .eventDate {
  width: 55px;
  margin: 5px 10px 10px 0;
  float: left;
}
#eventDetailBox .eventDate {
  width: 75px;
  margin: 5px 10px 10px 0;
  float: left;
}
ul#eventList .eventDateMonth,
#eventDetailBox .eventDateMonth {
  font-size: 15px;
  line-height: 15px;
  padding-top: 2px;
}
ul#eventList .eventDateDay,
#eventDetailBox .eventDateDay {
  font-size: 20px;
  line-height: 20px;
}
ul#eventList .eventDateYear {
  line-height: 15px;
}
#eventDetailBox .eventDateYear {
  line-height: 17px;
}

@media (max-width: 768px) {
  .eventDate span {
    letter-spacing: 0.1em;
  }
}

#searchInfo .searchTerms {
  margin: 10px 0;
}
.searchTerms .searchTag {
  display: inline-block;
  background: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  color: #000;
  margin: 3px 6px 3px 0;
  cursor: pointer;
}
.searchTerms .searchTag .psicon {
  margin-top: -4px;
}
.eventInfoText {
  border-top: 1px solid #808080;
  margin-top:10px;
  padding-top:5px;

}
a.white {
  color: #fff !important;
}
.bottom-10 {
  margin-bottom: 10px !important;
}
.bottom-5 {
  margin-bottom: 5px !important;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #999999;
}
:disabled {
  opacity: 0.8;
}
